/**
 * 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;
    padding-bottom: 20px;
	clear: left;
	text-align: center;
}

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

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

#pagination li.selected {
	background: #003296;
	color: #FFF;
}

#pagination li:hover {
	background: #003296;
	border-color: #C3C7D2;
}

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

#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;
}

#add-comment {
	padding: 30px;
}

.c_errortext {
	color: #F00;
}

#add-comment label {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

#add-comment input[type=text],#add-comment input[type=submit],#add-comment textarea {
	display: block;
	margin: 0 0 15px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #000;
	color: #000;
}

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

#add-comment input[type=submit] {
	width: auto;
	margin: 15px 0 0 2%;
	padding: 4px 6px 3px;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	background: #00F;
	border: 1px solid #000;
}

#add-comment textarea {
	width: 96%;
	font-size: 12px;
}

input#cmnt_subscribe,#add-comment label[for=cmnt_subscribe] {
	display: inline;
}

.err {
	background: #FF0;
}

/*
 ******************************************************************************
 * COMMENT DISPLAY
 ******************************************************************************
 */
#comments {
    margin: 0;
    padding: 67px 0 0;
}

#comments h2 {
	margin: 0;
}

#comments ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#comments li {
    margin: 0;
    padding: 24px 15px;
}

#comments li:nth-child(even) {
    background: #EEE;
}

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

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

.user_info span {
    display: block;
    text-align: center;
}

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

.user_info img {
	display: block;
	margin: 0 auto;
	border: 1px solid #000;
}

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

.comment_date {
    clear: left;
    margin: 0;
    padding: 2px 8px 0;
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
    border-top: 1px dotted #000;
}

.comment_date a {
    font-size: 10px;
}

/*
 ******************************************************************************
 * 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;
}

