/**
 * Page-specific styles for the blog
 * 
 * @author		Jason Lengstorf
 * @copyright	2009 Ennui Design
 * @license		http://www.opensource.org/licenses/mit-license.html MIT License
 */

/*
 ******************************************************************************
 * BLOG ENTRY - PREVIEW DISPLAY
 ******************************************************************************
 */
.entry-preview {
	margin-bottom: 30px;
	padding: 15px;
	background: #D8EEFA;
	background: rgba(216, 238, 250, .2) url(/images/cf_comment-icon.png) top left no-repeat;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: inset -2px -3px 6px rgba(0, 78, 121, .5),
		1px 2px 6px rgba(0, 78, 121, .5);
	-moz-box-shadow: inset -2px -3px 6px rgba(0, 78, 121, .5),
		1px 2px 6px rgba(0, 78, 121, .5);
	-webkit-box-shadow: 1px 2px 6px rgba(0, 78, 121, .5); /* Safari 4 doesn't support inset */
	-webkit-box-shadow: inset -2px -3px 6px rgba(0, 78, 121, .5),
		1px 2px 6px rgba(0, 78, 121, .5);
}

.comment-count {
	position: absolute;
	left: 20px;
	top: 59px;
	width: 61px;
	color: #FFF;
	font-size: 9px;
	letter-spacing: -.04em;
	text-align: center;
}

.comment-count a:link,.comment-count a:visited,.comment-count a:active,
.comment-count a:hover {
	display: block;
	margin: 0 0 -4px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.thumb {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
	border: 1px solid #80A3B7;
}

.blog-preview {
	margin: 0 0 0 80px;
}

.readmore {
	display: block;
	clear: left;
	text-align: right;
	font-size: 11px;
}

/*
 ******************************************************************************
 * BLOG ENTRY - FULL DISPLAY
 ******************************************************************************
 */
#main_image {
	display: block;
	margin: 0 auto 15px;
	width: 484px;
	text-align: center;
}

#main_image img {
	display: inline;
	max-width: 480px;
	border: 2px solid #80A3B7;
}

#main_image .cap {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	margin: 0;
	padding: 0;
}

.meta {
	font-size: 11px;
	text-align: right;
	color: #2B1A08;
	border-top: 1px dotted #80A3B7;
	text-transform: uppercase;
}


/*
 ******************************************************************************
 * PAGINATION
 ******************************************************************************
 */
#pagination {
	display: block;
	clear: left;
	text-align: center;
}

#pagination li {
	display: inline-block;
	width: 20px;
	margin: 0;
	background: #D8EEFA;
	border: 1px solid #80A3B7;
	text-align: center;
	font-size: 10px;
}

#pagination li a,#pagination li.off {
	display: inline-block;
	width: 20px;
	padding: 3px 0 2px;
	color: #004E79;
	text-decoration: none;
	text-align: center;
}

#pagination li.selected {
	background: #004E79;
	color: #D8EEFA;
}

#pagination li:hover {
	background: #80A3B7;
	border-color: #004E79;
}

#pagination li:hover a,#pagination li.selected:hover a {
	color: #004E79;
}

#pagination li.selected a {
	color: #D8EEFA;
}

/*
 ******************************************************************************
 * COMMENT FORM
 ******************************************************************************
 */
#comments h3 {
	clear: left;
	margin-top: 60px;
	border-bottom: 1px dotted #80A3B7;
	line-height: 24px;
}

.get_gravatar {
	margin: 0 15px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}

.commentform {
	padding: 15px;
	margin-bottom: 15px;
}

.c_errortext {
	color: #F00;
}

.commentform label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.commentform input[type=text],.commentform input[type=submit],.commentform textarea {
	display: block;
	margin: 0 0 15px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #333;
	color: #2B1A08;
	box-shadow: inset 3px 4px 12px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 3px 4px 12px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 3px 4px 12px rgba(0, 0, 0, .3);
	border-radius: 0 6px 6px;
	-moz-border-radius: 0 6px 6px;
	-webkit-border-radius: 0 6px 6px;
}

.commentform input[type=text] {
	width: 66%;
	font-size: 12px;
	font-weight: bold;
}

.commentform input[type=submit] {
	width: auto;
	margin: 15px 0 0 2%;
	padding: 4px 6px 3px;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	background: #333;
	border: 1px solid #222;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow:1px 1px 10px #444;
	-webkit-box-shadow:1px 1px 10px #444;
	box-shadow:1px 1px 10px #444;
}
.commentform input[type=submit]:hover {
	cursor: pointer;
	-moz-box-shadow:1px 1px 15px #000;
	-webkit-box-shadow:1px 1px 15px #000;
	box-shadow:1px 1px 15px #000;
	-moz-transform:scale(1.03);
	text-shadow:1px 1px 1px #000;
}
.commentform textarea {
	width: 96%;
	color:#333;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
}

#cmnt_subscribe,label[for=cmnt_subscribe] {
	display: inline;
}

.err {
	background: #FF0;
}

/*
 ******************************************************************************
 * COMMENT DISPLAY
 ******************************************************************************
 */
#comments h2 {
	margin: 30px 0 0;
}

.commentdisp0,.commentdisp1 {
	position: relative;
	display: block;
	min-height: 130px;
	padding: 10px 15px 20px 105px;
	border-top: 1px dotted #80A3B7;
	clear: left;
}

.nopost {
	margin: 0;
	padding: 0;
	color: #333;
	font-style: italic;
}

.postedby {
	float: left;
	width: 90px;
	margin: 0 0 0 -100px;
	padding: 5px;
	text-align: center;
	font-size: 11px;
	overflow: hidden;
}

.postedby .datetime {
	text-align: center;
	display: block;
	font-weight: normal;
}

.postedby>a {
	font-weight: bold;
	text-decoration: underline;
}

.postedby img {
	display: block;
	margin: 0 auto;
	border: 1px solid #80A3B7;
}

.commentbody {
	display: block;
	margin: 0 0 2px;
	padding: 10px;
	overflow: visible;
}

/*
 ******************************************************************************
 * NEWSLETTER CAPTURE - BLOG FOOTER
 ******************************************************************************
 */
#blog-footer-capture {
	border: 0;
	margin: 20px 60px 0 85px;
	padding: 20px 10px;
	text-align: center;
	border: 1px solid #3C1C11;
	border: 1px solid rgba(60,28,17,.66);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 2px 5px 15px rgba(60,28,17,.33);
	background: #FAF9F9;
	background: rgba(255,255,255,.8);
	color: #3C1C11;
}

#blog-footer-capture p {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 8px;
	text-align: center;
}

#blog-footer-capture label {
	text-transform: uppercase;
	color: #3C1C11;
	font-weight: bold;
	margin: 0 0 0 10px;
}

#blog-footer-capture input[type=text] {
	width: 105px;
	border: 1px solid #3C1C11;
	border: 1px solid rgba(60,28,17,.66);
	margin: 0;
	padding: 4px 6px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: inset rgba(60,28,17,.33) 2px 5px 10px;
	-webkit-box-shadow: inset rgba(60,28,17,.33) 2px 5px 10px;
	-moz-box-shadow: inset rgba(60,28,17,.33) 2px 5px 10px;
	background: rgba(255,255,255,.5);
	color: #3C1C11;
	font-size: 11px;
	font-weight: bold;
}

#blog-footer-capture input[type=submit] {
	margin: 6px 5px 8px;
	padding: 4px;
	border: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: rgba(60,28,17,.66) 1px 2px 6px;
	-webkit-box-shadow: rgba(60,28,17,.66) 1px 2px 6px;
	-moz-box-shadow: rgba(60,28,17,.66) 1px 2px 6px;
	background: #3C1C11;
	color: #FFF;
	text-transform: uppercase;
}

#blog-footer-capture span.no-spam {
	display: block;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}

#blog-footer-capture span strong {
	text-transform: uppercase;
}