/*----- Document -----*/
*{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	border-collapse: collapse;
	font: inherit;
	font-size: 1em;
}
body{
	background: #003645;
	font: 0.625em/1 georgia, times, serif;
}
body.wait, body.wait *{
	cursor: wait;
}
#wrapper{
	overflow: visible;
	min-width: 960px;
	max-width: 1135px;
}
.clear{
	clear: both;
}

/*----- Link Defaults -----*/
a{
	text-decoration: none;
	color: #007B7A;
}
a:hover{
	text-decoration: underline;
}

/*----- Content -----*/
#page{
	position: relative;
	float: left;
	width: 75%;
	background: #F9E2B0 url('../img/bg_blog_jeremyh_rpt.jpg') right 865px repeat-y;
}
#page_top a#home{
	display: block;
	height: 265px;
	margin: 0 150px 0 0;
	text-indent: -2000em;
}

/*----- Header -----*/
#header{
	position: absolute;
	top: 15px;
	right: 0;
	right: -240px;
	width: 390px;
}
#header h1{
	float: left;
	width: 136px;
	height: 39px;
}
#header h1 a{
	display: block;
	height: 39px;
	background: url('../img/logo_mindcomet.png') 0 0 no-repeat;
	font-size: 0;
	text-indent: -20000px;
}
#header h2{
	float: left;
	margin: 13px 0 0 24px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #D7DCDC;
}
#header ul{
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 2;
}
#header ul li{
	float: left;
	width: 23px;
	height: 35px;
	text-align: center;
	list-style: none;
}
#header ul li.active{
	background: url('../img/bg_icon_arrow.gif') center bottom no-repeat;
}
#header #blog_info{
	display: none;
}

/*----- Support -----*/
#support{
	overflow: hidden;
	margin-left: -192px;
	background: #00212A url('../img/bg_support.gif') repeat-x;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	text-align: right;
	color: #FFF;
}
#support #data{
	float: left;
	width: 360px;
	padding: 25px 0 25px 25px;
}
#support p{
	font-size: 2em;
	line-height: 1.2;
}
#support #info{
	margin: 0.727em 0 0 0;
	font-size: 1.1em;
	line-height: 1;
	color: #00A9A7;
}
#support #user{
	margin: 1.071em 0 0 0;
	font-size: 1.4em;
	line-height: 1.2;
	color: #F3B92B;
}
#support #user a{
	color: #F3B92B;
}

/*----- Forms -----*/
form dl{
	margin: -0.5em 0 0 0;
}
form dl.examples{
	margin: 0;
}
form dl dt{
	margin: 0.5em 0 0.2em 0;
}
form dl dt label{
	color: #001D25;
}
form dl.examples dd{
	margin: 0 0 0.5em 0;
}
form dl dd input, form dl dd textarea{
	padding: 3px 2px;
	background: #FFF;
	border: 1px solid #666;
	color: #3A3A3A;
	font: 1em/1.3 helvetica, arial, sans-serif;
}
form dl dd input:focus, form dl dd textarea:focus{
	background: #EDEDED;
}
form dl dd input.checkbox, form dl dd input.radio{
	padding: 0;
	border: none;
	background: none;
}
form p.submit{
	margin: 0.5em 0 0 0;
}
form p.submit input{
	cursor: pointer;
	background: none;
	font: 1.2em georgia, times, serif;
	color: #00A9A7;
}

/*----- Blog -----*/
#blog{
	float: right;
	width: 732px;
	min-height: 865px;
	position: relative;
	z-index: 1;
	margin-right: -20px;
}
#blog .post{
	overflow: hidden;
	position: relative;
	margin: 0 0 35px 0;
	padding: 0 0 0 22px;
}
#blog .post .date{
	position: absolute;
	top: 11px;
	left: 0;
	width: 52px;
	height: 49px;
	padding: 22px 0 0 0;
	background: url('../img/icon_date.gif') 0 0 no-repeat;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: right;
	color: #00A9A7;
}
#blog .post .date span.container{
	display: block;
	padding: 0 5px 0 0;
	background: #FFF;
}
#blog .post .date span.month{
	display: block;
}
#blog .post .date span.day{
	display: block;
	font-size: 1.875em;
}
#blog .post h4{
	margin: 0 20px 0 0;
	padding: 1.143em 0 0.653em 48px;
	background: #001D25;
	font-size: 1.225em;
	text-transform: uppercase;
	color: #F3B92B;
}
#blog .post h4 a{
	text-decoration: none;
	color: #F3B92B;
}
#blog .post h4 a img{
	vertical-align: text-top;
}
#blog .post .content{
	float: left;
	width: 415px;
	margin: 2em 0 0 20px;
	font-size: 1.3em;
	line-height: 1.4;
	color: #333;
}
#blog .post_single .content{
	width: 628px;
}
#blog .post .content blockquote{
	font-style: italic;
	padding: 1em;
}
#blog .post .content em, #blog .post .content i{
	font-style: italic;
}
#blog .post .content strong, #blog .post .content b{
	font-weight: bold;
}
#blog .post .content h3{
	margin: 0 0 0.467em 25px;
	font-size: 2.308em;
	line-height: 1.15;
	color: #00222A;
}
#blog .post .content h3 a{
	display: block;
	color: #00222A;
}
#blog .post .content h3 a:hover{
	text-decoration: none;
}
#blog .post .content h5{
	margin: 20px 0;
	font-size: 1.8em;
	color: #001D25;
}
#blog .post .content h5#comments{
	margin: 40px 0 20px;
	border-bottom: 1px solid #666;
}
#blog .post .content p, #blog .post .content ul, #blog .post .content ol, #blog .post .content dl{
	margin: 0 0 1.538em 0;
}
#blog .post .content p.noresults{
	margin-left: 25px;
}
#blog .post .content p span.block{
	display: block;
	margin: 0 0 1.538em;
}
#blog .post .content p span.inline{
	float: left;
	margin: 0 15px 0 0;
}
#blog .post .content ul, #blog .post .content ol{
	padding: 0 0 0 3em;
}
#blog .post .content ul li, #blog .post .content ol li{
	margin-bottom: 0.3em;
	line-height: 1.4;
}
#blog .post .content li ul, #blog .post .content li ol{
	margin: 0.3em 0;
	padding-left: 1em;
}
#blog .post .content dl dt{
	font-weight: bold;
}
#blog .post .content dl dd{
	padding: 0 0 0 1em;
}
#blog .post .content form dl dd{
	padding: 0;
}
#blog .post .content form dl dd input, #blog .post .content form dl dd textarea{
	width: 409px;
}
#blog .post_single .content form dl dd input, #blog .post_single .content form dl dd textarea{
	width: 622px;
}
#blog .post .content form dl dd input.checkbox, #blog .post .content form dl dd input.radio{
	width: auto;
}
#blog .post .content p.continue{
	clear: both;
	margin: -0.385em 0 1.154em 0;
	font-style: italic;
}
#blog .post .content .comment{
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #666;
}
#blog .post .content .comment p{
	overflow: hidden;
	margin-left: 58px;
}
#blog .post .actions .actions_content .blurb p.gravatar,
#blog .post .content .comment p.gravatar{
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
#blog .post .content .comment p.gravatar span{
	margin: 0;
}
#blog .post .content p.posted{
	margin-top: 1.538em;
	margin-bottom: 0;
	font: bold 0.917em helvetica, arial, sans-serif; /* 11.0px at 12px base */
	text-align: left;
	color: #333333;
}
#blog .post .actions{
	float: right;
	width: 256px;
	margin: -20px 0 0 0;
}
#blog .post .actions .actions_top{
	height: 23px;
	padding: 20px 0 0 175px;
	background: url('../img/bg_action_top.png') 0 0 no-repeat;
	font-size: 1.8em;
	color: #002129;
}
#blog .post .actions .actions_content{
	padding: 0 0 0 24px;
	overflow: hidden;
	background: url('../img/bg_action_rpt.png') 0 0 repeat-y;
}
#blog .post .actions .actions_content ul{
	margin-right: 29px;
}
#blog .post .actions .actions_content ul li{
	margin: 0 0 5px 0;
	text-align: right;
	list-style: none;
}
#blog .post .actions .actions_content ul li a{
	display: block;
	height: 1em;
	padding: 0 33px 0 0;
}
#blog .post .actions .actions_content ul li a.view{
	background: url('../img/icon_view.png') right center no-repeat;
}
#blog .post .actions .actions_content ul li a.comment{
	background: url('../img/icon_comment.png') right center no-repeat;
}
#blog .post .actions .actions_content ul li a{
	font-size: 1.3em;
	color: #FFF;
}
#blog .post .actions .actions_content .blurb{
	width: 232px;
	font-family: helvetica, arial, sans-serif;
	color: #00222A;
}
#blog .post .actions .actions_content .blurb .blurb_top{
	padding: 2px 0 0 0;
	background: #FFF url('../img/bg_blurb_top.gif') right top no-repeat;
}
#blog .post .actions .actions_content .blurb .blurb_btm{
	padding: 0 0 17px 0;
	background: url('../img/bg_blurb_btm.gif') right bottom no-repeat;
}
#blog .post .actions .actions_content .blurb .blurb_content{
	padding: 25px 10px 10px 10px;
	background: #FFF;
	border-right: 2px solid #002029;
}
#blog .post .actions .actions_content .blurb{
	font-size: 1.1em;
}
#blog .post .actions .actions_content .blurb form dl dt{
	font-size: 1.1em;
}
#blog .post .actions .actions_content .blurb form dl dd input, #blog .post .actions .actions_content .blurb form dl dd textarea{
	width: 204px;
}
#blog .post .actions .actions_content .blurb form dl dd input.checkbox{
	width: auto;
}
#blog .post .actions .actions_content .blurb form p.submit{
	text-align: right;
}
#blog .post .actions .actions_content .blurb form p{
	margin: 10px 0 0 0;
}
#blog .post .actions .actions_content .blurb p{
	margin-left: 58px;
	margin-bottom: 10px;
	line-height: 1.4;
}
#blog .post .actions .actions_content .blurb p.posted{
	clear: both;
	margin: 10px 0 10px;
	line-height: 1.2;
	color: #999;
}
#blog .post .actions .actions_btm{
	height: 34px;
	background: url('../img/bg_action_btm.png') left bottom no-repeat;
}
#blog .content #comment_form{
	margin-top: 20px;
}
#blog #pagination{
	overflow: hidden;
	margin: 42px 42px 50px;
}
#blog #pagination p{
	line-height: 1.4;
	font-size: 1.4em; /* 14.0px at 10px base */
}
#blog #pagination p#page_of{
	float: left;
	width: 49%;
}
#blog #pagination p#page_of em{
	font-weight: bold;
	font-size: 1.071em; /* 15.0px at 14px base */
}
#blog #pagination p#pagination_links{
	float: right;
	width: 49%;
	text-align: right;
	font-family: times, serif;
}
#blog #pagination p#pagination_links a, #blog #pagination p#pagination_links strong{
	margin-left: 3px;
	font-size: 1.071em; /* 15.0px at 14px base */
}

/*----- Errors -----*/
.messages{
	display: none;
}
#blog .content .messages{
	margin-top: 20px;
}
.messages ul.errors{
	margin-right: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #990900;
}
.messages ul.errors li{
	text-align: left !important;
	line-height: 1.3;
	list-style: none;
}

/*----- Link List -----*/
#aside{
	position: relative;
	float: left;
	width: 198px;
	margin: 59px 0 0 0;
	padding: 0 0 0 42px;
	z-index: 1;
}
#aside #link_list{
	width: 198px;
}
#aside h2{
	margin: 1.667em 0 0 0;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #00A9A7;
}
#aside .sidebox{
	position: relative;
	margin: 30px 0 0 -15px;
	padding: 14px 0 14px 14px;
	background: #00212A;
	border: 1px solid #000;
}
#aside .sidebox h2{
	margin: 0 0 3px 1px;
	font-size: 1.3em;
}
#aside .sidebox .messages ul.errors li{
	margin-bottom: 5px;
	padding-left: 1px;
	background: none;
	font-size: 1.2em;
}
#aside .sidebox p{
	overflow: hidden;
}
#aside .sidebox p input.field{
	float: left;
	width: 122px;
	padding: 3px 2px;
	background: #FFF;
	font: 1.1em helvetica, arial, sans-serif;
	border: 1px solid #131313;
	color: #3A3A3A;
}
#aside .sidebox p button{
	float: right;
	width: 52px;
	height: 19px;
	margin: 1px 14px 0 0;
	padding: 1px 0 0;
	cursor: pointer;
	background: none;
	background: #98005D;
	border: none;
	vertical-align: middle;
	text-align: center;
	font: 1.2em georgia, times, serif;
	color: #FFF;
}
#aside ul{
	margin: 1em 0 0 0;
}
#aside ul li{
	margin: 0 0 0.077em 0;
	padding: 0 0 0 14px;
	list-style: none;
	background: url('../img/icon_li.gif') 0 0.308em no-repeat;
	font-size: 1.3em;
	line-height: 1.3;
	color: #D7DCDC;
}
#aside ul li a{
	text-decoration: none;
	color: #D7DCDC;
}
#aside ul li a:hover{
	text-decoration: underline;
}
#aside p#copyright{
	margin: 115px 0 25px;
	font: 1.1em helvetica;
	line-height: 1.4;
	color: #666;
}
