/*
Theme Name: FitX Platinum
Theme URI: http://www.presscoders.com/fitx
Description: A vibrant, customizable WordPress theme for fitness professionals.
Author: PressCoders.com
Version: 1.3
Tags: fitness, boot camp, workout, options, classy, clean
Author URI: http://www.presscoders.com/

The FitX theme was designed and created by Scott Bolinger, and David Gwyer.
Please visit <a href="http://www.presscoders.com/">Press Coders</a> for more great WordPress themes and Plugins!
*/

/* Browser CSS reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html, body {
	line-height: 1;
	overflow-x: hidden;
}

ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* Basic Setup
-------------------------------------------------------------- */

body {
width: auto;
height: auto;
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.625;
}

input, text area {
font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #555;
font-weight: 300;
line-height: 1.625;
}

:focus {
outline: 0;
}

.alignleft {
float: left;
margin: 0 20px 10px 0;
}

.alignright {
float: right;
margin: 0 0 10px 20px;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.clear {
clear: both;
}


/*** Typography ***/


h1, h2, h3, h4 {
margin: 0 0 15px 0;
padding: 0;
}

h1 {
font-size: 38px;
line-height: 44px;
}

h2 {
font-size: 32px;
line-height: 38px;
}

h3 {
font-size: 26px;
line-height: 30px;
font-weight: normal;
}

h4 {
font-size: 18px;
}

strong {font-weight: bold;}

a:link, a:visited, a:hover {text-decoration: none;}

abbr,acronym {
border-bottom: 1px dotted;
cursor: help;
} 

em {font-style: italic;}

blockquote, .testimonial {
font-style: italic;
overflow: hidden;
}

blockquote {
padding: 15px 0 0;
margin: 15px;
}

.testimonial {
margin: 15px 0;
}

.page-link {
margin-bottom: 10px;
}

.page-link a {
padding: 4px;
background: #eee;
border: 1px solid #ccc;
margin: 0 2px;
}

.page-link a:hover {
background: #fff;
}

/*** Tables ***/


th,td {
padding: 8px;
}

th {
font-weight:bold;
text-align:center;
}

p,fieldset,table {margin-bottom: 15px;}

.widget table#wp-calendar {
width: 100%;
}

/* Pricing Table */

table.pricing {
margin: 10px auto;
width: 90%;
}

table.pricing th {
text-align: center;
vertical-align: middle;
width: 100px;
}

table.pricing h2 {
margin: 10px 0;
font-size: 28px;
text-align: center;
}

table.pricing td {
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
background-color: #fff;
}

table.pricing td:hover {
background: #fff;
}

table.pricing .price {
font: italic 24px/28px Palatino,'Palatino Linotype',Georgia,serif;
}

table.pricing p {
text-align: center;
}

table.pricing a.button {
margin: 10px 0;
}


/*** Lists ***/

ol {margin-left: 20px;}
ol li {list-style: decimal outside;}

.content ul {
margin: 0 0 15px 12px;
list-style: none;
}

#container ul {
margin-bottom: 15px;
}

.content ul li {
overflow: hidden;
padding: 2px 0 5px 23px;
background: url(images/bullet.png) no-repeat 0 5px;
}

#container ul li ul li { border-bottom: none; }

.sidebar-container .widget ul li, footer ul li {
padding: 5px 0;
}


/*** Boxes ***/

.box {
padding: 15px;
margin: 15px 0;
display: block;
overflow: hidden;
}

.note, .warning, .alert, .error, .download {
font-size: 13px;
clear: both;
margin: 10px 0;
padding: 10px;
overflow: hidden;
}

.note, .warning, .alert, .error, .download {
color: #444;
}

.note {
background: #eee;
border: 1px solid #ccc;
}

.warning, .alert {
background: #fffbbc;
border: 1px solid #E6DB55;
}

.error {
background: #ffebe8;
border: 1px solid #C00;
}

.download {
background: #e4ebf8;
border: 1px solid #2e68d4;
}

.line { 
border-top: 1px solid #eee;
clear: both;
margin: 15px 0;
}

.optin-error, .contact-error {
display: block;
background: #FFEBE8;
border: 1px solid #CC0000;
padding: 5px 8px;
color: #333;
text-align: left;
margin: 10px 0px;
}

.coupon {
background: #fafafa;
border: 2px dotted #ccc;
padding: 15px;
margin: 15px 0;
display: block;
overflow: hidden;
text-align: center; 
}

.couponcode {
font: bold italic 24px/28px Palatino,'Palatino Linotype',Georgia,serif;
color: #866f31;
}


/*** Images ***/


.post img {
margin-bottom: 9px;
}

.post .post-thumb {
margin-bottom: 10px;
overflow: hidden;
}

.post .post-thumb img {
margin: 0;
display: block;
}

p.wp-caption-text {
margin-bottom: 8px;
text-align: center;
font-size: 12px;
}

.gallery {
clear: both;
}

.gallery img {
margin: 10px;
}

.icon {
margin: 0 10px 0 0;
position: relative;
top: 10px;
}

.content img.noborder {
border: none;
}


/*** Forms ***/

textarea {
background: #eee;
border: none;
padding: 3px 5px;
}

input {
background: #eee;
border: none;
padding: 3px 5px;
}

input[type="text"] {
border: 1px solid #ccc;
}

.button, .btn, .post-edit-link {
margin-bottom: 10px;
}

.button, .btn, #searchsubmit, #submit, .submit, .post-edit-link, .more-link {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: bold 14px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
padding: .4em 1.5em .5em;
font-weight: bold;
overflow: hidden;
}

input.button, input#searchsubmit {
padding: 0.4em 1.5em 0.4em;
}

.more-link {
margin-top: 10px;
display: block;
width: 80px;
}

.button:hover, .btn:hover, #searchsubmit:hover, #submit:hover, .submit:hover, .post-edit-link:hover, .more-link:hover {
text-decoration: none;
}


/* Layouts
-------------------------------------------------------------- */


/*** Right/Left Sidebar ***/

.right {
float: right;
}

.left {
float: left;
}

/*** Columns ***/

.twocollt {
float: left;
display: block;
width: 48%;
margin: 0 15px 5px 0;
}

.twocolrt {
display: block;
margin: 0 0 5px 0;
width: 48%;
float: right;
}

.threecollt {
float: left;
display: block;
width: 32%;
margin: 0 12px 5px 0;
}

.threecolmid {
display: block;
float: left;
width: 32%;
margin: 0 12px 5px 0;
}

.threecolrt {
display: block;
margin: 0 0 5px 0;
width: 32%;
float: right;
}

.one-col .content .threecollt {
margin-right: 20px;
}

/*** Column Shortcodes ***/

.one-half, .one-third, .two-thirds, .three-fourths, .one-fourth {
float:left;
margin-bottom:20px;
margin-right:4%;
position:relative;
}

.one-half {
width: 48%;
}

.one-third {
width: 30.66%;
}

.two-thirds {
width: 65.33%;
}

.one-fourth {
width: 22%;
}

.three-fourths {
width: 74%;
}

.last-col {
clear:right;
margin-right:0;
}

/* Header/Navigation
-------------------------------------------------------------- */

#header-container {
position: relative;
}

header {
width: 960px;
position: relative;
padding: 0 0 5px 0;
margin: 0 auto;
}

#logo-wrap {
float: left;
margin-bottom: 10px;
z-index: 5;
max-width: 600px;
margin-right: 20px;
}

#site-title {
margin: 25px 15px 5px 0;
font-size: 38px;
line-height: 46px;
font-weight: bold;
}

#site-title a:hover {
text-decoration: none;
}

#site-title a span { 
display: visible; /* toggles to display:none; to hide site title text when replaced with logo */
}

#site-description {
clear: left;
display: inline;
float: left;
}

#site-logo a {
max-width: 600px;
float: left;
overflow: hidden;
position: relative;
margin: 20px 15px 0 0;
}

#site-logo span {
display: none;
}

#site-logo a img {
display: inline-block;
vertical-align: middle;
}


/*** Navigation ***/


#header-container nav {
margin: 72px 0 5px 0;
display: table;
}

#header-container nav .menu {
height: 40px;
padding: 0;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 92;
}

#header-container nav .menu li, #secondary-menu .menu li {
display: inline;
float: left;
position: relative;
}

#header-container nav li a, #secondary-menu li a {
display: block;
font-weight: bold;
line-height: 18px;
text-decoration: none;
padding: 6px 7px;
margin: 0 5px;
}

#header-container nav li a:hover {
text-decoration: none;
}

#secondary-menu li a {
padding: 10px 20px;
}

#secondary-menu .menu {
width: 960px;
margin: 0 auto;
height: 40px;
padding: 0;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 91;
}

.sf-sub-indicator {
display: none;
}


/*** Drop Downs ***/

ul.sub-menu {
position:absolute;
top:30px;
left:-1px;
display: none;
float: left;
z-index: 89;
width: 220px;
list-style: none outside none;
margin: 0;
}
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}
ul.sub-menu li {
width: 220px;
}
#header-container nav .menu ul.sub-menu li a, #secondary-menu ul.sub-menu li a {
border-bottom: none;
font-weight: normal;
padding: 10px;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
ul.sub-menu ul {
left:100%;
top: 0;
}
ul.sub-menu a {
height:auto;
}
#header-container nav .menu li:hover > ul, #secondary-menu li:hover > ul {
display:block;
}


/* Containers & Content
-------------------------------------------------------------- */

#container {
width: 960px;
padding: 10px 0;
margin: 0 auto;
position: relative;
z-index: 1;
}

#contentwrap {
display: block;
padding: 0 0 20px 0;
margin: 0 auto;
position: relative;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
box-shadow: 0 0 8px rgba(0,0,0,0.3);
padding: 10px 25px 20px 25px;
}

.two-col-r .content, .two-col-l .content {
width: 620px;
padding-top: 20px;
}

.three-col-r .content, .three-col-l .content, .three-col-c .content {
overflow-y: hidden;
overflow-x: visible;
width: 320px;
padding-top: 20px;
}

.one-col .content {
padding-top: 20px;
}

#main-content {
margin-bottom: 15px;
}

#main-content img {
margin-bottom: 15px;
}

.sidebar-extra-margin-right {
margin-right:20px;
}

.sidebar-extra-margin-left {
margin-left:20px;
}

/*** Breadcrumbs ***/

.breadcrumb {
width: 100%;
margin: 10px 0 0;
display: block;
overflow: hidden;
}

.breadcrumb-trail {
display: block;
font-size: 12px;
padding: 0;
overflow: hidden;
float: left;
color: #777;
}

.breadcrumbs span a {
color: #555;
}


/* Posts
-------------------------------------------------------------- */

.post {
clear: both;
overflow: visible;
margin-bottom: 25px;
}


/*** Titles ***/

.entry-title {
margin: 0 0 15px 0;
padding: 2px 0 0 0;
font-weight: normal;
}

.singular-post h1.entry-title {
font-weight: bold;
}

.page-title {
padding: 0;
clear: both;
margin: 0 0 20px 0;
font-weight: bold;
}

.entry-title a:hover, .page-title a:hover {
text-decoration: none;
}


/*** Post Meta ***/

.post-meta { 
font-size: 12px;
margin: 0;
padding: 10px 0;
display: block;
clear: both;
}

.post-meta li {
display: inline;
float: left;
padding: 0;
}

.post-meta p {
margin-bottom: 0;
display: block;
margin-top: 3px;
}

.single .post-meta p {
float: right;
}

.singular-page .post-meta {
display: none;
}

.blog .post-meta span.comments {
float: right;
}

.tweetbtn {
display: block;
float: left;
}

.fblike {
display: block;
float: left;
}

.fb_edge_widget_with_comment {
position: absolute !important;
}

span.date {
font-weight: bold;
font-style: italic;
}

/*** Comments ***/

#comments-meta {
float: left;
margin: -15px 0 0 0;
padding: 0 0 0 5px;
}

#comments {
padding-top: 15px;
clear: both;
}

#comments-meta p {
margin: 0;
padding: 5px 0 5px 0;
}

#comments ol {
margin: 0 0 20px 0;
}

#comments ol li {
list-style: none;
}

ol.commentlist li {
padding: 15px 15px 0 15px;
margin: 20px 0 20px 0;
}

ol.commentlist li.alt {
}

ol.commentlist li ul.children { 
list-style: none; 
text-indent: 0; 
}

ol.commentlist li ul.children li {
padding: 15px;
margin: 20px 0 20px 0;
}

ol.commentlist li ul.children li.alt {
background: #fff;
}

.comment-meta {
font-size: 11px;
margin: 0 0 12px 0;
}

span.says {
display: none;
}

.comment-author {
font-size: 14px;
font-weight: bold;
}

.testimonial .avatar {
float: left;
margin: 0 10px 0 0;
padding: 3px;
}

#comments .avatar {
float: right;
margin: 0 0 0 10px;
}

div.reply {
font-size: 11px;
margin-bottom: 10px;
}

div.reply a {
padding: 0;
}

.cancel-comment-reply a, .cancel-comment-reply-link {
display: none;
}

#respond {
width: 100%;
padding-bottom: 20px;
}

#author, #email, #url, #comment {
font-family: "Trebuchet MS", Helvetica, Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 18px;
padding: 6px 4px 6px 4px;
display: block;
clear: both;
}

#comment {
width: 98%;
max-width: 625px;
}

.form-allowed-tags {
padding: 2px 3px;
font: normal normal normal 12px/22px "Trebuchet MS", Arial, Verdana, sans-serif;
display: none;
}

.nocomments {
display: none;
}

#comments-meta {
border-top: 1px solid #E1E1E1;
}

#comments {
border-top: 1px solid #E1E1E1;
}

ol.commentlist li {
border: 1px solid #eee;
background: #fafafa;
}

.comment-meta a {
color: #888888;	
}

.avatar {
background: #eee;
}

div.reply a {
color: #888888;
}

blockquote {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
color: #777;
}

#author, #email, #url, #comment {
border: 1px solid #E1E1E1;
color: #555555;
}

/*** Contact Form ***/

.cffield, .cfsubmit, .cfcheckbox {
margin: 10px 0;
}

.cffield label {
clear: both;
}

.cffield textarea, .cffield input {
clear: both;
border: 1px solid #ccc;
display: block;
margin: 5px 0;
}

.cffield input {
width: 50%;
max-width: 270px;
}

.cffield textarea {
width: 98%;
max-width: 600px;
height: 200px;
}

/*** Search Results ***/

span.search-results {
	font-weight: bold;
	background-color: yellow;
}

div.guarantee {
display: block;
min-height: 200px;
padding: 20px 20px 20px 230px;
background: url(images/satisfaction-guarantee.png) no-repeat 20px 20px #deeaf8;
border: 1px solid #afc7e2;
margin: 15px 0;
}



/* Widgets
-------------------------------------------------------------- */

/*** Widget Containers ***/

#before-content {
z-index: 2;
position: relative;
background: url(images/shadow-full.png) no-repeat center bottom;
padding-bottom: 5px;
}

#before-content .widget_text {
padding: 20px;
margin: 0 auto;
width: 920px;
}

#before-content .page-title {
padding-top: 15px;
}

.widget.nivo_slider_widget {
overflow: visible;
}

#before-content .widget.nivo_slider_widget {
margin-bottom: 0;
}

.sidebar-container {
overflow: visible;
width: 270px;
padding-top: 20px;
}

.widget {
overflow: hidden;
margin: 0 0 15px 0;
}

.widget_search input[type="text"] {
margin: 5px 0;
}

.search input[type="text"], .widget_search input[type="text"] {
background-image: url(api/images/icons/search.png);
background-repeat: no-repeat;
background-position: 3px 50%;
padding-left: 17px;
border: 1px solid #ccc;
}

#searchform #searchsubmit {
clear: both;
display: block;
margin: 10px 0;
}

#searchform {
max-width: 270px;
}

#body-container .fitx_opt_in_widget {
padding: 10px 14px 15px 14px;
text-align: center;
font-weight: bold;
font-size: 14px;
position:relative;
z-index:1;
overflow: visible;
margin: 0 10px 15px 10px;
}

.optin-field {
clear: both;
margin: 10px 0;
text-align: center;
}

#optin-description .optinpic {
float: left;
margin: 0 10px 10px 0;
}

.fitx_opt_in_widget .thanks {
text-align: center;
}

.fitx_opt_in_widget .thanks a {
text-decoration: underline;
}

.fitx_opt_in_widget .widget-title {
text-align: center;
font-weight: bold;
position:relative;
padding:10px 25px;
margin:0 -25px 20px;
font-size:28px;
line-height:32px;
font-weight:bold;
text-align:center;
text-shadow:0 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.2);
zoom:1;
}

.fitx_opt_in_widget .widget-title:before,
.fitx_opt_in_widget .widget-title:after {
content:"";
position:absolute;
z-index:-1;
top:100%;
left:0;
border-width:0 10px 10px 0;
border-style:solid;
border-color:transparent #555;
}

.fitx_opt_in_widget .widget-title:after {
left:auto;
right:0;
border-width:0 0 10px 10px;
}


/** Header Widgets **/

#header-widget-area {
max-width: 400px;
float: right;
}

#header-widget-area .widget {
border: none;
padding: 10px 15px;
margin-bottom: 0;
}

/*** Info Box Widget ***/

.pc_info_widget {
display: block;
overflow: hidden;
}

header .pc_info_widget {
position: absolute;
right: 0;
padding: 4px 10px;
max-height: 30px;
}

header .pc_info_widget h3.widget-title, header .pc_info_widget .info_description {
display: none;
}

header .pc_info_widget .search {
display: inline-block;
clear: none;
margin-left: 10px;
position: relative;
top: -11px;
*display: inline;
zoom: 1;
}

header .pc_info_widget #searchform {
margin-top: 3px;
}

#header-widget-area .pc_info_widget #searchsubmit, #header-widget-area .pc_info_widget input[type="submit"] {
display: none;
}

header .pc_info_widget .phone {
position: relative;
top: -10px;
margin-right: 10px;
font-weight: 500;
}

footer .pc_info_widget .phone, #container .pc_info_widget .phone {
clear: both;
display: block;
font-size: 18px;
margin: 10px 0;
font-weight: 500;
}

.pc_info_widget .phone:before {
content: url(api/images/icons/phone-icon.png);
position: relative;
top: 5px;
margin-right: 5px;
}

#container .pc_info_widget input[type="text"] {
clear: none;
float: left;
width: 130px;
margin-top: 3px;
}

footer .pc_info_widget input[type="text"] {
width: 180px;
}

#container .pc_info_widget #searchsubmit {
clear: none;
float: right;
margin: 0;
}

#container .pc_info_widget .search {
display: block;
clear: both;
line-height: 30px;
}


/*** Testimonials Widget/Shortcode ***/

.pc_testimonial_widget .testimonial {
margin: 15px 0;
padding: 0;
}

.testimonial-name, .testimonial-company {
font-weight: bold;
margin: 0 0 3px 0;
}

.testimonial-name {
margin-top: 10px;
}

.testimonial-meta {
padding-left: 30px;
}

.quote {
background: url(images/quote.png) no-repeat;
display: block;
margin: 0;
padding-left: 30px;
}

.quote p:last-child {
margin-bottom: 0;
}

div.testimonial-meta img {
width: 50px;
height: 50px;
}

/*** Recent Posts Widget ***/

.pc_recent_posts_widget ul, .pc_blog_style_recent_posts_widget ul {
margin: 0;
}

.pc_recent_posts_widget ul li, .pc_blog_style_recent_posts_widget ul li {
background: none !important;
padding: 2px 0 0 0;
margin: 15px 0 0;
}

.pc_recent_posts_widget a:hover, .pc_blog_style_recent_posts_widget a:hover {
text-decoration: none;
}

p.read-more {
font-weight: bold;
}

/** Footer Widgets **/

footer .widget {
width: 225px;
float: left;
margin: 20px 0 20px 20px;
background: none;
border: none;
padding: 0;
}

footer .widget:first-child, footer .slider-wrapper:first-child {
margin-left: 0;
}

footer .widget-title {
background: none;
padding: 2px;
margin: 0 0 15px 0;
}


/* Footer
-------------------------------------------------------------- */

footer {
clear: both;
position: relative;
z-index: 0;
}

.footer-widget-container {
width: 100%;
overflow: hidden;
position: relative;
margin-top: -40px;
padding-top: 30px;
z-index: -1;
}

.footer-widget-container .inside, #site-info {
width: 960px;
margin: 0 auto;
display: block;
}

#site-info {
padding: 10px 0;
font-size: 14px;
}

#site-info .copyright {
float: left;
max-width: 400px;
}

#site-info .pc-link {
float: right;
max-width: 400px;
}

a.wp-link {
background-image: url(api/images/icons/wp-logo-16px.png);
width: 16px;
height: 16px;
display: inline-block;
text-indent: -999em;
overflow: hidden;
background-repeat: no-repeat;
text-align: left;
direction: ltr;
opacity: .7;
}

a.wp-link:hover {
opacity: 1;
}


/* CSS3 Effects
-------------------------------------------------------------- */

header .pc_info_widget, #header-container nav li.current-menu-item, #header-container nav li a:hover {
background: rgba(255,255,255,.2);
}

#header-container nav li.current-menu-item a:hover {
background: none;
}

#header-container nav li a, #header-container nav li.current-menu-item, .note, .warning, .alert, .error, .download, textarea, input, ol.commentlist li, .fitx_opt_in_widget, .pc_twitter_feed_widget, .pc_twitter_feed_widget .twtr-widget .twtr-tweet, .optin-error, .contact-error, ul.sub-menu, div.guarantee {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.fitx_opt_in_widget .widget-title {
-moz-border-radius-topright: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}

.fitx_opt_in_widget {
-webkit-box-shadow: rgba(80,80,80,.5) 0 0 5px;
-moz-box-shadow: rgba(80,80,80,.5) 0 0 5px;
box-shadow: rgba(80,80,80,.5) 0 0 5px;
}

#header-widget-area .widget {
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

/*** Buttons ***/

.defaultbtn, .button, .btn, #searchsubmit, #submit, .submit, .post-edit-link, .more-link {
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: rgba(80,80,80,.8) 0 1px 0;
-moz-box-shadow: rgba(80,80,80,.8) 0 1px 0;
box-shadow: rgba(80,80,80,.8) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
text-decoration: none;
vertical-align: middle;
}

/*** Button Color Classes ***/

/* Big Gold Button */

.gold {
   background: #e2a104;
   background: url(images/trans-btnbg.png) repeat-x top #e2a104;
   color: #333 !important;
   -webkit-border-radius: 1.5em;
   -moz-border-radius: 1.5em;
   border-radius: 1.5em;
   font-size: 22px;
   font-weight: bold;
   text-transform: uppercase;
   border: 3px solid #fff;
   -webkit-box-shadow: rgba(80,80,80,.6) 0 0 4px;
   -moz-box-shadow: rgba(80,80,80,.6) 0 0 4px;
   box-shadow: rgba(80,80,80,.6) 0 0 4px;
   margin: 10px 0;
   padding-top: .5em;
}

.gold:before {
   content: url(images/black-arrow.png);
   width: 30px;
   height: 23px;
   float: left;
   margin-right: 5px;
}

.gold:hover {
   background: url(images/trans-btnbg.png) repeat-x top #e2bb04;
   color: #000;
}

.gold:active {
   background: url(images/trans-btnbg.png) repeat-x top #e2a104;
   color: #000;
   position: relative;
   top: 1px;
}

/* Blue */

.blue {
   border-top: 1px solid #ccccff;
   background: #10519f;
   background: url(images/trans-grad.png) repeat-x top #10519f;
   color: #ffffff !important;
}
.blue:hover {
   border-top-color: #ccccff;
   background: #195baa;
   color: #fafafa;
}
.blue:active {
    border-top-color: #ccccff;
    background: #084691;
	position: relative;
	top: 1px;
}

/* Red-Orange */

.orange {
   border-top: 1px solid #faad93;
   background: #cc3300;
   background: url(images/trans-grad.png) repeat-x top #cc3300;
   color: #ffffff !important;
}
.orange:hover {
   border-top-color: #faad93;
   background: #dd633a;
   color: #fafafa;
}
.orange:active {
    border-top-color: #faad93;
    background: #993300;
	position: relative;
	top: 1px;
}
 
/* Light Blue */

.lightblue {
   border-top: 1px solid #cfe5fc;
   background: #0066cc;
   background: url(images/trans-grad.png) repeat-x top #0066cc;
   color: #ffffff !important;
}
.lightblue:hover {
   border-top-color: #cfe5fc;
   background: #0279f0;
   color: #fafafa;
}
.lightblue:active {
    border-top-color: #cfe5fc;
    background: #0154a7;
	position: relative;
	top: 1px;
}

/* Red */

.red {
   border-top: 1px solid #ffcccc;
   background: #990000;
   background: url(images/trans-grad.png) repeat-x top #990000;
   color: #ffffff !important;
}
.red:hover {
   border-top-color: #ffcccc;
   background: #b20505;
   color: #fafafa;
}
.red:active {
    border-top-color: #ffcccc;
    background: #890202;
	position: relative;
	top: 1px;
}

/* Yellow */

.yellow {
   border-top: 1px solid #ffffcc;
   background: #ffcc00;
   background: url(images/trans-grad.png) repeat-x top #ffcc00;
   color: #333 !important;
}
.yellow:hover {
   border-top-color: #ffffcc;
   background: #fce203;
   color: #000;
}
.yellow:active {
    border-top-color: #ffffcc;
    background: #eabb00;
	position: relative;
	top: 1px;
}

/* Opt-in Gold */

.optinbtn {
   border-top: 1px solid #ffffcc;
   background: #e2a104;
   background: url(images/trans-grad.png) repeat-x top #e2a104;
   color: #333 !important;
}
.optinbtn:hover {
   border-top-color: #ffffcc;
   background: #e2bb04;
   color: #000;
}
.optinbtn:active {
    border-top-color: #ffffcc;
    background: #e2a104;
	position: relative;
	top: 1px;
}

/*** Box Color Classes ***/


.defaultbox {
border-top: 6px solid #ccc;
border-bottom: 6px solid #ccc;
background: #eee;
}

.goldbox {
border-top: 6px solid #866f31;
border-bottom: 6px solid #866f31;
background: #f2eee5;
}

.greenbox {
border-top: 6px solid #005826;
border-bottom: 6px solid #005826;
background: #e6f8ed;
}

.bluebox {
border-top: 6px solid #004a80;
border-bottom: 6px solid #004a80;
background: #ecf3fb;
}

.redbox {
border-top: 6px solid #790000;
border-bottom: 6px solid #790000;
background: #fde2e3;
}

.yellowbox {
border-top: 6px solid #aba000;
border-bottom: 6px solid #aba000;
background: #fcfadd;
}

/* IE Fixes
-------------------------------------------------------------- */

.ie7 #body-container .fitx_opt_in_widget {
margin: 0 0 15px 0; 
}

.ie7 .fitx_opt_in_widget .widget-title {
margin: -15px -15px 20px -15px; 
}

.ie7 .fitx_opt_in_widget .widget-title:before, .ie7 .fitx_opt_in_widget .widget-title:after {
display: none;
}

.ie7 #header-container {
z-index: 100;
margin-bottom: 10px;
}

.ie7 header .pc_info_widget, .ie7 #header-container nav li.current-menu-item, .ie7 #header-container nav li a:hover, .ie8 header .pc_info_widget, .ie8 #header-container nav li.current-menu-item, .ie8 #header-container nav li a:hover {
background: url(images/trans.png) repeat;
}

.ie8 .nivo-caption { bottom: -1px; }

/* Webkit fixes */

body { -webkit-text-size-adjust:none; }


/*** Clearfix http://nicolasgallagher.com/micro-clearfix-hack/ ***/

/* For modern browsers */
.cf:before, .cf:after, #container:before, #container:after, #contentwrap:before, #contentwrap:after, header:before, header:after, nav:before, nav:after {
    content:"";
    display:table;
}

.cf:after, #container:after, #contentwrap:after, header:after, nav:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf, #container, #contentwrap, header, nav {
    zoom:1;
}