@import url("reset.css"); 
/*
Theme Name: Norman Taylor (Theme #2)
Theme URI: http://www.normantaylor.com/blog/
Description: The customized WordPress theme by Studio98.
Author: Studio98
Author URI: http://www.studio98.com/
*/



/* Begin Typography & Colors */

.thread-alt {
/*  border-bottom:1px solid #e9d1b7; */
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.thread-even {
/*	border-bottom:1px solid #e9d1b7; */
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.depth-1 {
 /* border: 1px solid #ddd; */
}

.even, .alt {
	border-left: 0px solid #ddd;
}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 26px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	text-align:center;
	font-size:13px;
	padding-bottom:25px;
	margin-bottom:15px;
}

.clear {
	clear: both;
}
/* End Structure */


/* 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 Lists

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

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

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

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

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

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

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

#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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px;
	height:73px;
	width:100%;
	}

#sidebar #searchform #s {
	width:197px;
	height:19px;
	border:1px solid #e5c3bf;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2d2d2d;
	padding:4px 5px 0px;
	margin:0px 0px 7px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#sidebar #searchsubmit {
	width:auto;
	height:auto;
	padding:2px 5px;
	/* background:none; 
	border:none; */
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#2d2d2d;
	float:right;
	cursor:pointer;
	}

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

select {
	width: 130px;
	}

#commentform small{font-weight:normal;}	

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 0px 5px 0px 0;
	outline:none;
	color:#2d2d2d;
	}
	
#commentform .comment-fld{
	border:1px solid #e5c3bf;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2d2d2d;
	outline:none;
	background:#ffffff;
	}
	
#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform p label small{font-size:12px;}

#commentform textarea {
	width: 97%;
	padding: 2px;
	float:left;
	border:1px solid #e5c3bf;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2d2d2d;
	outline:none;
	background:#ffffff;
	line-height:19px;
	margin-bottom:6px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	padding: 2px 10px 2px 10px;
	float: left;
	/* background:#ffffff;
	border:1px solid #dfdbd5; */
	color:#2d2d2d;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-weight:bold;
	}
	
#commentform p{padding-bottom:8px; margin:0px; clear:both;}
/* End Form Elements */



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

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

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

blockquote {
	margin: 5px 20px 19px 10px;
	padding-left: 13px;
	border-left: 3px solid #ddd;
	}
blockquote p{padding-bottom:0px;}

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: 0px;
	padding: 15px 0px;
	line-height:20px;
	}
/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* Custom Styles */
body{background:#9e9e8e url(images/bg.gif) repeat 0px 0px; font-family:Arial, Helvetica, sans-serif; color:#2d2d2d; font-size:13px;}
h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, input, form, textarea{font-weight:normal; padding:0px; margin:0px;}
a img{border:0px;}
.clearfix{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
.clear:after{height:0px; width:100%; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .clear{height:1px;} /* */

/* Common Styles */
h1{font-size:24px; color:#990000; font-weight:bold; text-shadow:0 0 0 #fff; line-height:29px; padding-bottom:15px; font-family:"Times New Roman", Times, serif;}
h2{font-size:20px; color:#990000; line-height:24px; padding-bottom:5px; font-family:"Times New Roman", Times, serif;}
h2 a{text-decoration:none; color:#990000;}
h2 a:hover{text-decoration:none; color:#2d2d2d;}

h3{font-size:18px; color:#990000; line-height:20px; padding-bottom:5px; font-family:"Times New Roman", Times, serif;}
h3 a{color:#990000; text-decoration:none;}
h3 a:hover{color:#2d2d2d;}
h3.reply{font-size:17px; padding-top:8px;}

h4{font-size:13px; color:#990000; font-weight:bold; line-height:19px; padding-bottom:0px;}

p{line-height:19px; padding-bottom:15px;}
.dark-red{color:#990000;}
.gray{color:#2d2d2d;}
.divider{font-size:0px; line-height:0px; height:1px; border-bottom:1px solid #d29785; margin-bottom:13px;}
.sml-txt{font-size:11px;}
.red{color:#FF0000;}
img.float-left{float:left; padding-right:10px;}

a{text-decoration:none; color:#990000; font-weight:bold;}
a:hover{text-decoration:none; color:#2d2d2d;}

/* Main Containers */
#wrapper{width:100%; height:auto;}
#page{width:958px; height:auto; margin:0px auto;}

/* Top User Nav */
#top-user-nav{height:15px; padding:14px 25px 0px 0px; text-align:right; font-size:12px; font-weight:bold; color:#ececea; word-spacing:1px;}
#top-user-nav a{font-size:12px; font-weight:bold; color:#ececea; text-decoration:none;}
#top-user-nav a:hover{text-decoration:none; color:#fff;}

/* Header */
#header{width:100%; height:150px; background:#000 url(images/header-bg.gif) no-repeat 0px 0px; position:relative;}
#header #logo{width:367px; height:105px; position:absolute; top:36px; left:31px;}

#header #call-us{width:290px; height:65px; position:absolute; top:44px; right:34px; text-align:center;}
#header #call-us p.img{height:17px; padding:0px; line-height:0px; font-size:0px;}
#header #call-us img{float:left; padding-bottom:4px;}
#header #call-us p{font-size:22px; color:#ffffff; line-height:24px; padding:0px; font-weight:bold; text-shadow:0 0 0 #000;}
#header #call-us p.sml-txt{font-size:14px;}

/* Top Navigation */
#nav{width:950px; height:40px; padding:0px 4px 2px 4px; background:url(images/page-shadow.gif) repeat-y 0px 0px;}
#nav ul{list-style:none; height:40px; padding:0px 0px 0px 26px; background:#800000 url(images/nav-bg.gif) no-repeat 0px 0px;}
#nav ul li{float:left; height:40px; padding:0px 21px 0px 0px;}
#nav ul li img{float:left; height:40px;}
#nav ul li a{height:40px; float:left; display:block; background:url(images/navigation.gif) no-repeat;}

#nav ul li#nav-home, #nav ul li#nav-home img, #nav ul li#nav-home a{width:52px;}
#nav ul li#nav-home a{background-position:0px 0px;}
#nav ul li#nav-home a:hover, #nav ul li#nav-home a.selected{background-position:0px -40px;}

#nav ul li#nav-lemon-law, #nav ul li#nav-lemon-law img, #nav ul li#nav-lemon-law a{width:186px;}
#nav ul li#nav-lemon-law a{background-position:-73px 0px;}
#nav ul li#nav-lemon-law a:hover, #nav ul li#nav-lemon-law a.selected{background-position:-73px -40px;}

#nav ul li#nav-testimonials, #nav ul li#nav-testimonials img, #nav ul li#nav-testimonials a{width:105px;}
#nav ul li#nav-testimonials{padding-right:23px;}
#nav ul li#nav-testimonials a{background-position:-280px 0px;}
#nav ul li#nav-testimonials a:hover, #nav ul li#nav-testimonials a.selected{background-position:-280px -40px;}

#nav ul li#nav-about, #nav ul li#nav-about img, #nav ul li#nav-about a{width:79px;}
#nav ul li#nav-about{padding-right:22px;}
#nav ul li#nav-about a{background-position:-408px 0px;}
#nav ul li#nav-about a:hover, #nav ul li#nav-about a.selected{background-position:-408px -40px;}

#nav ul li#nav-blog, #nav ul li#nav-blog img, #nav ul li#nav-blog a{width:41px;}
#nav ul li#nav-blog a{background-position:-509px 0px;}
#nav ul li#nav-blog a:hover, #nav ul li#nav-blog a.selected{background-position:-509px -40px;}

#nav ul li#nav-contact, #nav ul li#nav-contact img, #nav ul li#nav-contact a{width:68px;}
#nav ul li#nav-contact{padding-right:42px;}
#nav ul li#nav-contact a{background-position:-571px 0px;}
#nav ul li#nav-contact a:hover, #nav ul li#nav-contact a.selected{background-position:-571px -40px;}

#nav ul li#nav-lemon-law-book, #nav ul li#nav-lemon-law-book img, #nav ul li#nav-lemon-law-book a{width:213px;}
#nav ul li#nav-lemon-law-book a{background-position:-681px 0px;}
#nav ul li#nav-lemon-law-book a:hover{background-position:-681px -40px;}

/* Flash Header */
#flash-header{width:946px; height:234px; padding:0px 6px 1px; background:#fff url(images/page-shadow.gif) repeat-y 0px 0px;}
#flash-header #flash-container{float:left; height:234px; width:674px; padding-right:2px; overflow:hidden;}

/* Top Contact Form */
#flash-header #contact-box{float:left; width:270px; height:234px; background:#6f0602 url(images/contact-box-bg.gif) repeat 0px 0px;}
#flash-header #contact-box #contact-frm{width:100%; height:234px; background:url(images/contact-box-top.gif) no-repeat 0px 0px;}
#contact-box #contact-frm h4{font-size:13px; font-weight:bold; color:#fff; text-shadow:0 0 0 #000; text-align:center; line-height:18px; padding-top:5px;}
#contact-box #contact-frm p{font-size:20px; color:#fff; text-align:center; line-height:21px; padding:9px 0px 0px; text-shadow:0 0 0 #6a0400;}
#contact-box #contact-frm p.sml-txt{font-size:11px; font-weight:bold; padding:0px 0px 5px;}

#contact-box #contact-frm div#inputs{width:236px; height:auto; margin:0px auto;}
#contact-box #contact-frm .txt-box{width:226px; height:14px; padding:0px 4px; border:1px solid #fff; background:#fff; float:left; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#990000; line-height:14px; margin-bottom:5px; -moz-border-radius: 2px; -khtml-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
#contact-box #contact-frm #btn-continue{width:97px; height:23px; border:none; background:url(images/btn-continue.gif) no-repeat 0px 0px; float:right; cursor:pointer;}

/* Content Section */
#content{width:946px; height:auto; padding:0px 6px; background:#fff url(images/page-shadow.gif) repeat-y 0px 0px;}
#content-inner{width:100%; height:auto; background:url(images/sidebar-bg.gif) repeat-y 0px 0px;}

/* Content Section Columns */
#content #left{width:230px; height:auto; padding-top:15px; float:left; background:#6a0400 url(images/sidebar-top.gif) repeat-x 0px 0px;}
#content #right{width:716px; height:auto; float:left; padding-bottom:20px;}

#content #left .padd{padding:0px 11px;}
#content #left .container{padding:9px 0px; background:url(images/divider-h.gif) repeat-x bottom left;}
#content #right .padd{padding:25px 10px 0px 25px;}

/* Blog Columns */
.widecolumn{width:949px; height:auto; margin:0px; padding:0px;}
.narrowcolumn{width:451px; height:auto; float:left; padding:0px 20px 0px 0px;}
#sidebar{width:210px; height:auto; float:left; padding:0px;}

/* Left Navigation */
#left-nav{padding:20px 11px 15px 25px; height:auto; background:url(images/divider-h.gif) repeat-x bottom left;}
#left-nav ul{list-style:none; width:100%; height:auto;}
#left-nav ul li{background:url(images/left-nav-bullet.gif) no-repeat 0px 8px; padding:0px 0px 4px 9px; color:#bf695e; font-size:15px; line-height:20px; font-weight:bold; text-shadow:0 0 0 #6a0400;}
#left-nav ul li a{color:#bf695e; text-decoration:none; font-weight:bold;}
#left-nav ul li a:hover{color:#fff; text-decoration:none;}

#left-nav ul li span a{font-size:12px; color:#fffefe; text-decoration:underline;}
#left-nav ul li span a:hover{color:#fff; text-decoration:none;}

p.states-head{margin:15px 0px; padding-bottom:0px; border:1px solid #d29785; border-width:1px 0px; font-size:12px;} 
#states-list{font-size:13px;}
#states-list a{font-size:13px;}

/* Left Column Read the Book */
#content #left #read-book{width:210px; padding:7px 9px 7px 11px; text-align:center; background:url(images/divider-h.gif) repeat-x bottom left; font-family:"Times New Roman", Times, serif; font-size:18px; color:#fff;}
#content #left #read-book p{padding:4px 0px;}

/* Left Column Free Brochure */
#content #left #free-brochure{width:201px; padding:10px 9px 10px 20px; text-align:center; background:url(images/divider-h.gif) repeat-x bottom left; font-family:"Times New Roman", Times, serif; font-size:18px; color:#fff;}
#content #left #free-brochure p{padding:4px 0px;}

/* Left Column Buyback */
#content #left #buyback{width:100%; height:121px; padding-top:9px; text-align:center; overflow:hidden; background:url(images/divider-h.gif) repeat-x bottom left;}

/* Left Column Have Rights */
#content #left #have-rights{width:100%; height:112px; padding-top:16px; text-align:center; overflow:hidden;}

/* Footer */
#footer{clear:both; width:958px; height:auto; padding:20px 0px; background:url(images/footer-bg.gif) no-repeat 0px 0px; text-align:center; font-size:11px; line-height:16px; color:#d1d1bc;}
#footer a{text-decoration:none; font-weight:normal; color:#d1d1bc;}
#footer a:hover{color:#fff;}

#footer p{line-height:14px; padding:5px 20px;}

/* Sidebar Specifics */
#sidebar{line-height:19px;}
#sidebar h2{font-size:18px; color:#2d2d2d; font-family:Arial, Helvetica, sans-serif;}
#sidebar ul{padding:0px; margin:0px;}
#sidebar ul li{padding:0px; margin:0px; line-height:19px;}

#sidebar ul ul{padding-bottom:10px; padding-left:7px;}
#sidebar ul li ul li{list-style:disc; padding:0px; margin:0px; font-weight:bold; line-height:19px; padding-bottom:2px;}
#sidebar ul li ul li a{font-weight:bold;}

#sidebar ul#newtagcloud{padding-left:0px; text-align:center;}
#sidebar ul#newtagcloud a{margin:0px 7px 0px 0px; line-height:23px;}
#sidebar ul#newtagcloud li{list-style:none; padding-left:0px; text-align:center;}

/* Default List in left Column */
.narrowcolumn ul, .widecolumn ul{list-style:none; margin:0px !important; padding:0px 0px 19px 20px !important;}
.narrowcolumn ul li, .widecolumn ul li{list-style:disc; line-height:20px; padding:0px 0px 4px 0px !important; margin:0px !important;}

.entry{padding:5px 0px 8px;}

.postmetadata{border:1px solid #e5c3bf; border-width:1px 0px; padding:5px 0px 5px; color:#990000;}
.postmetadata a{font-weight:normal;}
.divider{border-bottom:1px solid #e5c3bf; margin-bottom:20px; font-size:0px; line-height:0px; height:1px;}

small{color:#2d2d2d; font-size:11px; font-weight:normal; line-height:19px;}
cite.fn{line-height:23px; font-weight:normal;}
cite.fn a{color:#FF0000; text-decoration:none; font-weight:bold;}
cite.fn a:hover{color:#2d2d2d; text-decoration:none;}

h3#comments, h3.reply{font-size:18px;}
.comment-body p{padding-bottom:5px;}

li.comment{border-bottom:1px solid #e5c3bf;}
.post-ratings{line-height:19px; height:36px;}


/* Left Column Mailing List Box */
#content #left #mailingList{height:auto; padding-top:0px; padding-left:13px; padding-bottom:10px; text-align:center; overflow:hidden; background:url(/images/divider-h.gif) repeat-x bottom left; text-align:left;}
#content #left #mailingList h3{font-size:21px; color:#fff; line-height:26px; padding-bottom:5px; padding-left:5px;}
#content #left #mailingList #callOut{width:188px; height:78px; padding:7px 0 0 10px; background:url(/images/call-out.gif) no-repeat 0 0; font-size:13px; font-weight:bold; color:#fff; line-height:17px; margin-bottom:12px;}
#content #left #mailingList #callOut span{font-size:16px; line-height:20px;}
#content #left #mailingList form #subscribedEmail{width:186px; height:17px; border:1px solid #fff; padding:0 5px; font-family:Arial, Helvetica, sans-serif; color:#5b0a00; font-size:11px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
#content #left #mailingList form #btn{width:63px; height:23px; border:none; cursor:pointer; background:url(/images/btn-submit.gif) no-repeat 0 0; margin:10px 19px 0 0; float:right;}
