/*  
Theme Name: Statua
Theme URI: http://www.woothemes.com/
Version: 1.1
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Tags: woothemes

	Copyright: (c) 2009-2011 WooThemes.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.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! :)

*/
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

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.2.2 Top Navigation (optional)
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer
-2.7 Breadcrumbs

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi / Woo-Pagination
-3.4 Single Post Author
-3.5 Entry Tables

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 WooTabs

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons
-6.2 Contact Form 
-6.3 Gravity forms
-6.4 Timeline page template
-6.5 IE specific styling 
-6.6 Subscribe & Connect
-6.7 Slider
-6.8 Featured Gallery
-6.9 Single Photo

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */
/*-------------------------------------------------------------------------------------------*/

body,html{height:100%;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:top;background:transparent;margin:0;padding:0;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
:focus{outline:0;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/* Floating & Alignment  */
.fl{float:left;}
.fr{float:right;}
.ac{text-align:center;}
.ar{text-align:right;}

/* Clear Floats  */
.col-full:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{clear:both;height:1px;overflow:hidden;margin:-1px 0 0;}
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;overflow:hidden;visibility:hidden;width:0;height:0;margin:0;padding:0;}



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { min-width:980px; background:url("images/footer-bg.png") repeat scroll 0 0 #222; font: 12px/1.5em sans-serif; color: #555; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family:Georgia, serif; color: #222; font-weight:normal; }
h1  {font-size: 2em } h2  {font-size: 1.8em;} h3  {font-size: 1.6em;} h4  {font-size: 1.2em;} h5  {font-size: 1em;} h6  {font-size: 0.8em;}

p {margin: 0; }

hr { background-color: #E2E7E9;	border:0; height: 1px; margin-bottom: 20px; }

input, textarea { padding: 5px; border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC; border-width:1px; border-style:solid; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius:0; color: #777; }

/* 1.2 Hyperlinks */

a { color: #53a0cc; text-decoration:none;}
a:hover { color: red; 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 */
#wrapper  { background: url("images/bg.png") repeat scroll 0 0 #f7f7f2; }

#main{width:620px;}
#main.col-full, #main.fullwidth, .layout-full #main, .col-full {width: 960px; margin:0 auto;}

#sidebar{width:280px;}
#sidebar .secondary { width:140px; } 

.col-left { float: left; }
.col-right { float: right; }

.layout-right-content #main { float:right; }
.layout-right-content #sidebar { float:left; }

/* 2.2 Navigation */
#navigation{ font:normal 16px/1em sans-serif; margin-top: 8px; }

#navigation ul.rss{background:url(images/ico-rss.png) no-repeat right 44%; display: inline; margin:0 15px 0 0; padding:0 25px 0 0;line-height: 1;}
#navigation ul.rss li{display:inline;padding:0;}
#navigation ul.rss li a{color:#d75418;text-decoration:none; padding:3px 5px; line-height: 18px; display: inline-block; position: relative;}
#navigation ul.rss li.sub-email {color:#dedede;}
#navigation ul.rss li a:hover{ background:none; text-decoration:underline;}

.nav { display:inline; margin:0; padding:0; list-style:none; line-height:1; }
.nav a  { position:relative; color:#666; display:block; z-index:100; padding:3px 15px; line-height:18px; text-decoration:none; }
.nav li  { float:left; width: auto; }
.nav li a.sf-with-ul { padding-right:20px; }

.nav li.current_page_item a, 
.nav li.current_page_parent a,
.nav li.current-menu-ancestor a,
.nav li.current-cat a,
.nav li.current-menu-item a,
.nav a:hover { 
	color: #FFFFFF;
	border-color: rgba(0,0,0,.15); 
	
	/* Border Radius */ 
	border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; 
	
	/* Gradient Background */
	background: #318fc5;
  	background: -moz-linear-gradient(100% 100% 90deg, #318fc5, #87c2e5);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#87c2e5), to(#318fc5));

	/* Box Shadow */
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.03);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.03);
	box-shadow: 0 1px 1px rgba(0,0,0,.03);
}


	/* 2.2.1 Drop-down menus */
	.nav li ul  { background: #fafafa; margin:0 0 0 -1px; padding:10px 15px; position: absolute; left: -999em; width: 180px; border: 1px solid #e3e3e3; z-index:99999; } 
	.nav li ul li a  { padding:8px 0px; width:180px; color:#666; background: none; font-size:0.9em;}
	.nav li ul li a:hover  { color:#222222; border-radius:0; }
	.nav li ul li a.sf-with-ul { padding-right:0; }
	.nav li ul ul  { margin: -37px 0 0 140px; }
	
	.nav li ul li a:hover, 
	.nav li.current_page_item ul li a, 
	.nav li.current_page_parent ul li a,
	.nav li.current-menu-ancestor ul li a,
	.nav li.current-cat a ul li,
	.nav li.current-menu-item ul li a,
	.nav li.sfHover ul li { background:none;color: #666666;border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;}
	
	.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; }
	
	.nav .sf-sub-indicator {background:	url(images/arrow-superfish.png) no-repeat;position:absolute;display:block;right:0.4em;top:44%;width:10px;height:10px;text-indent:-999em;overflow:hidden;}
	.nav li ul .sf-sub-indicator {background:url(images/arrow-superfish-right.png) no-repeat; top:38%; }
	
	/* Optional Styling */
	#navigation .nav li ul  { 
		/* Border Radius */
		border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; 
	
		/* Box Shadow */
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.03);
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.03);
		box-shadow: 0 2px 2px rgba(0,0,0,.03);
	}
	#navigation .nav li ul ul { border-radius: 0 4px 4px 4px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
	#navigation .nav li ul li a { border:0; border-top:1px solid #fff; border-bottom:1px solid #dedede;-moz-box-shadow: 0 0 0;-webkit-box-shadow: 0 0 0;box-shadow: 0 0 0; }
	#navigation .nav li ul li a:hover { text-decoration:underline; }
	#navigation .nav li ul li:first-child a { border-top:none; }
	#navigation .nav li ul li:last-child a { border-bottom:none; }

	/* 2.2.2 Top Navigation (optional) */
	#top { background: #000; }
	#top .nav { }
	#top .nav a { color:#ddd; padding:8px 10px; line-height:18px; text-decoration:none; text-shadow:none; }
	#top .nav li  {  }
	#top .nav li a.sf-with-ul { padding-right:20px; }
	
	#top .nav a:hover, 
	#top .nav li.current_page_item a, 
	#top .nav li.current_page_parent a,
	#top .nav li.current-menu-ancestor a,
	#top .nav li.current-cat a,
	#top .nav li.current-menu-item a,
	#top .nav li.sfHover { background: #222; }
	
	#top .nav li ul  { background: #222; margin:0; padding:0px; width: 180px; border: none; z-index:99999;
		/* Box Shadow */
		-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
		box-shadow: 0 2px 2px rgba(0,0,0,.1);
	}
	#top .nav li ul, #top .nav li ul li:last-child a {
		/* Border Radius */
		border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; 
	}
	#top .nav li ul li { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
	#top .nav li ul li a  { padding:8px 10px; width:160px; color:#ddd; background: none; font-size:0.9em;}
	#top .nav li ul li a:hover  { background: #000; }
	#top .nav li ul li a.sf-with-ul { padding-right:10px; }
	#top .nav li ul ul  { margin: -34px 0 0 180px; }
	
	#top .nav li:hover, #top .nav li.hover  { position:static; }
	#top .nav li:hover ul ul, #top .nav li.sfhover ul ul,
	#top .nav li:hover ul ul ul, #top .nav li.sfhover ul ul ul,
	#top .nav li:hover ul ul ul ul, #top .nav li.sfhover ul ul ul ul { left:-999em; }
	#top .nav li:hover ul, #top .nav li.sfhover ul,
	#top .nav li li:hover ul, #top .nav li li.sfhover ul,
	#top .nav li li li:hover ul, #top .nav li li li.sfhover ul,
	#top .nav li li li li:hover ul, #top .nav li li li li.sfhover ul  { left:auto; }

/* 2.3 Header */
#header-container { background: url("images/color-bar.png") repeat-x scroll 0 0 transparent; border-bottom: 1px solid #DFE6E1; }
#header{padding: 5em 0 2em;clear:both;position:relative;z-index: 999;}

#logo  { float:left; }
#logo img  { }
#logo .site-title, #logo .site-description  { font-family:Georgia, serif; color: #000; display:none;  }
#logo .site-title a { color:#222; font-size:40px; line-height:40px; text-transform:none; font-weight:normal; text-decoration:none; }
#logo .site-title a:hover { text-decoration:underline; }
#logo .site-description { color:#999; font:italic 14px Georgia, serif; }

#topad {float:right;}


/* 2.4 Content */
#content{ border-bottom: 1px solid #E2E7E9; padding:0 0 2em; margin-top: 30px; }

/* 2.5 Sidebar */
#sidebar{overflow:hidden;}
#sidebar .primary { }
#sidebar .secondary { float:left; margin-right:20px; } 
#sidebar .secondary.last { margin:0; } 

/* 2.6 Footer */
#footer-container { background:url("images/footer-bg.png") repeat scroll 0 0 #222; min-height: 100px; }
#footer{padding: 30px 0 0; color:#999;}
#footer p {}
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none;}

#footer-widgets { padding:10px 0; }
#footer-widgets .block { padding:20px 10px 0 10px; width:210px; float:left; }
#footer-widgets.col-1 .block { width:100%; padding-left:0; }
#footer-widgets.col-2 .block { width:460px;  }
#footer-widgets.col-3 .block { width:300px;  }
#footer-widgets.col-4 .block { width:220px;  }

/* 2.7 Breadcrumbs */
#breadcrumbs { margin-bottom: 2em; }

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb, .post .video { margin-bottom:1.5em;}

.archive_header  { display: block; float: left; font-size: 18px; font-weight: bold; }
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 28px; }

.post  { margin: 0 0 3em; clear:both;}
.post .container { overflow:auto; }

.post .title, .page .title  { font-size: 1.7em; line-height:1.2em; position:relative; margin: 0 0 5px; }
.post .title a:link, .post .title a:visited  { color:#222; }

.post-meta { border-bottom: 1px dotted #D0D7D1; margin: 10px 0;font:1em/1em sans-serif;color:#999;padding-bottom: 1em;text-transform: uppercase; }
.post-more { clear:both; margin:0 0 2em 0; color:#999;}
.post p.tags{color:#999; background:url(images/ico-tag.png) no-repeat top left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}
.post-more a:hover, .post-meta a:hover, .post p.tags a:hover { text-decoration:underline; color:#222222;}
#title-container { border-bottom: 2px solid #D0D7D1; margin: 0 auto; padding: 33px 0 17px; }
#title-container .search_main {float:right; width: 285px;}
#title-container .title, .archive_header { font-size: 2.2em; float:left; margin: 0; line-height: 1.2em; }

.page-link { margin:0 0 1.5em;}

/* 3.1 Typographic Elements */
.entry, .entry p  { font:14px/1.5em sans-serif; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 { margin:0 0 0.5em; line-height:1.5em; }
.entry p  { margin-bottom: 1.2em; }
.entry blockquote  { background:url(images/blockquote.png) no-repeat 0 12px; padding: 10px 20px 10px 50px; color: #444;  }
.entry blockquote p  { font-style:italic; }

.entry ul  { margin-bottom: 1.5em; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: disc; }
.entry ul ul li  { list-style-type: circle; }

.entry ol  { margin-bottom: 1.5em; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: decimal; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
.entry img, img.thumbnail { padding: 2px; border: 1px solid #ddd; background:#fff;  }
.entry img:hover, img.thumbnail:hover { border-color:#aaa;  }
img.wp-smiley  { padding: 0; border: none; }

.alignleft  { float: left; height: auto; margin: 0px 20px 10px 0; }
.alignright  { float: right; height: auto; margin: 0px 0 10px 20px; }
.aligncenter  { text-align: center; margin-bottom:15px;}
img.aligncenter  { margin-left:auto; margin-right:auto; display:block; }

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F8; border: solid 1px #ddd; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font:0.9em/1.5em sans-serif; text-align:center; }
.entry .wp-caption.aligncenter { margin:0 auto 15px; }

/* 3.3 Pagination / WP-Pagenavi / Woo-Pagination */
.nav-entries, .wp-pagenavi, .woo-pagination { padding:10px 15px; }
.nav-entries a { display: block; color:#777; text-decoration:none;}
.nav-entries a:hover { text-decoration:underline; }

.woo-pagination { margin: 0; text-align: center; }
.woo-pagination a:link,
.woo-pagination a:visited { display: inline; text-decoration: none; color: #666; padding: 3px 7px; border: 1px solid #DDDDDD; }
.woo-pagination span.extend, .woo-pagination .page-numbers { border: none; color: #666; }
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active, .woo-pagination span.current {
	/* Border Radius */ 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active {
	border:1px solid #dedede;  
	/* Gradient Background */
	background: #EBEBEB;
  	background: -moz-linear-gradient(100% 100% 90deg, #f5f5f5, #fff);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));
}
.woo-pagination .current, .woo-pagination a:hover { padding: 3px 7px; background: #EEEEEE; border: 1px solid #bbb; }
/* Overrides slider style */
.woo-pagination a.prev, .woo-pagination a.next { position: static !important; }

/* 3.4 Single Post Author */
#post-author { margin:0 0 1.5em; padding:15px; border:1px solid #E2E7E9; border-width:1px 0 1px; clear:both; }
#post-author .title { margin-bottom: 10px; }
#post-author .profile-image { float:left; margin:0 15px 5px 0; padding: 2px; border: 1px solid #E2E7E9; background:#F8F8F8; background:rgba(255,255,255,0.7);}
#post-author .profile-link {  }

/* 3.5 Entry Tables */
.entry table  { width: 100%; border: 1px solid #E2E7E9; margin-bottom:1.2em; }
.entry table tr.alt-table-row  { background: #f9f9f9; }
.entry table th  { padding: 6px 0 3px 0; background: #EEEEEE; border: 1px solid #E2E7E9; text-shadow: 1px 1px 0 #fff; box-shadow: inset 0 0 1px #fff; -moz-box-shadow: inset 0 0 1px #fff; -webkit-box-shadow: inset 0 0 1px #fff; }
.entry table td  { padding: 6px 0 3px 10px; border: 1px solid #E2E7E9; }


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.1 Generic Widgets */
.widget  { margin-bottom: 2em; }
.widget h3  { margin: 0; padding:0 0 10px; font:18px sans-serif; color:#555; }
#footer-widgets .widget p { margin-bottom: 1em; }

.widget ul  { clear:both; padding-left:15px; list-style-image: url("images/bullet.png"); list-style-position: outside; }
.widget ul li  {}
.widget ul li a  { line-height: 21px; text-decoration: none; }
.widget ul li a:hover  { text-decoration:underline; }
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }

/* 4.2 Specific Widgets */

/* SEARCH FORM */
.searchform  { background: #EFF3F0; width: 99%; position: relative; border:1px solid #E0E4E1; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3) inset; }
.searchform input.s  {  padding: 6px 8px; width:85%; margin:0; border:none; background: none; color:#777;  }
.searchform input.search-submit { position: absolute; top:6px; right:10px; border:none; margin:0; padding:0; }

/* FLICKR */
.widget_woo_flickr h3  {}
.widget_woo_flickr h3 span{color:#0061D8;}
.widget_woo_flickr h3 span span{color:#FF1183;}
.widget_woo_flickr .flickr_badge_image  { float: left; margin: 3px; }

.widget_woo_flickr .wrap  { position: relative; margin-bottom: 20px; padding: 0; }
.widget_woo_flickr a img  { float: left;  margin: 0 0 4px 4px;  display: block; border: #CECFC6 1px solid; padding: 3px;}
.widget_woo_flickr a:hover img  { border:#A8AA99 1px solid; }

/* 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:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;background:#E7E7E7;color:#9E9E9E;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* Blog Author Widget */
.widget_woo_blogauthorinfo .avatar { padding: 2px; border: 1px solid #E2E7E9; background:#F8F8F8; background:rgba(255,255,255,0.7);}
.widget_woo_blogauthorinfo .left { float:left; margin:0 10px 5px 0; }
.widget_woo_blogauthorinfo .right { float:right; margin:0 0 5px 10px; }

/* TWITTER */
.widget_woo_twitter .back { border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.widget_woo_twitter ul { padding-left:0; }
.widget_woo_twitter ul li { border-bottom: 1px solid #E2E7E9; padding: 10px 0; list-style:none;}
.widget_woo_twitter ul li:last-child { border:none; }
.widget_woo_twitter ul li a { padding: 0px; }
.widget_woo_twitter ul li .time { color:#999; }
.widget_woo_twitter p { padding: 5px 0 0 5px; font-weight: bold; color:#777; }
.widget_woo_twitter p a { color:#222; }
.widget_woo_twitter ul li .content { font-size: 14px; font-family: 'PT Sans Caption',arial,sans-serif; }
.widget.widget_woo_twitter h3 { border-bottom:none; padding:0; margin:0; padding-bottom: 5px; }

/* Woo Tag Cloud */
.widget_tag_cloud a { font-size: 11px; }

/* 4.3 WooTabs */
#tabs {	
	height:auto; display: block;padding:10px 0 0;
	/* Border Radius */
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; 
}

#tabs ul.wooTabs { padding:0px; }
#tabs ul.wooTabs li { 
	float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer;
	/* Gradient Background */
}
#tabs ul.wooTabs li a {	  
  color: #a1a1a1;
  font: 10px/28px 'PT Sans Caption',arial,sans-serif;
  text-shadow: 1px 1px 0 #FFFFFF;
  text-transform: uppercase;
  padding:5px 8px;
  text-decoration:none; 
}
#tabs ul.wooTabs li a.selected, 
#tabs ul.wooTabs li a:hover {
	/*Background*/
	background: #cdcdcd; /*Fallback*/
	background: rgba(0,0,0,0.1);
}
#tabs ul.wooTabs li:first-child a { }

#tabs .inside { margin-top:-1px;  }
#tabs .inside ul, #tabs .inside #tab-tags { margin:0; padding:0; display: none; }
#tabs .inside ul:first-child { display: inline; }
#tabs .inside #tab-tags {  border-width:1px; padding:10px; }
#tabs .inside li { border-bottom: 1px solid #e2e7e9; padding:15px 0; list-style:none;}
#tabs .inside li a { font:12px/18px 'PT Sans Caption',arial,sans-serif; padding:0;}
#tabs .inside a:hover{}
#tabs .inside #tab-tags a { padding:2px 4px; margin:3px 1px; display:inline-block; background: #f0f0f0; font-size:13px !important; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#tabs .inside #tab-tags a:hover{ background: #E2E7E9; text-decoration: none;}
#tabs .inside li span.meta {color: #ADADAD;display: block;font: 11px/20px 'PT Sans Caption',arial,sans-serif;text-transform: uppercase;}
#tabs .inside li img.avatar, #tabs .inside li img.thumbnail { border: 1px solid #ddd; padding: 2px;	background-color: #ffffff; float: left;	margin: 0 10px 0 0; }
#tabs .inside li img.avatar:hover, #tabs .inside li img.thumbnail:hover { border-color:#aaa; }


/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative;margin:2em 0 0;padding:2em 0 0 0; border-top:1px solid #E2E7E9;}
#comments h3  { color:#333; font-weight:normal; margin-bottom:10px; }
#comments .comment.thread-even { border:1px solid #cfd6d1; border-width:1px 0 1px; }
#comments .comment.bypostauthor {  }
#comments .comment{width:100%;list-style-type:none;}
#comments .comment .comment-container  { position:relative; padding: 20px; }
#comments .comment-head  { margin: 0 0 15px 65px; }
#comments  .avatar  { float:left; }
#comments  .avatar img{margin: 0;vertical-align: middle;border:1px solid #ddd; padding:2px; background:#fff; }
#comments .comment-head .name  { color: #53A0CC; display:block; margin: 0; font-weight: bold; font-size: 15px; text-transform: capitalize; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { color: #A1ACB4; font-size: 11px; }
#comments .comment-entry { margin: 0 0 0 65px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { left:15px; position:absolute; top:68px; }
#comments .reply a { font: 10px/1em 'PT Sans Caption',arial,sans-serif; border:none; color:#7c94a1 !important; text-shadow: 1px 1px 0 #FFFFFF; text-transform: uppercase;

/*Background*/
	background: #c3cece; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #dae6ec),
					color-stop(1, #c3cece)
				);
	background: -moz-linear-gradient(
					center top,
					#dae6ec 20%,
					#c3cece 100%
				);
}
#comments .reply a:hover { background-color: #E2E7E9;}

#comments ul.children{margin:10px 0 0 25px;padding:0; }
#comments ul.children li {border-top:1px solid #E2E7E9; }
#comments .cancel-comment-reply{margin:10px 0;}

#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

#comments h3#pings { margin-top:25px; }
#comments .pingbacks li.pingback { margin:10px 0; }
#comments .pingbacks li.pingback .reply { display:none; }

#comments .nocomments { font-size:14px; font-weight: bold; }

/* 5.2 Comments Form */
#respond  { margin: 2em 0 0; }
#respond h3  { color:#333; font-weight:normal; margin-bottom:20px; }
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label { font-size:13px; color:#9CA59E; }

#commentform  {	margin: 15px 0 0 0;  }
#commentform label  { position:relative; display:inline; vertical-align:top; display:inline-block; margin-top:5px; }
#commentform input.txt, #commentform textarea {border-color: #BBBEBB #DADEDB #DADEDB;border-style: solid;border-width: 2px 1px 1px;font: 14px/14px Arial,Helvetica,sans-serif;}
#commentform input.txt  { color:#666; background: #EFF3F0; width: 170px; margin: 0 5px 10px 0; padding: 5px 7px; }
#commentform textarea  { color:#666; background: #eff3f0; width: 95% !important; padding: 5px 7px; }

#respond #commentform #submit  { font-size: 13px; margin: 15px 0 0 0; cursor: pointer; }

/* 5.3 Pingbacks / Trackbacks */
h3#pings  { margin: 25px 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; }


/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
a.button, 
a.comment-reply-link, 
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button {
	display: inline-block;
	margin: 5px;
	padding: 3px 13px;
	border: none;
	color: #e5ebf0 !important;
	text-align: center;
	text-shadow: 1px 1px 0 hsla(0,0%,0%,.3);
	text-decoration: none;
	-moz-border-radius:0; -webkit-border-radius:0; border-radius:0;
	font-size:1em;
	font-family: inherit;
	cursor: pointer;
	
	/*Background*/
	background: #318fc5; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #87c2e5),
					color-stop(1, #318fc5)
				);
	background: -moz-linear-gradient(
					center top,
					#87c2e5 20%,
					#318fc5 100%
				);
}

a.button.large { padding:6px 16px;}
a.button.small, a.comment-reply-link { padding:5px 8px;}

a.button:hover, 
a.button.hover, 
a.button.active,
a.comment-reply-link:hover, 
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover {
	text-decoration: none !important;
	/*Background*/
	background: #0073d2; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #318fc5),
					color-stop(1, #87c2e5)
				);
	background: -moz-linear-gradient(
					center top,
					#318fc5 20%,
					#87c2e5 100%
				);
}

a.button:active,
a.button.active  {
	border-color: #20559a;
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
						0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	-moz-box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
					0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
	box-shadow: inset 0 0 7px hsla(0,0%,0%,.3) /*Shine*/,
				0 1px 0 hsla(0, 100%, 100%, 1) /*Shadow*/;
}

/* 6.2 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; cursor:pointer; }
#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;}
.entry #contact-page ol.forms li { list-style: none; } /* Added to accomodate the contact form shortcode */

/* 6.3 Gravity forms */
.gfield { margin-bottom: 10px; }
.gform_wrapper .top_label .gfield_label { display:block; padding-right:20px; width: 100px; margin: 5px 0px 4px !important; }
.gform_wrapper input.button { padding: 5px 10px 6px !important; }
.gform_wrapper input { padding: 7px 3px !important; }
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea { width: 400px !important; padding: 7px 3px !important; }
.gform_wrapper .entry img, .gform_wrapper img.thumbnail { padding: 0px !important; border: 0px !important; }
ul.top_label .clear-multi { clear: none !important; }
.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio { margin-left: 120px !important; }
img.ui-datepicker-trigger { border: 0px; padding: 0px; }

/* 6.4 Timeline Page Template */
#archives { padding: 10px 0 0; }
#archives a { font-style: italic; }
h3.archive_year { font: bold 20px sans-serif; color:#555; margin-top:0; }
#archives .archives_list { border-left:1px solid #E2E7E9; list-style: none; list-style-image:none; list-style-position:outside; list-style-type:none; margin: 0 0 15px 15px;}
#archives .archives_list li { clear:left; padding-left:24px; font-size: 12px; font-style: normal; list-style: none; margin-bottom: 10px; }
#archives .archives_list .date { color: #808080; width: 100px; font-style: italic; display: inline-block; vertical-align: top; }
#archives .archives_list .linked { width: 270px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments { width: 120px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments a { color: #808080; font-size: 12px; font-style: italic; text-decoration: underline; padding-left: 13px;  }
#archives .archives_list .comments a:hover { text-decoration: none; }

/* 6.5 IE specific styling */
.ie6 .nav .sf-sub-indicator { display:none; }
.ie6 .nav li a:hover { text-decoration:none; }
.ie6 .nav li a.sf-with-ul { padding-right:10px; }
.ie6 .button, .ie6 .button:visited { margin:0; color:#555 !important; font-weight:normal; } .reply a {  color:#555 !important; }
.ie7 .nav li a {_height: 0;zoom: 1;} /* IE7 Fix */
.ie7 .button, .ie7 .button:visited {  padding:7px 6px; margin:0; }
.ie8 .button, .ie8 .button:visited {  padding:10px 15px; margin:0; }

/* 6.6 Connect */
#connect { padding:0 0 15px; clear:both; }
#main #connect .col-left, #connect .col-right { width:48%; }
#connect .title { margin-bottom: 10px; }
#connect p { margin: 0 0 1em; }
#connect .newsletter-form { margin: 0 0 1em; }
#connect .newsletter-form .input {  }
#connect .newsletter-form .email { width:140px; }
#connect .newsletter-form .submit { cursor:pointer; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; }
#connect .social { }
#connect .social a { opacity:0.8; }
#connect .social a:hover { opacity:1; }
#connect .related-posts { border-left:1px solid #E2E7E9; padding-left:15px; }
#connect .related-posts ul { list-style: outside disc; margin:5px 0 5px 15px; }
.widget #connect .fl, .widget #connect .fr { float:none;}

/* 6.7 Slider */
/* Remove lines & padding from header */ 
.woo-slider #top { padding: 20px 0 0 0; }
.woo-slider #header { border-bottom: 0; }
.woo-slider #content { padding: 20px 0px; }

#slides { background: url("images/photo-bg.png") repeat scroll 0 0 #F4F7F4; border-bottom: 1px solid #DFE6E1; padding: 30px 0; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.01) inset; -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.01) inset; -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.01) inset; }
div.post-gallery { padding-bottom: 20px; }
.post-gallery #slides {padding:0;}
div.post-gallery #slides { background: none; border: none; }
#slide-box {margin: 0 auto;position: relative;width: 960px;}
#slide-b-top { position: relative; }
.slides_container { background:#ccc; background: rgba(0,0,0,.05); border: 1px solid #868988; width: 960px; }
div.post-gallery .slides_container { border: none; }
.slides_container:first-child .slide { display: none; } /* Make sure the slider doesn't display all slides in a stack on load */
#slide-box.b .slides_container { border:none; background:none;}
.slide { width: 960px; min-height:200px; }
.slide .slide-content.entry { width: 880px; left: 0px; bottom: 0; padding: 15px 40px 10px; position: absolute;  /* Fallback for web browsers that doesn't support RGBa */
background-color: rgb(0, 0, 0) transparent;
/* RGBa with 0.6 opacity */
background-color: rgba(0, 0, 0, 0.8);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000)"; }
.slide-content p  { color: #c4cdcd; font-size: 13px; margin:0 0 0.5em; }
.slide-content-b { padding:0 !important; }
.slide-content-b .post-date { font-size:13px; color: #979f9f; }
.slide-image { width: 960px; }
.slide-image img { margin:0 auto; display:block; }
.slide-image-b { margin-left: 10px; }
.slide-image-b .slide-img { float: left; }
#slides a.btn-prev, a.prev {background: url("images/btn-prev-slider.png") no-repeat scroll 0 0 transparent;left: -60px; }
#slides a.btn-next, a.next {background: url("images/btn-next-slider.png") no-repeat scroll 0 0 transparent;right: -60px; }
#slides a.prev, #slides a.next { height: 48px; position: absolute; text-indent: -9999em; top: 36%; width: 33px; z-index: 999; }
#slides .b a.prev, #slides .b a.next { top: 42%; }
#slides .b #slide-nav a.btn-prev, #slides .b #slide-nav a.btn-next { top: 40%; }
#slides a.prev:hover, #slides a.next:hover { opacity:1; }

#slider_nav {position: relative;z-index: 2;}
#slider_nav, #line_wrap {margin-left: auto;margin-right: auto;width: 960px;}
#line_wrap {position: relative;z-index: 1;}
#line {border-bottom: 1px solid #E8E8E9;margin: 39px 0 0;position: absolute;width: 960px;}
#slider_pag {float: left;width: 960px;}
#slider_pag ul {float: left;left: 50%;margin: 0 auto;max-width: 700px;position: relative;}
#slider_pag li:first-child {padding: 0 2px 0 12px;}
#slider_pag li:last-child {padding: 0 10px 0 2px;}
#slider_pag li {float: left;padding: 0 2px;position: relative;right: 50%;}
#slider_pag a {border: none;display: block;height: 11px;text-indent: -9999px;width: 10px;}
#slides .pagination li a {display:block;width:16px;height:0;padding-top:16px;background-image:url(images/pagination.png);background-position:0 0;float:left;overflow:hidden;}
#slides .pagination li.current a {background-position:0 -16px;}

.slide .entry {margin: 0 auto;padding:0 80px;}
.slide-header {
  border-right: 1px dotted #555555;
  float: left;
  margin: 0 40px 0.5em 0;
  padding-right: 30px;
}
.slide .slide-content .content { overflow:auto; }
.slide-header .post-date { color: #525757; font-size: 13px; text-align: right; }
.slide .entry h2 { float: left; font-size: 26px; line-height: 1.2em; }
.slide .entry h2 a { color: #fff; }
.slide .entry h2.title-b { float: none; }
.slide .entry h2.title-b a { color: #2D3333; }

.slide { position:relative; }
.slide .photo-caption { position:absolute; bottom:15px; right:20px; background:#222; color:#fff; padding:5px 10px;font-family: Georgia, serif; font-size:14px; font-style:italic; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; opacity:0.7; }


#slide-nav { margin-top: 20px; position:relative; }
.b #slide-nav { border-top: 1px solid #D0D7D1; padding-top: 20px; }
#slides .pagi { width: 962px !important; }
#slides .pagi li { margin-right: 10px; }
#slides .pagi li a { display:block; float:left; }
#slides .pagi li a img { border:1px solid #868988; }
#slides .pagi .current { opacity: 0.6; }

a.btn-prev {background-image: url("images/ico-gallery-prev.png");left: -12px;}
a.btn-next {background-image: url("images/ico-gallery-next.png");right: -13px;}
a.btn-next, a.btn-prev {background-position: left top; background-repeat: no-repeat; cursor: pointer; height: 48px; position: absolute; top: 31%; width: 33px;}
a.btn-next.disabled, a.btn-prev.disabled { opacity: 0.5; }

#gallery-nav { float: right; margin-left: 20px; }
#gallery-nav li:first-child { margin-bottom:14px; }

#single-gallery-image { background:#ccc; background: rgba(0,0,0,.05); }
#single-gallery-image .single-photo { margin:0 auto; display:block; max-width:960px; }

/* 6.8 Featured Gallery */
#gallery { display: block; margin: 0 auto; width:941px; }
#gallery li { background-color: #000000; float:left; margin:0 3px 3px 0; position: relative; }
#gallery .gallery li { background-color: transparent; }
#gallery li.last { margin-left:0; }
.gallery-image-link {position: relative;z-index: 2;}
.gallery-over {background: url("images/portfolio-zoom.png") no-repeat scroll right bottom transparent;color: #c4cdcd;font-size: 0.8em;height: 232px;left: 0;line-height: 2em;margin: 0 !important;padding:20px;position: absolute;text-decoration: none;top: 0;width: 193px;z-index: 1;}
.gallery-date {margin-bottom:10px;}
.gallery-title { color:#fff; font-size:25px; line-height: 1em; margin-bottom:10px; }
.gallery-over .entry { font-size:13px; margin-bottom: 20px; }
.gallery-link { background: url("images/ico-eye.png") no-repeat scroll left center transparent; font-size: 13px; padding-left: 25px; }
#gallery .gallery li { display: block; float: left; height: 180px; margin: 0 20px 30px 0; width: 220px; }
#gallery .gallery li:first-child { margin-left:0; }
#gallery .gallery img {background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #D0D7D1;margin-bottom: 10px;padding: 2px;-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);}

#gallery a.thumb { display: block; width: 224px; height: 149px; margin-bottom: 10px;  }
#gallery a.thumb:hover { text-decoration: none; background: url("images/portfolio-hover.png") no-repeat 50% 50%; }

/* 6.9 Single Photo */
/* .single-photo .photo { position:relative; border-bottom: 2px solid #D0D7D1; padding-bottom: 20px; margin-bottom: 20px; } */
.single-photo .photo .entry p { font-style: italic; }

