/*  
Theme Name: Suit and Tie
Version: 1.0.8
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-down navigation
-2.4 Featured-slider
-2.5 Blog and Page sub-header
-2.6 Content
-2.7 Sidebar
-2.8 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 Captions

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	font: 13px Arial,Helvetica,Sans-serif;
	line-height: 1.5;  /*unitless for proper inheritance*/
}

h1, h2, h3, h4, h5, h6  {
	margin: 0;
	font-family: Arial,Helvetica,Sans-serif;
}

h1  {font-size: 30px} h2  {font-size: 24px} h3  {font-size: 20px}
h4  {font-size: 18px} h5  {font-size: 14px} h6  {font-size: 12px}

p  {margin: 18px 0;}

/* 1.2 Hyperlinks */

a:link, a:visited  {	text-decoration: none; }
a:hover  { text-decoration: underline;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}

/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#top_bar { background: url(images/topbar.png) no-repeat; height: 38px; width: 890px; margin: 0 0 0 30px; }
#top_bar .logo { margin: -56px 0 0 30px; }
.managersspecial { background: url(images/managers.png) no-repeat; width: 226px; height: 42px; }
.managersspecial h4 { font-size: 17px; font-weight: 300; color: #fff; text-align: center; padding: 7px 0 0 0; }

.managers_special { background-color: #FF5D13; padding: 8px; width: 210px; -moz-border-radius:10px; -webkit-border-radius:10px; -khtml-border-radius: 10px; border-radius: 10px; border: 1px solid #CD4A0F; }
.managers_special h3 { color: #fff; font-size: 14px; font-weight: bold; }
.manager_wrap { margin: 10px 0; }
.manager_wrap h4 { color: #111; font-size: 16px; font-weight: bold; margin-bottom: 6px; }

.estimator { padding: 20px 0 0 30px; }
.estimator table{float: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;width:570px;text-align:left;border-collapse:collapse;margin:0px 0 30px 0; border-bottom: 1px solid #ccc;}
.estimator th{background-color: #2BC22B; border-bottom: 1px solid #e7e7e7;color:#fff;padding:8px;border-left: 1px solid #e7e7e7;border-right: 1px solid #e7e7e7; font-weight: bold; text-align: left;}
.estimator td{background-color: #f4f4f4; color:#333;padding:8px;border: 1px solid #e7e7e7; vertical-align: top; font-size: 12px;}
.estimator td.red {background-color: #77B9D5; border-bottom: 1px solid #e7e7e7;color:#fff;padding:8px;border-left: 1px solid #e7e7e7;border-right: 1px solid #e7e7e7;}
.estimator td:first-child { width: 100px; }


#wrap  {
	float: left;
	width: 100%;
	height: 100%;
}

#container  {
	
}

/* 2.2 Header */



#header  {
	margin: 60px auto 0 auto;
}

#header_bg { background: url(images/header_bg.png); width: 890px; height: 44px; margin: 10px 0 0 30px; background-repeat: no-repeat; position: relative; }
#inner_header { background: url(images/inner_header.png) no-repeat; width: 890px; height: 44px; margin: 10px 0 0 30px; }
#header_bg .camden_store { border: none; background: none; margin: 20px 0 0 23px; }
.banner { margin: 10px 0 0 30px; }


#contactForm {
background-color: #f1f1f1; border: 1px solid #ccc;
width: 550px;
margin: 20px 0 30px 30px;
padding: 10px;
text-align: left;
}

#contactForm label {
padding: 0 0 0 30;
color: #666;
font-size: 13px;
display: inline-block;
width: 170px;
line-height: 40px;

}

#contactForm input,textarea,select {
border: 1px solid #bbb;
background-color: #f8f8f8;
padding: 5px;
width: 150px;
-moz-border-radius: 3;
}

#contactForm .input { 
border: 1px solid #bbb;
background-color: #f8f8f8;
padding: 5px;
width: 350px;
-moz-border-radius: 3; }

#contactForm .desc { width: 350px; padding: 5px; height: 120px;}

#contactForm #security_code {
vertical-align: middle;
}
#contactForm #security_image {
vertical-align: middle;
margin: 0 40 0 25%;
}
#contactForm #submit {
width: 120px;
height: 30px;
float: right;
margin-right: 43px; margin-bottom: 10px; margin-top: -15px;
}

#contactForm input:focus,textarea:focus,select:focus {
background-color: #FFF;
}

#contactForm .err {
background-color: #fae8e2;
border: 1px solid #d57d79;
}
#contactForm .warning {
background-color: #feb1b1; color: #820101; padding:2px; margin: 20px; border: 1px solid #fe9090;
}









/* 2.3 Navigation */

#navcontainer  {
	float: left;
	width: 890px;
}

#pagenav  {
	position: relative;
	z-index: 9999;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	margin-left: 20px;
	}

#pagenav li  {
	display: block;
	float: left;
}

#pagenav li.getaquote_bg { background: url(images/getaquote_bg.png) no-repeat; height: 26px; width: 118px; float: left; display: block; margin: 9px 5px 0 5px; }
#pagenav li.getaquote_bg a span  {
	display: block;
	line-height: 10px;
	padding: 8px 10px 10px 15px;
		float: left;
}

#pagenav li.getaquote_bg a:hover span  {

	display: block;
	line-height: 10px;
	padding: 8px 10px 10px 15px;
}

#pagenav li.getaquote_bg a:hover span { background: none; }

#pagenav li a:link, #pagenav li a:visited  {
	display: block;
	text-decoration: none;
	padding: 0px;
}

#pagenav li a span  {
	display: block;
	line-height: 10px;
	padding: 18px 15px 15px 15px;
}

#pagenav li a:hover span, #pagenav li.current_page_item a span  {

}

#pagenav li a:hover, #pagenav li.current_page_item a  {
}

	/* 2.3.1 Style drop down list */

	#pagenav li ul li {
		padding: 0;
		font-size: 13px;
	}
	
	#pagenav li ul li span {
		padding: 10px 10px 10px 0 !important;
	}
	
	#pagenav li ul li a:hover {
	}	

	/* first level */

		#pagenav li ul {
			position: absolute;
			display: block;
			width: 200px;
			left: -999em;
			margin-top: -1px;
		}

		#pagenav li:hover ul, #pagenav li.sfhover ul {
			left: auto;
		}

		/* second level */

			#pagenav li li:hover ul ul, #pagenav li li.sfhover ul ul {
				left: -999em;
			}

			#pagenav li li li:hover ul, #pagenav li li li.sfhover ul {
				left: auto;
			}

			/* third level */

				#pagenav li li li:hover ul ul, #pagenav  li li li.sfhover ul ul {
					left: -999em;
				}

				#pagenav li li li li:hover ul, #pagenav li li li li.sfhover ul {
					left: auto;
				}

	#pagenav li ul ul {
		margin: -26px 0 0 200px;
	}

	#pagenav li:hover ul ul, #pagenav li.sfhover ul ul {
		left: -999em;
	}

	#pagenav li:hover ul, #pagenav li li:hover ul, #pagenav li.sfhover ul, #pagenav li li.sfhover ul {
		left: auto;
	}

	#pagenav li ul li a:link, #pagenav li ul li a:visited  {
		display: block;
		width: 190px;
		line-height: 30px;
		padding: 0px 0 0px 10px!important;
	}

	#pagenav li ul li a span.left  {
		display: none!important;
	}

	#pagenav li ul li a span.right {
		display: none!important;
	}
	
	#pagenav li.current_page_item li a:link,
	#pagenav li.current_page_item li a:visited	{
		background: none;
	}
	
	#pagenav li.current_page_item li a span  {
		background-image: none!important;
	}
	
	#pagenav li.current_page_item li a:hover  {
		background-image: none!important;
	}
	
	#pagenav li li a:hover span  {
		background-image: none;
	}

	/* IE7 Fix */

	#pagenav li:hover, #pagenav li.hover {  
		position: static;
	}

/* 2.4 Featured-slider */

#featured-slider  {
    
   width: 960px;
   margin: 0 ;
   height:215px;
   position: relative;
   overflow: visible;
 
}


#featured-slider .featured-slide {

    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width: 960px;
    height:215px;
}

#featured-slider .text  {
	float: left;
	width: 260px;
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
}

#featured-slider .image  {
    position:absolute;
    right: 0;
    top:0;
    z-index: 99;
	width: 640px;
	margin: 0 10px 0 0;
	text-align: center;
    height: 200px;
    
}

#featured-slider .image img  {
	margin: -50px 0 0 0;
    z-index: 999;
    display: block;
}

#featured-slider h2  {
	line-height: 20px;
	margin: 30px 0 10px 0;
}

#featured-slider p  {
	line-height: 14px;
	margin: 0 0 10px 0;
}

#featured-slider a:link, #featured-slider a:visited  {
	font-weight: bold;
}

#slider-nav  {

	width: 944px;
	height: 30px;
	margin: 0px 8px 0 8px;
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
}

#slider-nav .left  {
    
    cursor: pointer;
    float:left;
    width: 20px;
    height: 20px;
    margin:5px 0 0 5px;
    background: url(images/slidernav_left.png) no-repeat top left;
    text-indent: -9999px; 

}

#slider-nav .right  {

    cursor: pointer;
    float: right;
    width: 20px;
    height: 20px;
    margin:5px 5px 0 0;
    background: url(images/slidernav_right.png) no-repeat top left; 
    text-indent: -9999px;                     
}

/* 2.5 Blog and Page sub-header */

#blog-heading  {
	position: relative;
	float: left;
	width: 940px;
	padding: 30px 0 0 0;
}

#blog-heading p  {
	line-height: 14px;
	margin: 0 0 10px 0;
}

#blog-heading a:link, #blog-heading a:visited  {
	font-weight: bold;
}

#blog-heading .title  {
	float: left;
	width: 560px;
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
}

#blog-heading .title span  {
	font-size: 11px;
	text-transform: uppercase;
}

#blog-heading .title h2  {
	font-size: 36px;
	line-height: 36px;
	margin: 10px 0 10px 0;
}

#blog-heading .meta  {
	float: right;
	width: 310px;
	margin: 15px 10px 0 0;
	text-align: right;
}

#blog-heading .meta p  {
	margin: 0 40px 0 0;
}

#blog-heading .meta p span  {
	display: block;
}

#page-heading  {
	position: relative;
	float: left;
	padding: 30px 0 0 0;
}

#page-heading p  {
	line-height: 14px;
	margin: 0 0 10px 0;
}

#page-heading a:link, #page-heading a:visited  {
	font-weight: bold;
}

#page-heading .title  {
	float: left;
	width: 505px;
	margin: 0 0 0 10px;
	padding: 0 0 0 40px;
}

#page-heading .title span  {
	font-size: 11px;
	text-transform: uppercase;
}

#page-heading .title h2  {
	font-size: 36px;
	line-height: 36px;
	margin: 10px 0 10px 0;
}

#page-heading .description  {
	float: right;
	width: 390px;
	margin: 5px 10px 0 0;
	text-align: right;
}

#page-heading .description p  {
	margin: 0 40px 0 0;
}

#page-heading .description p span  {
	display: block;
}

#breadcrumbs  {
	float: left;
	position: relative;
	z-index: 9998;
	width: 944px;
	height: 35px;
	margin: 30px 8px 0 8px;
	border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
}

#breadcrumbs p  {
	margin: 11px 0 0 20px;	
}

#breadcrumbs p a:link, #breadcrumbs p a:visited  {
}

/* 2.6 Content */


* html #footer{ margin-left: 4px;}

#content  {
	float: left;
	width: 890px;
	margin: 0 0 0 30px;
	
}

#content_inner  {
	float: left;
	width: 888px;
	margin: 0 0 0 30px;
	padding-bottom: 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: auto;
	background-color: #FFFFFF;
	
}



#main  {
float: left;
	width: 623px;
	margin: 10px 0 0 0;

	padding: 0;
}


.main_bg  {
	background: url(images/content.png) no-repeat;
	float: left;
	width: 623px;
	height: 686px;
	margin: 0 0 20px 6px; padding: 0;
	
}


.main_bg_inner  {
	float: left;
	width: 623px;
	height: auto;
	margin: 0; padding: 0;
	border-right: 1px solid #ccc;
	
}

.slideshow { float: left; margin: 0 30px; }
.slideshow_btn { float: right; margin: -130px 30px 0 0; position: relative; z-index: 5; }

.main_bg_inner h2 { color: #2BC22B; font-size: 20px; font-weight: bold; margin-left: 30px; padding: 10px 0 0 0; border-bottom: 1px solid #ccc; width: 570px; }
.main_bg_inner p { color: #000; font-size: 13px; line-height: 21px; width: 560px; margin: 18px 0 18px 28px; }
.main_bg_inner ul { padding: 0; margin: 15px 0 15px 30px; background-color: #f1f1f1; border: 1px solid #ccc; padding: 8px; width: 550px; }
.main_bg_inner ol { padding: 0; margin: 15px 0 15px 30px; background-color: #f1f1f1; border: 1px solid #ccc; padding: 8px; width: 550px; }
.main_bg_inner li { list-style: circle; margin: 0 0 0 30px;  line-height: 24px;}
.main_bg_inner h3 { color: #2BC22B; font-size: 18px; font-weight: bold; margin-left: 30px; padding: 10px 0 0 0; border-bottom: 1px solid #ccc; width: 570px; }
.inner_bottom { margin: 0 0 20px 30px; }

.faq_boxes { padding: 0; margin: 20px 0 20px 30px; background-color: #f1f1f1; border: 1px solid #ccc; padding: 8px; width: 550px; }
#main p { color: #000; font-size: 13px; line-height: 21px; width: 560px; margin: 18px 0 18px 28px; }


.main_bg h2 { color: #fff; font-size: 20px; font-weight: bold; padding: 6px 20px; }
.main_bg p { color: #000; font-size: 13px; line-height: 24px; width: 560px; margin: 18px 0 18px 28px; }
.main_bg .stores { margin: 10px 0 0 28px; }
.main_bg .stores img { margin-right: 22px; }

.quote_form { background-color: #f1f1f1; border: 1px solid #ccc; margin: 15px 0 0 30px; width: 300px; padding: 18px;}
.quote_form span { padding: 0; margin: 0px 0 18px 0; font-weight: bold; }

.wereallydo { float: left; margin: 0px 0 10px 23px;}

.sitemap { background-color: #f1f1f1; border: 1px solid #ccc; padding: 20px 8px; width: 550px; margin: 15px 0 15px 30px; }
.sitemap ul { padding: 0;  background-color: none; border: none; margin: 0 0 0 20px; width: auto; }
.sitemap li { list-style: circle; margin: 3px 0 0 20px;  line-height: 24px;}

#box { margin: 20px 0 0 25px; }
#box .boxes { margin: 5px 0 0 5px; }

ul.boxes_lists  { float: left; background-color: #f1f1f1; border: 1px solid #ccc; padding: 10px 8px; margin: 0 0 0 20px; width: 360px; }
ul.boxes_lists li { list-style: circle; margin: 3px 0 0 20px;  line-height: 24px;}

.quote_page { background-color: #f3f3f3; border: 1px solid #ccc; padding: 0px 5px; float: left; width: 555px; margin: 0 0 0 30px; }

.store { border-bottom: 1px solid #999; padding-bottom: 10px; float: left; padding-top: 10px; }
.store .map { float: left; padding-right: 10px; }
.store h5 { float: left; width: 300px; font-size: 16px; color: #333; margin: 0 0 8px 0; }
.store span { float: left; width: 310px; color: #333333; font-size: 12px; }
.store .btn { float: right;  }

.store2 { padding-bottom: 10px; float: left; padding-top: 10px; }
.store2 .map { float: left; padding-right: 10px; }
.store2 h5 { float: left; width: 300px; font-size: 16px; color: #333; margin: 0 0 8px 0; }
.store2 span { float: left; width: 310px; color: #333333; font-size: 12px; }

.quoteh4 { margin: 0 0 20px 30px; }
.store2 .btn { float: right;  }





.fullwidth #main  {
	width: 850px!important;
}

/* 2.7 Sidebar */

#sidebar  {
	width: 240px;

	float: right;
	margin: 10px 10px 0 0;
	padding: 0;
}

/* 2.8 Footer */

#footer  {
	color: #fff;
	background: url(images/footer.png) no-repeat; height: 32px; width: 890px;
	float: left;
	position: relative;
	z-index: 9999;
	margin: 0 8px 40px 30px;

}

#footer a:link, #footer a:visited  {
}

#footer .copyright  {
	text-align: center;
	margin: 8px 0 10px 15px;
}

#footer .woolink  {
	float: right;
	margin: 10px 15px 10px 0;
	font-weight: bold;
}

#footer .woolink img  {
	vertical-align: middle;
}

#footer small { color: #aaa; text-align: right; width: 940px; }


/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget  {
	margin: 0 0 35px 0;
}

.widget h3  {
	margin-bottom: -3px;
}

.widget span.description  {
}

.widget ul  {
	margin: 15px 0 0 0;
}

.widget ul li  {
	padding: 7px 0 7px 20px;
}

.widget ul li:hover  {
}

.widget ul li a:link, .widget ul li a:visited  {

}

.widget ul li a:hover  {

}

#news-widget  {

}

#news-widget h3  {
	position: relative;
}

#news-widget h3 a:link, #news-widget h3 a:visited  {
	position: absolute;
	top: 0;
	right: 0;
}

#news-widget .item  {
	float: left;
	margin: 20px 0 0 0;
}

#news-widget .item .date  {
	float: left;
	width: 32px;
	padding: 0 8px 0 0;
	text-align: center;
}

#news-widget .item .month  {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: -10px;
}

#news-widget .item .day  {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

#news-widget .item .excerpt  {
	float: right;
	width: 240px;
}

#news-widget .item .excerpt h4  {
	margin: 0;
	font-size: 16px;
}

#news-widget .item .excerpt p  {
	margin: 5px 0;
}

#entries-widget  {

}

#entries-widget h3  {
	position: relative;
}

#entries-widget h3 a:link, #entries-widget h3 a:visited  {
	position: absolute;
	top: 0;
	right: 0;
}

#entries-widget .item  {
	float: left;
	margin: 20px 0 0 0;
}

#entries-widget .item .date  {
	float: left;
	width: 32px;
	padding: 0 8px 0 0;
	text-align: center;
}

#entries-widget .item .month  {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: -10px;
}

#entries-widget .item .day  {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

#entries-widget .item .excerpt  {
	float: right;
	width: 240px;
}

#entries-widget .item .excerpt h4  {
	margin: 0;
	font-size: 16px;
}

#entries-widget .item .excerpt p  {
	margin: 5px 0;
}

#comments-widget  {

}

#comments-widget p  {
	margin: 0;
}

#comments-widget h3  {
	position: relative;
}

#comments-widget h3 a:link, #comments-widget h3 a:visited  {
	position: absolute;
	top: 0;
	right: 0;
}

#comments-widget .item  {
	margin: 0;
	padding: 10px 0;
}

#comments-widget .item .ecerpt p  {
	margin: 0;
}

#comments-widget .comment-author p  {
	font-size: 11px;
	margin: 0;
	font-style: italic;
}

#comments-widget .comment-author p a:link, #comments-widget .comment-author p a:visited  {
	font-weight: bold;
}

#ads h3, #search h3, #feedburner h3, #campaignmonitor h3, #flickr h3, #videos h3  {
	margin: 0 0 15px 0;
}

#search input.field, #feedburner input.field, #campaignmonitor input.field  {
	width: 195px;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 5px;
}

#search input.button, #feedburner input.button, #campaignmonitor input.button  {
	text-transform: uppercase;
	font-size: 11px;
	height: 28px;
}

#ads img  {
	margin: 0 6px 6px 6px;
}

#flickr  {
	float: left;
	margin: 0 0 25px 0;
}

#flickr .pics  {
	float: left;
}

#flickr .pics .flickr_badge_image  {
	margin: 4px 6px;
	float: left;
	width: 75px;
}

#flickr .pics .flickr_badge_image img  {
}

#videos .video  {
	margin: 0 0 15px 0;
}

#videos h4  {
	font-size: 14px;
}

#twitter  {
	
}

#twitter ul li  {
	padding: 8px 0;
}

#twitter .website  {
	float: right;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post  {

}

.post.sitemap h3,
.post.archives h3  {
	margin-top: 0;
}

.post.archive  {
	margin: 0 0 20px 0;
}

.post.archive .meta  {
}

.post.archive .post-head  {
	float: left;
	width: 540px;
	margin: 0 0 10px 0;
}

.post.archive .post-head .title  {
	float: right;
	width: 500px;
}

.post.archive .post-head .title h2  {
	margin: 0 0 2px !important;
}

.post.archive .post-head .title .meta  {
	margin: -5px 0 0 0;
}

.post.archive .post-head .date  {
	float: left;
	width: 30px;
	padding: 0 8px 0 0;
	margin-top: -2px;
	text-align: center;
}

.post.archive .post-head .date .month  {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: -10px;
}

.post.archive .post-head .date .day  {
	display: block;
	font-size: 24px;
	font-weight: bold;
}



/* 4.1 Typographic Elements */

.post h2.title  {

}

.post h2.title a:link, .post h2.title a:visited  {

}

.entry h1  {}
.entry h2  {}
.entry h3 {}
.entry h4 {}
.entry h5 {}
.entry h6 {}


.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {
	margin: 10px 0 10px 0;
}

.entry h1 a:hover, .entry h2 a:hover, .entry h3 a:hover, .entry h4 a:hover, .entry h5 a:hover, .entry h6 a:hover  {
	text-decoration: none;
}

.entry blockquote  {
	margin: 15px 0;
	padding: 0 20px 0 35px;
	font-style: italic;
}

.entry blockquote p  {
	margin: 0;
}

.entry p  {
	margin: 4px 0 14px 0;
}

.entry ul  {
	margin: 20px 0;
	padding: 0 0 0 30px;
}

.entry ul ul  {
	margin: 20px 0;
	padding: 0 0 0 30px;
}

.entry ul li  {
	list-style-type: circle;
}

.entry ul li ul li  {
	list-style-type: disc;
}

.entry ol  {
	margin: 20px 0;
	padding: 0 0 0 30px;
}

.entry ol ol  {
	margin: 20px 0;
	padding: 0 0 0 30px;
}

.entry  ol li  {
	list-style-type: upper-latin;
}

.entry  ol li ol li  {
	list-style-type: lower-latin;
}

/* 4.2 Images */

.entry img  {
}

img.wp-smiley  {
	padding: 0;
	border: none;
}

.entry .alignleft  {
	float: left;
	margin: 10px 15px 10px 0;
}

.entry .alignright  {
	float: right;
	margin: 10px 0 10px 15px;
}

.entry .aligncenter  {
	text-align: center;
}

/* 4.3 Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	position: relative;
	width: auto!important;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 11px;
	line-height: 17px;
	padding: 7px 0 7px 10px;
	margin: -10px 0 0 0;
	font-weight: bold;
}

.wp-caption p.wp-caption-text a:link, .wp-caption p.wp-caption-text a:visited {

}

/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments  {

}

#comments h2  {
	margin: 0 0 -3px 0;
}

#comments span.count  {
	display: block;
	margin: 0 0 20px 0;
}

#comments ol.commentlist  {
	width: 540px;
}

#comments li.comment  {
	width: 100%;
	padding: 10px 0;
	margin: 0 0 10px 0;
}

#comments .children  {
	margin-top: 10px;
}

#comments .children li.comment  {
	padding-left: 10px;
	padding-bottom: 0;
}

#comments li.comment.depth-2  { width: 524px;}
#comments li.comment.depth-3  { width: 511px;}
#comments li.comment.depth-4  { width: 499px;}
#comments li.comment.depth-5  { width: 491px;}

#comments li.comment .gravatar  {
	float: left;
	width: 12%;
}

#comments li.comment .gravatar img  {
}

#comments li.comment .comment-entry  {
	float: left;
	width: 60%;	
}

#comments li.comment .comment-entry p  {
	margin: 0 0 5px 0;
}

#comments li.comment .user-meta  {
	float: right;
	width: 26%;
	height: 100%;
}

#comments li.comment .user-meta span  {
	display: block;
}

#comments li.comment .user-meta span.date  {
	font-size: 10px;
}

#comments li.comment .user-meta span.edit-link  {
	font-size: 10px;
}

#comments li.comment .user-meta span.permalink  {
	font-size: 10px;
	text-transform: uppercase;
}

/* 5.2 Comments Form */



#respond  {
	float: left;
	padding: 20px 0 0 0;
}

#commentform  {
	width: 540px;
	margin: 20px 0 0 0;
}

#commentform p  {
	margin: 0 0 7px 0;
}

#commentform #textarea  {
	float: left;
	width: 370px;
}

#commentform #inputs  {
	float: right;
	width: 160px;
	margin: 0 0 0 0px;
}

#commentform label  {
	font-size: 10px;
	text-transform: uppercase;
}

#commentform textarea  {
}

#author, #email, #url  {
	padding: 3px 0 3px 5px;
}

input#submit  {
	width: 165px;
	text-transform: uppercase;
	font-size: 11px;
	padding: 5px 0;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}