/******************************************************************************************************************* 

	Theme Name: Organic Photographer
	Theme URL: http://www.organicthemes.com/
	Description: The Photographer Theme is designed and developed by David Morgan of Organic Themes.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 1.2
	Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, translation-ready, 
	custom-menu (optional), theme-options, featured-image-header, featured-images, full-width-template, 
	pagination, blog-template
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	 0.	Hyperlinks
	 1.	Common		
	 2.	Headings
	 3.	Header
	 4.	Navigation
	 5.	Slideshow Gallery
	 6.	Grid
	 7.	Homepage
	 8.	Social Media
	 9.	Content
	10.	Shop Page
	11.	Pagination
	12.	Wordpress Gallery
	13.	Portfolio
	14.	Images
	15.	Sidebar Right
	16.	Sidebar Widgets
	17.	Custom Menu Widget
	18.	Calendar Widget
	19.	Search Form
	20.	Footer
	21. 	Comments
	22. 	Gravity Forms Styling
	  
*******************************************************************************************************************/

body {
	background: #F5F5F5 url(images/wood_bg.png) repeat;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#wrap { 
	padding: 0px 20px;
	}
	
/************************************************
*	0.	Hyperlinks									*
************************************************/

a img {
	border: none;
	}
a {
	color: #000000;
	text-decoration: underline;
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
a:focus, a:hover, a:active {
	color: #66CCCC;
	text-decoration: underline;
	outline: none;
	}
#submit, #searchsubmit {
	transition: background .25s, color .25s;
	-moz-transition: background .25s, color .25s;
	-webkit-transition: background .25s, color .25s;
	-o-transition: background .25s, color .25s;
	}
	
/************************************************
*	1.	Common										*
************************************************/

code {
	color: #666666;
	background: #F5F5F5;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px dashed #DDDDDD;
	}
blockquote {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: 30px;
	margin: 10px 25px 10px 25px;
	padding: 0px 20px 0px 20px;
	border-left: 2px dotted #DDDDDD;
	}
blockquote p {
	margin: 0px;
	padding: 0px;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
.clear {
	clear: both;
	}
.hidden {
	display: none;
	}
img, iframe, object, embed {
	max-width: 100%;
	}
img, object, embed {
	height: auto;
	margin: 0px auto 0px;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
.text-left { 
	text-align: left; 
	}
.text-right { 
	text-align: right; 
	}
.text-center { 
	text-align: center; 
	}

/************************************************
*	2.	Headings									*
************************************************/

h1 {
	color: #333333;
	font-size: 32px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 36px;
	}
h2 {
	color: #333333;
	font-size: 24px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 30px;
	}
h3 {
	color: #333333;
	font-size: 18px;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 24px;
	}
h4 {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 22px;
	margin: 4px 0px 2px 0px;
	padding: 4px 0px 2px 0px;
	}
h5 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	padding: 4px 0px 4px 0px;
	margin: 4px 0px 4px 0px;
	}
h6 {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	padding: 4px 0px 4px 0px;
	margin: 4px 0px 4px 0px;
	border-bottom: 1px dotted #999999;
	}
h1 a, h2 a, h3 a, 
h4 a, h5 a, h6 a {
	color: #000000;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover, 
h4 a:hover, h5 a:hover, h6 a:hover {
	color: #66CCCC;
	text-decoration: none;
	border: none;
	}
	
/************************************************
*	3.	Header  									*
************************************************/

#header {
	display: block;
	width: 980px;
	height: 140px;
	margin: 20px auto 20px;
	}
#logo {
	float: left;
	background: none;
	max-width: 474px;
	height: 140px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
#logo #title {
	padding: 0px;
	margin: 0px;
	}
#logo #title a {
	float: left;
	background: url(images/logo.png) no-repeat;
	display: block; 
	width: 474px; 
	height: 140px;
	margin: 0px auto 10px; 
	padding: 0px;
	text-indent: -9999px;
	overflow: hidden;
	}
	
/************************************************
*	4.	Navigation      							*
************************************************/

#navigation {
	float: right;
	display: block;
	background: none;
	max-width: 660px;
	height: 60px;
	font-size: 16px;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	margin: 40px auto 0px;
	padding: 0px;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	float: right;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 180px; /* left offset of submenus need to match (see below) */
	margin: 0px 0px 0px 0px;
	}
.menu ul ul ul, ul.menu ul ul {
	margin: 0px;
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	display: inline-block;
	position: relative;
	}
.menu a {
	display: inline-block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 60px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
	
/*** SKIN ***/
#navigation .menu .current_page_item a,
#navigation .menu .current_page_ancestor a,
#navigation .menu .current-menu-item a,
#navigation .menu .current-cat a {
	color: #333333;
	}
#navigation .menu li .current_page_item a, #navigation .menu li .current_page_item a:hover,
#navigation .menu li .current-menu-item a, #navigation .menu li .current-menu-item a:hover,
#navigation .menu li .current-cat a, #navigation .menu li .current-cat a:hover {
	color: #333333;
	}
#navigation .menu .current_page_item ul li a,
#navigation .menu .current-menu-item ul li a,
#navigation .menu .current-menu-ancestor ul li a,
#navigation .menu .current_page_ancestor ul li a,
#navigation .menu .current-cat ul li a {
	background-color: #F5F5F5;
	}
#navigation .menu .current_page_item ul li a:hover,
#navigation .menu .current-menu-item ul li a:hover,
#navigation .menu .current-menu-ancestor ul li a:hover,
#navigation .menu .current_page_ancestor ul li a:hover,
#navigation .menu .current-menu-ancestor ul .current_page_item a,
#navigation .menu .current_page_ancestor ul .current-menu-item a,
#navigation .menu .current-cat ul li a:hover {
	background: #333333;
	color: #FFFFFF;
	}
.menu {
	margin-bottom: 0;
	}
.menu .home a {
	border-left: none;
	}
.menu a {
	color: #999999;
	margin: 0px;
	padding: 0px 8px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	}
.menu a, .menu a:link, .menu a:visited {
	color: #999999;
	text-shadow: none;
	}
.menu li li a {
	display: block;
	background: #F9F9F9;
	color: #999999;
	height: auto;
	line-height: 24px;
	margin: 0px 4px 4px 0px;
	padding: 4px 12px 4px 12px;
	text-align: left;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.menu li {
	margin: 0px 0px 0px 0px;
	}
.menu li li {
	margin: 0px 0px 0px 0px;
	}
.menu li:hover, .menu li.sfHover {
	outline: 0;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	color: #333333;
	outline: 0;
	}
.menu li li:hover, .menu li li.sfHover {
	outline: 0;
	} 
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background: #333333;
	color: #FFFFFF;
	outline: 0;
	}
	
/*** ARROWS ***/
.menu a.sf-with-ul {
	padding-right: 24px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 24px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -9999px;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; 
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 24px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
/* point right for anchors in subs */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator { 
	top: 8px;
	background-position:  0 0; 
	}
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
/*** shadows for all but IE6 ***/
.sf-shadow ul ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}
  
/************************************************
*	5.	Slideshow Gallery      						*
************************************************/

#slideshow {
	padding: 40px;
	border-bottom: 1px solid #DDDDDD;
	}
#slideshow ul, #slideshow li, #slideshow ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#slideshow iframe, 
#slideshow embed, 
#slideshow object {
	display: block;
	max-width: 100%;
	max-height: 510px;
	text-align: center;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	z-index: 8;
	}
#slideshow .featureimg {
	text-align: center;
	margin: 0px auto 0px;
	overflow: hidden;
	}
.flexslider {
	width: 100%; 
	margin: 0; 
	padding: 0;
	}
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
	}
.flexslider .slides img {
	display: block;
	max-width: 100%; 
	margin: 0px auto 0px;
	}
.flex-pauseplay span {
	text-transform: capitalize;
	}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
	}
html[xmlns] .slides {
	display: block;
	}
* html .slides {
	height: 1%;
	}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
	}

.flexslider {
	background: #FFFFFF; 
	position: relative; 
	zoom: 1;
	}
.flexslider .slides {
	zoom: 1;
	}
.flexslider .slides > li {
	position: relative;
	}
.flex-container {
	zoom: 1; 
	position: relative;
	}

/* Caption style */
.flex-caption {
	background: none; 
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	zoom: 1;
	}
.flex-caption {
	width: 96%; 
	padding: 2%; 
	margin: 0; 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	background: rgba(0,0,0,.3); 
	color: #fff; 
	text-shadow: 0 -1px 0 rgba(0,0,0,.3); 
	font-size: 14px; 
	line-height: 18px;
	}

/* Direction Nav */
.flex-direction-nav { 
	height: 0; 
	}
.flex-direction-nav li a {
	width: 40px; 
	height: 40px; 
	margin: -15px 0 0; 
	display: block;  
	position: absolute; 
	top: 50%; 
	cursor: pointer; 
	text-indent: -999em;
	}
.flex-direction-nav li .next {
	background: url(images/next_btn.png) no-repeat;
	background-position: -40px 0px;
	right: -40px;
	}
.flex-direction-nav li .prev {
	background: url(images/prev_btn.png) no-repeat;
	left: -40px;
	}
.flex-direction-nav li .prev:hover {
	background-position: -40px 0px;
	}
.flex-direction-nav li .next:hover {
	background-position: 0px 0px;
	}
.flex-direction-nav li .disabled {
	opacity: .3; 
	filter: alpha(opacity=30); 
	cursor: default;
	}

/* Control Nav */
.flex-control-nav {
	width: 100%; 
	position: absolute; 
	bottom: -28px; 
	text-align: center;
	}
.flex-control-nav li {
	display: inline-block;
	margin: 0px; 
	padding: 4px !important;
	zoom: 1; 
	*display: inline;
	}
.flex-control-nav li:first-child {
	margin: 0;
	}
.flex-control-nav li a {
	width: 8px; 
	height: 8px; 
	display: block; 
	background: #CCCCCC; 
	cursor: pointer; 
	text-indent: -999em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	}
.flex-control-nav li a:hover {
	background: #666666;
	}
.flex-control-nav li a.active {
	background: #333333; 
	cursor: default;
	}
		
/************************************************
*	6.	Grid	 					     		    * 
************************************************/

.container { 
	background: #FFFFFF;
	max-width: 980px;
	margin: 0px auto 0px;
	overflow: hidden;
	box-shadow: 0px 0px 3px #CCCCCC;
	-moz-box-shadow: 0px 0px 3px #CCCCCC;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	}
.row { 
	width: 100%; 
	max-width: 980px; 
	min-width: 727px; 
	margin: 0 auto; 
	}
	/* To fix the grid into a certain size, set max-width to width */
.row .row { 
	min-width: 0; 
	}
.column, .columns { 
	margin-left: 4.4%; 
	float: left; 
	min-height: 1px; 
	position: relative; 
	}
.column:first-child, .columns:first-child { 
	margin-left: 0; 
	}
[class*="column"] + [class*="column"]:last-child { 
	float: right; 
	}

.row .one 		{ width: 4.3%; }
.row .two 		{ width: 13%; }
.row .three 	{ width: 21.679%; }
.row .four 		{ width: 30.37%; }
.row .five 		{ width: 39.1%; }
.row .six 		{ width: 47.8%; }
.row .seven 	{ width: 56.5%; }
.row .eight 	{ width: 65.2%; }
.row .nine 		{ width: 73.9%; }
.row .ten 		{ width: 82.6%; }
.row .eleven 	{ width: 91.3%; }
.row .twelve 	{ width: 100%; }

.row .offset-by-one 	{ margin-left: 13.1%; }
.row .offset-by-two 	{ margin-left: 21.8%; }
.row .offset-by-three 	{ margin-left: 30.5%; }
.row .offset-by-four 	{ margin-left: 39.2%; }
.row .offset-by-five 	{ margin-left: 47.9%; }
.row .offset-by-six 	{ margin-left: 56.6%; }
.row .offset-by-seven 	{ margin-left: 65.3%; }
.row .offset-by-eight 	{ margin-left: 74.0%; }
.row .offset-by-nine 	{ margin-left: 82.7%; }
.row .offset-by-ten 	{ margin-left: 91.4%; }

.row .centered { float: none; margin: 0 auto; }

.row .offset-by-one:first-child 	{ margin-left: 8.7%; }
.row .offset-by-two:first-child 	{ margin-left: 17.4%; }
.row .offset-by-three:first-child 	{ margin-left: 26.1%; }
.row .offset-by-four:first-child 	{ margin-left: 34.8%; }
.row .offset-by-five:first-child 	{ margin-left: 43.5%; }
.row .offset-by-six:first-child 	{ margin-left: 52.2%; }
.row .offset-by-seven:first-child 	{ margin-left: 60.9%; }
.row .offset-by-eight:first-child 	{ margin-left: 69.6%; }
.row .offset-by-nine:first-child 	{ margin-left: 78.3%; }
.row .offset-by-ten:first-child 	{ margin-left: 87%; }
.row .offset-by-eleven:first-child 	{ margin-left: 95.7%; }
	
/* Source Ordering */
.push-two 		{ left: 17.4% }
.push-three 	{ left: 26.1%; }
.push-four 		{ left: 34.8%; }
.push-five 		{ left: 43.5%; }
.push-six 		{ left: 52.2%; }
.push-seven 	{ left: 60.9%; }
.push-eight 	{ left: 69.6%; }
.push-nine 		{ left: 78.3%; }
.push-ten 		{ left: 87%; }

.pull-two 		{ right: 17.4% }
.pull-three 	{ right: 26.1%; }
.pull-four 		{ right: 34.8%; }
.pull-five 		{ right: 43.5%; }
.pull-six 		{ right: 52.2%; }
.pull-seven 	{ right: 60.9%; }
.pull-eight 	{ right: 69.6%; }
.pull-nine 		{ right: 78.3%; }
.pull-ten 		{ right: 87%; }
	
img { -ms-interpolation-mode: bicubic; }
#map_canvas img, .map_canvas img {max-width: none !important;}
 
/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }

.block-grid { display: block; overflow: hidden; }
.block-grid>li { display: block; height: auto; float: left; }

.block-grid.two-up { margin-left: -4% }
.block-grid.two-up>li { margin-left: 4%; width: 46%; }
.block-grid.two-up>li:nth-child(2n+1) {clear: left;} 

.block-grid.three-up { margin-left: -2% }
.block-grid.three-up>li { margin-left: 2%; width: 31.3%; }
.block-grid.three-up>li:nth-child(3n+1) {clear: left;} 

.block-grid.four-up { margin-left: -2% }
.block-grid.four-up>li { margin-left: 2%; width: 23%; }
.block-grid.four-up>li:nth-child(4n+1) {clear: left;} 

.block-grid.five-up { margin-left: -1.5% }
.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; }
.block-grid.five-up>li:nth-child(5n+1) {clear: left;} 


/************************************************
*	7.	Homepage	 	        			     	* 
************************************************/

#homepage {
	display: block;
	margin: 0px;
	padding: 40px 20px 40px 40px;
	overflow: hidden;
	}
#homepage .featureimg {
	float: left;
	display: inline-block;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}
#homepage a.featureimg:hover {
	background: none !important;
	}
#homepage .textholder {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#homeshop {
	padding: 40px 40px 40px 0px;
	}
#homeshop h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
#homeshop .home_btn {
	display: block;
	background: #F9F9F9;
	text-align: center;
	padding: 10px;
	}
#homeshop .home_btn:hover {
	color: #FFFFFF;
	background: #333333;
	}
#homeshop .featureimg {
	display: inline-block;
	background: #F9F9F9;
	margin: 11px 11px 0px 0px;
	padding: 4px;
	overflow: hidden;
	}
#homeshop .featureimg.third {
	display: inline-block;
	margin: 11px 0px 0px 0px;
	}
#homeshop .featureimg:hover {
	background: #333333;
	}
	
/************************************************
*	8.	Social Media   								*
************************************************/

#footerfeed {
	display: block;
	background: #FFFFFF;
	max-width: 960px;
	height: 30px;
	margin: 20px auto 0px;
	padding: 5px 10px;
	box-shadow: 0px 0px 3px #CCCCCC;
	-moz-box-shadow: 0px 0px 3px #CCCCCC;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	}
#twittericon {
	float: left;
	display: block;
	width: 20px;
	height: 30px;
	background: url(images/twitter_icon.png) no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	}
#twitterfeed {
	float: left;
	display: block;
	max-width: 730px;
	margin: 0px;
	padding: 5px;
	overflow: hidden;
	}
#twitterfeed p {
	font-size: 11px;
	margin: 0px;
	}
#footerfeed .social {
	float: right;
	display: inline-block;
	width: auto;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: none;
	}
.social {
	float: left;
	display: block;
	height: 22px;
	width: 100%;
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #999999;
	}
.tweet_btn, .like_btn, .plus_btn {
	float: right;
	display: inline-block;
	width: 92px;
	height: 22px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	}
.plus_btn {
	width: 74px !important;
	}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
	}
	
/************************************************
*	9.	Content		 	        			     	* 
************************************************/

.container.blog,
.container.shop {
	background: none;
	overflow: visible;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}
.postarea.blog {
	background: #FFFFFF;
	margin: 0px 0px 40px 0px;
	box-shadow: 0px 0px 3px #CCCCCC;
	-moz-box-shadow: 0px 0px 3px #CCCCCC;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	}
.datebox {
	float: left;
	display: block;
	background: #000000;
	color: #FFFFFF;
	width: 40px;
	height: 40px;
	margin: 4px 10px 4px 0px;
	padding: 0px 0px 0px 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	}
.datebox .month {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	line-height: 18px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	}
.datebox .day {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	}
.postarea {
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 40px 40px;
	overflow: hidden;
	}
.postarea.full,
.postarea.blog {
	padding: 40px;
	}
.postarea.shop {
	padding: 0px;
	}
.postarea.full .featureimg img,
.postarea.full .featurevid {
	display: block;
	text-align: center;
	margin: 20px auto 10px;
	overflow: hidden;
	}
.postarea.portfolio .featureimg,
.postarea.portfolio .featurevid {
	text-align: center;
	margin: 0px auto 0px;
	overflow: hidden;
	}
.postarea .featureimg.page img {
	float: left;
	margin: 0px 30px 30px 0px;
	}
.postarea p {
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	}	
.postarea hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 10px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 5px 0px;
	}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea ul ul li {
    list-style: inside;
    list-style-type: square;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postmeta {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	}
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
.article {
	display: block;
	margin: 10px 0px 0px 0px;
	}
.avatar {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 10px 20px 10px 0px;
	padding: 4px;
	}
.author_column {
	float: right;
	width: 400px;
	padding: 0px 9px 0px 19px;
	border-left: 2px dotted #DDDDDD;
	}
.archive_column {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}
.more-link {
	display: inline-block;
	background: #333333;
	color: #CCCCCC !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	padding: 4px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.more-link:hover {
	color: #FFFFFF !important;
	background: #66CCCC;
	text-decoration: none;
	}
.error_404 {
	background: #FFFFFF;
	margin: 0px;
	padding: 40px;
	overflow: hidden;
	box-shadow: 0px 0px 3px #CCCCCC;
	-moz-box-shadow: 0px 0px 3px #CCCCCC;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	}

/************************************************
*	10.	Shop Page	  		      			     	* 
************************************************/

/*.demo_store {
	display: none;
	}*/
div.product .woocommerce_tabs {
	padding-top: 20px;
	overflow: hidden;
	}
.container.shop .four.columns.first {
	margin-left: 0px;
	clear: both;
	}
.postarea.shop {
	background: #FFFFFF;
	margin: 0px 0px 40px 0px;
	padding: 20px;
	box-shadow: 0px 0px 3px #CCCCCC;
	-moz-box-shadow: 0px 0px 3px #CCCCCC;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	}
.postarea.shop .information {
	margin-top: 10px;
	overflow: hidden;
	}
.add_btn {
	display: inline-block;
	background: #333333;
	color: #CCCCCC !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	padding: 4px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.add_btn:hover {
	color: #FFFFFF !important;
	background: #66CCCC;
	text-decoration: none;
	}
	
/************************************************
*	11.	Pagination 	  		      			     	* 
************************************************/

.pagination {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	margin: -15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 9;
	}
.number-paginate {
	}
.number-paginate a {
	display: inline-block;
	background: #DDDDDD;  
	color: #666666; 
	height: 24px;
	width: 24px;
	line-height: 24px;
	margin-right: 6px; 
	padding: 0px; 
	font-weight: bold;
	text-align: center; 
	text-decoration: none;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	}
.number-paginate a:hover, 
.number-paginate a:active {
	background: #000000; 
	color: #FFFFFF;
	height: 24px;
	width: 24px;
	line-height: 24px;
	padding: 0px; 
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	}
.number-paginate .number-title {
	color: #666666; 
	margin-right: 4px;
	}
.number-paginate .number-gap {
	color: #999999; 
	margin-right: 6px;
	}
.number-paginate .number-current {
	display: inline-block;
	background: #000000; 
	color: #FFFFFF; 
	height: 24px;
	width: 24px;
	line-height: 24px;
	margin-right: 6px; 
	padding: 0px;
	font-weight: bold;
	text-align: center;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	}
.number-paginate .number-page {
	}
.number-paginate .number-prev {
	}
.number-paginate .number-next {
	}
#postnav {
	display: none;
	}
#prevLink {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#nextLink {
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
	}
#prevLink a, #nextLink a {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
#prevLink a:hover, #nextLink a:hover {
	text-decoration: none;
	}
	
/************************************************
*	12.	WordPress Gallery						    *
************************************************/

.gallery {
	margin: auto;
	padding: 0px;
	}
.gallery-item {
	margin: 5px 0px;
	}
.gallery img {
	background: #F9F9F9;
	padding: 4px;
	border: none !important;
	}
.gallery img:hover {
	background: #333333;
	padding: 4px;
	}

/************************************************
*	13.	Portfolio  					     		    * 
************************************************/
	
.container.portfolio {
	background: none;
	overflow: visible;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	}
.container.portfolio .twelve.columns {
	margin-left: 0px;
	}
.container.portfolio .six.columns.first,
.container.portfolio .four.columns.first {
	margin-left: 0px;
	clear: both;
	}
.container.portfolio .four.columns .postarea.portfolio {
	padding: 20px;
	}
.container.portfolio .information {
	margin-top: 20px;
	overflow: hidden;
	}
.postarea.portfolio {
	background: #FFFFFF;
	margin: 0px 0px 40px 0px;
	padding: 40px;
	box-shadow: 0px 0px 3px #CCCCCC;
	-moz-box-shadow: 0px 0px 3px #CCCCCC;
	-webkit-box-shadow: 0px 0px 3px #CCCCCC;
	}
.postarea.portfolio img,
.postarea.portfolio iframe,
.postarea.portfolio object,
.postarea.portfolio embed {
	overflow: hidden;
	}
.six.columns .postarea.portfolio iframe,
.six.columns .postarea.portfolio object,
.six.columns .postarea.portfolio embed {
	max-height: 220px;
	}
.four.columns .postarea.portfolio iframe,
.four.columns .postarea.portfolio object,
.four.columns .postarea.portfolio embed {
	max-height: 148px;
	}
	
/************************************************
*	14.	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 10px 0px 10px 20px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 10px 20px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 20px;
	}
.alignleft {
	float: left;
	margin: 10px 20px 10px 0px;
	}
.wp-caption {
	background: #F9F9F9;
	max-width: 100%;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin-bottom: 15px;
	border: 1px solid #DDDDDD;
	}
.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	width: 98%;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	}
	
/************************************************
*	15.	Sidebar Right 	        			     	* 
************************************************/

.sidebar {
	margin: 0px 0px 0px 0px;
	padding: 40px 40px 40px 0px;
	}
.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.sidebar h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #999999;
	}
	
/************************************************
*	16.	Sidebar Widgets								*
************************************************/

.widget {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	}
.widget ul {
	margin: 0px 0px 0px 0px;
	}
.widget ul li {
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
.widget ul li a {
	display: block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}
.widget ul li a:hover {
	display: block;
	text-decoration: none;
	}
.widget ul ul {
	margin: 0px 0px 0px 10px;
	}
.textwidget p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
/************************************************
*	17.	Custom Menu Widget							*
************************************************/

.sidebar ul.menu {
	float: none;
	}
.sidebar ul.menu .current_page_item a, 
.sidebar ul.menu .current-menu-item a {
	color: #66CCCC;
	background: none;
	border: none;
	}
.sidebar ul.menu li a {
	display: block;
	background: none;
	height: auto;
	line-height: 20px;
	text-align: left;
	text-shadow: none;
	letter-spacing: 0px;
	border: none;
	}
.sidebar ul.menu li a:hover {
	background: none;
	border: none;
	}
.sidebar ul.menu li {
	float: none;
	display: inline-block;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	}
.sidebar ul.menu li span {
	top: 10px;
	}
.sidebar ul.menu li ul.sub-menu {
	width: 100%;
	top: 0;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 9;
	}
.sidebar ul.menu li ul.sub-menu span {
	display: none;
	}
.sidebar ul.menu li ul.sub-menu li a {
	background: none !important;
	margin: 0px;
	}
.sidebar ul.menu li ul.sub-menu li a:hover {
	color: #66CCCC;
	background: none !important;
	}
.sidebar ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
	}

/************************************************
*	18.	Calendar Widget								*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 0px 5px 0px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 0px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px 0px 0px !important;
	text-align: right;
	}
	
/************************************************
*	19.	Search Form									*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	width: 96%;
	background: #F9F9F9;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 8px 4px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
#searchsubmit {
	background: #333333;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 10px 0px 0px 0px;
	padding: 6px 12px 6px 12px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#searchsubmit:hover {
	background: #66CCCC;
	color: #FFFFFF;
	}
	
/************************************************
*	20.	Footer  									*
************************************************/

#footer {
	max-width: 980px;
	line-height: 18px;
	margin: 0px auto 0px;
	padding: 20px 0px;
	}
#footer p {
	margin: 0px;
	padding: 0px;
	}
.footerleft {
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footerleft a {
	text-decoration: none;
	}
.footerleft a:hover {
	text-decoration: none;
	}
.footerright {
	float: right;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	}
	
/************************************************
*	21.	Comments									*
************************************************/

#submit {
	background: #333333;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#author, #email, #url {
	background: #F9F9F9;
	color: #999999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
#comment {
	background: #F9F9F9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
#postcomments {
	display: inline-block;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#postcomments .commentlist {
	margin: 0px;
	padding: 0px;
	}
#postcomments .commentlist ol {
	margin: 0px;
	padding: 10px;
	}
#postcomments .commentlist ul {
	margin: 0px;
	padding: 0px;
	}
#postcomments .commentlist li ul li {
	font-size: 12px;
	margin: 10px 0px 5px 0px;
	}
#postcomments .commentlist li {
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 10px 10px 5px 10px;
	list-style: none;
	}
#postcomments .commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 5px 5px;
	padding: 3px;
	}
#postcomments .commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
#postcomments .commentlist p {
	font-weight: normal;
	text-transform: none;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	}
#postcomments .commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 170px;
	padding: 4px 2px;
	margin: 5px 5px 1px 0px;
	}
#commentform {
	margin: 0px 10px 0px 0px;
	}
#commentform textarea {
	width: 100%;
	margin-top: 10px;
	padding: 5px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#commentform p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#commentform #submit {
	float: left;
	display: block;
	width: 130px;
	margin: 5px 0px 5px 0px;
	padding: 6px 10px;
	}
#commentform #submit:hover {
	background: #66CCCC;
	color: #FFFFFF;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.nocomments {
	display: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.reply a, .reply a:visited {
	display: inline-block;
	background: #333333;
	color: #CCCCCC !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	line-height: 16px;
	margin: 0px 0px 5px 0px;
	padding: 3px 10px 5px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.reply a:hover {
	background: #66CCCC;
	color: #FFFFFF !important;
	text-decoration: none;
	}
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.thread-alt {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	22.	Gravity Forms Styling								*
************************************************/

#wrap .gform_wrapper { 
	overflow:hidden; 
	margin-bottom:10px;  
	max-width:960px;
	}
#wrap .gform_wrapper textarea,
#wrap .gform_wrapper input,
#wrap .gform_wrapper select { 
	background: #F9F9F9; 
	border: 1px solid #DDDDDD;
	outline-style: none;
	color: #666666;
	font-size: 14px;  
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 8px 5px;  
	letter-spacing: normal;
	resize: none; /* doesn't validate but added for Safari field resizing */
	}
#wrap .gform_wrapper input:hover,
#wrap .gform_wrapper textarea:hover,
#wrap .gform_wrapper select:hover {
	background: #F5F5F5;
	color: #333333;
	}
#wrap .gform_wrapper h1, 
#wrap .gform_wrapper h2, 
#wrap .gform_wrapper h3 {
	font-weight:normal; 
	border:none; 
	outline:none; 
	background:none;
	}
#wrap .gform_wrapper:focus { 
	outline:none;
	}
#wrap .gform_wrapper form { 
	text-align:left;
	}
#wrap .gform_wrapper .field_selected { 
	background-color: #DDDDDD;  
	border: 1px solid #FFFFFF !important;
	}
#wrap .gform_wrapper .ginput_complex label, 
#wrap .gform_wrapper .gfield_time_hour label, 
#wrap .gform_wrapper .gfield_time_minute label, 
#wrap .gform_wrapper .gfield_date_month label, 
#wrap .gform_wrapper .gfield_date_day label, 
#wrap .gform_wrapper .gfield_date_year label, 
#wrap .gform_wrapper .instruction { 
	display:block;  
	margin:3px 0 8px 0; 
	font-size:10px; 
	letter-spacing: 1px;
	}
#wrap .gform_wrapper .top_label .gfield_label { 
	margin:10px 0 4px 0;  
	font-weight:bold; 
	display:-moz-inline-stack; 
	display:inline-block; 
	line-height:130%; 
	clear:both;
	}
#wrap .gform_wrapper .left_label .gfield_label { 
	float:left;  
	margin:2px 15px 0 0;  
	width:29%;  
	font-weight:bold;
	}
#wrap .gform_wrapper .right_label .gfield_label { 
	float:left;  
	margin:2px 15px 0 0;  
	width:29%;  
	font-weight:bold;  
	text-align:right;
	}
#wrap .gform_wrapper .top_label input.small, 
#wrap .gform_wrapper .top_label select.small { 
	width:25%;
	}
#wrap .gform_wrapper .top_label input.medium, 
#wrap .gform_wrapper .top_label select.medium { 
	width:50%;
	}
#wrap .gform_wrapper .top_label input.large, 
#wrap .gform_wrapper .top_label select.large, 
#wrap .gform_wrapper .top_label textarea.textarea { 
	width:96%;
	}
#wrap .gform_wrapper .right_label input.small, 
#wrap .gform_wrapper .right_label select.small, 
#wrap .gform_wrapper .left_label input.small, 
#wrap .gform_wrapper .left_label select.small { 
	width:15%;
	}
#wrap .gform_wrapper .right_label input.medium, 
#wrap .gform_wrapper .right_label select.medium, 
#wrap .gform_wrapper .left_label input.medium, 
#wrap .gform_wrapper .left_label select.medium { 
	width:35%;
	}
#wrap .gform_wrapper .right_label input.large, 
#wrap .gform_wrapper .right_label select.large, 
#wrap .gform_wrapper .left_label input.large, 
#wrap .gform_wrapper .left_label select.large, 
#wrap .gform_wrapper textarea.textarea { 
	width:59%;
	}
#wrap .gform_wrapper .gsection .gfield_label, 
#wrap .gform_wrapper h2.gsection_title, 
#wrap .gform_wrapper h3.gform_title { 
	font-weight:bold;  
	font-size:14px;  
	font-family:Helvetica,sans-serif;
	}
#wrap .gform_wrapper .gsection { 
	border-bottom:1px dotted #CCCCCC!important;  
	padding:0 0 8px 0;  
	margin:8px 0 16px 0;
	}
#wrap .gform_wrapper .description, 
#wrap .gform_wrapper .gfield_description, 
#wrap .gform_wrapper .gsection_description,
#wrap .gform_wrapper .instruction { 
	font-size:10px; 
	line-height:150%; 
	clear:both; 
	font-family:verdana,sans-serif; 
	letter-spacing:normal;
	}
#wrap .gform_wrapper .gfield_description {
	padding: 10px 0 8px 0; 
	font-style: italic;
	}
#wrap .gform_wrapper .gfield_required { 
	color:#790000;  
	margin-left:4px;
	}
#wrap .gform_wrapper .gfield_error { 
	background-color:#66CCCC!important;  
	margin-top:4px!important;  
	margin-bottom:6px;  
	padding:6px 6px 4px 6px!important;
	}
#wrap .gform_wrapper .gfield_error .gfield_label { 
	color:#333333;
	}
#wrap .gform_wrapper .validation_error { 
	background: #66CCCC;
	color:#333333; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;  
	font-size:18px;
	font-style: italic;
	text-align:center;
	line-height:150%;  
	margin-bottom:10px;
	width: 94%;
	padding: 20px;
	}
#wrap .gform_wrapper .validation_message { 
	color:#333333!important;  
	font-size:11px;  
	font-family: Georgia, "Times New Roman", Times, serif;  
	letter-spacing:normal;
	}
#wrap .gform_wrapper input.button { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: normal;
	color: #FFFFFF;
	background: #CCCCCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#wrap #gforms_confirmation_message {
	background-color:#FFFFFF; 
	border:1px solid #DDDDDD; 
	margin-top:10px; 
	margin-bottom:10px; 
	padding:20px 0; 
	font-size:14px;
	color:#333333; 
	text-align:center
	}
#wrap .gform_footer input.button {
	*padding: 6px 12px;
	padding: 6px 12px;
	background: #333333;
	text-shadow: none;
	box-shadow: none; 
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#wrap .gform_wrapper .ginput_complex input, 
#wrap .gform_wrapper .ginput_complex select {
	width: 96% !important;
	}
#wrap .gform_wrapper .field_name_first input, 
#wrap .gform_wrapper .ginput_complex .ginput_left input {
	width: 90% !important;
	}
#wrap .gform_wrapper .ginput_complex .ginput_right {
	width: 50%;
	}
#wrap img.ui-datepicker-trigger {
	position:relative; 
	top: 10px;
	}
#wrap .gform_wrapper ul li {
	padding: 0px;
	}