/*  
Theme Name: Ask The Headhunter
Theme URI: http://www.corcodilos.com
Description: Ask The Headhunter Blog
Version: 1.0
Author: Nick Corcodilos
Author URI: http://www.asktheheadhunter.com

*/

/*Styles for body.*/
body
{
	margin: 0 auto;
	padding: 0;

/*	font: 76% Verdana, Helvetica, Tahoma, Arial, sans-serif; */
	font-family: "Verdana", "Arial", "Tahoma"; 
	font-size: 9pt; 
/* This was 140%. Sets line leading in conjunction with #MainContent section */
	line-height: 140%;

	background: #f4f4f4 url(images/background.gif) top center repeat-y;
        /* Body text color */
	color: #000000;
}


/*Styles for main content which will be wrapped to center. */
#MainWrapper
{
	background: #ffffff;
        /* all sub-heading text incl date */
	color: #000000;
	margin: 0 auto;
	width: 800px;
}

/* Styles for the main header at the top. */
/* Padding sets top and bottom size of header */
#Header
{
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
        /*Header box background color. */
	background-color: #336699;
}

#Header a
{
	font-weight: bold;
	font-size: 27px;
	text-decoration: none;
        /*Title text background color. */
	background-color: #336699;
	color: #ffffff;
}

/*Styles for the main header menus. */
#HeaderMenus
{
	color: #000000;
	height: 1.2em;
	line-height: 1.2em;
	padding-left: 11px;
	/* the 0px is distance of first title from header */
	margin: 0 0 0px 0;
	background-color: #dcdcdc;
	border-bottom: solid 2px #a9a9a9;
}

#HeaderMenus ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#HeaderMenus li
{
	float: left;
	list-style-type: none;
}

#HeaderMenus li a
{
	display: block;
	padding: 0 10px;
	font-size: 0.9em;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: none;
	background-color: inherit;
	color: #000000;
}

#HeaderMenus .selected
{
	color: #336699;
	text-decoration: none;
	background-color: inherit;
}

#HeaderMenus a:hover
{
/* color or text-decoration is when hover over About etc. */
/*	text-decoration: underline; */
	background-color: inherit;
	color: #336699;
}

/*Styles for the contens that are displayed in side column. */
#SideContents
{
	float: right;
	width: 170px;
	color: #333300;
	padding: 0 6px 0 7px;
	line-height: 1.4em;
	background-color: #ffffff;
}

#SideContents h3
{
	color: #336699;
	font-size: 1em;
	margin: 0 auto;
        /* lines of space between sidebar sections */
	padding: 24px 0 4px 0;
	background-color: inherit;
}

#SideContents h2
{
	color: #4D6E8F;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 3px 0 3px 0;
	background-color: inherit;
}

#SideContents p
{
	font-size: 90%;
	text-align: justify;
	background-color: inherit;
	color: #333300;
	margin: 0 0 12px 0;
}

#SideContents a
{
	font-size: 80%;
	text-decoration: none;
	background-color: inherit;
	/* color of links in right sidebar */
	color: #660000;
	line-height: 1em;
}

#SideContents a:hover
{
/* color or text-decoration is when hover over About etc. */
/*	text-decoration: underline; */
	background-color: inherit;
	color: #336699;
}

/*Styles for the main contents in the page. */
#MainContent
{
	width: 570px;
	float: left;
	margin: 0 0px 18px 10px;
	padding: 0 12px 0 10px;
	border-right: 1px solid #DDD;
/* Line-height below is leading between lines. I turned it off. See body section above. */
/*	line-height: 1.6em; */
}

#MainContent h2
{
	color: #000000;
	font-size: 1.5em;
        line-height: 1.6em;
	margin: 0 0 5px 0;
	background-color: 333300;
	text-align: left;
}

/* color of post heading & during hover and main comment headings. */
/* hover is color on hover for links of a and h2 sizes */
/* 11/3/11 added line height 1.6em to titles to open them up when title wraps */
#MainContent h2 a:hover { text-decoration: underline; }
#MainContent h3 { margin: 0 0 3px 0; }
#MainContent a:hover { text-decoration: underline; }

#MainContent p
{
	/* color of body text */
	color: #000000;
	font-size: 90%;
	text-align: left;
	background-color: inherit;
}

/*Styles for all links*/
/*text-decoration none, underline, etc */
/*font-weight makes them bold or just delete entirely */

#MainContent a
{
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
	/* color of URLs */
	color: #336699;
}

#MainContent img
{
	display: inline;
	color: inherit;
	background-color: inherit;
}

a img { border: none; }

/*Styles for the page footer. */
#Footer
{
	clear: both;
	float: left;
	margin: 0 auto;
	padding: 8px 0 2px 0;
	padding-left: 30px;
	border-top: 1px solid #ddd;
	width: 580px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.6em;
	padding-bottom: 40px;
}

#Footer a
{
	color: #000099;
	background-color: inherit;
	text-decoration: none;
}

#Footer a:hover { text-decoration: underline; }

/*Styles for other classes. */
.AlignLeft
{
        margin: 10px 10px 5px 0;
	float: left;
}

.AlignRight
{
	margin: 10px 0 0 10px;
	float: right;
}

/* WP STYLES */
/* I created .aligncenter to position Google ad in sidebar */
.navigation { font-size: 80%; }
.alignleft  { float: left; }
.alignright { float: right; }
.aligncenter { text-align: center; }

.postmetadata
{
	text-align: left;
	font-size: 90%;
}

.postmetadataright
{
	text-align: right;
	font-size: 90%;
}

.post
{
	border-bottom: 2px #bbb solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* I created .post li to keep font size in lists same as other text - works great */
/* no need to invoke this format explicitly - when div is post, any li is formatted thus */
.post li
{
	font-size: 90%;
}

.links , .links li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.links li ul, .links ul.indent { padding-left: 15px; }
.links a { font-weight: bold; }
.commentWrap { margin-left: 0px; }

.commentDescription
/* I created .commentDescription to format the sub-head or Description of Title used in comments.php */
{
       	font-family: "Verdana", "Arial", "Tahoma"; 
	font-size: 10pt; 
	font-weight: normal;
	padding-top: 10px;
}

.commentDate
/* I created .commentDate to format the date in single.php */
{
       	font-family: "Verdana", "Arial", "Tahoma"; 
	font-size: 9pt; 
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

.commentWrap .alt
{
	background-color: #dcdcdc;
	padding-left: 3px;
	padding-right: 3px;
}

.commentWrap .reg
{
	padding-left: 3px;
	padding-right: 3px;
}

.replyForm
{
	font-size: 90%;
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 100px;
}

#sidebar ul, #sidebar li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li ul li a { font-weight: bold; }

.borderbottom
{
	border-bottom: 1px #494949 solid;
	margin-bottom: 20px;
}

input#s
{
	width: 99px;
	color: #666;
}

