/* 
Theme Name: Resume Edge Custom Theme
Theme URL: http://www.resumeedge.com/blog/
Author: Matt Thompson - Fathom SEO
Author URI: http://www.fathomseo.com
Version: 1.0
*/

html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, blockquote, pre,a, abbr, em, font, img, small, strike, sub, sup, ol, ul, li,fieldset, form, label, caption {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;} caption, {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

body {
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #555;
	background: #e3e0dc url('images/bg_body.gif') repeat-y center center;
}

p {
	margin-bottom: 15px;
}

a {
	color: #4D709C;
}

a:hover{
	text-decoration: none;
}


/* ------- Containers -------- */

#wrapper {
	margin: 0px auto;
	width: 961px;
}

#header {
	background: url('images/blog-header.jpg') no-repeat left top;
    height: 160px;
	/*height: 184px;*/
	position: relative;
}

#logo {
	margin-left: 19px;
}

#content {
	background: url('images/bg_rightcolumn.jpg') repeat-y 611px 0%;
	width: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#pagecontent {
	float: left;
	width: 580px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

/* -------- Headers -------- */

h1, h2, h3, h4 {
	color: #5E76AD;
	letter-spacing: -0.5px;
	font-weight: normal;
	padding: 6px 0px 0px;
	margin: 6px 0px 0px 0px;
}

html>/**/body h1, h2, h3, h4 {
	margin: 6px 0px 6px 0px;
}

h1, h1 a  {
	color: #bbc620;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	color: #bbc620;
	font-size: 16px;
    font-weight: bold;
}

h4 {
	font-size: 14px;
    color:#333;
    margin-bottom:0px;
    letter-spacing:normal;
}

#archive-posts h2, #archive-posts h2 a {
	color: #bbc620;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

#archive-posts h2 a:hover {
	text-decoration: underline;
}


/* -------- Navigation -------- */

#navigation {
	background: url('images/bg_navigation.jpg') repeat-x left top;
	clear: both;
	height: 40px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#navigation ul {
	line-height: 40px;
	list-style: none;
	display: block;
	height: 40px;
	float: left;
	width: 835px;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
	border-right: 1px solid #dae158;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
}
#navigation li a {
	color: #3a5819;
	display: block;
	font-weight: bold;
	line-height: 40px;
	padding: 0px 19px 0px 19px;
	text-decoration: none;
}
#navigation li a:hover, .selectedtab  {
	background: #FFFFFF;
}

ul, ol {
	padding: 0px;
	margin: 10px 0px 10px 40px;
}

li {
	line-height: 18px;
	margin-bottom: 5px;
	padding: 0px;
}

/* -------- Content -------- */

hr {
	background-color: #d6d6d6;
	border: 0px;
	color: #c3c3c3;
	height: 1px;
	margin-bottom: 2px;
	outline: none;
}

.author {
	color: #8e8e8e;
	font-weight: bold;
}

.postmeta {
	padding-bottom: 15px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* -------- Sidebar -------- */

#sidebar {
	float: right;
	width: 349px;
}

*html #sidebar {
	width:345px;
}

.sidebar-content {
	margin: 5px 12px 5px 14px;
}

#sidebar h2, #sidebar h2 a {
	color: #5e8fd5;
}

#rss-box {
	background: url('images/rss-feed-box-bg.jpg');
	border-bottom: 1px solid #c3c3c3;
	height: 144px;
	width: 349px;
}

.rss-box-content {
	padding: 7px 5px 5px 12px;
}

.textbox {
	border: 1px solid #d1d5d6;
	color: #575757;
	padding: 3px;
}

.submit {
	padding-left: 2px;
	vertical-align: -10%;
}

html>/**/body .submit {
	vertical-align: -40%;
}

#commentlist {
	list-style-type: none;
	margin-left: 0px;
}

.bookmarklist {
	margin-left: -40px;
	list-style-type: none;
}

.bookmarklist ul {
	list-style-type: disc;
}

/* --------- Footer -------- */

#footer {
	background: #3A4C67 url('images/bg_footer.jpg') repeat-x left top;
	color: #FFFFFF;
	height: 57px;
    clear: both;
}

#footer ul {
	display: inline;
	float: left;
	list-style-type: none;
	padding-top: 10px;
	margin-left: 10px;
}

#footer ul li {
	color: #FFFFFF;
	display: inline;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px 16px;
	line-height: 16px;
	border-right: 1px solid #758295;
}

#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

