/*
Theme Name: workaholic-vt
Theme URI: http://graphpaperpress.com
Description: A child theme for Workaholic
Author: Ben Throop
Author URI: http://thadallender.com
Template: workaholic
Version: 1.5.2
License:  All Rights Reserved
*/
	
@import url("../workaholic/style.css");

body 
{
	background:#d0d0d0;
	color:#333333;
}

small
{
	color:#777777;
}

#content-inner
{
	background:transparent;
}
#content-outer
{	
	background:#D0D0D0 url(images/content-outer-background.jpg) no-repeat scroll 0 0;
	height:1120px;
	margin-top:-20px;
	width:1030px;
}

a
{
	color:#0D7CC9;
	border-bottom:none;
}

a:hover
{
	border-bottom:none;
}

/* Fixes twitter links in sidebar */
.item ul li a
{
	display:inline;
}

#sidebar
{
	margin-top: 5px;
}

#content h2
{
	font-size:33px;
	margin-bottom:0;
}

#logo
{
	display:inline;
	float:left;
	position:relative;
	top:8px;
}

#logo a
{
	border: none;
}

#introduction
{
	margin-left:25px;
	margin-right:-19px;
}

#introduction h3
{
	color:#444444;
}

#nav-drop
{
	margin:28px 26px 0 0;
}

#search
{
	top:33px;
}

textarea
{
	font-family:Sans-serif;
}
input, textarea
{
	background:#FFFFFF none repeat scroll 0 0;
	font-size:12px;
}

#search #s
{
	background:#FFFFFF url(images/search.png) no-repeat scroll 3px 5px;
}

#content div.portfolio
{
	background:#000 url(images/thumb-bg.jpg) no-repeat scroll 8px 8px;
	margin-bottom:22px;
}

#content div.portfolio span.category
{
	color:#555555;
}


/* MAIN NAVIGATION - Everything else is theming */
#nav-drop *:hover { background-color: none; color:#333}
#nav-drop a {color: #666; font-size: 14px; padding: 10px 15px; line-height: 1; border:none;font-weight:bold;-moz-border-radius:1px;-webkit-border-radius:1px;}
#nav-drop li.hover a { color: #666; background-color: #FFF;}
#nav-drop ul li a { background-color: #FFF; font-weight: normal;-moz-border-radius:0px;-webkit-border-radius:0px;}
#nav-drop ul a.hover { background-color: #21bfdc;  }
#nav-drop li ul li a {  }
/* #nav-drop ul a { border-bottom: none; } - I also needed this for IE6/7 */


#content h2
{
	font-size:25px;
	margin-bottom:0;
}

.pagetitle, .post h2 
{
	margin-top:0;
}

#twitter-top
{
	background:transparent url(images/twitter-top.gif) no-repeat scroll 0 0;
}

hr 
{
	border-style:none;
}

