/******************************************************************************************************************* 

	Theme Name: Organic Block Theme
	Theme URL: http://www.organicthemes.com/
	Description: The Organic Block Theme is designed and developed by David Morgan and Jeff Milone of Organic Themes.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 3.1.3
	Tags: yellow, white, two-columns, three-columns, fixed-width, custom-header, custom-background, threaded-comments, 
	translation-ready, custom-menu (optional), custom-colors, theme-options, featured-image-header, featured-images, 
	full-width-template, pagination, blog-template
	
	The PHP and XHTML are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************

	Table of Contents:

	 0.	Common
	 1.	Hyperlinks		
	 2.	Headings
	 3.	Header
	 4.	Navbar
	 5.	Twitter
	 6.	Featured Slider
	 7.	Homepage
	 8.	Content
	 9.	Pagination
	10.	Portfolio
	11.	Images
	12.	Wordpress Gallery
	13.	Sidebar left
	14.	Sidebar Right
	15.	Sidebar Widgets
	16.	Text Widget
	17.	Custom Menu Widget
	18.	Tag Cloud Widget
	19.	Recent Comments Widget
	20.	Calendar Widget
	21. 	Search Widget
	22. 	Text Widgets
	23.	Footer
	24.	Comments
	25.	Gravity Forms Styling
	  
*******************************************************************************************************************/

body {
	background: #fefcd7;
	color: #222222;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0px auto 0px;
	padding: 0px;
	}
#wrap {
	background: #FFFFFF;
	margin: 20px auto 20px;
	padding: 15px;
	width: 960px;
	overflow: hidden;
	box-shadow: 0px 0px 3px #999999;
	-moz-box-shadow: 0px 0px 3px #999999;
	-webkit-box-shadow: 0px 0px 3px #999999;
	}

/************************************************
*	0.	Common									*
************************************************/

.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
.linerule {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
	}

/************************************************
*	1.	Hyperlinks									*
************************************************/

a, a:visited {
	color: #222222;
	text-decoration: underline;
	}
a:focus, a:hover, a:active {
	color: #222222;
	outline: none;
	text-decoration: underline;
	background: #FFCC00;
	}
a img {
	border: none;
	}

/************************************************
*	2.	Headings  									*
************************************************/
	
h1 {
	font-size: 32px;
	font-family: 'Open Sans', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	line-height: 36px;
	}
h2 {
	font-size: 28px;
	font-family: 'Open Sans', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.8px;
	margin: 5px 0px 5px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 34px;
	}
h3 {
	font-size: 24px;
	font-family: 'Open Sans', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.4px;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 28px;
	}
h4 {
	font-size: 18px;
	font-family: 'Open Sans', Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -0.2px;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 24px;
	}
h5 {
	font-size: 16px;
	font-family: 'Open Sans', Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	margin: 8px 0px 5px 0px;
	padding: 8px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 1px solid #CCCCCC;
	}
h6 {
	font-size: 14px;
	font-family: 'Open Sans', Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	margin: 8px 0px 4px 0px;
	padding: 8px 0px 4px 0px;
	line-height: 20px;
	border-bottom: 1px solid #CCCCCC;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #222222;
	text-decoration: none;
	border: none;
	}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
	text-decoration: none;
	border: none;
	}

/************************************************
*	3.	Header  									*
************************************************/

#headerleft {
	float: left;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#headerleft #title {
	padding: 0px;
	margin: 0px;
	}
#headerleft #title a {
	background: url(images/logo.png) no-repeat;
	float: left;
	display: block;
	width: 190px; 
	height: 190px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
#headerright {
	float: right;
	display: inline-block;
	width: 769px;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	4.	Navbar      								*
************************************************/

#navbar {
	float: right;
	display: block;
	background: #F5F5F5;
	width: 770px;
	height: 50px;
	font-weight: normal;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.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) */
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	border: none;
	margin: 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	position: relative;
	list-style: none;
	}
.menu a {
	display: block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 50px; /* 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: 180px; /* match ul width */
	top: 0;
	}

/*** SKIN ***/
.menu .current_page_item a,
.menu .current_page_ancestor a,
.menu .current-menu-item a,
.menu .current-cat a {
	color: #222222 !important;
	background: #FFCC00;
	}
.menu li .current_page_item a, .menu li .current_page_item a:hover,
.menu li .current-menu-item a, .menu li .current-menu-item a:hover,
.menu li .current-cat a, .menu li .current-cat a:hover {
	color: #222222 !important;
	background: #FFCC00;
	border-right: none;
	border-left: none;
	}
.menu .current_page_item ul li a,
.menu .current-menu-item ul li a,
.menu .current-menu-ancestor ul li a,
.menu .current_page_ancestor ul li a,
.menu .current-cat ul li a {
	background: #FFCC00;
	}
.menu .current_page_item ul li a:hover,
.menu .current-menu-item ul li a:hover,
.menu .current-menu-ancestor ul li a:hover,
.menu .current_page_ancestor ul li a:hover,
.menu .current-menu-ancestor ul .current_page_item a,
.menu .current_page_ancestor ul .current-menu-item a,
.menu .current-cat ul li a:hover {
	background: #FFCC00;
	}
#headerright .sub-menu li.current-menu-item a {
	background: #FFCC00;
	}
.menu {
	float: left;
	margin-bottom: 0;
	}
.menu a, 
.menu a:visited {
	color: #222222;
	padding: 28px 10px 10px 25px;
	text-decoration: none;
	font-size: 14px;
	font-family: Helvetica,'Times New Roman',Times,serif;
	font-weight: normal;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #FFFFFF;
	}
.menu li li a, 
.menu li li a:visited {
	background: #F5F5F5;
	color: #666666;
	font-size: 12px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	margin: 1px 1px 0px 0px;
	padding: 8px 10px 8px 10px;
	border-right: none;
	border-left: none;
	}
.menu a:focus, 
.menu a:hover, 
.menu a:active {
	background:	#FFCC00;
	color: #222222;
	outline: 0;
	}
#headerright .sub-menu li a,
#headerright .sub-menu li a:visited {
	background: #F5F5F5;
	}
#headerright .sub-menu li a:focus,
#headerright .sub-menu li a:hover,
#headerright .sub-menu li a:active {
	background:	#FFCC00;
	}
.menu li {
	background: none;
	border: none;
	}
.menu li li , .menu li li li {
	background:	none;
	border: none;
	}
.menu li:hover, 
.menu li.sfHover {
	background:	none;
	outline: 0;
	}
.menu li li:hover, 
.menu li li.sfHover {
	background:	none;
	color: #222222;
	border: none;
	outline: 0;
	padding: 0px;
	}
.menu li li a:focus, 
.menu li li a:hover, 
.menu li li a:active {
	background:	#FFCC00;
	color: #222222;
	border-bottom: none;
	outline: 0;
	}

/*** ARROWS **/
.menu a.sf-with-ul {
	padding-right: 25px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 30px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -9999px;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 30px;
	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*/
	}

/************************************************
*	5.	Twitter      								*
************************************************/

#twitter_header {
	float: right;
	display: block;
	background: #ACACAC;
	width: 769px;
	height: 30px;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	}
#twittericon {
	float: left;
	display: block;
	width: 29px;
	height: 30px;
	background: #00CCFF url(images/twitter_icon.png) no-repeat;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	text-indent: -9999px;
	}
#twitterfeed {
	float: left;
	display: block;
	margin: 0px;
	padding: 5px;
	}
#twitterfeed p {
	font-size: 11px;;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	6.	Featured Slider							    *
************************************************/

#homeslider {
	float: left;
	display: inline;
	width: 769px;
	height: 491px;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
#homeslider .generate_thumb {
	display: none;
	}
#homeslider .feature_img, #homeslider .feature_img img {
	margin: 0px;
	padding: 0px;
	border: none;
	}
#homeslider ul, #homeslider li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#homeslider h2 {
	margin: 0px;
	padding: 0px;
	}
#homeslider h2 a {
	display: inline-block;
	color: #FFFFFF !important;
	line-height: 40px;
	max-width: 729px;
	margin: -80px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	position: absolute;
	z-index: 6;
	}
#homeslider h2 a:hover {
	color: #FFCC00;
	}
#slider1 {
	height: 430px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
div.anythingSlider {
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	list-style: none;
	}
div.anythingSlider li iframe, div.anythingSlider li embed,
div.anythingSlider li object {
	float: left;
	display: block;
	width: 769px;
	height: 430px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 8;
	}
div.anythingSlider li .feature_video {
	float: left;
	display: block;
	width: 769px;
	height: 430px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	z-index: 8;
	}
div.anythingSlider li .feature_img {
	margin: 0px;
	padding: 0px;
	}
div.anythingSlider li .feature_img img {
	float: left;
	display: block;
	width: 769px;
	height: 430px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	border: none;
	z-index: 1;
	}
div.anythingSlider li .feature_img img:hover {
	background: none;
	border: none;
	}
div.anythingSlider .anythingWindow {
	float: left;
	display: block;
	background: #222222;
	position: relative;
	width: 769px;
	height: 430px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	overflow: hidden;
	z-index: 1;
	}
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	}
ul.anythingBase li.panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 0px;
	}

/* Navigation Arrows */
div.anythingSlider .arrow.back a {
	float: left;
	display: block;
	background: #F5F5F5 url(images/arrow_left.png) no-repeat;
	position: absolute;
	width: 59px;
	height: 60px;
	margin: 431px 0px 0px 0px;
	cursor: pointer;
	left: 0px;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
div.anythingSlider .arrow.forward a {
	float: right;
	display: block;
	background: #F5F5F5 url(images/arrow_right.png) no-repeat;
	position: absolute;
	width: 59px;
	height: 60px;
	margin: 431px 0px 0px 0px;
	cursor: pointer;
	right: 0px;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
div.anythingSlider .arrow a {
	display: block;
	color: #666666 !important;
	height: 60px;
	width: 59px;
	font-size: 36px;
	text-indent: -9999px;
	text-align: center;
	text-decoration: none;
	line-height: 56px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	outline: 0;
	}
div.anythingSlider .arrow a:hover {
	background: none;
	text-decoration: none;
	}
#container div.anythingSlider .arrow a:hover {
	color: #FFFFFF !important;
	}
div.anythingSlider .arrow a:active, div.anythingSlider .arrow a:focus {
	text-decoration: none;
	}
div.anythingSlider .arrow.forward a:hover {
	background: #FFCC00 url(images/arrow_right.png) no-repeat;
	}
div.anythingSlider .arrow.back a:hover {
	background: #FFCC00 url(images/arrow_left.png) no-repeat;
	}
div.anythingSlider .forward.disabled { 
	display: none; 
	}
div.anythingSlider .back.disabled { 
	display: none; 
	}

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	display: none !important;
	}
	
/* Navigation Links */
div.anythingSlider .anythingControls {
	float: left;
	display: block;
	height: 60px;
	width: 649px;
	left: 0;
	margin: 431px 0px 0px 60px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	clear: both;
	z-index: 8;
	outline: 0;
	}	
div.anythingSlider.activeSlider .thumbNav a:hover, 
div.anythingSlider.activeSlider .thumbNav a.cur {
	color: #FFFFFF;
	text-decoration: none;
	}
div.anythingSlider .thumbNav {
	text-align: center;
	height: 60px;
	margin: 0px auto 0px !important;
	padding: 0px;
	}
div.anythingSlider .thumbNav li,
div.anythingSlider .thumbNav a,
div.anythingSlider .thumbNav span {
	display: inline;
	background: none;
	height: 60px;
	margin: 0px;
	padding: 0px;
	}
#container div.anythingSlider .thumbNav a,
#container div.anythingSlider .thumbNav a:hover,
#container div.anythingSlider .thumbNav a.cur {
	background: none !important;
	}
div.anythingSlider .thumbNav a img {
	float: left;
	display: inline-block;
	background: #F5F5F5;
	text-indent: -9999px;
	text-decoration: none;
	width: 54px;
	height: 50px;
	margin: 0px 0px 0px 1px;
	padding: 5px;
	overflow: hidden;
	outline: 0;
	}
div.anythingSlider .thumbNav a img:hover, 
div.anythingSlider .thumbNav a.cur img {
	background: #FFCC00;
	margin: 0px 0px 0px 1px;
	padding: 5px;
	}
div.anythingSlider .thumbNav .first a img,
div.anythingSlider .thumbNav .first a img:hover,
div.anythingSlider .thumbNav .first a.cur img {
	margin: 0px 0px 0px 0px;
	}
div.anythingSlider.rtl .thumbNav a { 
	float: right; 
	}
div.anythingSlider.rtl .thumbNav { 
	float: left; 
	}

/************************************************
*	7.	Homepage 					     		    * 
************************************************/

#homepage {
	float: right;
	display: inline;
	width: 769px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homepage p {
	margin: 0px;
	padding: 5px 0px;
	}
#homepage ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
#homepagemid {
	float: left;
	display: block;
	width: 488px;
	margin: 0px;
	padding: 0px;
	}
#homepagemid .post, #content.archive .post {
	display: block;
	background: #FFFFFF;
	margin: 0px 0px 1px 0px;
	padding: 20px;
	border-bottom: 1px solid #DDDDDD;
	}
#homepagemid iframe, #homepagemid embed, #homepagemid object {
	float: left;
	display: block;
	width: 448px;
	height: 252px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 8;
	}
.homepagecontent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
		
/************************************************
*	8.	Content 					     		    * 
************************************************/

#container {
	float: right;
	display: inline-block;
	width: 769px;
	margin: 0px;
	padding: 0px;
	}
#content.right {
	float: right;
	display: block;
	background:#ffffff;
	width: 769px;
	min-height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#content.portfolio {
	float: right;
	display: block;
	background:#FFFFFF;
	width: 770px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#content.archive {
	float: left;
	display: block;
	width: 769px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#content.archive .postarea {
	float: left;
	width: 488px;
	margin: 0px;
	padding: 0px;
	}
#content.archive .postarea iframe, #content.archive .postarea embed, #content.archive .postarea object {
	float: left;
	display: block;
	width: 448px;
	height: 252px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 8;
	}
.social_links {
	display: inline-block;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}
.tweet_btn, .like_btn, .plus_btn {
	float: left;
	display: inline-block;
	width: 100px;
	height: 22px;
	margin: 6px 2px 6px 0px;
	padding: 0px;
	}
.postarea {
	padding: 12px 15px;
	overflow: hidden;
	}
.postarea p {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}
.postarea hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	margin: 5px 0px 8px 0px;
	padding: 0;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 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 0px;
	padding: 10px 0px 10px 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;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea .archive {
	float: left;
	display: block;
	width: 335px;
	padding: 15px;
	margin: 0px;
	}
blockquote {
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	margin: 15px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #C0C0C0;
	}
blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px !important;
	}
.more-link {
	display: inline-block;
	margin: 5px 0px;
	padding: 0px;
	}
.avatar {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 10px 10px 10px 0px;
	padding: 4px;
	}
.author_column {
	float: right;
	width: 570px;
	padding: 0px 0px 0px 19px;
	border-left: 1px solid #DDDDDD;
	}
.feature_video, .feature_img {
	display: inline-block;
	margin: 5px 0px 5px 0px;
	}
.feature_img img {
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
.feature_img img:hover {
	background: #FFCC00;
	border: 1px solid #FFCC00;
	}
.postauthor {
	margin: -5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	display: none;
	}
.postauthor p {
	color: #999999;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	}
.postmeta {
	background: #222222;
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	display: none;
	}
.postmeta a {
	color: #FFFFFF !important;
	}
.postmeta a:hover, .postauthor a:hover {
	color: #222222;
	background: #FFCC00;
	}
.postmeta p {
	color: #999999;
	margin: 0px;
	padding: 0px;

	}
.archive .postmeta {
	margin: 10px 0px 0px 0px;
	}
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
/************************************************
*	9.	Pagination 	        			     	* 
************************************************/

.pagination {
	float: left;
	display: block;
	background: #F5F5F5;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.number-paginate {
	padding: 10px 0px;
	}
.number-paginate a {
	display: inline-block;
	background: #FFFFFF;  
	color: #666666; 
	height: 22px;
	line-height: 22px;
	margin-right: 4px; 
	padding: 2px 9px; 
	font-weight: bold;
	text-align: center; 
	text-decoration: none;
	border: 1px solid #DDDDDD;
	}
.number-paginate a:hover, 
.number-paginate a:active {
	background: #222222; 
	color: #FFFFFF;
	height: 24px;
	line-height: 24px;
	padding: 2px 10px; 
	border: none;
	}
.number-paginate .number-title {
	color: #555555; 
	margin-right: 4px;
	}
.number-paginate .number-gap {
	color: #666666; 
	margin-right: 4px;
	}
.number-paginate .number-current {
	display: inline-block;
	background: #222222; 
	color: #FFFFFF; 
	height: 24px;
	line-height: 24px;
	margin-right: 4px; 
	padding: 2px 10px;
	font-weight: bold;
	text-align: center; 
	}
.number-paginate .number-page {
	}
.number-paginate .number-prev {
	}
.number-paginate .number-next {
	}
#prevLink {
	float: left;
	padding: 0px;
	margin: 0px;
	}
#nextLink {
	float: right;
	padding: 0px;
	margin: 0px;
	}
#prevLink p, #nextLink p {
	padding: 0px;
	}
#prevLink p a, #nextLink p a {
	display: block;
	padding: 0px;
	}

/************************************************
*	10.	Portfolio  									*
************************************************/

#content.portfolio .postarea {
	margin: 0px;
	padding: 0px;
	}
.portfolio {
	float: left;
	display: block;
	background: #F5F5F5;
	width: 384px;
	margin: 0px 0px 1px 1px;
	padding: 0px 0px 0px 0px;
	}
.portfoliotitle {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	width: 354px;
    height: 190px;
	}
.portfoliotitle h4 {
	height: 30px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	}
.portfoliotitle p {
	margin: 0px;
	padding: 0px !important;
	overflow: hidden;
	}
.portfolioimg a img {
	float: left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
	}
.portfolio iframe, .portfolio embed, .portfolio object {
	float: left;
	display: block;
	width: 384px;
	height: 216px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 8;
	}

/************************************************
*	11.	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin: 10px auto 10px;
	padding: 0px;
	}
img.alignnone {
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
img.alignright {
	display: inline;
	margin: 0px 0px 10px 15px;
	padding: 0px;
	}
img.alignleft {
	display: inline;
	margin: 10px 15px 10px 0px;
	padding: 0px;
	}
.aligncenter {
	display: block;
	margin: 10px auto 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 15px;
	}
.alignleft {
	float: left;
	margin: 10px 15px 10px 0px;
	}
.wp-caption {
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	}
.wp-caption img {
	margin: 0px;
	padding: 4px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding: 5px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}
	
/************************************************
*	12.	WordPress Gallery						    *
************************************************/

.gallery {
	margin: auto;
	padding: 0px;
	}
.gallery-item {
	margin: 5px 0px;
	}
.gallery img {
	background: #F5F5F5;
	border: 1px solid #DDDDDD !important;
	padding: 4px;
	}
.gallery img:hover {
	background: #222222;
	border: 1px solid #222222 !important;
	padding: 4px;
	}
	
/************************************************
*	13.	Sidebar Left 	        			     	* 
************************************************/

#sidebar_left {
	float: left;
	display: inline-block;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}	
#sidebar_left ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#sidebar_left .sidecontent {
	float: left;
	display: block;
	background: #F5F5F5;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
#sidebar_left .sidecontent h4 {
	background: none;
	color: #222222;
	padding: 12px 10px 4px 10px;
	border: none;
	}
#sidebar_left .sidecontent p {
	max-height: 72px;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	margin: 2px 0px 0px 0px;
	}
#sidebar_left .sidecontent a img {
	display: block;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	14.	Sidebar Right 	        			     	* 
************************************************/

#sidebar_right {
	float: right;
	display: inline-block;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#sidebar_right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
/************************************************
*	15.	Sidebar Widgets								*
************************************************/

#sidebar_left .widget {
	float: left;
	display: block;
	background: #aac1a0;
	width: 190px;
	list-style:none;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	}
#sidebar_right .widget {
	float: left;
	display: block;
	background: #F5F5F5;
	width: 280px;
	list-style:none;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	}
#sidebar_left h4, #sidebar_right h4 {
	background: #ccc;
	color: #000;
	padding: 5px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	}
#sidebar_left .widget h4 a, #sidebar_right .widget h4 a {
	color: #FFFFFF !important;
	}
#sidebar_right .widget ul, 
#sidebar_left .widget ul {
	color: #222222;
	margin: 0px 0px 0px 0px;
	}
#sidebar_right .widget ul li, 
#sidebar_left .widget ul li {
	color: #222222;
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#sidebar_right .widget ul li a, 
#sidebar_left .widget ul li a {
	display: block;
	text-decoration: none;
	line-height: 16px;
	padding: 10px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	}
#sidebar_right .widget ul li a:hover, 
#sidebar_left .widget ul li a:hover {
	display: block;
	background: #FFCC00;
	text-decoration: none;
	}
#sidebar_right .widget ul ul, 
#sidebar_left .widget ul ul {
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	16.	Text Widget									*
************************************************/

#sidebar_right .textwidget, 
#sidebar_left .textwidget {
	padding: 15px;
	}
	
/************************************************
*	17.	Custom Menu Widget							*
************************************************/

#sidebar_right ul.menu, #sidebar_left ul.menu, #footerwidgets ul.menu {
	float: none;
	}
#sidebar_right ul.menu .current_page_item a, #sidebar_right ul.menu .current-menu-item a,
#sidebar_left ul.menu .current_page_item a, #sidebar_left ul.menu .current-menu-item a,
#footerwidgets ul.menu .current_page_item a, #footerwidgets ul.menu .current-menu-item a {
	background-color: #f3a81e;
	color: #222222;
	border-left: none !important;
	border-right: none !important;
	}
#sidebar_right ul.menu li a, 
#sidebar_left ul.menu li a {
	background: #0E0E0E;
	color: #fefcd7;
	height: auto;
	text-align: left;
	text-shadow: none;
	letter-spacing: 0px;
	border-left: none !important;
	border-right: none !important;
	}
#sidebar_right ul.menu li a:hover, 
#sidebar_left ul.menu li a:hover,
#footerwidgets ul.menu li a:hover {
	background: #f3a81e;
		color: #3e3e3e;
	}
#sidebar_right ul.menu li, 
#sidebar_left ul.menu li,
#footerwidgets ul.menu li {
	float: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	}
#sidebar_right ul.menu li span, 
#sidebar_left ul.menu li span,
#footerwidgets ul.menu li span {
	top: 12px;
	}
#sidebar_right ul.menu li ul.sub-menu, 
#sidebar_left ul.menu li ul.sub-menu,
#footerwidgets ul.menu li ul.sub-menu {
	width: 100%;
	top: 0;
	margin: 0px 0px 0px 0px;
	position: relative;
	z-index: 9;
	}
#sidebar_right ul.menu li ul.sub-menu span, 
#sidebar_left ul.menu li ul.sub-menu span,
#footerwidgets ul.menu li ul.sub-menu span {
	display: none;
	}
#sidebar_right ul.menu li ul.sub-menu li a, 
#sidebar_left ul.menu li ul.sub-menu li a  {
	background: #F5F5F5;
	margin: 0px;
	border-left: none !important;
	border-right: none !important;
	}
#footerwidgets ul.menu li ul.sub-menu li a  {
	margin: 0px;
	border-left: none !important;
	border-right: none !important;
	}
#sidebar_right ul.menu li ul.sub-menu li a:hover, 
#sidebar_left ul.menu li ul.sub-menu li a:hover
#footerwidgets ul.menu li ul.sub-menu li a:hover  {
	background: #f3a81e;
	}
#sidebar_right ul.menu li ul.sub-menu li ul.sub-menu li, 
#sidebar_left ul.menu li ul.sub-menu li ul.sub-menu li,
#footerwidgets ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
	}
	
/************************************************
*	18.	Tag Cloud Widget							*
************************************************/

#sidebar_right .widget_tag_cloud div, 
#sidebar_left .widget_tag_cloud div {
	padding: 10px;
	margin: 0px;
	}
#footertop .widget_tag_cloud div {
	background: #222222;
	color: #999999;
	padding: 10px;
	margin: 0px;
	}
	
/************************************************
*	19.	Recent Comments Widget						*
************************************************/

#sidebar_right #recentcomments li,
#sidebar_left #recentcomments li {
	display: block;
	background: #EEEEEE;
	margin: 0px 0px 1px 0px;
	padding: 10px;
	}
#footertop #recentcomments li {
	display: block;
	background: #222222;
	color: #999999 !important;
	margin: 0px 0px 1px 0px;
	padding: 10px;
	}
#recentcomments li a {
	display: inline;
	font-weight: bold !important;
	}
#footertop #recentcomments li a {
	color: #FFFFFF;
	}
#footertop #recentcomments li a:hover {
	background: none;
	color: #FFCC00;
	}

/************************************************
*	20.	Calendar Widget								*
************************************************/

#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 10px 5px 10px;
	}
#footertop #calendar_wrap {
	background: #222222;
	color: #999999 !important;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 10px 0px 15px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 5px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px 5px 0px !important;
	text-align: right;
	}
#footertop #wp-calendar #next a,
#footertop #wp-calendar #prev a {
	color: #FFFFFF;
	}
#footertop #wp-calendar #next a:hover,
#footertop #wp-calendar #prev a:hover {
	color: #FFCC00;
	}
	
/************************************************
*	21.	Search Widget								*
************************************************/

#searchform {
	margin: 0px;
	padding: 15px;
	}
#footertop #searchform {
	background: #222222;
	}
#searchform div {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	background: #FFFFFF;
	width: 96%;
	color: #222222;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
	padding: 6px 5px 6px 5px;
	display: inline;
	border: none;
	}
#searchsubmit {
	float: right;
	display: inline-block;
	background: #333333;
	color: #fefcd7;
	font-family: 'Open Sans', Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	padding: 4px 8px;
	border: none;
	}
#searchsubmit:hover, #sidebar #searchsubmit:hover {
	background: #FFCC00;
	color: #222222;
	}

/************************************************
*	22.	Text Widgets								*
************************************************/

#footertop {
	float: left;
	display: block;
	background: #151515;
	width: 960px;
	margin: 1px auto 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
	}
#footerwidgets {
	float: left;
	display: block;
	line-height: 16px;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #222222;
	} 
#footerwidgets a {
	color: #FFFFFF !important;
	text-decoration: none;
	}
#footerwidgets a:hover, 
#footerwidgets a:active, 
#footerwidgets a:focus {
	background: none;
	color: #FFCC00;
	text-decoration: none;
	}
#footerwidgets h4 {
	background: #222222;
	color: #FFFFFF;
	text-align: center;
	margin: 0px 0px 1px 0px;
	padding: 15px 0px 5px 0px;
	}
#footerwidgets li {
	text-decoration: none;
	list-style-type: none;
	}
#footerwidgets li a, 
#footerwidgets li a:link, 
#footerwidgets li a:visited {
	font-weight: normal;
	text-decoration: none;
	border: none;
	}
#footerwidgets ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#footerwidgets ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#footerwidgets ul li a {
	background: #222222;
	color: #999999;
	display: block;
	text-align: center;
	padding: 10px;
	margin: 1px 0px 0px 0px;
	}
#footerwidgets ul li a:hover {
	background: #FFCC00;
	color: #151515;
	}
#footerwidgets .footerleft .widget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#footerwidgets .footermid .widget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#footerwidgets .footerright .widget {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#footerwidgets .textwidget a:hover {
	color: #222222;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
.footerleft {
	width: 319px;
	float: left;
	display: inline;
	margin: 0px 1px 0px 0px;
	}
.footermid {
	width: 319px;
	float: left;
	display: inline;
	margin: 0px 1px 0px 0px;
	}
.footerright {
	width: 320px;
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
	}

/************************************************
*	23.	Footer  									*
************************************************/

#footer {
	float: left;
	background: #222222;
	width: 960px;
	height: 50px;
	color: #666666;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	overflow: hidden;
	border-top: 1px solid #222222;
	}
#footer p {
	margin: 0px;
	padding: 0px;
	font-style: italic;
	}
#footer a {
	color: #999999 !important;
	text-decoration: none;
	background: none;
	}
#footer a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
	background: none;
	}
.footercredits {
	float: right;
	display: block;
	margin: 5px 0px;
	}
.copyright {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
.credits {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 16px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}
.footerlogo {
	float: right;
	display: block;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	24.	Comments									*
************************************************/

#submit {
	background: #FFFFFF;
	color: #222222;
	font-family: 'Open Sans', Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 6px 10px;
	border: 1px solid #DDDDDD;
	}
#author, #email, #url {
	background: #FFFFFF !important;
	color: #222222;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	}
#comment {
	background: #FFFFFF !important;
	color: #222222;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	}
.commentlist li ul li {
	font-size: 12px;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist li .avatar {
	float: right;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 10px 10px;
	padding: 4px;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
#commentform {
	margin: 0px;
	}
#commentform textarea {
	width: 97%;
	margin: 0px;
	padding: 11px;
	}
.postarea .commentlist li #commentform textarea {
	margin: 5px 0px 0px 0px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#commentform p {
	margin: 0px;
	}
#commentform #submit {
	margin: 0px;
	float: left;
	display: block;
	}
.postarea .commentlist li #commentform #submit {
	margin: 10px 0px 0px 0px;
	float: left;
	display: block;
	}
#commentform #submit:hover {
	background: #FFCC00;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.postarea .commentlist {
	margin: 0px;
	padding: 0px;
	}
.postarea .commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.postarea .commentlist li {
	background: #F5F5F5;
	margin: 15px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	}
.postarea .commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
.postarea .commentlist li ul li {
	background: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	}
.postarea .commentlist li ul li ul li {
	background: #F5F5F5;
	margin-right: 5px;
	margin-left: 5px;
	}
.postarea .commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: none;
	}
.reply {
	padding: 6px 0px;
	}
.reply a, .reply a:visited {
	background: #E5E5E5;
	color: #222222;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 6px 12px;
	border: none;
	}
.reply a:hover {
	background: #FFCC00;
	text-decoration: none;
	border: none;
	}
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	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: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: #E5E5E5;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	border: 1px solid #E5E5E5;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	border: 1px solid #E5E5E5;
	margin: 0px;
	padding: 0px;
	}
/************************************************
*	25.	Gravity Forms Styling						*
************************************************/

#container .gform_wrapper { 
	overflow:hidden; 
	margin-bottom:10px;  
	max-width:755px;
	}
#container .gform_wrapper input,
#container .gform_wrapper textarea,
#container .gform_wrapper select { 
	background: #EEEEEE; 
	border: 1px solid #DDDDDD;
	outline-style:none;
	color: #999999;
	font-size:16px;  
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding:8px 5px;  
	letter-spacing:normal;
	}
#container .gform_wrapper input:hover,
#container .gform_wrapper textarea:hover,
#container .gform_wrapper select:hover,
#container .gform_wrapper input.button:hover { 
	background: #FFFFFF;
	color: #333333;
	}
#container .gform_wrapper h1, 
#container .gform_wrapper h2, 
#container .gform_wrapper h3 {
	font-weight:normal; 
	border:none; 
	outline:none; 
	background:none;
	}
#container .gform_wrapper:focus { 
	outline:none;
	}
#container .gform_wrapper form { 
	text-align:left;
	}
#container .gform_wrapper .ginput_complex label, 
#container .gform_wrapper .gfield_time_hour label, 
#container .gform_wrapper .gfield_time_minute label, 
#container .gform_wrapper .gfield_date_month label, 
#container .gform_wrapper .gfield_date_day label, 
#container .gform_wrapper .gfield_date_year label, 
#container .gform_wrapper .instruction { 
	display:block;  
	margin:3px 0 8px 0; 
	font-size:10px; 
	letter-spacing: 1px;
	}
#container .gform_wrapper .gsection .gfield_label, 
#container .gform_wrapper h2.gsection_title, 
#container .gform_wrapper h3.gform_title { 
	font-weight:bold;  
	font-size:16px;  
	font-family:Helvetica,sans-serif;
	}
#container .gform_wrapper .description, 
#container .gform_wrapper .gfield_description, 
#container .gform_wrapper .gsection_description,
#container .gform_wrapper .instruction { 
	font-size:10px; 
	line-height:150%; 
	clear:both; 
	font-family:verdana,sans-serif; 
	letter-spacing:normal;
	}
#container .gform_wrapper .gfield_required { 
	color:#790000;  
	margin-left:4px;
	}
#container .gform_wrapper .gfield_error { 
	background-color:#FFFFFF !important;  
	margin-top:4px!important;  
	margin-bottom:6px;  
	padding:6px 6px 4px 6px!important; 
	}
#container .gform_wrapper .gfield_error .gfield_label { 
	color:#333333;
	}
#container .gform_wrapper .validation_error { 
    	background: none repeat scroll 0 0 #FFFFFF;
    	color: #333333;
    	font-family: Georgia,"Times New Roman",Times,serif;
    	font-size: 18px;
    	font-style: italic;
    	font-weight: normal;
    	line-height: 150%;
    	margin-bottom: 10px;
    	padding: 20px;
    	text-align: center;
    	width: 94.33%;
	}
#container .gform_wrapper .validation_message { 
	color:#333333!important;  
	font-size:11px;  
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;  
	letter-spacing:normal;
	}
#container .gform_wrapper input.button { 
	font-size:18px;  
	color:#666666;
	}
#container #gforms_confirmation_message {
	background-color:#EEEEEE; 
	border:1px solid #DDDDDD; 
	margin-top:10px; 
	margin-bottom:10px; 
	padding:20px 0; 
	font-size:14px;
	color:#333333; 
	text-align:center
	}
#container .gform_wrapper li.gfield.gfield_error, 
#container .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: none;
}
#container .gform_footer input.button {
	font-weight: bold;
}
#container .gform_wrapper ul li {
	padding: 0px;
}
#container img.ui-datepicker-trigger {
	position:relative; 
	top: 10px;
}