/*
Theme Name: Formidable Pro 2
Theme URI: http://formidablepro.com
Version: 1.0
Author: Strategy11
Author URI: http://blog.strategy11.com
*/
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
background: #2B3A53 !important;
}
body {
font: 13px/145% Arial, Helvetica, sans-serif;
color: #666;
}
#blog-page #content {
font-size:105%;
line-height:155%;
}
p {
padding:0 0 1em;
margin:0;
}
a {
	text-decoration: none;
	outline: none;
	color: #5383BE;
}
a:hover {
	color: #F60;
}
hr{border:none;border-bottom:1px solid #EBEBEB;background:#EBEBEB;color:#EBEBEB;height:1px;}
object{outline:none;}
blockquote {
	font: italic 110%/145% Georgia, "Times New Roman", Times, serif;
	background: #f4f4f4;
	padding: 8px 10px 3px 35px;
	margin: 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
big {
	font: normal 16px/150% Georgia, "Times New Roman", Times, serif;
}
small {
	font-size: 87%;
	color: #999;
}
sup {
	text-transform: uppercase;
	font-size: 65%;
	letter-spacing: .04em;
}

pre, code {
	font: 12px/120% "Courier New", Courier, monospace;
	background: #FFFFE0;
	border:1px solid #E6DB55;
	color: #333;
	display: block;
	padding: 10px 15px;
	margin: 10px 0;
	word-wrap: break-word;
	overflow-x: auto;
    white-space: pre-wrap;
}
em, i {
	font-family: "Times New Roman", Times, serif;
	font-size: 115%;
}
strong, b {
	color: #333;
	font-weight: bold;
}
ul, ol {
	padding: 4px 0 1.4em 26px;
	margin: 0;
	line-height: 130%;
}
ul {
	padding-left: 18px;
}
li {
	margin: 0 0 1em;
	padding: 0;
}
input, textarea, select, .amember input, .amember textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #f9f9f9;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
textarea, .amember textarea {
	line-height: 150%;
}
input[type=text], input[type=password], textarea, .amember textarea {
	border: solid 1px #d3d3d3;
	border-top-color: #bbb;
	border-bottom-color: #eee;
	padding: 7px;
	background: #f9f9f9;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus {
	border: solid 1px #362164;
}
input[type=reset], input[type=submit], input[type=button], #searchsubmit, .button-primary {
	background: #1d6385 url("images/button-grad.png") repeat-x scroll left top;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-sizing: content-box;
    border: 1px solid #298CBA;
    cursor: pointer;
    line-height: 13px;
    text-decoration: none;
	padding: 5px 20px;
	font-size: 120%;
}
.button-primary{
	/*margin-right: 5px;*/
	vertical-align: middle;
}
input[type=reset]:hover, input[type=submit]:hover, input[type=button]:hover, #searchsubmit:hover, .button-primary:hover {
	background: #21759B url("images/button-grad-active.png") repeat-x scroll left top;
	color:#eaf2fe;
	border-color:#13455b;
}
.quicktags-toolbar input{
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	font-size:12px !important;
}
.quicktags-toolbar input:hover{color:#464646;}
#searchsubmit {
	font-size:100%;
	padding:1px 5px;
}

/************************************************************************************
HEADING
*************************************************************************************/
h1, h2, h3, h4, h5 {
	color: #000;
}
h1 {
	font: bold 50px/100% Arial, Helvetica, sans-serif;
	letter-spacing: -0.04em;
	margin: 0 0 30px -1px;
	color: #2B3A53;
}
h2 {
	font: normal 30px/110% Arial, Helvetica, sans-serif;
	letter-spacing: -0.025em;
	font-variant: small-caps;
	margin: 0 0 20px;
	color:#5383BE;
}
h3 {
	font: bold 20px/110% Arial, Helvetica, sans-serif;
	letter-spacing: -0.015em;
	margin: 20px 0 10px;
}
#theme-single h3 {
	margin: 15px 0 10px;
}
h3 em {
	font: italic normal 20px/110% "Times New Roman", Times, serif;
	letter-spacing: .05em;
}
h4 {
	font: bold 16px/110% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 8px;
}
h4 em {
	font: italic normal 17px/110% "Times New Roman", Times, serif;
	letter-spacing: .05em;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	overflow: hidden;
	position: relative;
}
.pagewidth {
	width: 978px;
	margin: 0 auto;
	position: relative;
}
.left-col {
	width: 690px;
	float: left;
}

/************************************************************************************
GRID
*************************************************************************************/
.divider {
	border-top: double 4px #ddd;
	padding: 25px 0 0;
	margin-bottom: 30px;
}
.col {
	float: left;
	margin-right: 30px;
}
.gu2 {
	width: 474px;
}
.gu3 {
	width: 306px;
}
.gu4 {
	width: 222px;
}
.last {
	margin-right: 0;
}
#footer .col {
	margin-bottom: 25px;
}

/************************************************************************************
TOP BAR
*************************************************************************************/
#topbar {
	background: #171f2d;
	height: 25px;
	padding: 6px 0 0;
	width: 100%;
	border-bottom:1px solid #475469;
}
/* sub nav */
#sub-nav {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 12px;
}
#sub-nav li {
	list-style: none;
	padding: 0 0 10px;
	margin: 0 0 0 17px;
	float: left;
	position: relative;
}
#sub-nav a {
	color: #cec5d1;
	text-decoration: none;
}
#sub-nav a:hover {
	color: #fff;
	text-decoration: none;
}

#sub-nav .open-login a {
	padding: 0 10px 0 0;
}

/* sub-nav dropdown */
#sub-nav ul {
	position: absolute;
	top: 22px;
	right: -5px;
	margin: 0;
	padding: 5px 0;
	background: #222;
	font-size: 95%;
	display: none;
	border-bottom: solid 1px #262626;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
}
#sub-nav ul li {
	margin: 0;
	padding: 0;
}
#sub-nav ul a {
	background: none;
	width: 100px;
	display: block;
	padding: 3px 10px;
	color: #a29ea4;
	text-shadow: 0 1px 3px rgba(0,0,0,.9);
}
#sub-nav ul a:hover {
	color: #fff;
}
#sub-nav .member ul a {
	background: none;
	padding: 3px 10px;
}
#sub-nav li:hover > ul {
	display: block;
}

/* login form */
#login-form {
	display:none;
	float: right;
	margin: -4px 0 0 5px;
	padding: 0;
}
#login-form input[type=text], #login-form input[type=password] {
	width: 60px;
	height: 15px;
	padding: 1px 5px 2px;
	color: #2a272b;
	border: none;
	border-top: solid 1px #939093;
	border-bottom: solid 1px #574d59;
	background: #bab7ba;
	background: rgba(255,255,255,.35);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	vertical-align: bottom;
}
#login-form input {
	line-height: 100%;
}
#login-form input[type=text]:focus, #login-form input[type=password]:focus {
	color: #000;
	background: rgba(255,255,255,.6);
}
#login-form .login-btn {
	border: none;
	padding: 1px 0 2px;
	margin: 0;
	width: 58px;
	height: 22px;
	color: #ccc;
	vertical-align: middle;
	cursor: pointer;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#login-form .login-btn:hover {
	color: #fff;
}
#login-form .close-login {
	cursor: pointer;
	width: 14px;
	height: 14px;
	margin: 1px 0 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	height: 100px;
}
#logo {
	margin-top:20px;
	width:260px;
	float:left;
	padding:6px 0;
	font:40px/100% "Times New Roman", Times;
	border-top:2px solid #A4BEDA;
	border-bottom:2px solid #A4BEDA;
}
#logo a{
	color:#A4BEDA;
	text-shadow:0 1px 3px rgba(0,0,0,.9);
}
#logo a span{color:#E8EEF5;}
#logo a span.pro{
	font:25px/100% "MS Serif","Times New Roman", Times;
	position:absolute;
	background:#2B3A53;
	margin-left:205px;
	margin-top:-4px;
	padding-left:7px;
	color:#DBE2EA;
}

/* nav */
#nav ul {
	margin: 0;
	padding: 0;
	float:right;
}
#nav li {
	list-style: none;
	float: left;
	height: 70px;
	margin: 0;
	text-shadow: 0 1px 15px #000;
	padding: 40px 5px 0;
}

#nav ul a {
	font: normal 14px/100% Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	font-weight: 700;
	padding: 10px;
}
#nav ul a:hover {
	color: #fff;
	text-decoration: none;
}
#nav li.current a {
	color: #fff;
}

#login-form {
	display: none;
}

#login-form input[type="text"], #login-form input[type="password"] {
	width: 120px;
	margin: 1px 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#login-form .login-btn {
	height: 20px;
	margin: 1px 0 0;
	padding: 1px 0 0;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #dcdcdc;
	background: none;
	background: #868686;
	background: -webkit-gradient(linear, left top, left bottom, from(#9d9d9d), to(#4a4a4a));
	background: -moz-linear-gradient(top,  #9d9d9d,  #4a4a4a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d9d9d', endColorstr='#4a4a4a');
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/************************************************************************************
SLIDER
*************************************************************************************/
#slider {
	height: 515px;
	margin-bottom: -75px;
}
#slider .slider-nav {
	padding: 0;
	margin: 55px 0 0 20px;
}
#slider .slider-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* slider nav a */
#slider .slider-nav a {
	height: 68px;
	padding: 15px;
	display: block;
	color: #b7cee8;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0,0,0,.8);
}
#slider .slider-nav strong {
	display: block;
	font: 22px/100% Georgia, "Times New Roman", Times, serif;
	color: #8398B3;
	padding: 0 0 10px;
	margin-left: -1px;
}
#slider .slider-nav a:hover strong {
	color: #EFF0F2;
}
#slider .slider-nav a:hover {
	color: #b7cee8;
}
/* slider nav active */
#slider .slider-nav .activeSlide, #slider .slider-nav a.activeSlide:hover {
	color: #C2C6CD;
	border:1px solid #475469;
	background:#1E283A;
}
#slider .slider-nav .activeSlide strong, #slider .slider-nav a.activeSlide:hover strong {
	color: #fff;
}
/* slides */
#slider .slides {
	margin: 0;
	padding: 0;
	float:right;
}
#slider .slides li {
	width: 550px;
	height: 480px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	position: relative;
	background: none !important;
}
#slider .slides li img {
	position: absolute;
	bottom: 0;
	left: 0;
	width:550px;
}
#slider .slides .tooltip {
	background: #FF0;
	padding: 10px;
	position: absolute;
	z-index: 5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#slider .slides .one {
	width: 100px;
	top: 5px;
	right: 10px;
}

/* Buy Button */
.with-signup{
	float:left;
	width:410px;
}
.signup-button{
	margin-top:25px;
	font: 11px/100% Arial,Helvetica,sans-serif;
	text-align:center;
	color: #C2C6CD;
}
.signup-button .button-primary{
	font: 22px/100% Arial, Helvetica, sans-serif;
}
/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 45px 0 60px;
	min-height: 350px;
	-moz-box-shadow: 0 1px 8px rgba(0,0,0,.7);
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.7);
	box-shadow: 0 1px 8px rgba(0,0,0,.7);
}
#home #content {
	padding-top: 90px;
}

ul.post_children{
	padding: 10px 0 0 26px;
}
.post_thumb_container{
	width:250px;
	text-align:center;
	margin-right: 20px;
	float:left;
}
.attachment-thumbnail.wp-post-image{
	margin:0 auto;
	max-height:130px;
}

.image, .attachment-single-post-thumbnail {
	padding: 5px 0 25px;
	margin: 0;
}
.image.right {
	margin-left: 20px;
}
.image.left {
	margin-right: 20px;
}
.image.border img, img.image.border, .attachment-single-post-thumbnail {
	border: 1px solid #ddd;
	padding: 2px;
}

.attachment-single-post-thumbnail{
	margin-right: 20px;
	float:left;
}

/* top subnav */
.top-subnav {
	position: absolute;
	top: 5px;
	right: 0;
}
.top-subnav a {
	background: #362164;
	font: normal 14px/100% Arial, Helvetica, sans-serif;
	padding: 6px 15px;
	margin-right: 5px;
	color: #fff;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
}
.top-subnav a:hover {
	background: #F60;
}


/************************************************************************************
POST
*************************************************************************************/
.post {
	margin: 0 0 15px;
	padding-bottom:20px;
	clear: both;
	border-bottom:dotted 1px #ababab;
}

.post-title {
	font: bold 28px/120% Arial, Helvetica, sans-serif;
	clear: both;
	padding: 10px 0 0;
	margin: 5px 0 0;
	letter-spacing: -0.03em;
}
.post-tile a {
	color: #2c0e79;
}
.post-meta {
	color: #777;
	margin: 0;
	padding: 0;
}
.post-meta .post-date {
	font: 16px/100% "Times New Roman", Times, serif;
	color: #777;
	float: left;
}
.post-meta a {
	color: #8D95A3;
}
.post-meta a:hover {
	color: #F60;
}
.post-meta .post-category {
	font: 14px/100% Arial, Helvetica, sans-serif;
	float: right;
}
.post-meta .post-category a {
	font-weight: bold;
}
.more-link {
	background: #e1e0e0;
	font: 400 11px/100% Arial, Helvetica, sans-serif;
	padding: 2px 8px;
	margin-top: 2px;
	color: #444;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
}
a.more-link:hover{
	background: #999;
	color: #fff;
}
#blog-page .more-link {
	padding: 3px 12px;
	white-space: nowrap;
}
.frm_new_tag, .frm_updated_tag{font-style:italic; color:#777;}

/* Comments */
.commentlist {
    border-top: 1px solid #DDDDDD;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.commentlist li {
    list-style: none;
    margin: 0;
    padding: 15px 0 0;
	border-bottom:1px solid #ebebeb;
}

.comment-title {
	font: bold 23px/100% Arial, Helvetica, sans-serif;
	margin: 0 0 18px;
	padding: 0;
}

.commentlist .comment-author {
	margin: 2px 0 10px;
	padding: 0;
}
.commentlist .avatar {
	margin: 0 0 10px 26px;
	float: right;
}
.commentlist ul .avatar {
	width: 58px;
	height: 58px;
}
.commentlist cite {
	font-size: 140%;
	font-weight: bold;
	font-style: normal;
	line-height: 140%;
	color: #000;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .comment-time {
	color: #999;
}
.commentlist .commententry {
	border-bottom: solid 1px #ebebeb;
	position: relative;
	min-height: 50px;
	padding-right: 75px;
	padding-bottom: 5px;
	zoom: 1;
}
.commentlist ul, .commentlist ol {
	margin: 0;
	padding: 0;
}
.commentlist ul li, .commentlist ol li {
	padding-left: 40px;
}

#commentform label {
    font-weight: bold;
}

#commentform input[type="text"] {
    margin-right: 5px;
    width: 206px;
}

#commentform textarea {
    height: 140px;
    width: 97%;
}

/* wp pagenavi */
.pagenav {
	border-top: solid 1px #ddd;
	font: 18px/100% "Times New Roman", Times, serif;
	text-align: right;
	padding-top: 10px;
	margin: 90px 0 30px;
	clear: both;
}
.pagenav .pages {
	font-style: italic;
	color: #999;
	margin-right: 15px;
	font-size: 11px;
}
.pagenav .current {
	border: solid 1px #f6f6f6;
	color: #999;
	padding: 3px 8px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pagenav a {
	margin: 0 1px;
	padding: 3px 8px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pagenav a:hover {
	background: #f6f6f6;
}

/************************************************************************************
LISTS
*************************************************************************************/
.list {
	margin: 5px 0 20px;
	padding: 0;
}
.list.addnew {
	display: block;
	float: left;
}
.list.addnew li {
	width: 445px;
	float: left;
}
.list li, .widget_rss li {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-top: solid 1px #ececec;	
}
.recent-posts li, .widget_rss li {
	padding-left: 5px;
}
.recent-posts .post-date{
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	margin: 0 20px 0;
	font: bold 20px/100% Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	text-align: center;
}
.recent-posts .post-date span {
	font: normal 11px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin: 4px 0 7px;
	padding-left: 1px;
}
.recent-posts strong a {
	display: block;
	font: bold 15px/120% Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 2px 0 3px;
	color: #000;
}
.recent-posts strong a:hover {
	color: #F60;
}
.recent-posts .post-meta, .rss-date {
	color: #ddd;
}
.recent-posts .post-meta a {
	color: #8D95A3;
}
.recent-posts .post-meta a:hover {
	color: #666;
}
#footer .widget_rss li {
	padding-left: 0;
}
#footer .widget_rss strong a {
	margin-top: 0;
}
#footer .widget_rss .post-meta {
	color: #576276;
}
#footer .widget_rss .post-meta a, #footer .widget_rss .post-meta em {
	color: #949BA8;
	font: normal 11px/100% Arial, Helvetica, sans-serif;
}
#footer .widget_rss .post-meta a:hover {
	color: #fff;
}
/* twitter list */
.tweets .twitter-timestamp {
	display: block;
	font: italic 11px/100% Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin: 6px 0 0;
	color: #888;
}
#footer .tweets .twitter-timestamp {
	color: #A3A9B4;
}
.ui-icon{float:left;}
/************************************************************************************
FEATURE LIST
*************************************************************************************/
.feat-list {
	margin: 20px 0 80px;
	padding: 0;
	border-top: solid 1px #ddd;
}
.feat-list li {
	padding: 50px 0 35px;
	margin: 0;
	list-style: none;
	border-bottom: solid 1px #ddd;
}
.feat-list ul.disc{
	width:490px;
	float:left;
	padding-bottom:0;
}
.feat-list .feature_even ul.disc{
	float:right;
}
.feat-list ul.disc li, ul.disc li{
	border:none;
	padding:0;
	list-style: disc;
}

.feat-list p {
	padding: 0 0 10px;
	margin: 0;
}
.feat-list h2 {
	margin: 0 0 14px;
	padding: 0;
}

.feat-list .img_container {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	width: 443px;
	text-align: center;
}
.feat-list .feature_even .img_container {
	float: left;
	padding: 0 0 0 10px;
}

.shadow img, .shadow object{
	-moz-box-shadow: 0 0 7px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 7px 3px rgba(0,0,0,.1);
	box-shadow: 0 0 7px 3px rgba(0,0,0,.1);
}
.shadow img{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}


/************************************************************************************
WIDGET LIST
*************************************************************************************/
.widget-list {
	margin: 20px 0 80px;
	padding: 0;
}
.widget-list li {
	padding: 50px 0 0;
	margin: 0;
	list-style: none;
	clear: both;
}
.widget-list h2 {
	margin: 0 0 5px;
	padding: 0;
}
.widget-list big {
	line-height: 130%;
}
.widget-list .widget-img {
	float: right;
	margin: 0;
	width: 474px;
}
.widget-list .widget-content {
	float: left;
	width: 384px;
	padding-top: 85px;
	padding-left: 90px;
	text-align: right;
}
.widget-list .alt .widget-content {
	float: right;
	margin-right: 0;
	margin-left: 0;
	padding-right: 90px;
	padding-left: 0;
	text-align: left;
}
.widget-list .alt .widget-img {
	float: left;
	text-align: right;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	float: right;
	width: 222px;
	margin-top: 20px;
}
#sidebar h4 {
	font: bold 16px/100% Arial, Helvetica, sans-serif;
	margin: 20px 0 5px;
}
.widget {
	margin: 0 0 30px;
	padding: 0;
}
.widget ul{
	padding:0;
}

#sidebar .widget ul{
	border-bottom: solid 1px #ebebeb;
}

.widget li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: solid 1px #ebebeb;
}
#sidebar .widget ul.children, #sidebar .widget ul.sub-menu{border:none;}
#sidebar .widget ul.children li, #sidebar .widget ul.sub-menu li{padding-left:20px;}
.widget a {
	text-decoration: none;
	display: block;
	padding: 6px 1px 0;
	height: 22px;
}
.widget a.topic_new {
    display: inline;
    padding: 5px 20px;
}
.widget a:hover {
	text-decoration: none;
}

.widget .screen-reader-text{
	display:none;
}

/* box */
.box {
	background: #fefbdf;
	padding: 15px 15px 0;
	margin: 0 0 30px;
	border: solid 1px #efecd3;
	border-bottom-color: #cecaa9;
	border-left-color: #e0ddc2;
	border-right-color: #e0ddc2;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.box h4 {
	border: none;
	margin: 0 0 5px !important;
	padding: 0;
	font: normal 17px/100% Georgia, "Times New Roman", Times, serif !important;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	color: #949BA8;
	padding: 24px 0 40px;
}
#footer a {
	color: #C2C6CD;
	text-decoration: none;
}
#footer a:hover {
	color: #FFC;
	text-decoration: none;
}
#footer .credits {
	padding: 7px 0 15px 0;
	margin: 0;
	line-height: 140%;
	font-size: 85%;
	clear: both;
	color: #576276;
}
#footer .credits a {
	color: #667183;
}
#footer .credits a:hover {
	color: #fff;
}
#footer .footer-nav {
	margin-bottom: 30px;
}
#footer .footer-nav a {
	margin-right: 20px;
}
#footer h4, #footer h4 a {
	margin: 0;
	padding: 0 0 5px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
#menu-footer{
	margin: 6px 0 0 -30px;
	padding: 0;
	width: 336px;
}
#menu-footer li {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	width: 138px;
	border-top: solid 1px #3d2e5c;
}
#menu-footer a {
	padding: 6px 0;
	display: block;
}
#footer li, #menu-footer li {
	border-color: #3d2e5c;
	border-color: rgba(255,255,255,.15);
}
.widget_rss{margin-right:0;color:#333;font-weight:bold;}
.widget_rss ul{padding:0;}
.widget_rss .rss-date{display:block;color:#ddd;font:11px/100% Arial,Helvetica,sans-serif;}
.widget h4 a.rsswidget{display:inline;}


/************************************************************************************
ALIGNMENT
*************************************************************************************/
.clear{clear:both;}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}

.alignright {
	text-align: right;
	margin-left:20px;float:right;
}
.alignleft{margin-right:20px;float:left;}

/* clearfix */
.clearfix:after, .list li:after, .form p:after, .feat-list li:after, .widget-list li:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix, * html .list li, * html .form p, * html .feat-list li, * html .widget-list li
{
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix, *:first-child+html .list li, *:first-child+html .form p, *:first-child+html .feat-list li
{
	zoom: 1;
} /* IE7 */

/************************************************************************************
Pricing Page
*************************************************************************************/

.pricing, .hedit, .vedit {
	width: 978px;
	font: 12px/110% Arial, Helvetica, sans-serif;
	color: #666;
	border-collapse: collapse;
	margin-bottom: 60px;
}
.type-knowledgebase .pricing{width:100%;}
.pricing .price, .vedit label[for="product1"] b, .vedit label[htmlFor="product1"] b,
.vedit label[for="product2"] b, .vedit label[htmlFor="product2"] b {
	font: bold 20px/110% Georgia, "Times New Roman", Times, serif;
	color: #2B3A53;
}
.type-page .pricing td{
	width: 20%;
}
.pricing td, .vedit td, .hedit td {
	height: 45px;
	text-align: center;
	background: #F4F7FA;
	border-bottom: solid 1px #E8EEF5;
	border-right: solid 1px #E8EEF5;
	padding: 0 10px;
	margin: 0;
	font: 15px/120% Arial, Helvetica, sans-serif;
}
.pricing tbody td img{width:17px;height:16px;}
.pricing .alt, .vedit .odd td, .hedit .odd td {
	background: #F1F4F9;
}
.pricing thead th, .hedit th, .menu-tabs div.tab {
	font: bold 14px/120% Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: solid 1px #C5C5C5;
	border-right: solid 1px #C5C5C5;
	height: 50px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#C5C5C5));
	background: -moz-linear-gradient(top,  #ededed,  #C5C5C5);
	background: linear-gradient(-90deg, #ededed, #C5C5C5);
	/*background: #d0d0d0;
	background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#afafaf));
	background: -moz-linear-gradient(top,  #d5d5d5,  #afafaf);
	background: linear-gradient(-90deg, #d5d5d5, #afafaf); */
}
.pricing thead .first, .menu-tabs div.tab {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
.pricing thead .last, .menu-tabs div.tab  {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
.pricing tbody th {
	padding-right: 10px;
	background: #F9F9F9;
	text-align: right;
	font: bold 14px/110% Arial, Helvetica, sans-serif;
	border-top: solid 1px #eee;
	border-right: solid 1px #eaeaea;
}
.pricing tbody th.last {
	border-bottom: solid 1px #eee;
}
.pricing td.last, .pricing thead th.last {
	border-right: none;
}
.pricing tfoot td{
	padding-bottom: 7px;
	padding-top: 7px;
	border-color: #CACACA;
	border-bottom: none;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.3);
}
.pricing tfoot td, .menu-tabs > ul li:hover div.tab{
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#ededed));
	background: -moz-linear-gradient(top,  #dfdfdf,  #ededed);
	background: linear-gradient(-90deg,  #dfdfdf, #ededed);
}
.pricing tfoot .first{
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}
.pricing tfoot .last{
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
.pricing .none {
	background: #fff !important;
	border: none;
	-webkit-box-shadow: none !important;	
}

/* small button */
.btn.small {
	font-size: 12px;
	padding: 7px 16px;
}
.small{font-size: 12px;font-weight: normal;}

/* Wiki */
.current_releases{width:40%;margin-right:20px;}
.current_releases h4{margin-top:30px;}

/* Forum */
#content #sforum{font-size:100%;}
#sforum .sficon .sfrednumber,  
#sforum .sficon .sfrednumberzero{background-color: #f99434;border-color:#B95C01 !important;}
#sforum ol li{margin:10px 0 0 40px;}
#sfversion{display:none;}
#sforum .sfposttable td.sfpostcontent a{text-decoration:underline !important;}
#sforum .sfposttable td.sfpostcontent a:hover{text-decoration:none !important;}

/* AMEMBER */
.powered, .powered a{font-size:10px;margin:0.5em 0;}
.text_disabled{color:ButtonFace;} 
div.centered{text-align:center;}
div.centered table{margin:0 auto;text-align:left;}

table.errmsg{font-family:Helvetica, Verdana, sans-serif;font-size:90%;background-color:red;border:#cc0000 1px solid;margin:5px 0px 5px 0px;}
table.errmsg td{padding:5px 50px 5px 5px;font-weight:bold;}
table.errmsg td li{list-style:square;}
.receipt td{background-color:#F0F0F0;border:solid 1px black;padding:2px 4px;}
.receipt th{background-color:#C0C0C0;border:solid 1px black;font-weight:bold;padding:2px 4px;}
.receipt td.total{background-color:#C0C0C0;border:solid 1px black;}
.receipt{border-collapse:collapse;}
.newsletters div{padding:5px;margin:5px;}
.newsletters div.disabled{color:#505050;}
.newsletters .small{padding-left:1em;}
label.error{padding-left:3px;color:#F79708;font-style:italic;font-weight:normal;}
.amember input.error {border:2px solid red;}

.menu-tabs{text-align:left;margin-bottom:1.5em;padding:0;}
    .menu-tabs > ul{margin:0;padding:0;border-bottom:1px solid #C5C5C5;}
    .menu-tabs > ul li{float:left;margin:0;padding:0 0.4em;list-style: none;}
    .menu-tabs > ul li.last{clear:both;float:none;}
    .menu-tabs a{color:black;font-weight:normal;font-size:9pt;display:block;padding:5px 5px 7px;white-space:nowrap;}
    .menu-tabs a.expandable{padding-right:20px;}
    .menu-tabs > ul li.active a{color:#1f508f;}
    .menu-tabs div.tab{
		margin-top:5px;
		height:25px;
		padding:5px 10px;
		border-bottom:none;
	}
    .menu-tabs > ul li.active div.tab{
		background: #aaa;
		background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#838383));
		background: -moz-linear-gradient(top,  #aaa,  #838383);
		background: linear-gradient(-90deg, #aaa, #838383);
	}
	.menu-tabs > ul li.active div.tab a{color:#fff;}
    .menu-tabs div.arrow {width:7px;height:5px;overflow:hidden;float:right;margin: 8px;background:url('./arrow.png') no-repeat left;}
    .menu-tabs > ul li.active div.arrow{background:url('./arrow.png') no-repeat right;}
    .menu-tabs > ul li:hover div.submenu{display:block}
    .menu-tabs div.submenu{display:none;position:absolute;border:1px solid #C5C5C5;background:white;padding:0;}
    .menu-tabs div.submenu ul{margin:0;padding:0;}
    .menu-tabs div.submenu li{display:list-item;float:none;list-style:none;padding:0;}
    .menu-tabs div.submenu li a{border:none;padding:5px;margin:0;display: block;background: #ededed;}
    .menu-tabs div.submenu li a:hover{background: white;}
div.backend-wrapper{text-align:left}

form#signup{
	padding-top:45px;
}
.vedit{
	border: 1px solid #EAEAEA;
	border-left:none;
	border-right:none;
}
.vedit .headrow {font-weight:bold;text-align:center;}
.vedit th{
	font: bold 15px/110% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	width:230px;
	text-align:center;
	padding:15px 15px 10px 10px;
	background: #f9f9f9;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.vedit td{
	text-align:left;
	background:#F4F7FA;
	padding:15px 10px 10px;
	border-right:none;
}

.vedit label b{color:#2B3A53; font-weight:normal; font-size:108%;}
.vedit .small, .hedit .small{color:#666;}
.vedit label .small{display:block;margin-left:2.1em;}
