/*----- Document -----*/
*{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	border-collapse: collapse;
	font-size: 1em;
}
html{
	height: 100%;
	min-width: 974px;
}
body{
	height: 100%;
	font: 0.625em/1 helvetica, arial, sans-serif;
}
#bottom{
	min-height: 100%;
	margin: 0 0 -4.2em;
	background: url('../img/bg_btm.jpg') center bottom no-repeat;
}
#wrapper{
	overflow: hidden;
	padding: 0 0 80px;
	background: url('../img/bg_top.jpg') center top no-repeat;
}
#container{
	overflow: hidden;
	width: 974px;
	margin: 0 auto;
	padding: 0 0 1.4em 0;
}


/*----- Anchors -----*/
a{
	text-decoration: underline;
	color: #114F7B;
}
a:hover{
	text-decoration: none;
}


/*----- Header -----*/
#header{
	position: relative;
	overflow: hidden;
	width: 974px;
	height: 392px;
	margin: 0 auto;
}
#header #blog_info h1{
	position: absolute;
	top: 0;
	left: 45px;
	width: 711px;
}
#header #blog_info h1 a{
	display: block;
	height: 392px;
	text-indent: -2000em;
}
#header #blog_info h2{
	position: absolute;
	top: 5px;
	right: 0;
	width: 195px;
}
#header #blog_info h2 a{
	display: block;
	height: 75px;
	padding: 30px 70px 0 0;
	background: url('../img/logo.gif') right top no-repeat;
	font-weight: bold;
	font-size: 1.2em; /* 12.0px at 10px base */
	line-height: 1.2;
	text-decoration: none;
	color: #8799CC;
}
#header #blog_info h2 a:hover{
	text-decoration: underline;
}
#header #blog_info p{
	text-indent: -2000em;
}


/*----- Main -----*/
#main{
	float: left;
	width: 714px;
	margin: 0 0 0 51px;
}
#main_rpt{
	padding: 0 7px 0 0;
	background: url('../img/bg_main_rpt.png') right top repeat-y;
}
#main_btm{
	height: 8px;
	background: url('../img/bg_main_btm.png') right top no-repeat;
}


/*----- Post -----*/
.post{
	padding: 0 0 20px;
}


/*----- Post Info -----*/
.post .info{
	overflow: hidden;
	padding: 2px;
	background: #62C6BF;
}
.post .info .headshot{
	float: left;
	margin: 0 3px 0 0;
	padding: 4px 4px 10px;
	background: #FFF;
}
.post .info .headshot img{
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
}
.post .info .date{
	float: left;
	margin: 0 40px 0 0;
	padding: 10px 6px 2px;
	background: #FFF;
	text-align: center;
}
.post .info .date .month{
	display: block;
	margin: 0 0 2px;
	font-size: 1.3em; /* 13.5px at 10px base */
	font-family: arial, sans-serif;
	text-transform: uppercase;
	color: #6DCFE0;
}
.post .info .date .day{
	display: block;
	font-size: 2.6em; /* 26.0px at 10px base */
	color: #181313;
}
.post .info h2{
	margin: 6px 0 0;
	font-size: 2.2em; /* 22.0px at 10px base */
	color: #603917;
}
.post .info h2 a{
	text-decoration: none;
	color: #603917;
}
.post .info h2 a:hover{
	color: #114F7B;
}
.post .info h3{
	font: normal 1.4em "lucida grande", "lucida sans unicode", sans-serif; /* 14.0px at 10px base */
	color: #603917;
}
.post .info h3 a{
	text-decoration: none;
	color: #114F7B;
}
.post .info h3 a:hover{
	color: #603917;
}
.post .posted{
	position: relative;
	height: 16px;
	margin: 0 0 0 0;
	padding: 10px 20px 0 134px;
	background: url('../img/bg_info_btm.png') 0 0 no-repeat;
	color: #42210B;
}
.post .posted a.addthis{
	padding: 3px 0 3px 20px;
	background: url('../img/ico_plus.gif') left center no-repeat;
	text-decoration: none;
	color: #114F7B;
}
.post .posted a.addthis:hover{
	text-decoration: underline;
}
.post .posted span{
	position: absolute;
	right: 20px;
	top: 10px;
}


/*----- Post Content -----*/
.post .content{
	width: 504px;
	margin: 30px 0 30px 134px;
	font-size: 1.3em; /* 13.0px at 10px base */
	line-height: 1.4;
	color: #250412;
}
.post .content p,
.post .content ul,
.post .content ol,
.post .content dl{
	margin: 1em 0 0;
}
.post .content p span.block{
	display: block;
	margin: 0 0 1.538em;
}
.post .content p span.inline{
	float: left;
	margin: 0 15px 0 0;
}
.post .content blockquote{
	padding: 1em;
	font-style: italic;
}

/*----- Actions -----*/
.post .actions{
	overflow: hidden;
	position: relative;
	margin: 0 20px 0 134px;
}
.post .actions li{
	float: right;
	clear: right;
	font-size: 1.1em; /* 11.0px at 10px base */
	list-style: none;
}
.post .actions li.more{
	position: absolute;
	left: 0;
	bottom: 0;
}
.post .actions li.discussion{
	margin: 0 0 7px 0;
}
.post .actions li a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #717376;
}
.post .actions li a:hover{
	text-decoration: underline;
}
.post .actions li.more a{
	padding: 4px 5px 4px;
	background: #FFF;
	border: 1px solid #62C6BF;
	font-weight: normal;
	text-align: center;
	line-height: .7;
	color: #603917;
}
.post .actions li.more a:hover{
	text-decoration: none;
	color: #250412;
}
.post .actions li.discussion a{
	padding: 3px 32px 2px 0;
	background: url('../img/ico_discussion.png') right center no-repeat;
}
.post .actions li.comment a{
	padding: 3px 32px 2px 0;
	background: url('../img/ico_comment.png') right center no-repeat;
}


/*----- Comments -----*/
.content h5#comments{
	margin: 60px 0 1.5em;
	border-bottom: 1px solid #A9A9A9;
	color: #64C6BF;
}
.content .comment{
	overflow: hidden;
	padding: 0 0 .5em;
	margin: 0 0 1.5em;
	border-bottom: 1px solid #A9A9A9;
}
.content .comment p{
	overflow: hidden;
	margin: 0 0 1em 58px;
}
.content .comment p.gravatar{
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 10px 1em 0;
}
.content .comment p.gravatar img{
	width: 48px;
	display: block;
	border: 1px solid #A9A9A9;
}
.content .comment p.posted{
	background: none;
	height: auto;
	margin-top: 1.3em; /* 13.0px at 10px base */
	margin-bottom: 1.3em; /* 13.0px at 10px base */
	padding: 0;
	font-size: 0.769em; /* 10.0px at 13px base */
	text-align: left;
}
.content .messages .errors{
	margin: 0 0 1.5em;
	color: #990900;
}
.content .messages .errors li{
	margin: 0 0 0.154em; /* 2.0px at 13px base */
	list-style: none;
}


/*----- Comment Form -----*/
.content #comment_form dl dd{
	margin: 0 0 4px;
}
.content #comment_form dl dd input,
.content #comment_form dl dd textarea{
	width: 494px;
	padding: 4px;
	border: 1px solid #A9A9A9;
	font: 0.923em arial, helvetica, sans-serif; /* 12.0px at 13px base */
}
.content #comment_form dl dd input.checkbox{
	padding: 0;
	border: none;
	width: auto;
}
button{
	background: none;
	font-size: 1.0625em;
	color: #114F7B;
	cursor: pointer;
}


/*----- Pagination -----*/
#pagination{
	overflow: hidden;
	margin: 60px 20px 0 134px;
	padding: 0 0 10px;
	font-size: 1.300em; /* 13.0px at 10px base */
}
#pagination p{
	line-height: 1.3;
}
#pagination p#page_of{
	float: left;
	width: 45%;
}
#pagination p#pagination_links{
	float: right;
	width: 45%;
	text-align: right;
}
#pagination p a{
	text-decoration: none;
}
#pagination p a:hover{
	text-decoration: underline;
}
#pagination p em{
	font-weight: bold;
	font-style: italic;
	color: #000021;
}
#pagination p strong{
	font-weight: bold;
	color: #000021;
}


/*----- Aside -----*/
#aside{
	float: right;
	width: 195px;
}


/*----- Social Links -----*/
#social_links{
	overflow: hidden;
	margin: 0 0 20px 23px;
}
#social_links li{
	float: left;
	list-style: none;
}
#social_links li a{
	overflow: hidden;
	display: block;
	height: 46px;
	background: url('../img/ico_social.png');
	text-indent: -2000em;
}
#social_links li#twitter a{
	width: 48px;
	background-position: 0 0;
}
#social_links li#linkedin a{
	width: 50px;
	background-position: -48px 0;
}
#social_links li#rss a{
	width: 48px;
	background-position: -98px 0;
}


/*----- Social Widget -----*/
#social_widget{
	margin: 0 0 40px;
	color: #000;
}
#social_widget h2{
	margin: 0 0 5px 15px;
	font-size: 1.7em; /* 17.0px at 10px base */
	color: #603917;
}
#social_widget h2 a{
	text-decoration: none;
	color: #603917;
}
#social_widget h2 a:hover{
	text-decoration: underline;
}
#social_widget #tweet{
	padding: 15px;
	background: #8799CD;
	border: 1px solid #FBFBFB;
	font-weight: bold;
	font-size: 1.1em; /* 11.0px at 10px base */
	line-height: 1.3;
	color: #FFF;
}
#social_widget #user{
	margin: -1px 0 0;
	padding: 18px 0 0 5px;
	background: url('../img/bg_tweet_arrow.gif') 25px 0 no-repeat;
}
#social_widget #user a{
	font-weight: bold;
	font-size: 1.1em; /* 11.0px at 10px base */
	text-decoration: none;
	color: #603917;
}
#social_widget #user a:hover{
	text-decoration: underline;
}


/*----- About this Blog -----*/
#about{
	margin: 0 0 40px;
}
#about h2{
	padding: 4px 0 5px;
	background: #ACDEDB;
	font-size: 1.4em; /* 14.0px at 10px base */
	text-align: center;
	color: #114F7B;
}
#about .content{
	padding: 10px 16px 8px;
	background: #004F7B;
	font: bold 1.1em/1.3 arial, sans-serif; /* 11.0px at 10px base */
	color: #FFF;
}
#about .content p.more{
	overflow: hidden;
	margin: 1em 0 0;
}
#about .content p.more a{
	float: right;
	padding: 2px 5px 3px;
	border: 1px solid #FFF;
	font-size: 0.909em; /* 10.0px at 11px base */
	line-height: 1;
	text-decoration: none;
	text-align: center;
	line-height: .9;
	color: #FFF;
}
#about .content p.more a:hover{
	color: #ACDEDB;
}


/*----- Link List -----*/
#link_list h2{
	margin: 25px 0 5px;
	font-weight: normal;
	font-size: 1.9em; /* 19.0px at 10px base */
	text-transform: uppercase;
	color: #64C6BF;
}
#link_list ul li{
	margin: 0 0 6px;
	font-size: 1.1em; /* 11.0px at 10px base */
	line-height: 1.3;
	list-style: none;
}
#link_list ul li.inactive{
	display: none;
}
#link_list ul li a{
	font-weight: bold;
	text-decoration: none;
	color: #114F7B;
}
#link_list ul li a:hover{
	text-decoration: underline;
}
#link_list ul li.more{
	text-align: right;
}
#link_list ul li.more a{
	font-size: 1.1em; /* 11.0px at 10px base */
	text-transform: none;
	color: #0080C4;
}


/*----- Footer -----*/
#push{
	height: 4.2em;
}
#footer{
	height: 1em;
	margin: -3em auto 0;
	padding: 1em 68px 1em 0;
	font: bold 1.2em "myriad pro", helvetica, arial, sans-serif;
	text-align: center;
	color: #603917;
}
#footer span{
	margin: 0 1em;
}
#footer a{
	color: #603917;	
}
#footer a#builtbymindcomet{
	display: inline-block;
	width: 107px;
	height: 15px;
	margin: 0 0 0 20px;
	background: url('../img/builtbymindcomet.png') no-repeat;
	text-indent: -2000em;
}
