@charset "UTF-8";
/* CSS Document */

/*** RSS FEED ***/
	
.content_inner_left,
#blogFeed {
	float:left;
	display:inline;
	width:460px;
	border-right:1px solid #ccc;
	padding:0 15px 0 0;
	min-height:900px;
	}
	
#blogFeed h2, 
.content_inner_left h1 {	
	font-size:1.8em;
	color:#999;
	}
	
#blogFeed p, 
.content_inner_left p {
	font-size:1.4em;
	line-height:1.6em;
	color:#666;
	font-family:Helvetica, Arial, sans-serif;
	}
	
.content_inner_left a:link, 
.content_inner_left a:visited {
	color:#666;
	text-decoration:underline;
	}
	
.content_inner_left a:hover {
	color:#fc8737;
	text-decoration:none;
	}
	
#blogFeed h2 span.sm {	
	font-size:0.6em;
	font-family:helvetica;
	}

#blogFeed h2 span.sm a:link,
#blogFeed h2 span.sm a:visited {
	color:#999;
	}
	
#blogFeed h2 span.sm a:hover {
	color:#fc8737;
	text-decoration:none;
	}
	
.feedItem {
	border-bottom:2px dotted #ccc;
	padding:10px 10px;
	}
	
.feedItem:hover {
	background:#e5e5e5;
	cursor:pointer;
	}
	
.feedItem:hover h2 a:link,
.feedItem:hover h2 a:visited {
	color:#fc8737;
	}

	
.feedItem a:link, 
.feedItem a:visited {
	color:#666;
	text-decoration:none;
	}
	
.feedItem a:hover {
	color:#fc8737;
	}
	
.feedItem h2 {
	margin:0 0 10px 0;
	font-size:1.8em;
	font-weight:normal;
	}
	
.feedItem p {
	padding:0 0 0 57px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.2em;
	color:#666;
	line-height:1.4em;
	margin:0 0 10px 0;
	}
	
.feedDate {
	float:left;
	display:inline;
	margin:0 10px 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	border:1px solid #ccc;
	width:45px;
	height:45px;
	background:#fff;
	}
	
#profile_pic_big {
	float:left;
	display:inline;
	margin: 0 10px 30px 0;
	}
	
.feedDate .month {
	background:#fc8737;
	display:block;
	color:#fff;
	font-weight:bold;
	}
	
.feedDate .day {
	font-size:1.8em;
	color:#999;
	margin:-2px 0 -3px 0;
	}
	
/*** SIDE BOXES ***/

.sideBox {
	display:block;
	clear:both;
	padding:0 0 0 10px;
	}
	
.sideBox_inner {
	background:url(/images/sideBox_bg.png) repeat-y;
	padding:10px 15px;
	width:194px;
	margin:0 auto;
	font-family:helvetica, arial, sans-serif;
	}
	
.sideBox_shadow {
	background:url(/images/sideBox_shadow.png) no-repeat;
	height:20px;
	display:block;
	width:224px;
	margin:0 auto;
	}
	
img#profile_pic {
	float:left;
	display:inline;
	border:1px solid #ccc;
	width:50px;
	margin:0 10px 10px 0;
	padding:2px;
	border:1px solid #ccc;
	}
	
.sideBox h3 {
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
	padding:0 0 5px 0;
	color:#666;
	text-transform:uppercase;
}
	
.profile_info {
	text-transform:uppercase;
	font-size:1.1em;
	color:#666;
	margin:10px 0;
	line-height:1.3em;
	}
	
.sideBox_inner p {
	font-size:1.2em;
	line-height:1.35em;
	display:block;
	clear:both;
	}
	
.sideBox_inner .contact {
	border-top:1px solid #ccc;
	padding:10px 0;
	font-size:1.2em;
	text-align:right;
	text-transform:uppercase;
	line-height:1.4em;
	}
	
.contact a:link, 
.contact a:visited {
	color:#333;
	text-decoration:none;
	padding:0 12px 0 0;
	background:url(/images/arrow_right.png) no-repeat right top;
	}
	
.contact a:hover {
	color:#fc8737;
	}
	
/*** RIGHT COLUMN ***/

#blogHighlights {
	float:left;
	display:inline;
	border-left:1px solid #ccc;
	width:216px;
	margin-left:-1px;
	padding:10px 0 10px 10px;
	}
	
img#faqs {
	padding:0 0 10px 0;
	border-bottom:3px solid #ccc;
	}
	
#essentials h3 {
	color:#666;
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	padding:0 0 5px 0;
	margin:25px 0 0 0;
	font-size:1.2em;
	}
	
#essentials ul {
	margin:10px 0;
	font-size:1.2em;
	padding:0;
	color:#999;
	list-style:none;
	}
	
#essentials ul li {
	line-height:1.2em;
	display:inline-block;
	}
	
#essentials a:link, 
#essentials a:visited {
	color:#666;
	text-decoration:none;
	display:block;
	padding:5px 5px;
	}

#essentials a:hover {
	background:#e5e5e5;
	color:#fc8737;
	}
	
/*** CONTACT FORM ***/

form#contact {
	marign:0;
	padding:0;
	font-size:1.4em;
	font-family:Helvetica, Arial, sans-serif;
	}
	
form#contact label {
	display:block;
	clear:both;
	padding:0 0 5px 0;
	font-size:12px;
	color:#666;
	}
	
form#contact input,
form#contact textarea {
	border:1px solid #999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:5px 10px;
	display:block;
	clear:both;
	width:200px;
	margin:0 0 15px 0;
	background:#e5e5e5;
	}
	
form#contact input:focus,
form#contact textarea:focus {
	border:1px solid #fc8737;
	background:#fff;
	}
	
form#contact textarea {
	width:90%;
	height:300px;
	}
	
form#contact input#submit {
	background:#fc8737;
	color:#fff;
	font-weight:bold;
	width:100px;
	text-align:center;
	}
	
#response {
	background:#e5e5e5;
	display:none;
	padding:10px 10px;
	color:#666;
	width:95%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
	margin:15px 0;
	}
	
img#spinner {
	display:none;
	}
	
.error {
	color:#CC0000;
	font-size:11px;
	}
