/*  
Theme Name: crimebegone
Theme URI: http://www.crimebegone.com
Description: WordPress Theme by Weblife. Tested on v2.9.2
Version: 1.0.0
Author: Weblife WordPress Themes
Author URI: http://www.weblifellc.com
*/

/* Reset values */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	background: transparent;
	border: none;
	text-decoration: none;
	}

body {
	margin: 0px auto;
	padding: 0;
	background: #fff;
	font-family : calibri, tahoma, arial, sans-serif;
	font-size: 13pt;
	line-height: 150%;
	color: #303030;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0 0 16px 0;
	color: #242424;
	}

h1 a, h2 a, h3 a {
	color: #191919;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #242424;
}

h1 {
	font-size: 1.6em;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.2em;;
	}
h4 {
	font-size: 1.1em;
	}
h5 {
	font-size: 1.05em;
	}
h6 {
	font-size: 1.0em;
	}

/* Paragraphs */
p {
	margin: 0 0 16px 0;
	}

/* Lists */
ul {
	list-style: url(images/bullet.png);
	margin: 0 0 16px 15px;
	}
ul ul {
	list-style: url(images/bullet.png);
	margin: 0 0 16px 1em;
	}
ol {
	list-style-type: decimal;
	margin: 0 0 16px 3em;
	}
ol ol {
	list-style: upper-roman;
	}
ol ol ol {
	list-style: lower-roman;
	}
ol ol ol ol {
	list-style: upper-alpha;
	}
ol ol ol ol ol {
	list-style: lower-alpha;
	}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	}
li {
	line-height: 1.2em;
	margin: 0 0 5px 15px;
	padding-bottom: 4px;
}
dl {
	margin: 0 0 18px 3px;
	}
dl dt {
	font-weight: bold;
	margin: 12px 0 0 0;
	}
dl dd {
	margin: 6px 0 0 1.5em;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Blockquotes */
blockquote {
	margin: 0 2.5em;
	font-style: normal;
	}
blockquote em, blockquote cite {
	font-style: italic;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}

a {
	color: #0066cc;
	text-decoration: underline;
}

a:hover {
	color: #666;
}

hr {
	display: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

/*  HEADER   */
#header { background: #fff url(images/header.jpg) no-repeat top center; width:900px; height: 280px; margin: 0 auto;}
#header .logo { width: 300px; margin:0 auto; }
#header h2 {margin:0 auto; padding:0;}
#header h2 a {display:block; text-decoration:none; height: 140px; color: transparent; }

.commentmetadata {
	font-size: .8em;
	padding: 0.25em;
	color: #F2F3DE;
}

#submit {
	background: #656565 url(images/buttonbg.png) repeat-x;
	font-size: .9em;
	padding: 0.25em;
	color: #F2F3DE;
}

#menu { background: #fff; width:900px; height:26px; font-size:14px; font-family:Arial, Helvetica, sans-serif; text-transform: uppercase; padding: 8px 0 0 0; margin: 15px auto 0 auto; }
#menu li { display:inline; list-style:none; }
#menu a { color: #191919; text-decoration: none; padding: 10px 5px; }

#menu { display: none; }

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
}

/* Content */

#content {
	padding: 0 0 0 20px;
	float: left;
	width: 587px;
}

#content-no-widgets {
	float: left;
	width: 920px;
	padding-left: 20px;
}

#front-content {
	float: left;
	width: 310px;
	padding: 0 0 0 20px;
}

#frontleft {
	width: 280px;
	float: left;
}

.frontleft {
	padding: 0 0 10px 0;
	font-size: 1.0em;
}

.frontleft a {
	color: #0066cc;
	text-decoration: underline;
}

.frontleft a:hover {
	color: #0088cc;
}

/* Post */

.front-post {
	padding: 15px 20px 10px 20px;
	background: #ffffff;
	margin: 0;
}

.front-post .entry p {
	margin-bottom: 5px;
	line-height: 130%;
	font-size: 12pt;
}

.front-post h1 a, .front-post h2 a  {
	text-decoration: none;
	color: #0088cc;
}

.front-post h1, .front-post h2  {
	font-size: 1.1em;
	text-decoration: none;
	margin: 0px 0 5px 0;
	padding: 0;
	line-height: 1.0em;
}

#frontmiddle {
	width: 435px;
	font-size: 0.8em;
	border-top: #eee 1px solid;
}

.more-link {
	text-align: right;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	border-bottom: 1px solid #eee;
}

.post {
	padding: 25px 20px 10px 0px;
	background: #ffffff;
	margin: 0;
}

.post .title {
	margin: 0;
}

.pagetitle {

}

.post .meta, .post .longmeta {
	height: 11px;
	margin: 0;
	padding: 5px 0;
	line-height: normal;
	font-size: 0.8em;
	color: #787878;
}

.post .longmeta {
	height: auto;
}

.author {
	font-size: 8pt;
}

.tags {
	font-size: 8pt;
}

.post .meta .author {
	float: left;
}

.post .meta .date {
	float: right;
}

.post .meta a {
	border: none;
}

.post .entry {
	border-top: 1px solid #eee;
	padding-top: 16px;
}

.post .tags {
	margin: 0;
	padding: 5px 0;
	line-height: normal;
}

.post .links {
	margin: 0;
	padding: 5px 0 20px 0;
	border-bottom: solid 1px #eee;
	line-height: normal;
	font-size: 0.8em;
}

.post h1 a, .post h2 a  {
	text-decoration: none;
}

/* Comments */

#comment {
	width: 100%;
}

.commentlist { font-size: 0.9em; padding: 0 10px; }

.commentlist .alt { background: #f7f7f7; padding: 10px 10px 10px 15px; margin-bottom: 10px; }

.printerfriendly {
	background: url(images/printer.png) no-repeat left 50%;
}

.comments {
	background: url(images/comment.png) no-repeat left 50%;
	padding-left: 20px;
}

.readmore {
	background: url(images/page.png) no-repeat left 50%;
	padding-left: 20px;
}

/* Navigation */

.navigation {
	height: 20px;
	padding: 20px;
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
   margin-left: auto;
   margin-right: auto;	
}

/* Latest Post */

#latest-post {
	float: left;
	padding-top: 25px;
}

/* Recent Posts */

#recent-posts {
}

/* Sidebar */

.widget {
	background: #fff;
	overflow: hidden;
	margin: 15px 0 0 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	border: #eee 1px solid;
	}
	
#sidebar .widget {
	background: #f0f0f0 url(images/widget-header.png) no-repeat top center;
	padding-top: 5px;
}
	
.widget li {
	line-height: 1.2em;
	margin: 0 0 5px 0;
	padding-bottom: 4px;
}

.widget p {
	line-height: 1.4em;
}

.sidebar {
	float: right;	
	background: #fff;
}

#sidebar {
	width: 280px;
	font-size: 0.9em;
	overflow:hidden;
}

#sidebar-left {
	width: 140px;
	float: left;
	font-size: 0.8em;
	border-left: #eee 1px solid;
	overflow:hidden;
}

#sidebar-right {
	width: 135px;
	float: right;
	font-size: 0.8em;
	border-left: #eee 1px solid;
	overflow:hidden;
}

.frontmiddle h4 {
	color: #242424;
	margin: 0;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.0em;	
	text-transform: uppercase;
}

.sidebar #sidebar h4 {
	color: #fff;
	margin: 6px 0 21px 0;
	font-size: 1.1em;
	font-weight: bold;	
	text-transform: uppercase;
}

 .front-post h4 a {
	color: #242424;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 0.8em;	
	text-transform: uppercase;
	text-decoration: none;
}

.bottom-sidebar {
	width: 900px;	
	float: left;
	border-top: #eee 1px solid;
	line-height: 1.3em;
}

.bottom-sidebar li {
	border-bottom: #eee 1px solid;
}

.bottom-sidebar h4 {
	color: #242424;
	margin: 0;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;	
	text-transform: uppercase;
}

#bottom-left {
	width: 225px;
	float: left;
	padding: 0px 20px 0px 20px;
	font-size: 0.8em;
	overflow:hidden;
}

#bottom-center {
	width: 281px;
	float: left;
	padding: 0px 20px;
	font-size: 0.8em;
	border-left: #eee 1px solid;
	overflow:hidden;
}

#bottom-right {
	width: 310px;
	float: left;
	padding: 0px 20px 0px 20px;
	font-size: 0.8em;
	border-left: #eee 1px solid;
	overflow:hidden;
}

/* Calendar */

#calendar {
	padding-left: 10px;
}

#calendar table {
	width:  190px;
	border-collapse: collapse;
}

#calendar thead th {
	border-top: 2px solid #B4AF8E;
	border-bottom: 2px solid #B4AF8E;
}

#calendar tbody td {
	border-bottom: 1px solid #B4AF8E;
	text-align: center;
}

#calendar tfoot td {
	border-top: 2px solid #B4AF8E;
	font-weight: bold;
}

#calendar #today {
	background: #B4AF8E;
	font-weight: bold;
	color: #FDFBED;
}

#calendar #next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}

/* Footer */

#footer {
	background: #fff;
	width: 900px;
	height: 30px;
	padding: 10px 0 0 0;
	clear: both;
	margin: 0 auto 20px auto;
	font-size: 0.8em;
	color: #242424;
	border-top: #104b87 5px solid;
}

#footer a {
	color: #0066cc;	
}

#footer a:hover {
	color: #666;	
}

.clear {
	clear: both;
}

#footer p {
	font-size: 0.9em;
	line-height: 1.2em;
}

#footer .left {
	float: left;
	display: block;
	bottom: 1.2em;
}

#footer .right {
	float: right;
	display: block;
	bottom: 1.2em;
}

/* Text elements */
strong {
	font-weight: bold;
	}
strong strong {
	font-weight: normal;
	}
em, cite {
	font-style: italic;
	}
em em, cite cite {
	font-style: normal;
	}
abbr {
	cursor: help;
	}
acronym {
	text-transform: uppercase;
	border-bottom: 1px dashed #666;
	cursor: help;
	}
big {
	font-size: 120%;
	}
small, sup, sub {
	font-size: 80%;
	}
.small {
	font-size: 80%;
	}
.gray {
	color: #999;
	}
.downloadable {
	margin-left: 23px;
	}
sup {
	vertical-align: baseline;
	position: relative;
	bottom: 0.3em;
	}
sub {
	vertical-align: baseline;
	position: relative;
	top: 0.3em;
	}
address {
	font-style: italic;
	margin: 0 0 16px 0;
	}
li address, dd address {
	margin: 0;
	}

/* Code */
pre {
	overflow: auto;
	font: .9em Monaco, monospace, Courier, "Courier New";
	line-height: 16px;
	margin-bottom: 16px;
	padding: 9px;
	}
code {
	font: .9em Monaco, monospace, Courier, "Courier New";
	}
pre code {
	font-size: 1em;
	}

/* Delete and insert */
ins, dfn {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
del {
	text-decoration: line-through;
	}
	
.hilite {
	background-color: #ffffcc;
	color: #333;
}

.blacklite {
	background-color: #4d4d46;
	color: #fff;
}

#frontpage-banner {margin: 20px 0 0 10px; padding: 10px 0;}

#ad-article-page-ad { padding-top: 18px; padding-bottom: 4px; margin-bottom: 30px; background: #fff url(images/advertisement.png) no-repeat top center; }

#fsadminwidget-3 { padding-top: 18px; background: #fff url(images/advertisement-med.png) no-repeat top center; }

#ad-rightads { padding-top: 18px; background: #fff url(images/advertisement-med.png) no-repeat top center; }

#fsadminwidget-4 { padding-top: 18px; padding-bottom: 10px; background: #fff url(images/advertisement-med.png) no-repeat top center; }

#prophet-box {
	width: 435px;
	margin: 5px 0px 20px 0px;
	padding: 10px 0 0 0;
	border-top: #eee 1px solid;
	border-bottom: #eee 1px solid;
}	

.prophet-box li {
	margin: 0;
	display: inline-block;
	padding: 2px 1px;
	line-height: 100%;
	list-style-type: none;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}
.prophet-box li a {
	font-weight: normal;
}
.prophet-box li:hover {
	background: #ddd;
	color: #fff;
}
.prophet-box li a:hover {
	color: #fff;
	text-decoration: none;
}

/*  NEWSLETTER FORM  */
#cformsform {background:#fff url(http://www.latterdayconservative.com/images/newsletter-box.jpg) no-repeat; height: 61px; width: 326px; margin: -5px 0 10px 0; padding:0; }
.linklove {	display: none; height: 0px;}
#cf_field_1 { margin: 30px 0 0px -60px;}
#sendbutton {	margin: -30px 20px 0px 0px; background: #333; color: #fff; padding: 3px 0;}
#cformsii-no2 h2 {display:none;}
#cforms-2 {margin-bottom: -15px; padding-bottom: 0px; border-bottom: none;}

/*  SEARCHBAR   */
#top-header-box { float: right; margin: 13px 16px 0 0; width: 160px; }
#topsearch { float:right; margin: 8px 0 0 0; }
#ls{ border:1px solid #E1E1E1; width:10em; color: #333333;font-family:"Century Gothic"; padding:2px 5px 2px 5px; font-size:0.8em; }

#social-icons-box { float:right; }

#frontleft .widget {
	padding: 0px 5px 15px 0px;
	border: none;
}

#text-454542399 ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

#text-454542399 li {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
}

#text-454542399 .page_item {
	font-size: 12px;
	text-transform: uppercase;
}

#text-454542399 h4 a {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #0088cc;
	}
	
#new-tag-cloud h4 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #0088cc;
	}
	
#new-tag-cloud ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#new-tag-cloud li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	line-height: 0.9em;
}

.recent_with_excerpt h4 {	
	line-height: 2em;
}

#recentpostswithexcerpts-3 ul {
	list-style: none;	
	margin: 0;
}

#recentpostswithexcerpts-3 p {
	margin: 0 0 5px 0;
}

.readmoreblog { padding: 0 20px 10px 20px; font-weight: bold; }

#text-4 { color: #fff; font-size: 18px; }
.sidebar #text-4 h4 { color: #fff; font-size: 18px; }
.sidebar #text-4 { background: #104b87 url(images/map-box.png) right -10px no-repeat; color: #fff; }
.sidebar #text-4 a { color: #fff; }

#nrs-folding-pages { color: #fff; font-size: 18px; }
#nrs-folding-pages a { color: #c9e1f6; font-size: 18px; }
#nrs-folding-pages h4 { color: #fff; font-size: 18px; }
.sidebar #nrs-folding-pages { background: #104b87 url(images/map-box.png) right -10px no-repeat; color: #fff; }

.sidebar #text-3 { background: #d49619 ; color: #fff; padding: 0; margin: 15px 0 0 0; }
.sidebar #text-9 { background: #d49619 ; color: #fff; padding: 0; margin: 15px 0 0 0; }

#logo-icon { float: left; margin-left: 0px; margin-top: 30px; }

#contact-icon { float: right; margin-top: 20px; width: 215px; }
