/*
Theme Name: CLCNationwide.com's Blog Theme
Theme URI: http://clcnationwide.com/blog/
Description: The default CLC Blog Theme.
Version: 1
Author: Jason S. Oakley
*/

/*--------------------------------------*/
/* 				CONTAINERS 				*/
/*--------------------------------------*/

#content-container {
	background:#3971a8;
}

#blog-container {
	background:#d7e5f3;
	margin:0 auto;
	height:100%;
	padding:0.2em 0 0 0;
}

#blog-content {
	float:left;
	width:678px;
	background:#d7e5f3;
}

#blog-sidebar {
	padding:1em;
	margin:0 0 0 678px;
}

/*--------------------------------------*/
/* 				SIDEBAR					*/
/*--------------------------------------*/

#blog-sidebar ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#blog-sidebar ul li {

}

#blog-sidebar ul li.widget {
	background:#fff;
	padding:1em;
}

#blog-sidebar ul li.widget h2.widgettitle {
	font-size:16pt;
	color:#2f2f2f;
	margin:0 0 0.3em 0;
	border-bottom:0.3em solid #d7e5f3;
}

#blog-sidebar ul li.widget ul li {
	margin:0 0 0.3em 0;
	padding:0;
}

#blog-sidebar ul li.widget ul li a {
	display:block;
	text-decoration:none;
	color:#2f2f2f;
	padding:0.2em 0 0.2em 0;
}

#blog-sidebar ul li.widget ul li a:hover {
	text-decoration:underline;
}

#blog-sidebar ul li.widget select {
	width:100%;
	background:#fff;
	margin:0;
	cursor:pointer;
	font-size:12pt;
	border:0;
}

#blog-sidebar ul li.widget select option {
	padding:0.4em;
}

/*--------------------------------------*/
/* 	SIDEBAR - widget_categories			*/
/*	SIDEBAR - widget_archive			*/
/*--------------------------------------*/

#blog-sidebar ul li.widget_categories ul li, #blog-sidebar ul li.widget_archive ul li {
	font-weight:bold;
}

#blog-sidebar ul li.widget_categories ul li a, #blog-sidebar ul li.widget_archive ul li a {
	display:inline;
	text-decoration:none;
	color:#2f2f2f;
	padding:0.4em 0.4em 0.4em 1.4em;
	font-weight:normal;
	background-repeat:no-repeat;
	background-position:0px 6px;
}

#blog-sidebar ul li.widget_categories ul li a {
	background-image:url('images/ico-sidebar-categories.png');
}

#blog-sidebar ul li.widget_archive ul li a {
	background-image:url('images/ico-sidebar-archives.png');
}
/*--------------------------------------*/
/* 				SEARH FORM 				*/
/*--------------------------------------*/
form#searchform {
	margin:0;
	padding:0 0 0.5em 0;
	font-size:14pt;
}

form#searchform label.hidden {
	display:block;
	font-size:14pt;
	color:#00a2f6;
	margin:0 0 0.2em 0;
	font-weight:bold;
}

form#searchform input#s {
	width:190px;
	padding:0.2em;
	font-size:14pt;
	border:1px solid #ccc;
	margin:0 0.4em 0 0;
}

form#searchform input#searchsubmit {
	background:url('images/search.png') no-repeat;
	width:32px;
	height:32px;
	text-indent:-9999px;
	border:0;
	outline:0;
	cursor:pointer;
}

/*--------------------------------------*/
/* 				CONTACT META 1			*/
/*--------------------------------------*/

ul#contact-meta1 {
	margin:0;
	padding:0.4em 0 1em 0.4em;
	list-style-type:none;
	background:#fff;
}

ul#contact-meta1 li.contact-meta-title {
	font-size:16pt;
	color:#2f2f2f;
	margin:0.4em 0.8em 0.8em 0.4em;
	border-bottom:0.3em solid #d7e5f3;
	font-weight:bold;
}

ul#contact-meta1 li {
	padding:0 0 0 0.4em;
}

ul#contact-meta1 li a {
	display:block;
	color:#1f1f1f;
	height:29px;
	line-height:2em;
	padding:0 0 0 50px;
	text-decoration:none;
}

ul#contact-meta1 li a:hover {
	text-decoration:underline;
}

ul#contact-meta1 li a.twitter {
	background:url('images/ico-twitter.png') no-repeat;
}

ul#contact-meta1 li a.facebook {
	background:url('images/ico-facebook.png') no-repeat;
}

ul#contact-meta1 li a.myspace {
	background:url('images/ico-myspace.png') no-repeat;
}

ul#contact-meta1 li a.contact {
	background:url('images/ico-mail.png') no-repeat;
}

ul#contact-meta1 li a.feedburner {
	background:url('images/ico-feedburner.png') no-repeat;
}

ul#contact-meta1 li a.rss {
	background:url('images/ico-feed.png') no-repeat;
}

/*--------------------------------------*/
/* 				CONTACT META 3			*/
/*--------------------------------------*/

#contact-meta3 {
	background:#fff;
	padding:1em 0 0 0;
}

#contact-meta3 label {
	display:block;
	font-size:16pt;
	color:#2f2f2f;
	margin:0 0.8em 0.8em 0.4em;
	border-bottom:0.3em solid #d7e5f3;
	font-weight:bold;
}

#contact-meta3 p {
	padding:0 0 0.5em 0;
}

#contact-meta3 p a {

}

#contact-meta3 .column1 {
	float:left;
	margin:0 1em 0 0.5em;
}

#contact-meta3 .column2 {

}

/*--------------------------------------*/
/* 				POSTS 					*/
/*--------------------------------------*/

.post {
	background:#fff;
	border:1px solid #ccc;
	margin:1em;
	padding:1em;
}

.post h2 {
	font-size:16pt;
	margin:0 0 0.6em 0;
}

.post h2 a {
	display:block;
	font-size:20pt;
	color:#2a537e;
	text-decoration:none;
}

.post h2.single {
	margin:0 0 0.5em 0;
	padding:0 0 0.3em 0;
	border-bottom:0.3em solid #396fa7;
}

.post h2 a:hover {
	color:#396fa7;
}

.post h2 span {
	display:block;
	font-size:10pt;
	color:#396fa7;
}

.post h2 span label {
}

.post small {
	display:block;
	background:url('images/book.png') no-repeat 0px 2px;
	color:#666;
	padding:0 0 0 1.2em;
	line-height:1em;
	margin:0 0 1.5em 0;
}

.post .entry {
	text-align:justify;
}

.post p.entry-intro {
	font-size:16pt;
	padding:0 0 0.5em 0;
	border-bottom:1px solid #666;
}

.post .entry ol, .post .entry ul {
	margin:1em 0em;
	background:#f0f0f0;
	padding:2em;
	border:1px solid #ccc;
}

.post .entry ol li, .post .entry ul li {
	font-size:11pt;
	margin:0 0 0.5em 0;
	background:#f0f0f0;
}

.post .entry ol li, .post .entry ul li {
	font-size:11pt;
	margin:0 0 0.5em 0;
	background:#f0f0f0;
}

.post .entry p {
	margin:0 0 1em 0;
}

.post .postmetadata {
	margin:0 0 1em 0;
	padding:0.4em 0 0.4em 0;
	color:#214567;
	font-weight:bold;
}

.post .postmetadata a {
	color:#4784c1;
	font-size:10pt;
	text-decoration:none;
	font-weight:normal;
}

.post .postmetadata a:hover {
	text-decoration:underline;
}

.post .postmetadata small {
	margin:1em 0 0 0;
	color:#6ea5dc;
}

.post-meta-title {
	background:#1867c9;
	font-weight:bold;
	color:#fff;
	padding:0.4em;
	margin:0.4em auto;
}

.post-code textarea {
	width:610px;
	height:100px;
	margin:1em 0;
	border:1px solid #ccc;
	padding:0.4em;
	color:#606060;
	font-size:8pt;
}

.post a.more-link {
	display:block;
	margin:2em 0 0 0;
	padding:0.4em 0.4em 0.2em 0.4em;
	background:#2a537e;
	color:#fff;
	text-decoration:none;
	border-bottom:0.3em solid #2a537e;
}

.post a.more-link:hover {
	background:#396fa7;
	border-bottom:0.3em solid #2c5f94;
}

/*--------------------------------------*/
/* 				NAVIGATION				*/
/*--------------------------------------*/

.navigation {
	background:#3971a8;
	padding:0.4em 0.4em 0.4em 0.4em;
	color:#fff;
	font-weight:bold;
	font-size:12pt;
}

.navigation .navtitle {
	font-weight:bold;
	font-size:14pt;
	border-bottom:0.3em solid #4784c1;
	margin:0.5em 0 0.6em 0.4em;

}

.navigation .alignleft {
	float:left;
	width:49%;
	margin:0 0 0 0.4em;
}

.navigation .alignright {
	float:right;
	width:50%;
	text-align:right;
}

.navigation a {
	color:#fff;
	text-decoration:none;
}

.navigation a:hover {
	border-bottom:0.3em solid #4784c1;
}

/*--------------------------------------*/
/* 				COMMENTS				*/
/*--------------------------------------*/

h3#comments {
	background:#3971a8;
	display:block;
	color:#fff;
	padding:0.5em;
}

ol.commentlist {
	margin:0 0 0 0;
	padding:0;
	list-style-type:none;
}

ol.commentlist li.comment {
	padding:1em;
}

ol.commentlist li.comment p {
	margin:0 0 1em 0;
	font-size:10pt;
}

ol.commentlist li.comment em {
	display:block;
	font-style:italic;
	background:url('images/redflag.png') no-repeat 5px 6px #fff568;
	font-size:10pt;
	padding:0;
}

ol.commentlist li.thread-even {
	background:#d7e5f3;
	border-left:1em solid #649bd2;
}

ol.commentlist li.thread-odd {
	background:#fff;
	border-left:1em solid #8cb9e7;
}

ol.commentlist li.comment-author-admin {
	background:#fff;
	border-right:1em solid #3971a8;
}

ol.commentlist div.comment-author {
	font-size:14pt;
}

ol.commentlist div.comment-author a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

ol.commentlist div.comment-meta {
	position:relative;
	top:-9px;
	font-size:8pt;
	margin:0 0 0.8em 0.2em;
}

ol.commentlist div.comment-meta a {
	text-decoration:none;
	color:#606060;
}

ol.commentlist div.comment-author img {
	float:left;
	margin-right:0.6em;
}

ol.commentlist div.comment-author .fn {
	position:relative;
	top:-5px;
}

ol.commentlist div.comment-author .says {
	display:none;
}


/*--------------------------------------*/
/* 				RESPOND FORM			*/
/*--------------------------------------*/

#respond {
	display:block;
	background:#fff;
	margin:0 0 1em 0;
}

#respond h3 {
	background:#3971a8;
	display:block;
	color:#fff;
	padding:0.5em;
}

#respond form {
	margin:0;
	padding:1em;
}

#respond p.formmeta {
	display:block;
	font-size:10pt;
	padding:0 0 1em 0;
}

#respond label.label {
	display:block;
	font-size:9pt;
}

#respond p input.input {
	background:#fff;
	border:1px solid #ccc;
	color:#606060;
	width:240px;
	margin-bottom:0.5em;
	font-size:12pt;
	padding:0.2em;
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
}

#respond p textarea {
	background:#fff;
	border:1px solid #ccc;
	color:#606060;
	width:645px;
	margin-bottom:0.5em;
	font-size:12pt;
	padding:0.2em;
	font-family: GillSans, Calibri, Trebuchet, sans-serif;
}

#respond p.submit {
	text-align:right;
}

#respond p input.submit {
	display:inline;
    overflow:hidden;
	background:url('images/submit-comment.png') no-repeat;
	width:114px;
	height:29px;
    padding:40px 0 0 0;
	text-indent:0;
	border:0;
	outline:0;
	cursor:pointer;
}

/*--------------------------------------*/
/* 			MISCELLANEOUS MARKUP		*/
/*--------------------------------------*/

h2.pagetitle {
	display:block;
	background:#3971a8;
	padding:0.8em 0.4em 0.4em 0.8em;
	color:#fff;
	font-weight:bold;
	font-size:18pt;
	border-bottom:0.3em solid #4782bc;
}

p.highlight {
	display:block;
	background:#fff568;
	padding:1em;
	text-align:center;
	margin:1em 0 0 0;
	line-height:1em;
}

p.highlight span {
	text-decoration:underline;
}

p.highlight_search {
	display:block;
	background:#fff568;
	padding:1em;
	margin:1em 1em 1em 0;
	line-height:1em;
}

h2.error {
	background:#f26522;
	color:#fff;
	padding:1em;
	margin:0 0 1em 0;
}