/**
 * Theme Name: Structure
 * Theme URI: http://themehybrid.com/themes/structure
 * Description: A beautifully-crafted blogging theme that is <em>structurally</em> sound in both markup and design, making it a powerful enough tool for any blogger.
 * Version: 2.0
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: threaded-comments, microformats, translation-ready, rtl-language-support, two-columns, fixed-width
 * Template: hybrid
 * Status: publish
 *
 * Copyright (c) 2007 - 2009 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Structure is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/22px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Get tabs CSS (uncomment below line if using the Hybrid Tabs plugin) */
@import url('tabs.css'); 



/**
* Body
************************************************/
body {
	font: 15px/22px Arial, Helvetica, sans-serif;
	color: #000;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
}
#body-container {
	overflow: hidden;
	width: 100%;
	float: left;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #2db4e2;
	text-decoration: none;
	outline: none;

}
a:hover {
	color: #cfb4d9;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1, h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
.hentry h3 {
	font: normal normal 18px/22px Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}

ol, ul, li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	list-style: none;
}
blockquote {
	padding: 20px 20px 0;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: 1px solid #ddd;
}
blockquote blockquote {
	margin: 0 0 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Arial, Helvetica, sans-serif;
	color: #444;
	background: #eee;
}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Arial, Helvetica, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
}
pre code {
	padding: 0;
}
table {
	width: 100%;
	background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom:1%;
}
caption {
	font: bold normal normal 12px/22px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #666;
}
tr {
	margin: 1px;
	border-top: 1px solid #ddd;
}
td {
	padding: 3px;
	font: normal normal normal 13px/22px Arial, Helvetica, sans-serif;
	border-right: 1px solid #ddd;
}
tr.alt td, tr.even td {
	background: #f7f7f7;
}
th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	background: #eee;
	border-right: 1px solid #ddd;
}
acronym {
	font-size: 13px;
	border: none;
}
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px Arial, Helvetica, sans-serif;
	color: #333;
}
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Arial, Helvetica, sans-serif;
	color: #444;
}
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
}
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
}
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
}
.download {
	padding: 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
}
.left, .alignleft {
	float: left;
	margin: 4px 20px 0 0;
}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.block, .alignnone {
	display: block;
	margin: 0 0 20px;
}
.clear {
	clear: both;
}
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	clear:both;
}
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
.wp-caption {
	max-width: 900px;
	padding: 4px 0;
	background: transparent;
	border: 0px solid #ccc;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #454545;
}
.wp-caption img {
	max-width: 900px;
	margin: 0;
	padding: 0;
	border: 0px solid #666;
}

img.size-full { border: 5px solid #cfb4d9;-moz-border-radius: 12px; }

#navigation {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background: #b17fb9;
	height: 50px;
	text-transform: uppercase;
}
#navbox {
	width: 980px;
	margin: 0 auto;
	padding: 5px 0;
}
#page-nav {
	margin: auto 0;
	float: left;
	width: 800px;
}
#page-nav ul {
	list-style: none;
	margin: 10px 0;
}
.menu {
	margin: auto 0;
	float: left;
}
#page-nav li, .categories li {
	float: left;
	padding: 5px;
	cursor: pointer;
	position:relative;
}
#page-nav .categories:hover {
	background: #7c3688;
	color: #b17fb9;
	-moz-border-radius: 8px;
	padding: 5px;
	cursor: pointer;
}
#page-nav a, .categories {
	display: inline;
	font: normal normal bold 14px/14px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px;
	cursor: hand;
	position:relative;
}

.categories {
	padding-top: 6px !important;
}
span.categories {
	display: none;
}
span.separator, span.post_tag {
	display: none;
}
#page-nav a:hover, .categories a:hover {
	text-decoration: none;
	background: #7c3688;
	color: #b17fb9;
	-moz-border-radius: 8px;
	cursor: hand;
}
#page-nav li:hover ul, #page-nav li.sfHover ul, .categories li:hover ul, .categories li.sfHover ul {
	padding: 10px 10px;
	background: #7c3688;
	color: #b17fb9;
	-moz-border-radius: 8px;
}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul, .categories li li:hover ul, .categories li li.sfHover ul, .categories li li li:hover ul, .categories li li li.sfHover ul,  {
	top: -1px;
}
#page-nav ul ul, .categories ul ul {
	border-top: 0 solid #01192f;
	background: #FFF;
}
#page-nav li li, .categories li li {
	margin: 5px;
	padding: 0;
	border-bottom: 0 solid #01192f;
}
#page-nav li li a, .categories li li a {
	padding: 10px 10px;
	border: none;
}
#navigation form {
	float: right;
}
#navigation .search-text {
	width: 150px;
	padding: 5px 10px;
	margin: 5px 0;
	font-style: normal;
	color: #333;
	background: #fff;
	border: 1px solid #eee;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 10px;
}
#navigation .search-submit {
	display: none;
}
#search-1 {
	float: right;
	margin: 0 0 5px;
}
#header-container {
	background: #fff;
	margin-top: 5px;
	width: 100%;
	float: left;
	height:102px;
}
#header {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
#site-title a {
	background: url('images/logo.jpg') no-repeat;
	background-position: top center;
	text-indent: -9999px;
	display: block;
	width: 886px;
	height: 102px;
	margin:  0 auto;
}
#site-title span {
	display: none;
}
#site-title {
	margin:  0 auto;
	width: 886px;
	color:#fff;
}
#site-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color:#fff;
	display: none;
	margin:  5px auto;
	text-align:center;
	line-height: 1em;
	clear: both;
	width:886px;
	text-transform: uppercase;
	}
	
span.alignleft {
	clear: both;
	font-size: 0.8em;
	font-weight: bold;
	color: #747374;
	padding-top: 5px;
	line-height:1em;
	text-transform: uppercase;
	margin:0px 20px;}
	
	
#utility-header {
	float: right;
	width: 400px;
	height: 100px;
	margin-top: -15px;
}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}
.utility .widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	-moz-border-radius: 10px;
	display:block;
	margin: 1% 1%;
	width: 29%;
	padding: auto 0;
	float: left;
	border:none;

}
#container {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #transparent;
}
#content {
	line-height: 18px;
	margin: 0 auto;
	padding: 0 0 0;
	width: 980px;
	background: #fff;
}
.content {
	overflow: hidden;
	float: left;
}
.content, .no-widgets .content, .no-default-widgets .content {
	width: 940px;
}
.primary-active .content, .secondary-active .content {
	width: 620px;
}
.hentry {
	overflow: hidden;
	margin: 10px 0;
	padding: 10px;
	background: transparent;
	-moz-border-radius: 10px;
	border: 0 solid #ccc;
}
.breadcrumb {
	overflow: hidden;
	margin: 0;
	padding: 10px;
	background: #ead9ed;
	border: 0 solid #ccc;
	font-weight: bold;
}
.breadcrumb-trail {
	width: 980px;
	margin: 0 auto;
}
.entry-title {
	color: #7c3688;
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.page-title, .singular-page-title {
	margin: 10px auto;
	border-bottom: 3px solid #ddd;
	text-align: center;
	padding: 15px 0;
	width: 80%;
}
.byline {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #7c3688;
	text-align: center;
	border-bottom: 3px solid #ddd;
	margin: 10px auto;
	padding-bottom: 10px;
	width: 90%;
}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 10px;
	width: 60%;

		
}

.archive .entry-title {
	margin-bottom: 10px;
	width: 60%;
	text-align: center;
	margin:0 auto;
	padding-bottom:10px;
		
}

.byline .author, .byline .published {
	font-size: 12px;
	cursor: default;
}
.byline .author, .byline-prep-author, .byline-prep-published {
	display: none;
}
.byline a, .entry-title a, .breadcrumb a {
	color: #cf9ed8;
}
.byline a:hover, .entry-title a:hover, .breadcrumb a:hover {
	color: #7c3688;
}
.entry-meta {
	clear: both;
	font-size: 14px;
	font-style: normal;
	color: #666;
}
.entry-meta a {
	font-style: normal;
	color: #333;
}
.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 10px 10px;
	background: #fff;
	border: 0 solid #ccc;
}
p.pages {
	font-style: normal;
}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
}
.wp-pagenavi {
	overflow: hidden;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
}
.navigation-links {
	overflow: hidden;
}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
}
.previous {
	float: left;
}
.next {
	float: right;
	text-align: right;
}
#comments-template .paged-navigation {
	text-align: center;
}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: normal !important;
	border: 1px solid #eee !important;
}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
}
#primary {
	position: relative;
	float: right;
	width: 300px;
}
#secondary {
	position: relative;
	clear: right;
	float: right;
	width: 300px;
}
.widget {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 10px 10px 0;
	border: 1px solid #ccc;
	background: #fff;
}
#primary .widget, #secondary .widget {
	padding: 15px 15px 0;
}
.widget-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #7c3688;
}
.t1 .tab-current, .gform_description	{
	color: #7c3688;
}

.widget ul {
	list-style: square;
	margin-left: 20px;
}
.post-meta-data 	{
	
	}
	
#comments-template {
	overflow: hidden;
	padding: 20px 20px 0;
	margin: 0 0 20px;
	border: 1px solid #ccc;
	background: #fff;

}
.comments-header {
	font-size: 18px;
	font-weight: bold;
}
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 20px 20px 0;
	background: #f7f7f7;
	border: 1px solid #ddd;
}

.blogroll li
{	overflow: hidden;
	margin: 10px 0 ;
	padding: 5px 0px;
	background: #f7f7f7;
	width:60%;
	border-bottom: 1px dotted #ddd;
	}


.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	border: 1px solid #ddd;
}
.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
}
#comments .comment-meta-data {
	margin: 5px 0 20px;
	font-style: normal;
	color: #666;
	
}
#comments cite {
	font-weight: bold;
	font-style: normal;
}
#comments .comment-text {
	clear: left;
}
#respond {
	overflow: hidden;
	margin: 0 0 20px;
	padding: 20px 20px 0;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
.text-input {
	display: block;
	padding: 5px;
	width: 300px;
	margin: 0 0 20px;
	background: #fff;
	border: 1px solid #ddd;
}
#respond label {
	font-style: normal;
}
#respond span.required {
	font-weight: bold;
	color: #01203C;
}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0 0 20px;
	border: 1px dotted #ddd;
}

input, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
padding:3px;
}

.button {
font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: bold;
	color: #000;
	border: 0px double #333;
	background: #cfb4d9;
	-moz-border-radius: 8px;
}
.button:hover {
	cursor: pointer;
	background: #2db4e2;
}
#footer-container {
	float: left;
	width: 100%;
	background:#f7f7f7;
	clear: both;
	overflow: hidden;
	border-top:20px solid #a8a4a9;
}
#subsidiary {
	overflow: hidden;
	width: 940px;
	padding: 30px 20px 10px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#subsidiary .widget {
	float: left;
	width: 170px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
}
#footer {
	clear: both;
	background:transparent;
	overflow: hidden;
	color: #666;
	margin: 0 auto;
	padding: 10px 0 10px;
	width: 980px;
}
#footer a {
	color: #cfb4d9;
	font-style: normal;
}
#footer a:hover{
	color: #a8a4a9;
	font-style: normal;
}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	
}
#footer .credit {
	text-align: right;
}
.credit {
	float: left;
}
.child-credit {
	float: right;
}
.copyright {
	width: 100%;
	border-top: 1px dotted #ddd;
	text-transform: uppercase;
	float: left;
	margin: 0;
	padding: 10px 0;
	line-height: .9em;
}
p.copyright-1 {
	font-size: 1em;
	font-weight: bold;
	line-height: .9em;
	margin: 0;
	padding: 5px 0 10px;
}
p.copyright-2 {
	font-size: .7em;
	line-height: .9em;
	margin: 0;
	padding: 2px 0;
}
p.copyright-3 {
	width: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0;
	line-height: .9em;
	text-align:center;
	color:#ccc;
	font-size: .7em;
	
}
#socializetable {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	width: 80%;
	text-align: center;
	border: 0;
	margin: 0 auto;
}
#socializetable tbody {
	border: 0;
	padding-left: 20px;
}
#socializetable tr {
	border: 0;
	padding: 5px;
	margin: 5px;
}
#socializetable th {
	border: 0;
	font-size: 12px;
	font-weight: normal;
	color: #7c3688;
	padding: 2px;
}
#socializetable td {
	border: 0;
	color: #7c3688;
	padding: 2px;
	vertical-align: middle;
}
td.phone {
	width: 32px;
	height: 32px;
	padding-left: 2px;
	background: url("images/phone.png") 0 0 no-repeat;
	text-decoration: none;
}
td.email {
	width: 32px;
	height: 32px;
	padding-left: 2px;
	background: url("images/email.png") 0 0 no-repeat;
	text-decoration: none;
}
td.twitter {
	width: 32px;
	height: 32px;
	padding-left: 2px;
	background: url("images/twitter.png") 0 0 no-repeat;
	text-decoration: none;
}
td.facebook {
	display: block;
	width: 32px;
	height: 32px;
	padding-left: 2px;
	text-indent: -9999px;
	background: url("images/facebook.png") 0 0 no-repeat;
	text-decoration: none;
}
td.flickr {
	display: block;
	width: 32px;
	height: 32px;
	padding-left: 2px;
	text-indent: -9999px;
	background: url("images/flickr.png") 0 0 no-repeat;
	text-decoration: none;
}
td.linkedin {
	display: block;
	width: 32px;
	height: 32px;
	padding-left: 2px;
	text-indent: -9999px;
	background: url("images/linkedin.png") 0 0 no-repeat;
	text-decoration: none;
}
td.rss {
	display: block;
	width: 32px;
	height: 32px;
	padding-left: 2px;
	text-indent: -9999px;
	background: url("images/rss.png") 0 0 no-repeat;
	text-decoration: none;
}
td.rss2 {
	display: block;
	width: 53px;
	height: 32px;
	padding-left: 2px;
	text-indent: -9999px;
	background: url("images/rss2.png") 0 0 no-repeat;
	text-decoration: none;
}
#banner {
	background: #ead9ed;
	margin:0px;
	width: 100%;
	float: left;
	overflow:visible;
}
#my-after-header {
	width: 960px;
	margin: 0 auto;
	float: none;
	border: none;
	overflow: hidden;
	background-color:transparent;
}

#twitter-4 {-moz-border-radius: 10px;
	display:block;
	margin: 1% 0;
	width: 35%;
	padding: auto 0;
	float: right;
	padding:0;
	border:none;

}

#utility-before-footer
{
clear:both;
margin:5px auto;
overflow:hidden;
padding:5px 0;
width:980px;
background:#f7f7f7;
-moz-border-radius: 10px;
}

#execphp-4, #slideshow-3, #linkcat-7 {
	background:#f7f7f7 !important;
	
	}
object { padding:0; margin:0;}

#slideshow-3 ul, #linkcat-7 ul {margin:0px;}
#banner ul {
	list-style: none;
	margin-left: 0;
}

#text-8 {
	margin: 1% 0;
	background: transparent;
	border: none;
	width:60%;
	height: 100%;
	padding:1%;
	float: left;
	line-height:18px;
	clear:both;
	
}
#text-5 {-moz-border-radius: 10px;
	display:block;
	margin: 7% 0 0;
	width: 30%;
	padding: 2% auto;
	float: right;
	padding:10px 2px;
	border:none;
	}

#execphp-3 {
	-moz-border-radius: 10px;
	display:block;
	margin: 2% 1%;
	width: 25%;
	padding: auto 0;
	float: right;
	padding:10px 10px 0;
	border:none;
}

#text-8 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #7C3688;
	margin: 0 0 22px;
}
#text-8 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7C3688;
	line-height: 1em;
	margin:0 0 10px;
}

#text-8 a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #2db4e2;
	font-weight: 700;
	margin: 5px 0;
	text-transform: uppercase;
}
#text-8 a:hover {
	color: #cfb4d9;
}

.gform_wrapper {

}

.gform_heading
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7C3688;
	line-height: 1.2em;
	padding-bottom:12px;
}

.gfield, .gfield_required{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2db4e2;
	line-height: 1em;
	padding-bottom:12px;
}

ul#gform_fields_1{
padding: 3px 2px 2px 0px;
margin:0 0 5px;
}

.ginput_container  input{
	width: 95%;
	padding: 5px;
	margin: 2px 0 10px;
	border: 1px dotted #cfb4d9;
	
}

.gform_footer 
{
margin-bottom:5px;
text-align:center;}

.gform_footer .button, #sendButton{
font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: bold;
	color: #000;
	border: 0px double #333;
	background: #cfb4d9;
	-moz-border-radius: 8px;
}

.gform_footer .button:hover, #sendButton {
	cursor: pointer;
	background: #2db4e2;
}


.gform_wrapper li, .gform_wrapper form li, .gform_wrapper form ul li { 
list-style-type:none!important; 
background-image:none!important}

.widget_twitter #twitupdate {
	-moz-border-radius: 10px;
	text-align: left;
	margin-left: 45px;
	background: #cfb4d9;
	min-height:100px;
}
.widget_twitter {
	background: transparent none repeat scroll 0 0;
	padding: 2% 0 0 1%;
	color: #777;
	font-size: 14px;
	font-weight: 600;
	border: 0;
}
#twitupdate li {
	width: 95%;
	-moz-border-radius: 10px;
	background: transparent none repeat scroll 0 0;
	padding: 10px;
	display:block;
}
h2.widgettitle {
	margin-bottom: 0;
}
div.widget_twitter h3 {
	width: 60px;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
}
a.twitterwidget-title {
	display: block;
	width: 64px;
	height: 120px;
	text-indent: -9999px;
	background: url("images/twitterbird.png") bottom left no-repeat;
	text-decoration: none;
	margin: 0;
	clear: both;
}
span.entry-meta {
	display: block;
	clear:none;
}
span.time-meta a, span.entry-content a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #7c3688;
	font-weight: 700;
	margin: 5px 0;
	display: visible;
}
span.time-meta a:hover, span.entry-content a:hover {
	color: #ccd3d6;
}
span.time-meta {
	margin-top: 0px;
	padding-top: 15px;
}
span.entry-content {
	color: #fff;
	padding: 5px 0!important;
	margin:10px auto !important;}
	

.entry-content	{
	margin:0 auto;
	clear:both;
	width:100%;
	text-align:justify;
	
}

.from-meta, .in-reply-to-meta {
	display: none;
}
#infohide {
	background: #f7f7f7;
	margin: 0;
	height: 100%;
	width: 100%;
	float: left;
	overflow: visible;
}
#infohide_box {
	width: 980px;
	margin: 0 auto;
}
#fees {
	padding: 5px 0 0;
}
#infohide_box h3 {
	padding: 15px 0 0;
	margin: 0 0 10px;

}

#utility-footer{
border-top:1px dotted #DDDDDD;
float:left;
line-height:0.9em;
margin:5px 0 0;
padding:5px 0 0;
text-transform:uppercase;
width:100%;
font-size:0.8em;
line-height:0.9em;
	}

#hybrid-pages-2{
display:inline;
line-height:0.9em;
margin:0;
padding:10px 0 0 0;
text-transform:uppercase;
width:100%;
background:transparent !important;	
	}
	
ul.pages{
float:left;
border-right:0px solid #000;
padding:0;
margin-left:0px;
}

.pages li  {
float:left;
border-right:0 solid #cbcdce;
padding:0 15px 0 0;
}

.jwts_tabbertab p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7C3688;
	line-height: 1.5em;
	padding:10px;
	text-indent:10px;
	font-weight: bold;
	margin:0 0 10px;
}

.widget-tabs ul.tabs {
width:320px;
}

.widget-tabs ul.tabs, .widget-tabs ul.tabs {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 7px;
overflow:hidden;}

span.love {color:#e41d92;
text-transform: uppercase;}

ul.gfield_radio li input, ul.gfield_checkbox li input {width:5%!important}

.gform_footer input{border:none!important; 
	border-color:none!important; 
		background-color:none!important;}
		
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
display:block;
font-size:12px !important;
letter-spacing:1px;
margin:3px 0 8px;
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
clear:both;
font-family:verdana,sans-serif;
font-size:12px !important;
letter-spacing:normal;
line-height:150%;
font-style:normal !important;
}
		
#gform_wrapper_3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000 !important;
	line-height: 1em;
	padding-bottom:12px;
}

		