/*
Theme Name: ID Theft
Theme URI: 
Description: 
Version: 1
Author: Thomas McMahon
Author URI: http://bloggerdesign.com/

*/

body {
	width: 960px;
	margin: 0 auto;
	background-color: #D4E6F1;
	color: #333;
	font: 12px Verdana;
}
a:link {
	color: #2372A9;
}
a:visited {
	color: #996699;
}


#redlink {
	color: #CC0000;
}
#greenlink {
	color: #859A0D;
}
.header {
	height: 40px;
	background: transparent url(interface/header-back.png) no-repeat;
}
.header h1 {
	float: left;
	color: #fff;
	font: normal normal 26px "trebuchet MS", Verdana, Sans-Serif;
	margin: 0;
	padding-top: 3px;
	padding-left: 10px;
}
.header h1 a {
	color: #fff;
	font: normal normal 26px "trebuchet MS", Verdana, Sans-Serif;
	text-decoration: none;
}
.header .tagline {
	font-size: 15px;
	color: #fff;
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
}
.header .search {
	float: right;
	margin: 0;
	padding: 7px 10px 0 0;
}
.top {
	margin: 6px auto;
	background: transparent url(interface/top-back.png) no-repeat;
	width: 908px;
	height: 208px;
}
.top .box1 {
	float: left;
	width: 290px;
	text-align: center;
	padding-top: 5px;
	color: #666;
}
.top .box2 {
	float: left;
	width: 320px;
	border-top-style: none;
	border-bottom-style: none;
	border-right: 1px solid #D4E6F1;
	border-left: 1px solid #D4E6F1;
	margin-top: 20px;
	padding: 0 5px;
}
.top .box2 .headline {
	text-align: center;
	color: #859A0D;
	font: normal 18px "trebuchet MS", Verdana, Sans-Serif;
	margin: 0;
	padding-top: 8px;
}

.top .box3 {
	float: left;
	width: 278px;
	text-align: center;
	color: #2372A9;
	font: bold 13px Verdana;
	padding-top: 10px;
}
.top .box3 .video embed, .top .box3 .video object {
	width: 181px;
	height: 150px;
}
.top .box3 .video li, .top .box3 .video div {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.content, .content-top, .content-bottom {
	background-color: #fff;
	width: 950px;
	margin: 0 auto;
}
.content-bottom {
	clear: both;
}
.left-sidebar, .right-sidebar {
	width: 215px;
	float: left;
}
.left-sidebar p {
	background: transparent url(interface/left-button-back.png) no-repeat;
	height: 44px;
	margin: 0 0 0 5px;
	padding-top: 13px;
	padding-left: 10px;
}
.left-sidebar p a:link, .left-sidebar p a:visited {
	text-decoration: none;
	font: bold 11px Verdana;
	color: #2372A9;
}
.left-sidebar p a:hover {
	text-decoration: underline;
}
.entry {
	float: left;
	width: 505px !important;
	width: 500px;
	padding: 5px 10px 5px 5px;
}
.entry h2, .entry h2 a {
	color: #859A0D;
	font-weight: normal;
	font: 22px Verdana;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.entry h2.pagetitle {
	color: #CC0000;
	text-transform: capitalize;
	border-bottom: 1px solid #c00;
}
h3#comments {
	color: #859A0D;
	font-weight: normal;
	font: 16px Verdana;
	margin: 5px 0 0;
	padding: 0;
}
.entry h2 a:hover {
	text-decoration: underline;
}
.post {
	clear: both;
}
.right-sidebar {
	background: transparent url(interface/r-sidebar-back.png) repeat-y;
}
.footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.date-comment {
	padding: 6px 0;
}
.date-comment, .date-comment a {
	font: bold 11px Verdana;
	color: #333;
	text-decoration: none;
}


/* from wordpress */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	/*margin-bottom: 60px;*/
	color: #859A0D;
	}
.navigation a {
	color: #859A0D;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .post li {
	margin: 7px 0 8px 10px;
	}

.post ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.post ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.postmetadata {
	background-color: #f5f5f5;
}
.postmetadata a {
	text-decoration: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0 10px;
	padding: 0;
	}
	
#sidebar h2 {
	color: #2371A9;
	font: bold 12px Verdana;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 10px;
	margin: 10px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	border-bottom: none;
	}
#text-3 {
	color: #666;
}
#text-3 .title {
	color: #E7782F;
}
#text-3 .feed a {
	text-decoration: none;
}
#text-3 .feed a:hover {
	text-decoration: underline;
}
/* End Entry Lists */



/* Begin Form Elements */


#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.post form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border: 1px solid #f5f5f5;
	background: #fff url(interface/comment-back.png) no-repeat right top;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	border: 1px solid #f5f5f5;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0;
	margin: 0;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font: 10px Verdana;
	}
.commentmetadata a {
	text-decoration: none;
}
.avatar {
	float: right;
}
.comment-author, .comment-author a {
	font-weight: bold;
	text-decoration: none;
}
.reply a {
	background-color: #F3F5E6;
	color: #859A0D;
	text-decoration: none;
	padding: 1px 3px;
}
/* End Comments */
.post-teaser-block {
	padding: 5px 5px 5px 16px;
	background: #f5f5f5 url(interface/more-arrow.png) no-repeat;
	margin: 5px 0 10px;
	clear: both;
}
a:hover {
	text-decoration: underline;
}
.post .sociable ul li:before {
	content: "";
	}
.sociable li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
