/*   
Theme Name: Neuro Pro
Theme URI: http://cyberchimps.com/neuropro/
Description: Neuro: A Premium WordPress Theme designed by CyberChimps.com in Long Beach, California. Neuro is a clean easily customizable HTML5 design, theme options, the Neuro slider, dynamic header for custom logo, social icons, social sharing, contact section, widgetized sidebar and footer, typography including Google Fonts, and multiple template choices. Twitter @cyberchimps. (<a href="http://cyberchimps.com/neuropro" alt="Upgrade to Neuro Pro">Upgrade to Neuro Pro</a>)
Author: CyberChimps
Author URI: http://cyberchimps.com
Version: 1.0.5
Tags: white, light, silver, two-columns, fixed-width, custom-header, custom-menu, threaded-comments, sticky-post, custom-background, theme-options
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Body  */

* { margin: 0; padding: 0; }
body { font-size: 14px;	}

.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */


/* Fonts  */

h1, h2, h3 { font-weight: bold; margin: 0px; }
h1 { font-size: 34px; }
h2 { font-size: 26px; }
h2 a{ color: #276db3; }
h3 { font-size: 14px; }

.error { font-size: 28px; text-align: center;}

p { margin: 0 0 10px 0; }
a { color: #004080; text-decoration: none; }
a:hover { color: #000; }

a img {border: none; }

ul, ol { margin: 0 0 10px 0; }

strong, b {font-weight:bold}
/* Page Layout  */

#page-wrap { width: 982px; 
	margin: auto;
	margin-bottom: 20px;
}

#main { width: 980px; }

/* Header  */

#header { height: 202px;margin-top: 20px; }

#headerwrap { 
	height: 164px;
	background-color: #fbfbfb;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}

#logo { 	
	margin-left: 25px;
	padding-top: 45px;
	z-index: 1;
}

#logo_img { 	
	height: 80px;
 	width: 600px;
	overflow: hidden;
	margin-left: 25px;
	padding-top: 25px;
	z-index: 1;
}

#description {
	height: 14px;
	padding-top: 15px;
}

.description {
	
	font-size: 22px;
	font-weight: bold;
	margin-left: 25px;
	color: #013766;
}

#header_right {
	float: right;
	margin-right: 25px;
	width: 335px;
	height: 100px;
}

.sitename {
	font-size: 34px;
	font-weight: bold;
}

.sitename a{
	color: #333;
}

.sitename a:hover{
	color: #444;
}

/* Social Icons  */

#social {
	float: right;
	padding-top: 50px;	
	height: 37px;
	width: 335px;
	text-align: right;
}

.icons a img {
	
	opacity:.5;filter:alpha(opacity=50);
	padding: 0px 1px;
}

.icons a:hover img { opacity:1;filter:alpha(opacity=100); }
   
/* Search Form */

input[type=text] { 
	width: 120px;
}

/* Search Bar */

#searchbar  {
	width: 200px;
	float: right;
	text-align: right;
	right: 7.6%;
}

#searchbar  {
	width: 200px;
	float: right;
	text-align: right;
	margin-top: 13px;
}
	.searchform {
		margin: 0px;
		text-align: right;
		}
	
	.s {	
	color: #3b3b3b;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 14px;
	font-weight: normal;
	height: 20px;
	padding: 1px 0px 1px 3px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	width: 26%;
	}
	
	.center .searchform { float:none; }
	
	.searchform .s:focus { outline: 0; width: 96%; }

	.searchform .searchsubmit { display: none; }
   
/* Content */   

#content_wrap {
	background: url(./images/column.gif) repeat-y 50% 0;
	width: 978px;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #242527;
	border-left: 1px solid #757577;
	border-right: 1px solid #757577;
	background-color: #fff;
	display: block;
	overflow: auto;
	text-align: left;
}

#content_left {
	float: left;
	width: 667px;
}

#content_fullwidth {
	width: 100%;
}

.content_padding {
	padding: 2px 8px 8px 10px;
}

#content_wrap_fullwidth {
	background: #fff;
	width: 978px;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #242527;
	border-left: 1px solid #757577;
	border-right: 1px solid #757577;
	background-color: #fff;
	display: block;
	overflow: auto;
	text-align: left;
}

#content_wrap_feature {
	background: #fff;
	width: 978px;
	height: 100%;
	padding-top: 5px;
	border-top: 1px solid #242527;
	border-left: 1px solid #757577;
	border-right: 1px solid #757577;
	background-color: #fff;
	display: block;
	overflow: auto;
	text-align: left;
}

/* Posts Styling */

.post_container {
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 10px;
	padding: 0px 5px 5px 5px;
}

.post_container ul {
	
	list-style: disc;
	margin-left: 21px;
	list-style-position: inside;

}

ol {
   list-style-position: inside;
   margin-left: 21px;
}
.content-background {
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0px 5px 5px 5px;
}

.archive-contentbg {
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0px 5px 5px 5px;
}

.posts_title {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 8px;
}

.posts_title a{
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 8px;
		color: #000;
}

.posts_title a:hover{
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 8px;
		color: #444;
}

hr {
	color: #fff; background-color: #fff; border: 1px dotted #ccc; border-style: none none dotted;
}

.post { 
		font-size: 15px;
		font-style: normal;
		font-variant: normal;
		font-weight: 300;
}

.entry {
	overflow:hidden;
	padding-bottom: 15px;
}

.meta { 
			color: #ababab;
			font-size: 12px;
			margin-bottom: 20px;
}
.postmetadata { 
				color: #5c5c5c;
				margin-top: 3px;
 }
 
.cat {
	font-size: 12px;
	text-align: left;
	color: #ababab;
}
 
.post-edit-link {
	background-color: #757575;
	border: 1px solid #ccc;
	padding: 2px 3px;
	color: white;
	font-size: 10px;
}

img.alignright {float:right; margin: 5px 0 1em 1em}
img.alignleft {float:left; margin: 5px 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin: 5px 0 1em 1em}
a img.alignleft {float:left; margin: 5px 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
	max-width: 620px;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
	max-width: 610px;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}


blockquote { 
			background-color: #ccc;
			margin: 10px;
			padding: 3px;
			 }
blockquote p { }

.sticky { }

.gallery-caption { }

.navgation { }
   .next-posts { float: left; }
   .prev-posts { float: right; }

/* Share and Comments Styling */

.share {
	padding-top: 1px;
	margin-bottom: -18px;
}

.share a img {
	padding: 0px 1px 0px 1px;
	opacity:.5;filter:alpha(opacity=50);
}

.share a:hover img { opacity:1;filter:alpha(opacity=100); }

.fb {
	
}
 
.comments {
	text-align: right;
	font-size: 12px;
}

#comments .navigation {
	padding: 0 0px 18px 0;
}
 
.tags {
	font-size: 10px;
}

label[for="comment"] {display: block;}

/* Sidebar Right */

#sidebar_right {
	float: left;
	width: 310px;
	height: 100%;
	display: block;
}

#sidebar { 
			width: 300px;
			height: 100%;
			margin: 0px 5px 10px 5px;
			padding: 0px 0px 0px 5px;
}

.sidebar-widget-title {
	color: #444;
	height: 14px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 0px 15px 0px;
}

.sidebar-widget-style {
	color: #222;
	margin-bottom: 15px;
}

.sidebar-widget-style a{
	color: #000;
	font-weight: 700;
}

.sidebar-widget-style a:hover{
	color: #444;
	font-weight: 700;
}

.sidebar-widget-style li {
	list-style-type: square;
	list-style-position: inside;
}

/* Sidebar Left/Right */

.content_half {
	width: 46%;float: left;
}

#content_wrap_2sidebars {
	background: url(./images/2sidebars.gif) repeat-y 50% 0;
	width: 978px;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #242527;
	border-left: 1px solid #757577;
	border-right: 1px solid #757577;
	background-color: #fff;
	display: block;
	overflow: auto;
	text-align: left;
}

.sidebars_area {
	text-align: left;margin: 0px auto;padding: 0px;border:0;width: 978px;
}

/* Sidebar Left */

#sidebar_left {
	float: left;width: 260px;
}

#sidebar240 { 
			margin: auto;	
			width: 240px;
			margin-bottom: 10px;
			padding: 5px 10px 5px 10px;
			}
			
.sidebar-left-widget-title {
	color: #444;
	height: 14px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 0px 15px 0px;
}
			
/* Sidebar Right */

#sidebar_right2 {
float: right;width: 260px;
}

.sidebar-right-widget-style li {
	list-style-type: square;
	list-style-position: inside;
}

.sidebar-left-widget-style li {
	list-style-type: square;
	list-style-position: inside;
}

.sidebar-right-widget-title {
	color: #444;
	height: 14px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 0px 15px 0px;
}

/* Boxes */

#box_container {
	min-height: 200px;
	width: 978px;
	float: left;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #767676;
	background: url(./images/3columns.gif) repeat-y top center;
	height: 100%;
	}

#box_container ul {
	list-style: none;
}

.box-widget-title {
	color: #444;
	padding: 10px 0px 10px 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.box1 {
	float: left;
	width: 306px;
	padding-left: 10px;
	padding-right: 10px;
	color: #222;
}

.box2 {
	float: left;
	width: 306px;
	padding-left: 10px;
	padding-right: 10px;
	color: #222;
}

.box3 {
	float: left;
	width: 306px;
	padding-left: 10px;
	padding-right: 8px;
	color: #222;
}

.boxes ul {
padding-left: 15px;
}

/* Lists */

li {padding-left: 5px;}


/* Footer  */

#footer { 
	min-height: 200px;
	background-color: #2c2c2c;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-top: 1px solid #7a7a7a;
	width: 980px;
}

#footer_wrap {
	margin: auto;
	width: 978px;
}

.footer-widgets {
	float: left;
	width: 225px;
	margin-top: 10px;
	margin-left: 18px;
	padding-bottom: 15px;
	color: #ccc;
}

.footer-widgets li {
	list-style-type: none;
}

.footer-widgets a {
	color: #f5f5f5;
}

.footer-widgets a:hover {
	color: #111;
}

.footer-widget-title{
	color: #888;
	font-size: 16px;
	font-weight: bold;
}

.footer-item ul {
padding-left: 15px;
}

#afterfooter {
	width: 100%; 
	color: white;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#afterfooterwrap {
	width: 948px; 
	height: 20px; 
	margin: auto; 
	padding: 3px;
}

#afterfootercopyright {
	max-width: 450px;
	float: right;
	position: relative;
	
}

#afterfootercopyright a{
	color: #990100;
	
}

#afterfootermenu {
	float:left;
	position: absolute;
	width: 400px;
}

#afterfootermenu a {
	color: #F5F5F5;
}

#afterfootermenu ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}
#afterfootermenu li {
	display: inline; 
}

/* Twitter Section */

#twitterbar {
	background: #efefef;
	width: 978px;
	border-top: 1px solid #767676;
	overflow: hidden;
}

.twittertext {
	padding: 10px;
	width: 978px;
	font-size: 14px;
}

/* Callout Section */

#calloutwrap {
	background: #efefef;
	height: 100px; 
	width: 978px;
	display: block;
	border-top: 1px solid #767676;
}

.calloutpadding {
	padding: 10px;
}

.callout_text {
	width: 730px;
	float: left;
	font-size: 14px;
	color: #000;
}

.callout_title {
	font-size: 24px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bolder;
	text-transform: uppercase;
}


.calloutbutton {
	padding: 10px 5px 10px 5px;
	width: 200px;
	float:right;
	margin-top: 10px;
	background: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-align: center;
}

.calloutbutton a{
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}

.calloutbutton a:hover{
	color: #b7b7b7;
}

/* Comment lists  */
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }

textarea { }

@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: 'Cantarell', arial, serif; color: #000; background: none; font-size: 12pt; }

h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */

/* Superfish Nav */

/*** Custom Styles ***/

/* Nav */

#navbackground {
		background: #000;
		width: 978px;
		height: 100%;
		display: block;
		border-left: 1px solid #757575;
		border-right: 1px solid #757575;
		border-top: 1px solid #777;
}

#sfwrapper {
    float:              left;
    width:              978px;
    background:         transparent;
}

/* The container wrapping .sf-menu */

.sf-menu {
    float:              left;
    width:              100%;
}
.sf-menu li {
    background:         transparent;
    z-index: 1000;
}
.sf-menu a {
	color: 			#fff;
    font-size: 		15px;
    padding:  9px 10px 13px 10px;   
    font-weight:    800;
    background: transparent;
}
.sf-menu ul li a {
    background: 		transparent;
    padding:            5px 1px;
    font-weight:        800;
    
}
.sf-menu li li {
    background:  url(./images/dropdown.png) repeat-x left bottom;
}
.sf-menu li li li {
    background:   url(./images/dropdown.png) repeat-x left bottom;
}

.sf-menu li.current_page_item  {
	background:    #565a5d;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	background:  	    #565a5d;
    outline:            0;
    height: 			37px;
    z-index: 2000;
}

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

/* The container wrapping .sf-menu */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin:         0;
    padding:        0;
    list-style:     none;
}
.sf-menu {
    line-height:    1.0;
}
.sf-menu ul {
    position:       absolute;
    top:            -999em;
    margin-left: 	0px;
    width:          10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:          175px;
}
.sf-menu li:hover {
    visibility:     inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float:          left;
    position:       relative;  
    padding: 0px 10px 0px 10px;
    background: transparent;
}
.sf-menu a { /* Nav link color */
    display:        block;
    position:       relative;
    background: 	transparent;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:           0;
    top:            2.70em; /* match top ul list item height */
    z-index:        1001;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:            -999em;
}

.sf-menu li li {
	height: 50px;
}

.sf-menu li li:hover {
	height: 50px;
	background: #565a5d;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:           13.9em; /* match ul width */
    top:            0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:            -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:           10em; /* match ul width */
    top:            0;
}

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

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}
 
/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background: transparent;
    padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}

/* slider */

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 100%; padding: 10px 10px 10px 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

/* Shortcodes */

.checklist ul {
margin-left:30px;
list-style:none!important;
}

.checklist ul li{
padding:5px 5px 5px 30px;
background: url(./images/pro/checkbox.png) no-repeat center left;
}

.boxcode {

	background:#bfe4f9;
	border:1px solid #68a2cf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:10px;
	width: 150px;
}

/* Shortcode Columns */

/* ------- Fluid Columns ------- */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/* Download */

.download {
display: inline-block;color:#fff;
font-weight:bold;
font-size:1.2em;
background : -webkit-gradient(linear, left top, left bottom, from(#88c841), to(#73b338));
background : -moz-linear-gradient(center top, #88c841, #73b338);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px 20px;
text-align: center;
-shadow: 0px 1px 0px #6c0909;
}

.download:hover {
background : -webkit-gradient(linear, left top, left bottom, from(#73b338), to(#88c841));
background : -moz-linear-gradient(center top, #73b338, #88c841);
}

/* ------- Default Sliding Door Buttons ------- */
.button_link{
	font-family: Tahoma, Arial, sans-serif;
	background:url(./images/pro/button_sprite.png) no-repeat scroll right -165px transparent;
	text-decoration:none !important;
	color:#eee !important;
	text-shadow:0 -1px 0 #888888;
	display:inline-block;
	font-size:11px;
	letter-spacing:1.6px;
	margin:5px 10px 5px 0;
	border:0 none;
	padding:0 24px 0 0;
	text-transform:uppercase;}
.button_link span{
	background:url(./images/pro/button_sprite.png) no-repeat scroll -6px -122px transparent;
	text-decoration:none !important;
	display:block;
	line-height:10px;
	padding:15px 0 17px 21px;}
.button_link.large_button{
	background-position:right -61px;
	font-size:24px;
	height:56px;
	padding-right:24px;}
.button_link.large_button span{
	background-position:-6px -3px;
	line-height:20px;
	padding:17px 0 20px 20px;
	text-transform:none;}
.button_link:hover{text-decoration:none !important;}