/*
Theme Name: Feed Your Career Blog Theme
Theme URI: http://www.nullvariable.com
Description: Custom Theme by Nullvariable Web Consulting.
Version: 1.1
Author: Doug Cone
Author URI: http://dougcone.com/
*/



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.postmetadata {
	clear: both;
}

.widget ul {
	line-height: 24px;
}

.headerimg {
/*	position: absolute;*/
	width: 670px;
	margin-top: 25px;
/*	top: 150px;*/
	/* left: 190px; */
	/*right: 190px;*/
	z-index: -100;
}

#dwhsidebar {
	float: right;
	width: 230px;
	/*margin-top: 5px;*/
	position:relative;
	top:-275px;
}
p#dwhsidebar {
	margin: 0px;
	padding: 6px;
}

.narrowcolumn {
	float: left;
	/*margin-top: 300px;*/
	width: 640px;
}
.sidebar-node-wrapper {
	padding: 5px;
	width: 210px;
	margin-left: auto;
    margin-right: auto;
}
.sidebar-node-header {
	padding: 6px;
	color:#FFFFFF;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 1px;
	width: 208px;
}
.sidebar-node-content {
	text-align: center;
	font-size:12px;
	line-height:24px;
	width: 220px;
}
img, .sidebar-node-content {
	float: left;
}
#purple-sidebar .sidebar-node-header {
	background: #7B3156;
}
#purple-sidebar .sidebar-node-content {
	background: #D1B7C4;
}
#green-sidebar .sidebar-node-header {
	background: #669933;
}
#green-sidebar .sidebar-node-content {
	background: #C8DCB6;
}
#orange-sidebar .sidebar-node-header {
	background: #FD5401;
}
#orange-sidebar .sidebar-node-content {
	background: #FEC3A6;
}
#red-sidebar .sidebar-node-header {
	background: #FD5660;
}
#red-sidebar .sidebar-node-content {
	background: #FEC4C8;
}
#olive-sidebar .sidebar-node-header {
	background: #996633;
}
#olive-sidebar .sidebar-node-content {
	background: #E7CFB8;
}

.sidebar-node-wrapper {
	margin-top: 10px;
}
div.post-divider {
	height: 10px;
	background: #fff url(http://www.feedyourcareer.com/images/divider_brown.gif) no-repeat scroll center;
	clear: both;
}
div.hr hr {
	display: none;
}
.post {
	clear: both;
}
.post h2 {
	font-size: xx-large;
	font-family: arial;
}
.whitespace {
	clear: both;
}
.widgettitle {
	background-color: #ED1C22;
	color: #fff;
}
.textwidget {
	line-height: 2;
}