/*  
Theme Name: M-Donovan
Theme URI: http://www.woothemes.com/
Version: 1.5
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.4.1 Homepage
  -2.4.2 Featured Slider
  -2.4.3 Mini-features
-2.5 Sidebar
-2.6 Footer
-2.7 Breadcrumbs
-2.8 Homepage

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
-3.6 Subscribe & Connect

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets

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

6. PAGE TEMPLATES
-6.1 Timeline Page Template
-6.2 Contact Form
-6.3 Portfolio
-6.4 Feedback

7. MISC
-7.1 Buttons
-7.2 CSS3 Drop-shadows
-7.3 Gravity forms
-7.4 IE specific styling


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

/*-------------------------------------------------------------------------------------------*/
/* 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 { font: 14px/1.5em Georgia; color: #656e76; background-color: #e4e8ec; background-image: url(images/bg-body-tile.png); background-repeat: repeat; background-position: left top; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: Georgia, serif; color: #656e76; font-weight:normal; }
h1  {font-size: 30px } h2  {font-size: 26px;} h3  {font-size: 22px;} h4  {font-size: 18px; letter-spacing:1px !important;} h5  {font-size: 14px;} h6  {font-size: 11px;}

p {margin: 0; }

hr { background-color: #d5dadf; border:0; height: 1px; width:80%; margin-bottom: 20px; }

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

/* 1.2 Hyperlinks */

a {
	color: #7dae49;
	text-decoration:none;
}
a:hover {
	color: #df6616;
	text-decoration:none;
}

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: none;}

pre { padding: 0.1em 0.5em 0.3em 0.7em; border-left: 10px solid #ccc; margin: 1.7em 0 1.7em 0.3em; overflow: auto; width: 93%; }

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#wrapper  { /* background: transparent url(images/wrapper-bg-colourstrip.png) repeat-x left top;*/ padding-top: 0; } /* Top padding is the height of the colour strip image. */

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

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

.entry img { max-width:565px; }
.layout-full .entry img { max-width:890px; }

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

.two-col-right #main { float:right; }
.two-col-right #sidebar { float:left; }


/* 2.2 Navigation */
#navigation{ font:regular 14px/1em Georgia, sans-serif; margin-top: 9px; }
#navigation ul.rss  { margin: 0 0 0 10px; padding: 8px 0; }

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

.nav a:hover, 
.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 li.sfHover {
	color:#f5f5f5;
	text-shadow: 0 -1px 0 #4576a6;
	background:#72a4d4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* Optional Styling */
#navigation { 
	
	/* Border Radius */ 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	
	/* 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 a { }
#navigation .nav li:first-child a { border-left:none; }

	/* 2.2.1 Drop-down menus */
	.nav li ul  { background: #72a4d4; margin:0 0 0 -1px; padding:7px 10px; position: absolute; left: -999em; width: 160px; z-index:999; }
	.nav li ul li { margin-left: 0px !important; }
	.nav li ul li a  { padding:8px 0px; width:160px; color:#3f5973; background: none; font-size:0.9em;}
	.nav li ul li a:hover  { text-decoration: none; }
	.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; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
	
	.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/dot-main-menu.png) no-repeat;
		position:absolute;
		display:block;
		right:0.2em;
		top:44%;
		width:10px;
		height:15px;
		text-indent:-999em;
		overflow:hidden;
	}
	.nav li ul .sf-sub-indicator {
		background:url(images/arrow-right-1.png) no-repeat right; top:40%;
	}
	
	/* 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;  */
		border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border:1px solid #6293c3;
	
		/* 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 8px 8px 8px; -moz-border-radius: 0 8px 8px 8px; -webkit-border-radius: 0 8px 8px 8px; }
	#navigation .nav li ul li a { border:0; border-top:1px solid #88b7e4; border-bottom:1px solid #6293c3; }
	#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:9999;
		/* 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{ 
	position: relative;
	z-index: 999;
	height: 140px;
	margin: 0 0 30px; /* ako menjam ovo, moram menjati i marginu ispod */
	background: transparent url(images/bg-header-home.png) repeat left bottom; 
}
.home #header  {
	margin-bottom: -70px;
	height: 140px;
	background: transparent url(images/bg-header-home.png) repeat left bottom;
}
#header .col-full { padding: 15px 0; clear: both; position: relative; }

#logo  { float:left; }
#logo img  { margin-top: 7px;}
#logo .site-title, #logo .site-description  {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	display:none;
	text-shadow: 1px 1px 0 #fff;
}
#logo .site-title a { color:#222; font-size:40px; font-family: "Segoe UI"; line-height:40px; letter-spacing:-2px; font-style:italic; text-transform:none; font-weight:bold; text-decoration:none; vertical-align:baseline; }
#logo .site-title a:hover { text-decoration:none; }
#logo .site-description { color:#999; padding-top:2px; text-transform:uppercase; }

#topad {float:right;}

#mark-image-header {
	width:116px;
	height:116px;
	position:absolute;
	z-index:999999;
	top:0;
}

/* 2.4 Content */
#content{
	padding:0 0 10px;
}

/* 2.4.1 Homepage */
.home #main {
	padding-top: 20px;
	color:#656e76;
	text-shadow: 0 1px 0 #ffffff;
}
.home h2 {
	font:30px "Yanone Kaffeesatz", Georgia;
	color:#656e76;
	line-height:48px;
	letter-spacing:2px;
}
.home .widget ul {
	clear:both;
	padding:0;
	list-style-position:inside;
	list-style-type:none;
}
.home .widget ul li{
	background:url(images/bullet-1.png) no-repeat left center;
	margin-left:0;
	padding-left:20px;
}
.portfolio-item { margin-bottom: 15px; }
.portfolio-item .woo-image { border: 5px solid #FFFFFF; }
.portfolio-item .portfolio-image { z-index: 4; margin-bottom: 15px; width: 100%; }
.widget-portfolio-snapshot .portfolio-image a:hover { background: #fff url('images/portfolio-hover.png') no-repeat 50% 50%; }
.widget-portfolio-snapshot .portfolio-image img { z-index: 2; }
.widget-portfolio-snapshot .portfolio-item .portfolio-image.drop-shadow:after { bottom: 10px; right: 2px; }
.portfolio-item .portfolio-image.drop-shadow:after { z-index: 1; bottom: 10px; }
.portfolio-item .portfolio-image a { display: block; z-index: 3; position: relative; background: #fff; }
.widget-portfolio-snapshot .portfolio-item h3 { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #444444; font-weight: bold; margin-bottom: 2px; margin-left: 4px; }
.widget-portfolio-snapshot .portfolio-item .portfolio-galleries  { margin-left: 4px; }
.portfolio-item h3 a { color: #444444; }
.portfolio-item .portfolio-galleries { font: 10px Arial, Helvetica, sans-serif; color:#AAA8A8; text-transform: uppercase; }
.portfolio-item .portfolio-galleries a { color: #AAA8A8; }

.portfolio-items .portfolio-image.drop-shadow:after { margin-top: 20px; }
#main .widget_blog .title { font-family: Arial, Helvetica, sans-serif; margin-left: 5px; }

#main .block { width: 250px; float: left; padding-right: 75px; }
#main .block.last { padding-right: 0; }
#main .block .widget-title { font-size: 18px; font-family: Georgia, serif; font-weight: normal; color: #444444; border-bottom: 1px solid #d3d3d3; text-shadow: 0px 1px 1px #ffffff; padding-bottom: 20px; margin-bottom: 20px; }
/* kele edit home page */
#main .block-single { width: 1040px; float: left; padding: 0; }
#main .block-single img, img.thumbnail { border: 10px solid #e0e0e0; background:#fff; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
/* Blog layout separated posts */
#main .blog  {
	margin:5px 0 30px;
	padding: 20px;
	/*background: #f7f7f7 !important; */
	background: -ms-linear-gradient(top, #F5F5F5 0%, #E4E8EC 100%);
	background: -moz-linear-gradient(top, #F5F5F5 0%, #E4E8EC 100%);
	background: -o-linear-gradient(top, #F5F5F5 0%, #E4E8EC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(1, #E4E8EC));
	background: -webkit-linear-gradient(top, #F5F5F5 0%, #E4E8EC 100%);
	background: linear-gradient(to bottom, #F5F5F5 0%, #E4E8EC 100%);
	border: 1px solid #f5f5f5;
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* IMAGE WITH NO BORDER */
#main .block-single .no-border { border: none; background: transparent; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
.entry .no-border { border: none; background: transparent !important; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }
/* END IMAGE WITH NO BORDER */
#main .block-single img:hover, img.thumbnail:hover { border-color:#d0d0d0;  }
#main .block-single img.wp-smiley  { padding: 0; border: none; }
#main .block-single .widget-title { display:none; }
#intro { color: #444444; line-height: 20px; }

.widget_woo_blog .post { background: url(images/widget-bg.png) repeat top left !important; padding: 20px 0px 10px 0px; margin-bottom: 20px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; overflow: auto; }
.widget_woo_blog .post h2 { padding: 0 20px; }
.widget_woo_blog .post h2 a { font-size: 20px; line-height: 20px; font-weight: bold;}
.widget_woo_blog .post span.post-category, .widget_woo_blog .post a.post-edit-link { display: none; }
.widget_woo_blog .post a { text-decoration: none; }
.widget_woo_blog .post a:hover { text-decoration: underline; }
.widget_woo_blog .post-meta { background: none; padding: 20px 20px 0px 20px;}
.widget_woo_blog .entry { border-bottom: 1px solid #d3d3d3; border-top: none; padding: 0px 20px; }
.widget_woo_blog .entry, .widget_woo_blog .entry p { font-size: 12px !important; }

/* 2.4.2 Slider */
.woo-slider #top { padding: 20px 0 0 0; }
.woo-slider #header { border-bottom: 0; }
.woo-slider #content { padding: 20px 0px; }

#featured-slider { padding: 35px 0 30px; position: relative; background: #ccc url(images/bg-featured.png) repeat top left; }
#slide-box {margin: 0 auto; position: relative; width: 900px; }
.slides_container:first-child .slide { display: none; } /* Make sure the slider doesn't display all slides in a stack on load */
#featured-slider .slides_control { min-height: 300px; }
.slide { width: 900px; min-height: 200px; }
.slide .slide-content.entry { 
	width: 300px; 
	left: 0px; 
	bottom: 40px; 
	padding: 10px 20px; 
	position: absolute; 
	font-size: 13px; 
	background-color: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.6);
	/* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a000000', endColorstr='#9a000000',GradientType=0 ); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9a000000,endColorstr=#9a000000)";
}
.slide .video-content { width: 350px; }
.slide .video {background: none repeat scroll 0 0 transparent;border: medium none;-moz-box-shadow: 0 0 0;-webkit-box-shadow: 0 0 0;box-shadow: 0 0 0;float: left;font-size: 13px;padding: 20px 0px 10px 20px; margin:0; }
.slide .slide-content.video .title {color:#3585B3;font-size: 32px;font-weight: bold;line-height: 1.2em;margin-bottom: 0.5em;}
.slide .slide-content.video p  { color: #fff;font: 12px arial; line-height: 21px; }
.slide .slide-content.entry h2 a { color:#fff; }
.slide-content p { color: #eaeaea; margin:0 0 0.5em; }
.slide-image { width: 900px; }
.slide .slide-content.entry .title { font-size: 24px; line-height: 1em; margin: 10px 0; color: #fff; }
.slide .slide-content.entry p { margin:0; }
.slide .entry a.woo-sc-button  { margin-top: 5px;  }
.slide-img {}
.slide .video { float:right; padding: 2px; margin-right:20px; border: 1px solid #ddd; background:#fff;  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }

#featured-slider a.prev {background: url("images/arrow-left.png") no-repeat scroll 0 0 transparent;height: 31px;left: -40px;opacity: 0.8;position: absolute;text-indent: -9999em;top: 48%;width: 19px;z-index: 999;}
#featured-slider a.next {background: url("images/arrow-right.png") no-repeat scroll 0 0 transparent;height: 31px;opacity: 0.8;position: absolute;right: -40px;text-indent: -9999em;top: 48%;width: 19px;z-index: 999;}
#featured-slider a.prev:hover, #slides a.next:hover { opacity:1; }

#slider_nav {margin-bottom: 50px;margin-top: 15px;position: relative;z-index: 2;}
#slider_nav, #line_wrap {margin-left: auto;margin-right: auto;width: 920px;}
#line_wrap {position: relative;z-index: 1;}

#featured-slider .pagination { width: 930px; margin: 10px auto; text-align: center; }
#featured-slider .pagination li { display: inline-block; }
#featured-slider .pagination li a { background: transparent url(images/slide-pagination.png) no-repeat left top; display: block; width: 18px; height: 18px; text-indent: -9999px; }
#featured-slider .pagination li.current a { background-image: url(images/slide-pagination-active.png); }

.slide .entry {border: none;margin: 0 auto;padding:0 5px;}
.slide .entry h2 { font: 21px/1.4em georgia, serif;color: #fff; text-shadow: 0px 1px 0px #000; margin-bottom: 20px;}
.slide .entry h1, .slide .entry h3, .slide .entry h4, .slide .entry h5 { color: #fff; text-shadow: 0px 1px 0px #000; font-family: georgia, serif;}
.slide .entry p { margin-bottom:1em; font: 12px arial; color: #fff; line-height: 21px; text-shadow: 0px 1px 0px #000;}
.slide .entry img, .slide img.thumbnail {background:none;border:none;-webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0;}

/* 2.4.3 Mini-Features */
#mini-features { padding: 0; margin: 10 auto; background: none;}
/* #mini-features .mini-inside  { border: 1px dashed #555; border-width: 1px 0; border-color: rgba(255,255,255,0.2); } */
.col-full-features {
	width: 1080px;
	margin: 0 auto;
}
#mini-features .block {
	width:298px;
	margin:10px 20px;
	padding:20px 10px 20px 10px;
	float:left;
	background:#FFF;
	border:1px solid #d5dadf;
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#mini-features .feature { margin-left:70px; }
#mini-features .home-icon { float:left; }
#mini-features h3 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 16px;
	font-style:italic;
	padding-bottom: 20px;
	color: #858e97;
	text-shadow: none !important;
}
#mini-features p {
	padding-bottom:15px;
	letter-spacing:0.08em;
	color: #656e76;
	text-shadow: none !important;
}
#mini-features a {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-size:12px;
	color: #7dae49;
	text-transform:uppercase;
	text-shadow: none !important;
	float:right;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
#mini-features a:hover {
	color:#df6616;
	text-decoration:none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
/* 2.4.4 Home page header */
#home-header {
	width: 1100px;
	margin: 0 auto 20px;
	min-height:420px;
	background: #4576a6 url(images/bg-middle.png) repeat-x left bottom;
	border:1px solid #3f5973;
	border-radius:50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	overflow:hidden;
}
#home-header .blue-glow {
	background: url(images/bg-bluelight-middle.png) no-repeat bottom center;
	padding-bottom:29px;
	position:relative;
}
#home-header .cont {
	margin:55px 0 20px 450px;	
}
#home-header .mark-image {
	float:left;
	position:relative;
	z-index:9999999;
	vertical-align:bottom !important;
	padding: 11px 10px 0 30px;
}
#home-header h2 {
	font-family: Verdana, Helvetica, sans-serif;
	color:#ffffff !important;
	text-shadow: 0 -1px 0 #384551 !important;
	font-size: 24px;
	font-style:italic;
	font-weight:bold;
	line-height:48px;
	letter-spacing:2px;
	text-align:center;
	padding: 20px;
	color: #858e97;
}
/* 2.4.5 Testimonials widget */
.testimonials-home {
	position:relative;
	width:480px;
	height:170px;
	background: url(images/bg-feedback-home.png) repeat top left;
	border:1px solid #b7bdc3;
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:10px 10px 8px;
	margin-bottom:-10px;
	margin-left:70px;
}
/* 2.4.6 Homepage Clients */
#homepage-clients {
	width: 1040px;
	margin: 0 auto -9px;
	height:100px;
	background: #fff url(images/icon-clients.png) no-repeat left top;
	border:1px solid #d5dadf;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-topright: 40px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	overflow:hidden;
}
#homepage-clients ul {
	list-style:none;
	padding-left:160px;
	padding-top:15px;
	height:90px;
	
}
#homepage-clients li {
	display:inline;
	padding-right:60px;
}
#homepage-clients li:last-child {
	padding-right:0;
}
#homepage-clients img {
	border:0 !important;
	vertical-align:middle !important;
}

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

/* 2.6 Footer */
#footer{
	padding: 23px 0 22px;
	font: 12px Verdana, Geneva, sans-serif;
	background: url(images/bg-footer1.png) repeat-x top left;
	color:#d5dadf;
	text-shadow: 0 1px 0 #272a2e;
	letter-spacing:0.1em;
	border-top:1px solid #b7bdc3;
	-webkit-box-shadow:0 -5px 20px #3f5973;
	-moz-box-shadow:0 -5px 20px #3f5973;
	box-shadow:0 -5px 20px #3f5973;
}
#footer p { }
#footer a {
	color: #ffffff;
	text-decoration:none;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
#footer a:hover {
	color: #f0975c;
	text-decoration:none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none;}

#footer-widgets {
	margin-bottom: -10px;
	margin-top:20px;
	background: url(images/bg-footer-w-area.png) repeat top left;
	padding:10px 0;
	border-top:1px solid #fff;
/*	-webkit-box-shadow:0 -5px 20px #3f5973;
	-moz-box-shadow:0 -5px 20px #3f5973;
	box-shadow:0 -5px 20px #3f5973; */
}
#footer-widgets .block { padding:20px 10px 0; float:left; color:#f5f5f5; text-shadow: 0 -1px 0 #384551; }
#footer-widgets .col-1 .block { width:100%; padding-left:0; }
#footer-widgets .col-2 .block { width:420px; padding-left: 20px; }
#footer-widgets .col-3 .block { width:306px; padding: 30px 20px 10px;  }
#footer-widgets .col-4 .block { width:200px; padding-left: 10px;  }

#footer-widgets .block a {
	color:#f5f5f5;
	text-decoration:none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
#footer-widgets .block a:hover {
	color:#f0975c;
	text-decoration:none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

/* 2.7 Breadcrumbs */
#breadcrumbs {
	margin-bottom: 25px;
	margin-top:-10px;
	font:10px Verdana, Geneva, sans-serif;
	color:#777;
	text-transform:uppercase;
	text-shadow: 0 1px 0 #fff;
}
#breadcrumbs a {
	color:#777;
	text-decoration:none;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
#breadcrumbs a:hover {
	color:#72a4d4;
	text-decoration:none;
	border-bottom:1px dotted #72a4d4 !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.home #breadcrumbs { margin-bottom: 30px; }

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

.archive_header  { display: block; float: left; width: 100%; margin:0 0 30px; padding:0 0 10px; font-size: 18px; font-weight: bold; border-bottom:#e6e6e6 1px solid; text-shadow: 0px 1px 1px #ffffff;}
.archive_header .catrss a  { font-size: 14px; text-decoration: none; line-height: 28px; }

.post  { margin: 0px; padding: 20px 30px 30px 30px; background: #ffffff;}
#main .page {
	padding: 30px;
	background: #f5f5f5;
	border:1px solid #d5dadf;
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#post-free {
	margin: 0 auto;
	text-shadow: 0 1px 0 #ffffff;
}
#post-free .entry {
	margin-bottom:20px;
}
.post .title, .page .title  { font:26px/1em Georgia, sans-serif; color: #858e97; font-style:italic; position:relative; margin: 0 0 0.4em; text-shadow: 1px 1px 0 #fff; }
.post .title a:link, .post .title a:visited  { color:#858e97; }
.post.lifted:after, .page.lifted:after  { 
	right: 8px;
	height: 60px;
	-webkit-transform:rotate(4deg);   
       -moz-transform:rotate(4deg);  
        -ms-transform:rotate(4deg);  
         -o-transform:rotate(4deg);
            transform:rotate(4deg);
 }

.post-meta {margin: 0 0 1.5em 0;font:10px Verdana, sans-serif; float: left; color:#b7bdc3; background: none; padding: 4px; }
#post-free .post-meta {margin: 10px 0 20px 0;font:10px Verdana, sans-serif; float: left; color:#b7bdc3; background: none; padding: 4px; }
.post-author { background: url(images/ico-meta.png) no-repeat left; padding-left: 20px; }
.post-more { font: 12px Verdana, sans-serif; clear:both; margin:10px 0; color:#b7bdc3;}
.post p.tags{color:#b7bdc3; background:url(images/ico-tag.png) no-repeat top left;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}
#post-free p.tags{ font: 11px Verdana, sans-serif; color:#b7bdc3; background:url(images/ico-tag.png) no-repeat top left; line-height:16px;padding-left:25px;width:100%;clear:both;margin-bottom:20px;}
#post-free p.tags a:link{
	color:#858e97;
	border-bottom: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
#post-free p.tags a:hover{
	color:#f0975c;
	border-bottom: 1px dotted #f0975c;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in; }
.nav-prev a:link, .nav-next a:link {
	color:#72a4d4;
	font-style:italic;
	text-shadow:0 1px 0 #ffffff;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.nav-prev a:hover, .nav-next a:hover {
	color:#f0975c;
	text-decoration:none;
	border-bottom:none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.post-meta a:link, .post-meta a:visited, .post-more a:link, .post-more a:visited, .post p.tags a:link, .post p.tags a:visited {
	text-decoration: none;
	color:#858e97;
	text-shadow: 0 1px 0 #ffffff;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.post-more a:hover, .post-meta a:hover, .post p.tags a:hover {
	color:#72a4d4;
	text-decoration:none;
	border-bottom:1px dotted #72a4d4 !important;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

/* 3.1 Typographic Elements */
.entry { border-top: 1px solid #d5dadf; padding-top: 1.5em; clear: both; }
.entry, .entry p  {
	font:14px/1.5em Georgia, sans-serif;
	color:#3e4348;
	letter-spacing:1px;
	line-height:22px;
}
.entry a:link {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.entry a:hover {
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.entry h1, .entry h2, .entry h3, .entry h4 { font-family: "Yanone Kaffeesatz", sans-serif; margin:0 0 0.5em; line-height:1.5em; letter-spacing:normal; }
.entry h5, .entry h6 { font-family: Verdana, sans-serif; margin:0 0 0.5em; line-height:1.5em; text-transform:uppercase; letter-spacing:normal; }
.entry p  { margin-bottom: 1.2em; }
.entry blockquote  { background:url(images/blockquote.png) no-repeat 20px 12px; padding: 10px 20px 10px 78px; min-height:75px; }
blockquote p, blockquote {
	font: italic 14px Georgia, serif;
	line-height:22px;
}
.entry blockquote p {
	font: italic 14px Georgia, serif;
	margin-bottom:10px;
	color: #9aa4ae !important;
	line-height:22px;
}
.entry blockquote p strong {
	color: #656e76 !important;
}
.entry blockquote h1, .entry blockquote h2, .entry blockquote h3, .entry blockquote h4, .entry blockquote h5, .entry blockquote h6 {
	font-style: normal !important;
}

.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 {
	border: 5px solid #c6ccd1;
	background:#fff;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
.entry img:hover {
	border-color:#fff;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.entry img.thumbnail {
	border: 1px solid #f5f5f5;
	background:#fff;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}
.entry img.thumbnail:hover {
	border-color:#86b8e7;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
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; }

.hentry .video { margin-bottom: 20px; }

/* 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 { font: 10px Verdana, sans-serif; text-transform:uppercase; margin: 0; text-align: center; }
.woo-pagination a:link,
.woo-pagination a:visited { display: inline; text-decoration: none; color: #858e97; padding: 3px 7px; border: 1px solid #b7bdc3; }
.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: #f5f5f5;
  	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 { color:#72a4d4; padding: 3px 7px; background: #ffffff; border: 1px solid #f5f5f5; }

/* 3.4 Single Post Author */
#post-author { background: #fafafa; margin:0 0 1.5em; padding:15px; border:1px solid #e6e6e6; 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: 5px; border: 1px solid #e6e6e6; background:#F8F8F8; background:rgba(255,255,255,0.7);}
#post-author .profile-link {}

/* 3.5 Entry Tables */
.entry table  { width: 100%; border: 1px solid #e6e6e6; 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 #e6e6e6; 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 #e6e6e6; }

/* 3.6 Connect */
#connect { background: #fafafa; margin:0 0 1.5em; padding:15px; border:1px solid #e6e6e6; border-width:1px 0 1px; clear:both; }
#main #connect .col-left, #connect .col-right { width:48%; }
#connect h3 { margin-bottom: 15px; }
#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 #e6e6e6; padding-left:15px; }
#connect .related-posts ul { list-style: outside disc; margin:5px 0 5px 15px; }
.widget #connect .fl, .widget #connect .fr { float: none; }


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

/* 4.1 Generic Widgets */
#sidebar .widget {
	color: #858e97;
	text-shadow: 0 1px 0 #FFF;
	background: -ms-linear-gradient(top, #F5F5F5 0%, #E4E8EC 100%);
	background: -moz-linear-gradient(top, #F5F5F5 0%, #E4E8EC 100%);
	background: -o-linear-gradient(top, #F5F5F5 0%, #E4E8EC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(1, #E4E8EC));
	background: -webkit-linear-gradient(top, #F5F5F5 0%, #E4E8EC 100%);
	background: linear-gradient(to bottom, #F5F5F5 0%, #E4E8EC 100%);
	border: 1px solid #f5f5f5;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all .8s ease-in;
	-moz-transition: all .8s ease-in;
	-o-transition: all .8s ease-in;
	transition: all .8s ease-in;
}
#sidebar .widget:hover {
	/* IE10 Consumer Preview */ 
	background: -ms-linear-gradient(top, #fff 0%, #ebeff3 100%);
	/* Mozilla Firefox */ 
	background: -moz-linear-gradient(top, #fff 0%, #ebeff3 100%);
	/* Opera */ 
	background: -o-linear-gradient(top, #fff 0%, #ebeff3 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ebeff3));
	/* Webkit (Chrome 11+) */ 
	background: -webkit-linear-gradient(top, #fff 0%, #ebeff3 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background: linear-gradient(to bottom, #fff 0%, #ebeff3 100%);
	border: 1px solid #d5dadf;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
#sidebar .widget  {
	margin-bottom: 20px;
	font: 12px Verdana, serif;
	letter-spacing:normal;
	line-height:18px;
}
#sidebar .widget a {
	color:#9aa4ae;
	text-decoration:none;
	padding-left:5px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
#sidebar .widget a:hover {
	color:#72a4d4;
	text-decoration:none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
#sidebar .widget h3  {
	margin: 0 0 5px 0;
	padding: 10px 15px 5px 20px;
	font: 22px 'Yanone Kaffeesatz', serif;
	color:#656e76;
	border-bottom:3px double #d5dadf;
}
#sidebar .widget h4  {
	margin: 0 0 5px 0;
	font: 12px Verdana, serif;
	color:#656e76;
	text-transform:uppercase;
	letter-spacing:normal;
}
#footer-widgets .widget h3  { margin: 0 0 20px 0; padding: 0px; font: 14px Verdana, sans-serif; color:#f5f5f5; text-transform: uppercase; letter-spacing:1px; text-shadow: 0 2px 0 #384551; }
.widget p { margin-bottom: 1em; }

#sidebar .widget ul  { clear:both; padding: 10px 20px 20px 20px; list-style-position:inside; list-style-type:disc;}
.widget ul  { clear:both; padding-left:10px; list-style-position:inside; list-style-type:disc;}
.widget ul li  {}
.widget ul li a  { padding: 0 0 0 5px; line-height: 22px; text-decoration: none; }
.widget ul li a:hover  { text-decoration:underline; }
.widget ul ul  { padding: 0 0 0 15px; border-top: none; }
#sidebar .textwidget, #sidebar .widget #social { padding: 10px 20px; }
#social a:hover { opacity: 0.8;}

/* 4.2 Specific Widgets */
#post-meta ul li { list-style-type: none; }

/* TAG CLOUD */
#sidebar .widget_tag_cloud .tagcloud { padding: 10px 20px 20px 20px; }

/* SEARCH FORM */
#sidebar .search_main { padding: 10px 20px 20px 20px; }
.searchform  { width: 99%; position: relative; border-color: #d0d0d0 #fafafa #fafafa #d0d0d0; border-width:1px; border-style:solid; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; background: #d4d4d4; }
.searchform input.s  {  padding: 8px; width:85%; margin:0; border:none; colour:#222; text-transform: uppercase; text-shadow: 0px 1px 1px #ffffff; background: none; font-weight: bold; }
.searchform input.search-submit { position: absolute; top:6px; right:10px; border:none; margin:0; padding:0; }

/* CONTACT FORM */
.entry .txt {
	float:left;
	border:1px solid #b7bdc3;
	background:#f5f5f5;
	color:#858e97;
	margin:0;
	outline:none;
	width:350px;
	height:25px;
	font:italic 13px/14px Georgia, "Times New Roman", Helvetica, sans-serif;
	padding:1px 5px 0 15px;
}
.entry .cap-txt {
	float:left;
	border:1px solid #f0975c;
	background:#f5f5f5;
	color:#f0975c;
	margin:0;
	outline:none;
	width:75px;
	height:25px;
	font:bold 13px/14px Verdana, "Times New Roman", Helvetica, sans-serif;
	text-align:center;
	padding:0;
}
.entry .textarea {
	float:left;
	border:1px solid #b7bdc3;
	padding:7px 5px 0 15px;
	background:#f5f5f5;
}
.entry .textarea textarea {
	float:left;
	color:#858e97;
	font:italic 13px/14px Georgia, "Times New Roman", Helvetica, sans-serif;
	margin:0;
	padding:0;
	width:550px;
	max-width:620px;
	height:100px;
	max-height:250px;
	outline:none;
	overflow:auto;
	background:none;
	border:0;
}
.entry .captcha {
	float:left;
	width:320px;
	padding:0;
}
.entry .btn{
	float:left;
	height:30px;
	width:100px;
	font: 14px Verdana, Geneva, sans-serif;
	letter-spacing:2px;
	color:#FFF;
	cursor:pointer;
	border:0;
	background:#4576a6;
	border:1px solid #fff;
	border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.entry .btn:hover{
	background:#72a4d4;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.entry .row {
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
}

/* CONTACT FORM END */

/* SHARE WIDGET */
#post-meta ul { list-style-type: none; }
#post-meta ul li { border-bottom: 1px solid #d3d3d3; padding: 10px 0; }
#post-meta ul li a { padding-left: 25px; }
#post-meta ul li.twitter { background: url(images/share1.png) no-repeat left; }
#post-meta ul li.facebook { background: url(images/share2.png) no-repeat left; }
#post-meta ul li.surl { background: url(images/share3.png) no-repeat left; }
.widget_woo_post_meta h3 { margin: 0px !important; }

#social { padding-bottom: 20px; }

/* 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 8px 8px;  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_woo_blogauthorinfo .avatar { padding: 5px; border: 1px solid #e6e6e6; 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 { padding: 0px 10px 10px 10px; }
.widget_woo_twitter ul { padding:0px !important; }
.widget_woo_twitter ul li { border-bottom: 1px solid #d3d3d3; padding: 15px; list-style:none;}
#footer-widgets .widget_woo_twitter ul li { padding: 15px 0px !important; }
.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: 10px 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: Georgia, serif; }
.widget.widget_woo_twitter h3 { border-bottom:none; padding:0; margin:0; padding-bottom: 15px; }

/* FEEDBACK */
.widget_woo_feedback .feedback  { padding: 5px 15px 0; }
.widget_woo_feedback .feedback .quote  { padding: 0 0 10px; }
.widget_woo_feedback .feedback blockquote  { margin: 0 0 5px; letter-spacing:1px; line-height: 20px !important; color:#656e76; text-shadow: 0 1px 0 #ffffff; }
.widget_woo_feedback .feedback .feedback-url  { display: block; text-align: right; }
.widget_woo_feedback .feedback .pagination  { overflow: auto; padding: 5px 0 10px; }
.widget_woo_feedback .feedback .pagination a  { display: block; width: 18px; height: 0; overflow: hidden; padding-top: 18px; }
.widget_woo_feedback .feedback .pagination .btn-next  { float: right; background: url(images/ico-feedback-home-right.png) no-repeat left bottom; }
.widget_woo_feedback .feedback .pagination .btn-prev  { float: left; background: url(images/ico-feedback-home-left.png) no-repeat left bottom; }
.widget_woo_feedback .feedback .pagination .btn-next:hover  { float: right; background: url(images/ico-feedback-home-right-h.png) no-repeat left bottom; }
.widget_woo_feedback .feedback .pagination .btn-prev:hover  { float: left; background: url(images/ico-feedback-home-left-h.png) no-repeat left bottom; }

/* Feedback Home page */
#home-header .widget_woo_feedback .feedback  { padding: 5px 10px 0; }
#home-header .widget_woo_feedback .feedback .quote  { padding: 0 0 10px; }
#home-header .widget_woo_feedback .feedback blockquote  { margin: 0 0 5px; letter-spacing:normal; max-height:90px; overflow:hidden; line-height: 16px !important; color:#656e76; text-shadow: 0 1px 0 #ffffff; }
#home-header .widget_woo_feedback .feedback .feedback-url  { display: block; text-align: right; }
#home-header .widget_woo_feedback .feedback .pagination  { overflow: auto; padding: 5px 0 10px; }
#home-header .widget_woo_feedback .feedback .pagination a  { display: block; width: 18px; height: 0; overflow: hidden; padding-top: 18px; }
#home-header .widget_woo_feedback .feedback .pagination .btn-next  { float: right; background: url(images/ico-feedback-home-right.png) no-repeat left bottom; }
#home-header .widget_woo_feedback .feedback .pagination .btn-prev  { float: left; background: url(images/ico-feedback-home-left.png) no-repeat left bottom; }
#home-header .widget_woo_feedback .feedback .pagination .btn-next:hover  { float: right; background: url(images/ico-feedback-home-right-h.png) no-repeat left bottom; }
#home-header .widget_woo_feedback .feedback .pagination .btn-prev:hover  { float: left; background: url(images/ico-feedback-home-left-h.png) no-repeat left bottom; }

/* Feedback Footer W-area */
#footer-widgets .widget_woo_feedback .feedback  { padding: 5px 10px 0; }
#footer-widgets .widget_woo_feedback .feedback .quote  { padding: 0 0 10px; }
#footer-widgets .widget_woo_feedback .feedback blockquote  { margin: 0 0 5px; letter-spacing:1px; line-height: 20px !important; color:#f5f5f5; text-shadow: 0 -1px 0 #384551; }
#footer-widgets .widget_woo_feedback .feedback .feedback-url  { display: block; text-align: right; }
#footer-widgets .widget_woo_feedback .feedback .pagination  { overflow: auto; padding: 5px 0 10px; }
#footer-widgets .widget_woo_feedback .feedback .pagination a  { display: block; width: 18px; height: 0; overflow: hidden; padding-top: 18px; }
#footer-widgets .widget_woo_feedback .feedback .pagination .btn-next  { float: right; background: url(images/ico-feedback-home-right.png) no-repeat left bottom; }
#footer-widgets .widget_woo_feedback .feedback .pagination .btn-prev  { float: left; background: url(images/ico-feedback-home-left.png) no-repeat left bottom; }
#footer-widgets .widget_woo_feedback .feedback .pagination .btn-next:hover  { float: right; background: url(images/ico-feedback-home-right-h.png) no-repeat left bottom; }
#footer-widgets .widget_woo_feedback .feedback .pagination .btn-prev:hover  { float: left; background: url(images/ico-feedback-home-left-h.png) no-repeat left bottom; }


/* CONNECT WIDGET */

#sidebar #connect { background: url(images/widget-bg.png) repeat top left !important; padding: 0px !important; border: 0px !important; }
#sidebar #connect h3  { margin: 0 0 0.5em 0; padding: 20px 20px 10px 20px; border-bottom:1px solid #d3d3d3; }
#sidebar #connect p { padding: 10px 20px !important; }
#sidebar #connect .social { padding: 0px 20px 20px 20px !important; }

/* WOOTABS */
#tabs {	background: url(images/widget-bg.png) repeat top left !important; height:auto; display: block;padding:5px;}
#tabs ul.wooTabs { padding:0px; }
#tabs ul.wooTabs li { 
	float: left; display:inline; color: #ffffff; margin:0px; cursor: pointer;
	/* Gradient Background */
	background: #f5f5f5;
  	background: -moz-linear-gradient(100% 100% 90deg, #f5f5f5, #fff);
  	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));
}
#tabs ul.wooTabs li a {	color:#777; display: block;float: left;padding: 10px 8px; text-transform:none; font:bold 11px/18px sans-serif; border: 1px solid #e6e6e6; border-width:1px 1px 1px 0;}
#tabs ul.wooTabs li a.selected { padding-bottom:11px; }
#tabs ul.wooTabs li a.selected, 
#tabs ul.wooTabs li a:hover { background:#fff; text-decoration:none; border-width:1px 1px 0 0; }
#tabs ul.wooTabs li:first-child a { border-width:1px 1px 0px 1px;}

#tabs .inside { background:#fff; border: 1px solid #e6e6e6; 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 #e6e6e6; padding:15px; list-style:none;}
#tabs .inside li a { color:#555; font:bold 12px/18px 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: #e6e6e6; text-decoration: none;}
#tabs .inside li span.meta { display:block; font:italic 11px/20px Georgia, serif; text-transform:normal; color:#999; }
#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, #respond-container {position:relative;margin:0;padding:0; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; background: url(images/widget-bg.png) repeat top left; }
#comments h3  { margin: 10px 20px; }
#comments .comment.thread-even {}
#comments .comment.bypostauthor { background: #fef6d2; border-bottom:1px solid #efe3ae;  }
#comments .comment{width:100%;list-style-type:none;}
#comments .comment .comment-container  { position:relative; padding: 20px; }
#comments .comment-head  { margin: 0 0 15px 0; }
#comments  .avatar  { float:left; margin: 0 15px 10px 0; }
#comments  .avatar img{margin: 0;vertical-align: middle;border:1px solid #ddd; padding:3px; background:#fff; }
#comments .comment-head .name  { margin: 0; font-weight: bold; font-size: 12px; background: url(images/ico-meta.png) no-repeat left; padding-left: 20px; color: #C1321D; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 12px; }
#comments .comment-entry { border-left: 3px solid #d3d3d3; padding-left: 10px; margin-left: 65px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { margin-left:10px; background: url(images/ico-reply.png) no-repeat left; padding-left: 20px; }
#wrapper #comments .reply a { color: #C1321D; font-weight: bold;}

#comments h5.nocomments { padding: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #444444; font-weight: normal; }

#comments ul.children{margin:0px 0 0 25px;padding:0; }
#comments ul.children li {border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; }
#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; }

#comment-form-tabs {	
	height:auto; display: block; margin-top: 20px;
}

#comment-form-tabs .tabs { padding: 0px; }
#comment-form-tabs .tabs li { 
	display: inline-block; zoom: 1; color: #ffffff; margin:0px; cursor: pointer; background: url(images/widget-bg.png) repeat top left;
}
#comment-form-tabs .tabs li a { color:#444 !important; display: block; padding: 12px 0px 18px; text-transform:none; font:bold 14px 'Lucida Grande' sans-serif; text-shadow: 0px 1px 1px #fff; }
#comment-form-tabs .tabs li a span { padding-right: 20px; padding-top: 2px; padding-bottom: 2px; }
#comment-form-tabs .tabs li.ui-state-active a, 
#comment-form-tabs .tabs li.ui-state-hover a:hover { text-decoration:none; }

#comment-form-tabs .tabs li.ui-state-active a { background: url(images/tabber-bg-active.png) no-repeat center bottom; }

#comment-form-tabs .tabs li.tab-discuss a span { background: url(images/ico-com2.png) no-repeat left; padding-left: 30px; margin-left: 20px; display: block; border-right: 1px solid #d3d3d3; }
#comment-form-tabs .tabs li.tab-respond a span { background: url(images/ico-com3.png) no-repeat left; padding-left: 30px; margin-left: 20px; display: block; }

#comment-form-tabs .ui-tabs-hide { display: none; }

/* 5.2 Comments Form */
#respond  { margin: 2em 0 0; }
#respond h3  { color:#333; font-weight:normal; margin: 20px 0px; }
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }
#respond label { font-size:11px; color:#777; }
#respond #reply-title small { display: block; margin: 10px 0px; font-size: 12px; }
#respond-container #respond { margin: 20px; }

#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 { font:14px/1em Arial, Helvetica, sans-serif; border-color: #ccc #efefef #efefef #ccc; border-width:1px; border-style:solid;}
#commentform input.txt  { color:#666; background: #fcfcfc; width: 170px; margin: 0 5px 10px 0; padding: 5px 7px; }
#commentform textarea  { color:#666; background: #fcfcfc; width: 95% !important; padding: 5px 7px; }

#commentform .comment-form-comment label { display: none; }

#respond #commentform #submit  { 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. PAGE TEMPLATES */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Timeline Page Template */
#archives { padding: 10px 0 0; }
#archives a { font-style: italic; }
h3.archive_year { font: bold 20px/1em sans-serif; color:#555; margin-top:0; }
#archives .archives_list { border-left:1px solid #e6e6e6; 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: 160px; display: inline-block; vertical-align: top;}
#archives .archives_list .comments { width: 130px; 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.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;font-weight:700;margin:0 0 10px;}
#contact-page ol.forms input.txt{width:50%;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:97%;}
#contact-page ol.forms li .error{font-size:12px;display:block;color:red;}
#contact-page ol.forms li.textarea .error{display:block; }
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 5px 0 0; cursor:pointer; }
#contact-page ol.forms li.inline input{width:auto;}
#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 Portfolio */

#portfolio { clear: both; margin-right: -30px; }
#portfolio .post { padding: 1em; padding-left: 0; }
.portfolio-items { background: #FFFFFF; }
#portfolio a.thumb { background: #FFFFFF; display: block; margin: 0px; margin-right: 20px; margin-bottom: 20px; }
#portfolio a.thumb:hover { text-decoration: none; background: #FFFFFF url('images/portfolio-hover.png') no-repeat 50% 50%; }

#portfolio .portfolio-items .portfolio-item  { margin: 0 30px 15px 0;  padding: 0; }
#portfolio .portfolio-items .portfolio-item h3  { margin: 10px 0 0 0; font-weight: bold; }
.archive .portfolio-items { padding: 30px; }

#portfolio .group.portfolio-img a.thumb { margin-bottom: 0px; margin-right: 0px; height: auto; }
#portfolio .group.portfolio-img a.thumb:hover { background-position: 50% 45%; }
#portfolio .group.portfolio-img  { float: left; display: block; }
#portfolio .group.portfolio-img img { border: 0; }
#portfolio .group.portfolio-img h3 { font-size: 14px; width: 230px; line-height: 15px; }

#portfolio #port-tags { margin: 0 0 10px;padding: 0 0 20px;}
#portfolio #port-tags .port-cat { text-transform:uppercase; font-size: 11px; }
#portfolio #port-tags .port-cat a { padding: 4px 7px 2px; margin: 0 0 0 5px; background: #fff; border: 1px solid #ccc; font-weight: bold; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #aaa; }
#portfolio #port-tags .port-cat a:hover, 
#portfolio #port-tags .port-cat a.current { text-decoration:none; background:#eee; color: #C1321D; text-shadow: 1px 1px 0 rgba(255,255,255,1); }

body.single-portfolio #post-gallery, body.single-portfolio .post-embed, body.single-portfolio .video { float: left; margin-bottom: 20px; width: 575px; }
body.single-portfolio .slides_container .slide { width: 575px; }
body.single-portfolio.layout-left-content .hentry.video-excerpt, 
body.single-portfolio.layout-right-content .hentry.video-excerpt { float: none; width: auto; }
body.single-portfolio.layout-left-content .hentry.image, 
body.single-portfolio.layout-right-content .hentry.image { float: none; width: auto; clear: both; }
body.single-portfolio .video { margin-bottom: 20px; }
body.single-portfolio.layout-left-content .hentry.gallery, 
body.single-portfolio.layout-right-content .hentry.gallery { float: none; width: auto; clear: both; }

#post-gallery .slides_control .slide { display: none; } /* Prevents the gallery from displaying incorrectly on first load. */
#post-gallery .photo-caption { background: #FFFFFF; padding: 5px; display: block; position: relative; width: 100%; top: -50px; z-index: 99; }
#post-gallery .photo-caption {
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}
#post-gallery .pagination  { margin: 15px 0; }
#post-gallery .pagination li { display: inline; padding-right: 10px; margin: 0 4px 0 0; }
#post-gallery .pagination li:nth-child(3n)  { margin-right: 0; }
#post-gallery .pagination .jcarousel-prev, #post-gallery .pagination .jcarousel-next { cursor: pointer; width: 7px; height: 10px; position: absolute; top: 45%; }
#post-gallery .pagination .jcarousel-prev { background: transparent url(images/ico-gallery-prev.png) no-repeat left top; left: -15px; }
#post-gallery .pagination .jcarousel-next { background: transparent url(images/ico-gallery-next.png) no-repeat right top; right: -15px; }
#post-gallery .pagination .jcarousel-prev-disabled,
#post-gallery .pagination .jcarousel-next-disabled {
	filter: alpha(opacity=20); /* internet explorer */
	-khtml-opacity: 0.2;      /* khtml, old safari */
	-moz-opacity: 0.2;       /* mozilla, netscape */
	opacity: 0.2;           /* fx, safari, opera */
}

body.single-portfolio .hentry { float: right; width: 40%; }
body.single-portfolio.two-col-left .hentry, 
body.single-portfolio.two-col-right .hentry, 
body.single-portfolio.two-col-middle .hentry, 
body.single-portfolio.three-col-left .hentry, 
body.single-portfolio.three-col-right .hentry, 
body.single-portfolio.three-col-middle .hentry { clear: both; float: none; width: auto; }


/* 6.4 Feedback */
.quote  { margin: 0 0 30px; padding: 0 0 20px; border-bottom: 1px solid #e2e2e2; }
#home-header .quote  { margin: 0 0 30px; padding: 0 0 20px; border-bottom: 1px solid #ffffff; }
.quote cite  { font-family:Verdana, Geneva, sans-serif; color:#384551; display: block; text-align: right; font-weight: normal; font-style: normal; text-transform: uppercase; font-size: 12px; line-height: 14px; text-shadow: 0 1px 0 #ffffff; }
.quote cite a  { display: block; font-style: italic; color:#7dae49; font-weight: normal; text-transform: none; }
.quote img {
	border:1px solid #e0e0e0;
}
#footer-widgets .quote  { margin: 0; padding: 0 0 10px; border-bottom: none; }
#footer-widgets .quote cite  { font-family:Verdana, sans-serif; color:#b7bdc3; display: block; text-align: right; font-weight: normal; font-style: normal; text-transform: uppercase; font-size: 12px; line-height: 14px; text-shadow: 0 -1px 0 #272a2e; }
#footer-widgets .quote cite a  { display: block; font-style: italic; color:#7dae49; font-weight: normal; text-transform: none; }
#footer-widgets .quote img {
	border:1px solid #e0e0e0;
}

/*-------------------------------------------------------------------------------------------*/
/* 7. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 7.1 Buttons */
a.button, 
#commentform #submit,
.submit {
	display: inline-block;
	margin: 5px;
	padding: 3px 13px;
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	color: white !important;
	text-align: center;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
	text-decoration: none;
	
	/*Border radius*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	/*Background*/
	background: #237fd7; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #52a8e8),
					color-stop(1, #2e76cf)
				);
	background: -moz-linear-gradient(
					center top,
					#52a8e8 20%,
					#2e76cf 100%
				);
	
	/*Box shadow*/
	-webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
						inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
						0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	-moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
					inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
					0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
	box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, 
				inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 
				0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

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

a.button:hover, 
a.button.hover, 
a.button.active,
#commentform #submit:hover,
.submit:hover {
	text-decoration: none !important;
	/*Background*/
	background: #0073d2; /*Fallback*/
	background: -webkit-gradient(
					linear,
					left top,
					left bottom,
					color-stop(.2, #3e9ee5),
					color-stop(1, #1666ca)
				);
	background: -moz-linear-gradient(
					center top,
					#3e9ee5 20%,
					#1666ca 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*/;
}

/* 7.2 CSS3 Drop Shadows */
.drop-shadow { position:relative; }

.drop-shadow:after {
	content:""; position:absolute; z-index:-1; bottom:15px; left:10px; width:50%; height:20%; max-width:250px;
   -webkit-box-shadow:0 10px 10px rgba(0, 0, 0, 0.4);
   -moz-box-shadow:0 10px 10px rgba(0, 0, 0, 0.4);
   box-shadow:0 10px 10px rgba(0, 0, 0, 0.4);
   -webkit-transform:rotate(-3deg);
   -moz-transform:rotate(-3deg);
   -o-transform:rotate(-3deg);
   transform:rotate(-3deg);
}

.drop-shadow:after{
	right:15px; left:auto;
   -webkit-transform:rotate(3deg);
   -moz-transform:rotate(3deg);
   -o-transform:rotate(3deg);
   transform:rotate(3deg);
 }
 
 /* Lifted corner - bottom right */

.lifted { -moz-border-radius:4px;  border-radius:4px; }

.lifted:before, .lifted:after {
	bottom:15px; left:10px; width:50%; height:20%; max-width:300px;
    -webkit-box-shadow:0 10px 10px rgba(0, 0, 0, 0.5);   
       -moz-box-shadow:0 10px 10px rgba(0, 0, 0, 0.5);
            box-shadow:0 10px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform:rotate(-4deg);    
       -moz-transform:rotate(-4deg);   
        -ms-transform:rotate(-4deg);   
         -o-transform:rotate(-4deg);
            transform:rotate(-4deg);
}

.lifted:after {
	right:2px; left:auto;
    -webkit-transform:rotate(6deg);   
       -moz-transform:rotate(6deg);  
        -ms-transform:rotate(6deg);  
         -o-transform:rotate(6deg);
            transform:rotate(6deg);
}

 /* Lifted corner - top left */

.lifted-tl { -moz-border-radius:4px;  border-radius:4px; }

.lifted-tl:before, .lifted-tl:after {
	top:15px; right:10px; width:50%; height:20%; max-width:300px;
    -webkit-box-shadow:0 10px 10px rgba(0, 0, 0, 0.5);   
       -moz-box-shadow:0 10px 10px rgba(0, 0, 0, 0.5);
            box-shadow:0 10px 10px rgba(0, 0, 0, 0.5);
    -webkit-transform:rotate(-4deg);    
       -moz-transform:rotate(-4deg);   
        -ms-transform:rotate(-4deg);   
         -o-transform:rotate(-4deg);
            transform:rotate(-4deg);
}

.lifted-tl:after {
	left:2px; left:auto;
    -webkit-transform:rotate(6deg);   
       -moz-transform:rotate(6deg);  
        -ms-transform:rotate(6deg);  
         -o-transform:rotate(6deg);
            transform:rotate(6deg);
}

/* 7.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; }


/* 7.4 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; font-weight:normal; } .reply a {  color:#555; }
.ie7 .nav li a {_height: 0;zoom: 1;} /* IE7 Fix */
.ie7 .button, .ie7 .button:visited {  padding:7px 6px; margin:0; }
.ie7 #featured-slider .pagination li  { display: inline; }
.ie7 .slide .slide-content.entry { position: relative; top: 130px; bottom: auto; margin-bottom: -100px; background: url(images/bg-ie-trans.png) repeat left top; }
.ie8 .button, .ie8 .button:visited {  padding:10px 15px; margin:0; }