@import "css/reset.css";
 
/*  
Theme Name: Drs. Steel
Version: 0.1
Description: WooTheme adaptation by Red Letter Design
Author: WooThemes, Red Letter Design
Author URI: http://www.redletterdesign.net
 
	Copyright: (c) 2009 WooThemes.
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html
 
*/
/* 
 
WARNING! DO NOT EDIT THIS FILE!
 
To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
 
*/
/* Default styles */
/*-------------------------------------------------------------------------------------------
 
INDEX:
 
1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
 
2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Featured Slider
-2.5 Content
-2.6 Sidebar
-2.7 Footer
-2.8 Subfooter (RLD)
 
3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi
 
4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
 
5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form
 
6. MISC
-6.1 Buttons
-6.2 Info Boxes
-6.3 Conatct Form 
 
 
-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
body { 
	background-color: #281c10;
	background-image: url(images/bg_tile.jpg);
	background-position: top center;
	background-repeat:  repeat; }
 
body {
	color: #555;
	font: 14px Georgia, Times, serif;
	line-height: 1.5; }
 
#container { 
    background: transparent url(images/gradient_bg_tile.jpg) repeat-x center top;
    margin: 0 0 30px 0;
    }
 
#container2 {
	background: transparent url(images/logoblock.jpg) no-repeat top left;
	width: 1050px;
	margin: 0 auto; }
 
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #333; }
 
h1 { 
    font-size: 30px;
    color: #c98f18;
    font-weight: normal; }
 
h2 { 
    font-size: 24px;
    color: #6F5B37;
    font-weight: normal; }
 
h3 { font-size: 20px; }
 
h4 { font-size: 18px; }
 
h5 { font-size: 14px; }
 
h6 { font-size: 12px; }
 
p { margin: 0; }

hr {
	background-color: #e6e6e6;
	border: 0;
	height: 1px;
	margin-bottom: 20px; }
 
div.hr {
	margin: 20px 0;
	height: 2px;
	background: url(images/bg-hr.png) repeat-x; }
 
	div.hr hr { display: none; }
 
/* 1.2 Hyperlinks */
a:link, a:visited { 
    color: #996600;
    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 & Columns */
#container {  }
 
.col-left { float: left; }
 
.col-right { float: right; }
 
.col-full {
	width: 940px;
	margin: 0 auto; }
 
/* 2.2 Navigation */
#navigation {
	height: 40px;
	width: 910px;
	padding: 0 15px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, Sans-serif;
	text-transform: none;
	letter-spacing: .5px;
	border: none;
	font-weight: normal;
	background: #fff url(images/nav_tile.jpg) repeat-x left top; }
 
	#navigation .search { display: none; }
 
#nav {
	float: left;
	height: 36px;
	width: 910px; }
 
#nav, #nav ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1; }
 
#nav a {
	display: block;
	z-index: 100;
	padding: 2px 10px 0 10px;
	font-size: 16px;
	color: #2e2000;
	line-height: 38px; }
 
	#nav a:hover, #nav .current_page_item a {
		color: #fff;
		text-decoration: none; }
 
#nav li {
	float: left;
	width: auto;
	margin: 0 14px 0 0; }
 
	/* 2.2.1 Drop-down menus */
#nav li ul {
		position: absolute;
		left: -999em;
		width: 170px;
		border: 1px solid #bfaa84;
		border-top: none; }
 
		#nav li ul li {
			background: #efe4ce url(images/nav_tile.jpg) repeat-x left top;
			border-width: 0 1px 1px;
			margin: 0;
			padding: 0; }
 
			#nav li ul li a {
				width: 150px;
				line-height: 30px;
				font-size: 11px;
				/* color: #555; */ }
 
				#nav li ul li a:hover { /* background: #e8e8e8;*/ }
 
		#nav li ul ul { margin: -32px 0 0 170px; }
 
			#nav li ul ul li a {  }
 
		#nav li ul li ul li a {  }
 
	#nav li:hover,#nav li.hover { position: static; }
 
	#nav li:hover ul ul, #nav li.sfhover ul ul,
#nav li:hover ul ul ul, #nav li.sfhover ul ul ul,
#nav li:hover ul ul ul ul, #nav li.sfhover ul ul ul ul { left: -999em; }
 
	#nav li:hover ul, #nav li.sfhover ul,
#nav li li:hover ul, #nav li li.sfhover ul,
#nav li li li:hover ul, #nav li li li.sfhover ul,
#nav li li li li:hover ul, #nav li li li li.sfhover ul { left: auto; }
 
/* 2.3 Header */
#header {
	padding: 10px 0 0 0;
	clear: both;
	position: relative;
	height: 120px; }
 
#logo { float: left; }
 
	#logo img {  }
 
	#logo .site-title { margin-top: 10px; }
 
	#logo .site-title, #logo .site-description { display: none; }
 
	#logo .site-title a {
		font-size: 42px;
		font-weight: bold;
		letter-spacing: -1px;
		line-height: 40px;
		text-transform: uppercase; }
 
		#logo .site-title a:hover { text-decoration: none; }
 
	#logo .site-description {
		color: #555;
		text-transform: uppercase;
		font-size: 12px; }
 
	#logo .site-title a { color: #2b2b2b; }
 
#topad, #address {
	float: right;
	text-align: right; }
 
#address {
	margin: 0 5px 0 0;
	color: #fff; }
 
	#address .name {
		text-transform: none;
		font-weight: normal;
		font-size: 36px; }
 
	#address .telephone, #address .email, #address .street {
		font-size: 20px;
		line-height: 25px; }
 
	#address .telephone { font-style: normal; }
 
#header li.email { display: none; }
 
/* 2.4 Featured Slider */
#loopedSlider {
	position: relative;
	z-index: 1;
	margin: 0 auto; }
 
	#loopedSlider .alignright {
		margin: 0 0px 10px 50px;
		float: right; }
		
	#loopedSlider .alignleft {
		margin: 0 50px 10px 0;
		float: left; }
 
/*  #loopedSlider .nav-buttons {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative; }*/
 
	#loopedSlider li#p {
		position: absolute;
		top: 70px;
		left: -30px; }
 
	#loopedSlider li#n {
		position: absolute;
		top: 70px;
		right: -30px; }
 
	#loopedSlider .container {
		width: 940px;
		min-height: 315px;
		height: 315px;
		overflow: hidden;
		position: relative;
		font-size: 16px;
		color: #919191;
		background: #ffffff; }
 
	#loopedSlider .slides {
		position: absolute;
		top: 0;
		left: 0; }
 
		#loopedSlider .slides div.slide {
			position: relative;
			top: 0;
			padding: 20px 40px 15px;
			width: 860px;
			display: none; }
 
	#loopedSlider .nav-buttons {
/*      list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 2;*/
		display: none;
		}
 
	#loopedSlider .button {
		margin: 10px 10px 0 0;
		padding: 8px 14px 8px;
		line-height: 16px; }
 
.slider-nav {
	position: relative;
	z-index: 0;
	text-align: center;
	width: 940px;
	height: 49px; }
 
	.slider-nav ul li { display: inline; }
 
		.slider-nav ul li a {
			z-index: 9999;
			position: relative;
			margin: 0 20px;
			padding: 19px 0 16px 0;
			line-height: 47px;
			font-weight: normal;
			font-style: italic;
			font-size: 18px;
			}
 
		.slider-nav ul li.active a, .slider-nav ul li a:hover {
			color: #fff;
			background: url(images/slider-nav-active.png) no-repeat center top; }
 
#featured { margin-bottom: 0px; }
 
	#featured h2 {
		margin: 0 0 10px 0;
		font-size: 30px;
		font-weight: normal;
		font-style: italic;
		color: #555555; }

	#featured h3 {
		margin: 0 0 10px 0;
		font-size: 24px;
		font-weight: normal;
		font-style: italic;
		color: #996600; }
		 
	#featured h4 {
		font-size: 18px;
		color: #555;
		font-family: Tahoma, Arial, sans-serif;
		line-height: 22px;
		letter-spacing: 1px; }
 
	#featured p {
		font-size: 18px;
		font-style: italic;
		color: #999;
		line-height: 30px;
		margin-bottom: 20px;
	}
	
	#featured strong {
        color: #996600;
        font-weight: normal;
	}
		
 
#loopedSlider .slides ol, #loopedSlider .slides ul { line-height: 18px; }
 
#loopedSlider .slides ul { padding-left: 20px; }
 
	#loopedSlider .slides ul li {
		list-style: disc;
		padding: 3px 0; }
 
#loopedSlider .slides ol { padding-left: 20px; }
 
	#loopedSlider .slides ol li {
		list-style: decimal;
		padding: 3px 0; }
 
.slider-nav { background: url(images/slidernav.jpg) repeat-x center bottom; }
 
	.slider-nav ul li a {
		color: #f4f4f4;
		letter-spacing: .5px;
		font-family: Georgia, Times, serif;  }
 
#featured h4 {
	font-size: 18px;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 22px;
	letter-spacing: 1px; }
 
/* 2.5 Content */
#content {
	padding: 20px 0 10px 0;
	background: #efe4ce; }
 
#main {  }
 
	#main.box {
		width: 560px;
		padding: 0;
	}

	div#container #main.fullwidth { 
		width: 940px; }
 
/* 2.6 Sidebar */
#sidebar { width: 380px; }
 
/* 2.7 Footer */
#footer {
	background: #c0aa85 url(images/footer.jpg) top left repeat-x;
	margin-top: 0;
	font-size: 13px;
	padding: 20px 0 10px 0; }
 
	#footer a:hover { text-decoration: underline; }
 
	#footer h3 { 
    	margin: 0 0 10px 0; 
    	padding: 0;
    	font-size: 18px;
    	letter-spacing: .5px;
    	font-family: Georgia, Times, serif;
    	color: white;
    	font-weight: normal;
    	}
 
	#footer p { 
	    color: #201600;
	    margin: 0 0 6px 0; }
 
	#footer .top {
		margin: 0 10px;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #9E8354;
		}
 
	#footer .bottom {
		margin: 0 10px;
		padding: 10px 10px 0 10px;
		font-size: 12px;
		border-top: 1px solid #EFE4CE;
		color: #555; }
 
		#footer .bottom p { margin: 0; }
 
	#footer #widget-left {
		width: 500px;
		margin: 0 0 0 15px; }
 
	#footer #widget-right {
		width: 345px;
		margin: 0 15px 0 0; }
 
	#footer #credit img { display: none; }
 
	#footer .textwidget {
	    color: #201600;
	}
	
	#footer .widget {
		padding: 0;
		margin: 0 0 20px;
		background: none; }
 
		#footer .widget ul li { 
		    line-height: 25px;
		    color: #201600; }
 
		#footer .widget a:link, #footer .widget a:visited { color: #333; }
 
		#footer .widget a:hover { color: #000; }
 
	#footer #wp-calendar a:link, #footer #wp-calendar a:visited { color: #2b2b2b; }
 
	#footer #wp-calendar th { background: #f4f4f4; }
 
	#footer #wp-calendar caption { margin-top: -22px; }
 
	#footer #wp-calendar th, #footer #wp-calendar td {
		color: #333;
		border: 1px solid #f4f4f4; }
 
	#footer .widget_tag_cloud div { margin: 0; }
 
	#footer .widget_woo_twitter ul { border-top: 1px solid #f4f4f4; }
 
	#footer .widget_woo_twitter li {
		border-bottom: 1px solid #f4f4f4;
		padding: 4px 0 4px 10px; }
 
	#footer .widget input#s, .widget input.field {
		width: 190px;
		background-color: #fff; }
 
	#footer .widget_woo_flickr .wrap { margin: 0; }
 
	#footer .widget_woo_flickr a img {
		float: left;
		margin: 0 0 10px 0;
		padding: 0;
		display: block;
		border: #f4f4f4 2px solid; }
 
	#footer .widget_woo_flickr a:hover img { border: #2b2b2b 2px solid; }
 
	#footer .widget_woo_news ul li .meta { padding: 0 10px 0 0; }
 
	#footer .widget input#s, .widget input.field { border: #f4f4f4 1px solid; }

/* 2.8 Subfooter */
#subfooter {
    margin-top: 0;
	font-size: 10px;
	padding: 10px 0 10px 0;
    text-align: right; 
    color: #2e2000;
    }
 
    #subfooter a { 
        color: #4F3D2C;
        text-decoration: none;
    }
	#subfooter a:hover {
	    color: #6F5B37;
	    text-decoration: underline;
	    }
	    
/* 2.9 Widget Subfooter */
#widget-subfooter {
    margin-top: 0;
	  font-size: 10px;
	  padding: 10px 0 10px 0;
    text-align: center; 
    color: #4F3D2C;
    background: none;
    }
    
    #widget-subfooter .widget {
    	background: none;
    	color: #4F3D2C;
    }
    
    #widget-subfooter h3 {
    	color: #4f3d2c;
    	font-size: 12px;
    	font-weight: normal;
    }
 
    #widget-subfooter a { 
        color: #4F3D2C;
        text-decoration: none;
    }
	  
	  #widget-subfooter a {
	      color: #6F5B37;
	      text-decoration: underline;
	  }

 
/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS, PAGES */
/*-------------------------------------------------------------------------------------------*/
#breadcrumb {
	display: block;
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: #EBEBEB 1px solid; }
 
.archive_header {
	border-bottom:medium none;
	display:block;
	float:none;
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px 25px;
	padding:0 0 10px;
	width:100%;
 }
 
	.archive_header .catrss a {
		font-size: 14px;
		text-decoration: none;
		line-height: 28px; }

.post_content {
    margin: 0;
    padding: 0;
    background: transparent url(images/main_box_content.jpg) left top repeat-y; 
}

.post_top {
    margin: 0;
    padding: 0;
    background: transparent url(images/main_box_top.jpg) left top no-repeat; 
}

.post_bottom {
		min-height: 250px;
    margin: 0;
    padding: 25px 35px 30px 45px;
    background: transparent url(images/main_box_bottom.jpg) left bottom no-repeat; 
}

.post_content_full {
    margin: 0;
    padding: 0;
    background: transparent url(images/main_box_content_full.jpg) left top repeat-y; 
}

.post_top_full {
    margin: 0;
    padding: 0;
    background: transparent url(images/main_box_top_full.jpg) left top no-repeat; 
}

.post_bottom_full {
    margin: 0;
    padding: 25px 35px 30px 45px;
    min-height: 250px;
    background: transparent url(images/main_box_bottom_full.jpg) left bottom no-repeat; 
}    

.post {
	margin: 0;
    padding: 0;
	background: none;
	 }
 
	.post.home {
		float: left;
		width: 500px;
		padding: 0 25px 0 25px;
		margin: 0;
		/* background: none !important; */ }
 
	.post .title, .page .title {
		position: relative;
		line-height: 25px;
		font-size: 26px;
		margin: 0;
        padding: 0 0 10px 0;
 }
	.post .title a:link, .post .title a:visited {
		/*color: #c98f18;*/
		color: inherit;
		}
 
 
.post-meta {
	margin: 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #595959;
	font-weight: bold; }
 
	.post-meta span {
		padding: 0;
		background: none !important; }
 
	.post-meta .bull {
		padding: 0;
		color: blue; }
 
	.post-meta .date { padding-left: 0; }
 
	.post-meta .comments { background: none; }
 
.post p.tags {
	background: url(images/ico-tag.png) no-repeat center left;
	padding-left: 25px;
	clear: both; }


.entry { 
    padding-top: 15px; }
 
	/* 3.1 Typographic Elements */
.entry blockquote { border-left: 2px solid #2b2b2b; }
 
	.entry h1 {
		font-size: 20px;
		font-weight: normal;
		color: #c98f18; }
 
	.entry h2 { font-size: 18px; }
 
	.entry h3 { font-size: 16px; }
 
	.entry h4 { font-size: 14px; }
 
	.entry h5 { font-size: 12px; }
 
	.entry h6 { font-size: 12px; }
 
	.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin: 0 0 15px 0; }
 
	.entry p { margin: 0 0 15px 0; }
 
	.entry blockquote {
		font-style: italic;
		margin: 25px 0 25px 10px;
		padding: 0px 20px;
		color: #666; }
 
		.entry blockquote p {  }
 
	.entry ul {
		margin: 0 0 15px 0;
		padding: 0 0 0 15px; }
 
		.entry ul ul { margin: 0; }
 
		.entry ul li { list-style-type: circle; }
 
		.entry ul ul li { list-style-type: disc; }
 
	.entry ol {
		margin: 0 0 15px 0;
		padding: 0 0 0 20px; }
 
		.entry ol ol { margin: 0; }
 
	.entry  ol li { list-style-type: upper-latin; }
 
		.entry  ol li ol li { list-style-type: lower-latin; }
 
	/* 3.2 Images */
.entry img, img.thumbnail {
		padding: 5px;
		border: 1px solid #ccc; }
 
.post.home .entry img { border: none; }
 
img.wp-smiley {
	padding: 0;
	border: none; }
 
.alignleft {
	float: left;
	width: auto;
	margin: 2px 15px 10px 0; }
 
.alignright {
	float: right;
	width: auto;
	margin: 2px 0 10px 15px; }
 
.aligncenter { text-align: center; }
 
.entry .wp-caption {
	padding: 1px;
	text-align: center;
	background: #F8F8F4;
	border: solid 1px #e6e6e6; }
 
	.entry .wp-caption img {
		margin: 0;
		padding: 4px 0;
		background: none;
		border: 0; }
 
.entry .wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: center; }
 
/* 3.3 Pagination / WP-Pagenavi */
.more_entries, .wp-pagenavi {
    background-color: #efe4ce;
	font-size: 15px!important;
	padding: 15px 0; }
 
.more_entries a {
	display: block;
	margin: 15px 0 0 0;
	text-decoration: none; }
 
	.more_entries a:hover { text-decoration: underline; }
 
.wp-pagenavi {
	margin: 0 !important;
	padding: 7px 0 5px 0;
	background: #fff; }
 
	.wp-pagenavi a:link,
.wp-pagenavi a:visited {
		display: inline !important;
		text-decoration: none !important;
		color: #666 !important;
		padding: 3px 7px !important;
		border: none!important; }
 
	.wp-pagenavi .current, 
.wp-pagenavi .on,
.wp-pagenavi a:hover {
		font-weight: bold;
		padding: 3px 7px !important;
		border: none!important;
		color: #2b2b2b!important; }
 
	.wp-pagenavi .extend, .wp-pagenavi span.pages {
		padding: 0 15px 0 15px!important;
		background: none !important;
		color: #434343!important;
		font-size: 12px;
		line-height: 25px;
		border: NONE!important; }
 
/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/
/* 4.2 Generic Widgets */
.widget {
	margin: 0;
	padding: 0;
	background: transparent url(images/widget_content.jpg) left top repeat-y; zoom: 1;
}
 
	.widget ul { clear: both; }

    .widget,
    .widget p,
    .widget li {
        font-family: Tahoma, Arial, sans-serif;
        color: #5a410b;
        font-size: 12px;
        line-height: 18px;
    }
    
    .widget p {
    	padding: 6px;
    }
.widget_top {
    margin: 0;
    padding: 0;
	background: transparent url(images/widget_top.jpg) left top no-repeat;
}
.widget_bottom {
    margin: 0;
    padding: 15px 40px 20px 20px;
	background: transparent url(images/widget_bottom.jpg) left bottom no-repeat;
    min-height: 70px;
}
#sidebar .widget h3, #sidebar .widget h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	letter-spacing: .5px;
	font-family: Tahoma, Arial, sans-serif;
	color: white;
	font-weight: normal;
}
	
 
#sidebar .widget ul li {
	border-bottom: 1px solid #eee;
	background: url(images/widgetbullet.png) no-repeat 7px 12px; }
 
	#sidebar .widget ul li a {
		padding: 0 0 0 20px;
		line-height: 30px;
		text-decoration: none;
		color: #5A410B; }
 
		#sidebar .widget ul li a:hover { color: #000; }

	#sidebar .widget ul li li {
		border-bottom: none; }
 
#sidebar .widget ul ul {
	padding: 0 0 0 15px;
	border-top: none; }
 
#sidebar .widget_recent_comments li {
	padding-left: 20px!important;
	background: url(images/widgetbullet.png) no-repeat 7px 12px!important; }
 
#sidebar .widget_recent_comments li, #sidebar .widget_woo_twitter li {
	padding: 6px 0;
	line-height: 18px;
	border-bottom: 1px solid #eee; }
 
/* RESET LI STYLING FOR RECENT COMMENT & TWITTER */
#sidebar .widget_recent_comments li a, .widget_woo_twitter a {
	display: inline;
	padding: 0!important;
	line-height: 18px!important;
	background: none!important;
	border: none!important;
	color: #2b2b2b!important; }
 
/* RESET <A> STYLING FOR RECENT COMMENT & TWITTER */
/* 4.2 Specific Widgets */
/* NEWS WIDGET */
.widget_woo_news {  }
 
	.widget_woo_news h3 { float: left; }
 
	.widget_woo_news a.rss {
		float: right;
		display: block;
		height: 20px;
		overflow: hidden;
		margin: 3px 10px 0 0;
		width: 21px; }
 
#sidebar .widget_woo_news ul li a {
	padding: 0;
	background: none; }
 
#sidebar .widget_woo_news ul li { padding: 0 0 0 20px; }
 
.widget_woo_news ul li .meta {
	float: right;
	padding: 9px 10px 0 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #666; }
 
/* WIDGET FORMS */
#searchform { margin: 15px 0 6px 0; }
 
.widget input#s, .widget input.field {
	float: left;
	width: 200px;
	padding: 6px 0 6px 5px;
	border: 1px solid #d0d0d0;
	background: #eee;
	margin: 0; }
 
.widget input.submit { margin: 0px 0 0 10px; }
 
.widget input.submit {  }
 
.widget .screen-reader-text { display: none; }
 
/* TAG CLOUD */
.widget_tag_cloud div { margin: 10px; }
 
/* TWITTER */
/*
.widget_woo_twitter { background: #fff url(images/ico-twitter.png) no-repeat 287px 13px; }
*/
#sidebar .widget_woo_twitter h3 {
background: url(images/ico-twitter.png) no-repeat right top;
padding-bottom: 10px;
}

#sidebar .widget_woo_twitter li {
	padding-left: 5px;
	background: none!important; }
 
/* FLICKR */
.widget_woo_flickr h3 {  }
 
	.widget_woo_flickr h3 span { color: #0061D8; }
 
		.widget_woo_flickr h3 span span { color: #FF1183; }
 
.widget_woo_flickr .wrap { margin: 10px 0 0 0!important; }
 
.widget_woo_flickr .flickr_badge_image {
	width: 75px;
	float: left;
	margin: 4px 10px; }
 
.widget_woo_flickr .wrap {
	margin-left: -5px;
	position: relative;
	margin-bottom: 25px;
	padding: 0; }
 
.widget_woo_flickr a img {
	float: left;
	margin: 0 0 10px 10px;
	display: block;
	padding: 3px;
	border: #CECFC6 1px solid; }
 
.widget_woo_flickr a:hover img { border: #A8AA99 1px solid; }
 
/* ADS */
.adspace-widget h3 {
	text-align: left!important;
	margin-bottom: 10px!important; }
 
.adspace-widget { text-align: center; }
 
/* LIFESTREAM */
.widget_lifestream ul li { border-bottom: 1px solid #e0e6e6; }
 
	.widget_lifestream ul li a {
		border: none;
		background: none!important; }
 
.widget_lifestream ul .lifestream_meta { color: inherit; }
 
/* CALENDAR */
#wp-calendar {
	width: 100%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
	border: 1px solid #E7E7E7; }
 
	#wp-calendar caption {
		padding: 10px;
		text-transform: uppercase;
		font-size: 11px; }
 
	#wp-calendar th,#wp-calendar td {
		text-align: center;
		background: #E7E7E7;
		color: #9E9E9E;
		padding: 5px 0 1px 0;
		border: 1px solid #E7E7E7; }
 
	#wp-calendar td { background: transparent; }
 
	#wp-calendar #prev {
		padding: 0 0 0 10px;
		text-align: left;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px; }
 
/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/
/* 5.1 Comments */
#comments {
	margin-top: 20px;
	padding: 0;
	zoom: 1; }
 
	#comments h3 { float: left; }
 
	#comments .commentlist { margin: 30px 0 0 0; }
 
	#comments .leavecomment {
		float: right;
		padding: 10px 14px 7px; }
 
	#comments .comment {
		width: 100%;
		list-style-type: none; }
 
		#comments .comment.depth-1 { border: 0 !important; }
 
	#comments .avatar-box {
		float: left;
		width: 61px;
		background: url(images/commentbg.png) no-repeat right 10px; }
 
		#comments .avatar-box img {  }
 
	#comments .comment .comment-container {
		margin: 0px 0 20px 60px;
		padding: 10px;
		border: 1px solid #eee; }
 
	#comments .comment-head { margin: 0 0 15px 0; }
 
		#comments .comment-head .avatar img {
			margin: 0 10px 0 0;
			vertical-align: middle;
			border: 3px solid #eee; }
 
		#comments .comment-head .name {
			display: block;
			margin: 0 0 -5px 0;
			font-weight: bold;
			font-size: 15px; }
 
		#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
 
	#comments .comment-entry p { margin: 0 0 10px 0; }
 
	#comments ul.children {
		margin: 0 0 0 25px;
		padding: 0; }
 
	#comments .comment-reply-link { margin-bottom: 10px; }
 
	#comments .cancel-comment-reply {
		font-size: 11px;
		text-transform: uppercase; }
 
.reply a { padding: 4px 6px 1px!important; }
 
#comments .navigation {  }
 
	#comments .navigation a {
		display: block;
		margin: 15px 0 0 0;
		text-decoration: none; }
 
		#comments .navigation a:hover {  }
 
/* 5.2 Pingbacks / Trackbacks */
h3#pings { margin: 20px 0 10px 0; }
 
.pinglist li {
	margin: 0 0 0 20px;
	list-style-type: decimal; }
 
	.pinglist li .author {
		font-weight: bold;
		font-size: 15px; }
 
	.pinglist li .date { font-size: 11px; }
 
	.pinglist li .pingcontent {
		display: block;
		margin: 10px 0; }
 
/* 5.3 Comments Form */
#respond { margin: 15px 0 0 0; }
 
	#respond h3 { float: none; }
 
#commentform {
	margin: 15px 0 0 0;
	padding: 20px 10px; }
 
	#commentform label {
		font-size: 11px;
		text-transform: uppercase; }
 
	#commentform input.txt {
		width: 300px;
		margin: 0 5px 10px 0;
		padding: 7px 5px; }
 
	#commentform textarea {
		width: 97.5%!important;
		padding: 5px; }
 
	#commentform #submit {
		float: right;
		margin: 15px 0 0 0; }
 
/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/
/* 6.1 Buttons */
.button, .button:visited, .reply a {
	background: url(images/alert-overlay.png);
	display: inline-block;
	padding: 8px 14px 9px;
	color: #fff !important;
	text-decoration: none;
	border: none;
	position: relative;
	cursor: pointer;
	text-transform: uppercase; }
 
.button, .button:visited, .reply a { background-color: #9e8354; }
 
.button:hover, .reply a:hover {
	color: #fff !important;
	text-decoration: none; }
 
.button:active, .reply a:active { top: 1px; }
 
.small.button, .small.button:visited, .reply a {
	font-size: 10px;
	padding: 2px 6px 3px;
	text-transform: uppercase; }
 
.button, .button:visited, .medium.button, .medium.button:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1; }
 
.large.button, .large.button:visited {
	font-size: 14px;
	padding: 10px 18px 11px; }
 
input.button { padding: 5px 9px 6px; }
 
/* 6.2 Info Boxes */
p.alert, p.download, p.info, p.note, p.tick {
	margin: 10px 0 20px 0;
	padding: 9px 10px 9px 50px; }
 
p.alert {
	border-top: 1px solid #f0baa2;
	border-bottom: 1px solid #f0baa2;
	background: #ffd9c8 url(images/ico-alert.png) no-repeat 20px 13px; }
 
p.download {
	border-top: 1px solid #d4ebaf;
	border-bottom: 1px solid #d4ebaf;
	background: #edfcd5 url(images/ico-download.png) no-repeat 20px 13px; }
 
p.tick {
	border-top: 1px solid #d4ebaf;
	border-bottom: 1px solid #d4ebaf;
	background: #edfcd5 url(images/ico-tick.png) no-repeat 20px 13px; }
 
p.info {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee url(images/ico-info.png) no-repeat 20px 13px; }
 
p.note {
	border-top: 1px solid #efe3ae;
	border-bottom: 1px solid #efe3ae;
	background: #fef6d2 url(images/ico-note.png) no-repeat 20px 13px; }
 
/* 6.3 Contact Form */
#contact-page .screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px; }
 
#contact-page ol.forms {
	float: left;
	list-style: none;
	width: 100%;
	margin: 10px 0 0; }
 
	#contact-page ol.forms li {
		clear: both;
		float: left;
		margin-bottom: 18px;
		position: relative;
		width: 100% }
 
	#contact-page ol.forms label {
		cursor: pointer;
		display: block;
		float: left;
		font-weight: 700;
		padding-right: 20px;
		width: 100px; }
 
	#contact-page ol.forms input.txt { width: 214px; }
 
	#contact-page ol.forms input#sendCopy { border: none; }
 
	#contact-page ol.forms textarea {
		height: 300px;
		width: 400px; }
 
	#contact-page ol.forms li .error {
		font-size: 12px;
		display: block;
		margin-left: 120px;
		color: red; }
 
	#contact-page ol.forms li.textarea .error { display:block; margin-left: 120px }
 
	#contact-page ol.forms li.screenReader { margin-bottom: 0; }
 
	#contact-page ol.forms li.buttons .submit { margin: 15px 0 0 120px; }
 
	#contact-page ol.forms li.inline input {
		width: auto;
		margin-left: 120px; }
 
	#contact-page ol.forms li.inline label {
		display: inline;
		float: none;
		width: auto; }

