/*
Theme Name: CarInsuranceQuotesNow.com
Theme URI: http://jspicher.com/
Author: Jeff Spicher
Author URI: http://jspicher.com/
Description: The CarInsuranceQuotesNow.com theme for Wordpress is built to theme the carinsurancenow.com web site.
Version: 1.0.0

The CarInsuranceQuotesNow.com Framework is licensed under the GPL license. Feel free to use the CarInsuranceQuotesNow.com theme for commercial and non-commercial ventures. We require a link in the CSS file and request a link on the website
*/


/*====================================
Core styles
====================================*/
html, * html body{
	margin-top: 0px !important;
}

body{
	font-size: 75%; 
	font-family: arial, tahoma, sans-serif;
	font-color: #121212;
	background: #fff url(images/bg.png) repeat-x 0 0;
	padding: 0px;
	margin: 0px;
}

	body#internal{
		background-image: url(images/bg_no_splash.png) !important;
	}


*{
	outline: none;
}

a{
	color: #ea843f;	
}

a:hover{
	text-decoration: none;
	color: #914614;
}

.clear{
	clear: both;
}


.opacity:hover{
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

#wrap{
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	min-height: 400px;
	
}

#main_content{
	width: 980px;
	min-height: 500px;
	margin-top: 5px;
	background: url(images/content_area_bg.png) no-repeat 50% 0;
}

@font-face {
    font-family: 'dinc';
    src: url('fonts/dinc.eot');
    src: url('fonts/dinc.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinc.woff') format('woff'),
         url('fonts/dinc.ttf') format('truetype'),
         url('fonts/dinc.svg#dinc') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myriad-pro-black';
    src: url('fonts/myriadpro-black-webfont.eot');
    src: url('fonts/myriadpro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-black-webfont.woff') format('woff'),
         url('fonts/myriadpro-black-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-black-webfont.svg#MyriadProBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad-pro';
    src: url('fonts/myriadpro-regular-webfont.eot');
    src: url('fonts/myriadpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-regular-webfont.woff') format('woff'),
         url('fonts/myriadpro-regular-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-regular-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*====================================
Copyright styles (bottom of footer)
====================================*/
#copyright{
	color: #fff;
	font-family: tahoma, arials, sans-serif;
	font-size: 90%;
	background: #3d3d3d;
}

	#copyright a{
		color: #fff;
	}

	#copyright .inner{
		width: 930px;
		padding: 8px 25px;
		margin: 0 auto;
	}

		#copyright .inner .left{
			float: left;
		}

		#copyright .inner .right{
			float: right;
		}
		

/*====================================
Footer styles
====================================*/
#footer{
	background: #d1d1d1;
	border-top: 10px solid #b8b8b8;
	margin-top: 35px;
	width: 100%;
	color: #282828;
}

	#footer a{
		color: #282828;
		text-decoration: none;
	}

		#footer a:hover{
			text-decoration: underline;
		}


	#footer .inner{
		width: 930px;
		margin: 0 auto;
		padding: 0px 25px 15px 25px;
		overflow: hidden;
	}

		#footer .inner h5{
			font-family: 'dinc', arial, tahoma, sans-serif;
			font-size: 140%;
			text-indent: 15px;
			font-weight: normal;
			margin: 20px 0 10px 0;
		}
		
		
		#footer .inner ul{
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		

		#footer .inner ul li{
			background: url(images/footer_arrow_bullet.gif) no-repeat 0 4px;
			padding-left: 13px;
			margin-bottom: 6px;
		}

		#footer .inner #footer_social_bookmarks{
			border: 2px solid #b8b8b8;
			background: #fff;
			color: #444444;
			text-transform: uppercase;
			font-weight: bold;
			padding: 10px 7px;
			text-align: center;
		}

		#footer .inner #footer_social_bookmarks ul{
			display: inline;
		}

			#footer .inner #footer_social_bookmarks ul li{
				background: none; 
				padding: 0px;
				display: inline-block;
				display: -moz-inline-box;
				zoom: 1;
				*display:inline;
				width: 16px;
				height: 16px;
				overflow: hidden;
				text-indent: -999em;
			}

			#footer .inner #footer_social_bookmarks ul li a{
				background: url(images/footer_icon_rss.gif) no-repeat 0 0;
				display: block;
				width: 16px;
				height: 16px;
			}


				#footer .inner #footer_social_bookmarks ul li a.twitter{
					background-image: url(images/footer_icon_twitter.gif);
				}

				#footer .inner #footer_social_bookmarks ul li a.facebook{
					background-image: url(images/footer_icon_facebook.gif);
				}

					#footer .inner #footer_social_bookmarks ul li a:hover{
						filter:alpha(opacity=65);
						-moz-opacity:0.65;
						-khtml-opacity: 0.65;
						opacity: 0.65;
					}

		#footer .inner .col{
			width: 210px;
			border-right: 1px dotted #adadad;
			padding: 0 20px;
			float: left;
		}

			#footer .inner .col.first{
				width: 170px;
				padding-left: 0px;
			}

			#footer .inner .col.last{
				border-right: 0;
				padding-right: 0px;
			}


/*====================================
Start Header styles 
====================================*/

#wrap #header{
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	position: relative;
}

	#wrap #header h1{
		font-family: 'dinc', arial, tahoma, sans-serif;
		font-size: 25px;
		color: #165193;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		text-shadow: 1px 1px 0 #fff;
	}

		#wrap #header h1 a{
			color: #165193;
			text-decoration: none !important;
			text-transform: uppercase;

		}

			#wrap #header h1 a:hover{
				color: #ea843f;
			}

	#wrap #header div{
		position: absolute;
		top: 0px;
		right: 0px;
		padding-top: 10px;
		height: 30px;
		line-height: 30px;
	}

	#wrap #header div a.icon{
		text-indent: -999em;
		overflow: hidden;
		width: 30px;
		height: 30px;
		line-height: 30px;
		display: inline-block;
		display: -moz-inline-box;
		zoom: 1;
		*display:inline;
	}
	
		#wrap #header div a.icon.rss{
			background: url(images/header_icon_rss.gif) no-repeat 0 50%;
		}
	
	#wrap #header div form{
			display: inline-block;
			display: -moz-inline-box;
			zoom: 1;
			*display:inline;
			margin-top: -2px;
	}

		#wrap #header div form input{
			background: #fff;
			color: #c2c2c2;
			border: 2px solid #dedfda;
			-moz-border-radius: 6px;
			-khtml-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			padding: 2px 4px;
			height: 24px;
			line-height: 24px;
			margin: 0 3px;
			width: 150px;
			behavior: url(js/PIE.htc);
		}
			
			#wrap #header div form input:active, 
			#wrap #header div form input:focus{
				color: #111;
				border-color: #adadad;
			}

			
			#wrap #header div form button{
				color: #fff;
				background: #818181;
				-moz-border-radius: 6px;
				-khtml-border-radius: 6px;
				-webkit-border-radius: 6px;
				border-radius: 6px;
				border: 0;
				margin: 0px;
				padding: 0px 10px;
				overflow: hidden;
				height: 30px;
				line-height: 30px;
				margin: 0 3px 0 0;
				behavior: url(js/PIE.htc);
			}
				#wrap #header div button:hover{
					cursor: pointer;
					background: #3f3f3f;
				}
				
/*====================================
Start Navigation/Nav styles
====================================*/

#wrap #nav, 
#wrap .menu-main-nav{
	list-style: none;
	display: block;
	height: 55px;
	line-height: 55px;
	margin: 0px;
	padding: 0px;
}

	#wrap #nav li, 
	#wrap .menu-main-nav li{
		display: block;
		float: left;
		line-height: 55px;
		height: 55px;
		background: url(images/nav_divider.gif) no-repeat 100% 50%;
		padding: 0 10px;
	}

		#wrap #nav li.first, 
		#wrap .menu-main-nav li.first{
			padding-left: 0px;
		}

		#wrap #nav li.last, 
		#wrap .menu-main-nav.last{
			padding-right: 0px;
			background-image: none;
		}


	#wrap #nav a, 
	#wrap .menu-main-nav a{
		color: #16579f;
		font-weight: bold;
		font-size: 100%;
		display: block;
		line-height: 55px;
		height: 55px;
		text-decoration: none !important;
		font-family: verdana, georgia, serif;
	}


		#wrap #nav a:hover, 
		#wrap .menu-main-nav a:hover{
			color: #1d1d1d;
			background: url(images/nav_on.gif) repeat-x 0 80%;
		}

		#wrap #nav a.current, 
		#wrap .menu-main-nav.current{
			color: #1d1d1d;
			background: url(images/nav_on.gif) repeat-x 0 80%;
			cursor: default;
		}


			
/*====================================
Main content styles
====================================*/
#content{
	float: left;
	border-right: 1px solid #afafaf;
	width: 680px;
	margin-top: 60px;
	margin: 75px 0 0 30px;
	min-height: 680px;
	height: auto !important;
	height: 680px;
	padding: 0 10px 0 0;
}

	body#internal #content{
		margin-top: 25px !important;
	}

	#content h1, 
	#content h2, 
	#content h3,
	#content h4, 
	#content h5, 
	#content h6{
		font-family: 'dinc', "Trebuchet MS",sans-serif;
		color: #165193;
		margin: 0 0 5px 0;
		display: block;
		font-size: 200%;
		font-weight: normal;
	}

	#content .search h1{
		color: #EA843F;
	}
	
	#content .post_title, 
	#content .post_title a{
		color: #165193;
		text-decoration: none;
	}
	
	#content .post_title a:hover{
		color: #082a50;
	}
	
	
	#content h2{
		font-size: 180%;
	}

	#content h4{
		font-size: 160%;
	} 

	#content h4{
		font-size: 140%;
	} 
	#content h5{
		font-size: 120%;
	} 

	#content h6{
		font-size: 100%;
	}

	#content hr{
		border: 0;
		border-bottom: 1px solid #afafaf;
		width: 99%;
		margin: 10px auto;
	}

	#content pre{
		overflow-x: scroll;
	}

	#content ol li{
		list-style-type:decimal;  
		margin-left: 15px;
	}

	#content ul li{
		padding-left: 15px;
		background: url(images/bullet.gif) no-repeat 0 5px;
	}

	#content blockquote{
		background: url(images/blockquote.gif) no-repeat 0 0;
		padding-left: 65px;
		min-height: 45px;
		height: auto !important;
		height: 45px;
	}



/*====================================
Start Sidebar styles
====================================*/
#sidebar{
	float: left;
	width: 230px;
	margin: 80px 0 0 0;
	padding: 0 0 0 10px;
	background: url(images/sidebar_bg.png) no-repeat 1px 50%;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	vertical-align: top; 
}

	body#internal #sidebar{
		margin: 25px 0 0 0 !important;
	}

	#sidebar h4{
		background: #4c4c4c;
		color: #fff;
		font-family: 'dinc', "Trebuchet MS",sans-serif;
		font-size: 150%;
		height: 40px;
		line-height: 40px;
		margin: 0 0 15px 0px;
		padding: 0 10px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		behavior: url(js/PIE.htc);
	}
		
	#sidebar .featured_post img{
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		display: block;
		margin: 4px auto;
		behavior: url(js/PIE.htc);
	}

	#sidebar .featured_post strong a{
		display: block;
		color: #242424;
		margin: 4px 0;
	}


		#sidebar .featured_post p{
			color: #848484;
		}

		#sidebar .featured_post dl{
			border-top: 1px solid #cecece;
			margin: 8px 0;
			padding: 8px 0 0 0;
		}
		
		#sidebar .featured_post dd, 
		#sidebar .featured_post dt{
			margin: 0px;
			padding: 0 2px;
		}

		#sidebar .featured_post dt{
			float: left;
			font-size: 130%;
			font-weight: bold;
		}

		#sidebar .featured_post dd{
			float: right;
		}

			#sidebar .featured_post dd a{
				color: #ea843f;
			}
			
			
		#sidebar ul{
			margin: 20px 0px 20px 8px;
			padding: 0px;
			font-weight: bold;
		}	

			#sidebar ul li{
				margin-bottom: 6px;
				padding-left: 15px;
				background: url(images/bullet.gif) no-repeat 0 5px;
			}

				#sidebar ul a{
					color: #000;
				}
				
/*====================================
Start Signup/opt-in form styles
====================================*/
#splash{
	width: 980px;
	margin: 0px auto;
	height: 212px;
	background: url(images/splash_starburst.png) no-repeat 100% 50%;
	position: relative;
}

	#splash .photo{
		width: 462px;
		height: 216px;
		background: url(images/splash_car1.png) no-repeat;
		position: absolute;
		z-index: 1;
		left: 0;
		bottom: -30px;
	  -webkit-transition-duration: 1s;
	  -moz-transition-duration: 1s;
	  -o-transition-duration: 1s;
	  transition-duration: 1s;
	behavior: url(js/PIE.htc);
	}

	#splash h2{
		color: #ea843f;
		font-family: 'dinc', "Trebuchet MS",sans-serif;
		font-size: 175%;
		font-weight: normal;
		position: absolute;
		left: 160px;
		bottom: -75px;
		z-index: 6;
	}	
	
	#splash_box_error{
		display: block;
		min-height: 22px;
		height: auto !important;
		height: 22px;
		background: #FBE3E4 url(images/error.gif) no-repeat 10px center;
		padding: 3px 10px 3px 35px;
		margin: 10px 0;
		color:#8a1f11;
		border: 1px solid #FBC2C4;
		-moz-border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		line-height: 18px;
		width: 290px;
		position: absolute;
		top: 24px;
		right: 15px;
	}

		#splash_box_error em{
			font-weight: bold;
			font-style: normal;
		}

	#splash #signup_form{
		position: absolute;
		bottom: -64px;
		right: 25px;
		background: url(images/splash_signup_box.png) no-repeat 0 0;
		z-index: 2;
	}

		#splash #signup_form .inner{
			position: relative;
			width: 474px;
			height: 251px;
		}


			#splash #signup_form .inner strong{
				font-weight: normal;
				font-family: 'myriad-pro-black', arial, sans-serif;
				color: #fff;
				font-size: 205%;
				width: 100px;
				height: 70px;
				display: block;
				text-align: center;
				z-index: 4;
				position: absolute;
				left: 17px;
				top: 77px;
				text-shadow: 1px 1px 0 #885618;	
				font-weight: bold;
			}



			#splash #signup_form .inner .form{
				width: 250px;
				position: absolute;
				z-index: 4;
				top: 69px;
				right: 40px;
			}

				#splash #signup_form .inner legend{
					marign: 0px;
					padding: 0px;
					font-family: 'myriad-pro', arial, sans-serif;
					font-weight: normal;
					color: #fff;
					font-size: 11px;
					position: absolute;
					top: -7px;
					left: 162px;
					text-transform: uppercase;
					z-index: 3;
					display: block;
				}

				#splash #signup_form button{
					background: url(images/splash_signup_button.png) no-repeat 0 0;
					width: 142px;
					height:36px;
					line-height: 36px;
					border: 0;
					margin: 0 10px;
					padding: 0px;
					text-indent: -999em;
					overflow: hidden;
					display: block;	
					cursor: pointer;
					float: right;
				}

				#splash #signup_form  .signup_form_text{
					background: url(images/signup_textfield_bg.png) no-repeat;
					width: 244px;
					height: 32px;
					line-height: 32px;
					margin-bottom: 11px;
				}

					#splash #signup_form .signup_form_text.zip{
						background-image: url(images/signup_textfield_zip_bg.png);
					}

					#splash #signup_form .signup_form_text.email{
						background-image: url(images/signup_textfield_email_bg.png);
					}

					#splash #signup_form .signup_form_text input{
						border: 0px;
						color: #cbcbcb;
						line-height: 36px;
						height: 24px;
						padding: 4px 5px 4px 40px;
						background: transparent;
					}

						#splash #signup_form .signup_form_text input:hover, 
						#splash #signup_form .signup_form_text input:active{
							color: #1d1d1d;
						}


				#splash #signup_form .inner .tos{
					color: #524b3f;
					font-family: tahoma, arial, sans-serif;
					font-size: 90%;
					text-shadow: 1px 1px 0 #e8e8e8;
					z-index: 5;
					position: absolute;
					left: 60px;
					bottom: 18px;
				}	
					
					#splash #signup_form .inner .tos a{
						color: #0090ff;
					}
					
					
/* BLOG STYLES START HERE */
#post-meta{
	line-height: 25px;
	font-size: 110%;
	padding: 6px 10px;
	background: #f3f3f3;
	border: 1px solid #dedede;
}

.post_time{
	color: #b8b8b8;
	font-size: 90%;
}

.newer-older{
	line-height: 25px;
	font-size: 130%;
	padding: 6px 10px;
	font-family: 'dinc', arial, tahoma, sans-serif;
	margin: 10px 0;
}

.newer-older a{
	color: #0e2c8c;
}

	.newer-older a:hover{
		color: #617cd4;
	}



/* Post list styles */
	
.post_row{
	padding: 8px 10px 4px 10px;
	background: #fff;
	color: #d3d3d3;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #f6f6f6;
}

	.post_row.alt{
		background: #f8f8f8;
	}

	.post_row .post-excerpt, 
	.post_row .post-content{
		color: #555;
	}

	.post_row .read-more{
		display: block;
		float: right;
		vertical-align: baseline;
		margin: 10px 8px 5px 2px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		font: 13px/100% Arial, Helvetica, sans-serif;
		padding: 4px 8px;
		text-shadow: 0 1px 1px rgba(0,0,0,.3);
		-webkit-border-radius: .5em; 
		-moz-border-radius: .5em;
		border-radius: .5em;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
		box-shadow: 0 1px 2px rgba(0,0,0,.2);
		color: #d9eef7;
		border: solid 1px #0076a3;
		background: #0095cd;
		background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
		background: -moz-linear-gradient(top,  #00adee,  #0078a5);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
	}


		.post_row .read-more:hover{
			text-decoration: none;
			background: #007ead;
			background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
			background: -moz-linear-gradient(top,  #0095cc,  #00678e);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
			behavior: url(../js/PIE.htc);
		}

		.post_row .read-more:active{
			position: relative;
			top: 1px;
			color: #80bed6;
			background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
			background: -moz-linear-gradient(top,  #0078a5,  #00adee);
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
			behavior: url(../js/PIE.htc);
		}

	.post_row strong{
		color: #111;
	}


.sb_opt_in{
	font-weight: noraml !important;
}

	.sb_opt_in button{
		width: 86px;
		height: 36px;
		text-indent: -999em;
		overflow: hidden;
		float: left;
		background: url(images/btn_submit.png) no-repeat 0 0;
		border: 0;
		cursor: pointer;
	}


	.sb_opt_in .signup_form_text{
		background: url(images/sb_signup_textfield_bg.png) no-repeat;
		width: 206px;
		height: 32px;
		line-height: 32px;
		margin-bottom: 11px;
	}

		.sb_opt_in .signup_form_text.zip{
			background-image: url(images/sb_signup_textfield_zip_bg.png);
		}

		.sb_opt_in .signup_form_text.email{
			background-image: url(images/sb_signup_textfield_email_bg.png);
		}

		.sb_opt_in .signup_form_text input{
			border: 0px;
			color: #cbcbcb;
			line-height: 36px;
			height: 24px;
			padding: 4px 5px 4px 40px;
			background: transparent;
		}

			.sb_opt_in .signup_form_text input:hover, 
			.sb_opt_in.signup_form_text input:active{
				color: #1d1d1d;
			}


		.sb_opt_in .tos .right{
			width: 130px;
			color: #555;
			font-size: 90%;
		}
	
/* default wordpress styles */ 


body {
	margin: 0;
	padding: 0;
}

#main {

}
.container {
	width: 960px; margin: 0 auto;
}

#if-logged-in {
	height: 20px;
	line-height: 20px;
	background: #111;
	color: #eee;
	font-size: 11px;
}
	#if-logged-in p {
		margin: 0;
	}
	#if-logged-in a:link,
	#if-logged-in a:visited {
		color: #fff;
		text-decoration: none;
		margin: 0px 15px;
	}
	#if-logged-in a:hover {
		text-decoration: underline;
	}
	#if-logged-in a:active {
		text-decoration: underline;
		margin-bottom: -1px;
	}

header {
	
}
	nav {
		
	}
	nav.primary {
		
	}
	nav.footer {
		
	}
	#widgit-header {
		
	}
	#widgit-alert {
		
	}



/* ===[ Comment Styling ]=== */
.comments {
    margin: 0 0px 50px 0px;
    background: #fafafa;
	width: 628px;    
    border-top: none;
    padding: 25px;
}
h3#comments {
    padding: 0 0 20px 0;
   	margin: 0 0 25px 0 !important;
   	font-weight: 300;
   	font-size: 24px;
   	border-bottom: solid 1px #eee;
   	line-height: 30px;
}
#respond {
    margin: 0 0 15px 0;
    padding: 0px 20px 20px 0;
}
.comment #respond { margin-top: 0px }
#respond h3 {
    background:url(images/divider03.png) repeat-x 0 100%;
    padding: 0 0 10px 0;
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 25px;
}
#respond label {
    font-weight: bold;
    font-size: 10px;
    margin: 5px 0 0 15px;
    color: #aaa;
}
#respond p { margin-bottom: 15px }
#respond input[type="text"], #respond textarea {
    color: #777;
    border: none;
    border: solid 1px #eee;
    border-bottom: solid 1px #ddd;
    background: #fff;
    width: 50%;
    padding: 10px;
    font-size: 13px;
}
#respond input:focus, #respond textarea:focus {
    outline: none;
}
#respond textarea {
    line-height: 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#respond .respond-submit {
	background: #555;
	color:#fff;
	font-size: 13px;
	padding:10px 20px;
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}
#respond .respond-submit:hover {
	background: #666;
	cursor: pointer;
}
#respond #commentform p {
}
.comment #respond #commentform p {
	
}
#respond #commentform .form-author {
	background: #fff url(images/form-name.png) no-repeat right center;
}
#respond #commentform .form-email {
	background: #fff url(images/form-email.png) no-repeat right center;
}
#respond #commentform .form-website {
	background: #fff url(images/form-website.png) no-repeat right center;
}
.allowed {
	font-size: 11px;
	color: #888;
	width: 500px;
	float: left;
	margin: 0 0 15px 0;
}
.commentlist {
	list-style-type: none !important;
}

.commentlist li {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    position: relative;
    list-style-type: none !important;
}
.commentlist li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.commentlist li:before, .commentlist ol .num {
	float: left;
	margin: 0 0 0 0 !important;
	content: none !important;
	counter-increment: none !important;
}
.children {
	margin-bottom: 0px !important;
	margin-top: 25px !important;
}
.children li { 
	margin: 0 0 0 0;
	padding-left: 40px;
 }
.children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.comment p {
    line-height: 20px !important;
    font-size: 12px !important;
   
}
.comment-block {
    padding: 0;
}
.comment-text {
	background: #fff;
	border: solid 1px #eee;
	padding: 10px;
}
.comment-text:before {
	width: 0;
	height: 0;
}
.reply {
    margin: 0px !important;
    font-size: 12px;
}
.comments .children .reply { text-align: left }
.reply a:hover {
    text-decoration: none;
}
.reply a:hover:after {
	content: "\2192";
}
#cancel-comment-reply {
    margin: 0 0 15px 0;
    float: right;
}
.comments .logged-in {
	float: left;
	font-size: 14px !important;
}
.comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}
.vcard {
    margin: 0 0 0 0;
    padding: 0 85px 0 0;
    float: left;
}
.vcard img {
    float: left;
    background: #fff;
    border: solid 1px #eee;
    padding: 3px;
}
.fn {
    float: left;
    font-style: normal;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    margin-top: 0;
}
.fn a { color: #666 }
.comment-info {
	margin-bottom: 10px;
	position: relative;
}
.comment-meta {
    float: left;
    margin: 2px 0 0 12px;
}
.comment-time {
    font-size: 11px;
    color: #999;
}
.comment-edit-link {
	font-size: 11px;
}

	
.page {
	
}
	#page-content {
		
	}
	#page-meta {
		
	}

.post {
	
}
	.postContent {
		
	}
	.post-excerpt {
		
	}

nav.oldernewer {
	
}
	.older {
		
	}
	.newer {
		
	}

.search {
	
}

.author {
	
}
#recent-author-posts {
	
}
#recent-author-comments {
	
}

#error404 {
	
}

#sidebar {
	
}
	#widgit-sidebar {
		
	}
		#sidebar-search {
			
		}
		#sidebar-nav {
			
		}
		#sidebar-archives {
			
		}
		#sidebar-meta {
			
		}
		.widgit {
			
		}

#footer {
	
}
	#widgit-footer {
		
	}
	#footer-nav {
		
	}
	
.no-results {
	
}

.widgit-area {
	
}

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */