/*
Theme Name: static blue
Theme URI: http://www.awesomestyles.com/bbpress-themes/view/static-blue-bb
Description: A clean, lightweight glossy blue and white theme 
Version: 1.0
Author: Free CSS Templates
Author URI: http://www.spyka.net
Ported By: bbPress themes
Porter URI: http://www.awesomestyles.com
*/

/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
	background:#ffffff;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

a, a:visited { 
	color:#0C9CCC;
	text-decoration:none;
} 
a:hover { 
	color:#027DA7; 
}


pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

pre, p { margin-bottom: 1.0em; font-size: 13px; color: #333; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background-color: #c00;
	color: #fff;
}

h1 {
	font-size:3.2em;
	letter-spacing:-2px;
	padding-left:0px;
	text-align:left;
	line-height:1.0em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}
h2 {
	text-align:left;
	padding:0px;
	font-size:0.7em;
	color:#999999;
	font-weight:normal;

}
h3 {
	font-size:1.6em;
	font-weight:normal;
	color:#0291C1;
	letter-spacing:-1px;
}
h4 {
	color:#333333;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0;
	padding:7px 0;
	text-transform:none;
}

div.page-wrap h2 {
	padding-left:0;
	color:#0C9CCC;
	font-size:17px;
	text-transform:none;
}

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

img.avatar { border: 1px solid #ddd; }

.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

table { font-size:13px; }

/* Structure
=================================== */

/* wrapper */
div.pagewidth {
	width:85%;
	margin:0 auto;
}


/* header & nav */
div.header-wrapper {
	background:#222 url('images/header.png') repeat-x scroll left top;
}
div.header {
	border-top:10px solid #0AAEE5;
	padding:40px 0 40px 10px;
	margin:0 auto;
}
div.nav-wrapper-outside {
	height:76px;
	display:block;
	background:#43C4EF url('images/nav-bg.png') repeat-x scroll left top;
}
div.nav-wrapper {
	height:76px;
	display:block;
	background:#43C4EF url('images/nav.png') repeat-x scroll left top;
}
div.topbit-wrapper {
	height:76px;
	display:block;
	background:transparent url('images/nav-right.png') no-repeat scroll right top;
}
div.topbit {
	padding:0 15px;
	margin:0;
	height:76px;
	position:relative;
	display:block;
	background:transparent url('images/nav-left.png') no-repeat scroll left top;
	font-size:0.8em;
}
div.topbit p.login, div.topbit form {
	color:#fff;
}
div.topbit p.login {
	padding-top:30px;
}
div.topbit a, div.topbit a:hover, div.topbit a:visited {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	font-family:Tahoma, Arial, sans-serif;
}
div.topbit a:hover {
	text-decoration:underline;
}
div.user-header {
	float:left;
	width:50%;
}
div.search {
	float:right;
	width:50%;
	padding-top:24px;
}
div.search p {
	text-align:right;
}
div.search form.search-form input#q {
	background-color:#027DA7;
	padding:5px;
	border:none;
	color:#fff;
	font-family:Tahoma, Arial, sans-serif;
}
input.submit {
	background-color:#222;
	padding:4px;
	color:#fff;
	font-family:Tahoma, Arial, sans-serif;
	border:none;
	font-size:0.9em;
	font-weight:bold;
	width:auto;
	overflow:visible;
	margin-left:5px; margin-right:5px
}
#register-page p.submit {
	margin:0;
	text-align:right;
}

.bbcrumb {
	color:#333;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin-bottom:7px;
	padding-bottom:5px;
	border-bottom:1px #eaeaea solid;
	margin:auto;
	width:940px;
	margin-top:5px
}
.bbcrumb a {
	color:#333;
}

div.page-wrap {
	padding:20px 5px;
	clear:both;
	background-color:#fff;
}
div.footer-wrapper-outside {
	margin-top:20px;
	background:#ccc url('images/footer-bg.png') repeat-x scroll left top;
}
div.footer-wrapper {
	background:transparent url('images/footer-left.png') no-repeat scroll left top;
}
div.footer {
	background:transparent url('images/footer-right.png') no-repeat scroll right top;
	clear:both;
}
div.footer p {
	text-align:center;
	color:#999;
	font-size:0.75em;
	padding:20px 0;
	margin:0;
}
div.footer p a {
	color:#999;
	border-bottom:none;
	text-decoration:underline;
}

.clear {
	clear:both;
}

#footer p.showoff {
	color: #888;
}

.notice {
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice.error {
	background-color:#CC0000;
	color:#FFFFFF;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */
div.usernamelogin {
	float:left;
	padding-right:10px;
}
div.passwordlogin {
	float:left;
}
div.passwordlogin input, div.usernamelogin input {
	background-color:#027DA7;
	padding:5px;
	border:none;
	color:#fff;
	font-family:Tahoma, Arial, sans-serif;
}
p.loginmeta {
	float:right;
	float:right;
	position:relative;
	top:5px;
	color:#fff;
	font-size:12px;
}
p.loginmeta a{color:#fff; text-decoration:underline}

div.user-header form.login {
	padding-top:19px;
}
div.user-header form.login input.submit {
	margin-left:10px;
}
label.rememberme {
	display:block;
	float:right;
	font-size:10px;
	padding-right:5px;
	padding-top:3px;
}
label.rememberme input {
	position:relative;
	top:3px;
	background-color:#FFFFFF;
	border:medium none;
	padding:0;
}

/* Front Page
=================================== */

#front-page #hottags {
	float:right;
	width:20%;
	overflow: hidden;
}

#front-page #hottags  h2, div.page-wrap .topic-admin h2, div.page-wrap .tag-admin h2 {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#CCCCCC;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:7px;
}

#front-page #discussions {
	float:left;
	width:75%;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding:20px 5px 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	color: #555;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #f6f6f6; }

/* Page navigation
=================================== */

a.page-numbers,
span.page-numbers {
	padding: 3px 4px;
	margin-left: 5px;
	border:1px solid #f0f0f0;
}

span.page-numbers.current {
	color: #666;
	border-color:#ccc;
	background-color:#ccc;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
	background-image: none;
}

span.page-numbers.dots {
	padding: 0;
}



/* Topic Page
=================================== */

.infobox {
	padding: 1em 0;
	font-size:11px;
}

.infobox ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: disc;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

#tag-form p {
	margin-bottom: 0;
}

input#tag {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #DDDDDD;
	font-size:12px;
	line-height:14px;
	margin:0;
	color:#666;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}

input#tagformsub {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#DDDDDD;
	border:medium none;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin:0;
	padding:3px 4px;
}

input#tagformsub:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

input#tagformsub:active {
	border-color: rgb(0, 100, 0);
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
	text-align: right;
	font-size:12px;
}

#thread {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	clear: both;
	padding-bottom: 20px;
	/* Hack to force padding on .threadauthor on IE */
}

#thread li ol, #thread li ul { margin:0 0 20px 30px; font-size: 13px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 0;
	width: 120px;
	padding:15px 40px 0 0;
	background:#fff url('images/arrow.jpg') no-repeat scroll right 25px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 1.5em 1em;
	margin-left: 160px;
	background-color: #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e4f3e1;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #e4f3e1;
}


#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}


#thread .post blockquote, #thread .post code {
	margin: 10px 0 10px 20px;
	padding: 10px;
	display:block;
	border-left: 3px solid #ccc;
	background-color:#f9f9f9;
}
#thread .post blockquote p {
	margin-bottom:5px;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.poststuff a {
	color:#555555;
	border-bottom:1px dotted #555;
}

.topic-admin, .tag-admin {
	margin-left:720px;
}
.topic-admin ul {
	list-style:none;
	padding-top:10px;
	padding-left:7px;
	font-size:13px;
}
.topic-admin ul li {
	padding-bottom:8px;
	color:#444;
}
.topic-admin select {
	border:1px solid #ddd;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}
.topic-admin option {
	padding:0 3px;
}
.topic-admin input {
	background-color:#0292C2;
	color:#fff;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	border:none;
	padding:5px 3px;
	font-size:11px;
}

.num, #forumlist small {
	font: 14px Helvetica,Arial;
	text-align: center;
	white-space: nowrap;
}

h2.post-form {
	border-bottom-width: 0;
	margin-bottom: 2px;
}

.postform {
	background-color: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float:left;
	text-align:left;
	width:590px
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 580px;
	border: 1px solid #ccc;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.postform input, .postform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}

.postform label {
	color:#444444;
	display:block;
	font-size:13px;
	font-weight:bold;
}

.postform #topic,
.postform #tags-input {
	margin: 5px 0;
	padding: 5px;
	width: 580px;
	border: 1px solid #ccc;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

#manage-tags {
	margin: 10px 0 0 7px;
	list-style: none;
}

#manage-tags input {
	border:1px solid #ddd;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
}
#manage-tags input[type=submit] {
	background-color:#0292C2;
	border:medium none;
	color:#FFFFFF;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:5px 3px;
}

#manage-tags li {
	font-size:13px;
	color:#333;
	padding-bottom: 20px;
}
#manage-tags form {
	margin-top:5px;
}

p.submit {
	margin-left:0px;
}

p.allowed {
	background-color:#DDDDDD;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:0;
	padding:10px;
	width:570px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

p.rss-link {
	text-align: left;
	font-size: 0.8em;
}

a.rss-link {
	padding: 6px 0 6px 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

#viewdiv {
	font-size:12px;
}
#viewdiv #views, #front-page #discussions ul#views {
	padding:0;
	list-style:none;
}
#viewdiv #views li.view {
	padding-bottom:10px;
}
#viewdiv #views li.view a {
	color:#fff;
	background-color:#027DA7;
	font-weight:bold;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { 
	padding: 5px 10px; 
	border-bottom:1px solid #f4f4f4; 
	color:#888;

	
}

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}


#latest th, #forumlist th, #favorites th {
	text-align: left;
	background: #eaeaea url(//images/nav.png) repeat-x scroll center center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 9px;
	color: #333;
	font-size:12px
}

#latest th a, #forumlist th a, #favorites th a {
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	background-color:#027DA7;
	color:#FFFFFF;
	font-style:normal;
	padding:3px;
}

tr.bb-category td a {
	color:#666;
	font-weight:bold;
}
tr.bb-category td small {
	color:#999;
}
tr.bb-category td {
	background-color: #ddd;
	border-bottom:none;
}

#latest, #forumlist, #favorites {
	margin-bottom: 3em;
	width: 100%;
	font-size:14px;

}



#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}

/* Profile Page
=================================== */
#profile-page div.bbcrumb {
	position:relative;
	top:-50px
}
#profile-menu {
	list-style: none;
	position:relative;
	background-color:#eaeaea;
	display:block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 7px;
	margin: auto;
	width:940px;
	margin-top:10px;
	color:#333
}

#profile-menu li {
	display: inline;
	margin-left: 3px;
	position:relative;
	top:-2px;
}

#profile-menu li a {
	font-size: 12px;
	padding: 4px 7px;
	color:#333;
}

#profile-menu li.current a {
	color:#333;
	font-weight:bold;
}

#profile-menu li a:hover {
	text-decoration:underline;
}

div.vcard {
	font-size:13px;
}

h3#useractivity {
	font-size:16px;
	letter-spacing:1px;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; font-size:13px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; font-size: 13px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

#profile-page table {
	font-size:13px;
}

/* Search
=================================== */

#topic-search-form fieldset {
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	font-size: 13px;
	background-color: #f6f6f6;
}

#topic-search-form div {
	clear: both;
}

#topic-search-form div label {
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
	width: 200px;
	vertical-align: top;
	padding-right: 10px;
	font-weight: bold;
}

#topic-search-form div div {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
}

#topic-search-form div div input {
	width: 280px;
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 3px;
}

#topic-search-form div div select {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 3px;	
	border: 1px solid #ccc;
	padding: 4px;
}

#topic-search-form div div option {
	padding:0 4px;
}

#topic-search-form div div input.submit-input {
	width:auto;
	color:#666666;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	padding:5px;
	margin-left:215px;
}
#topic-search-form div.submit label {
	display:none;
}
#search-for { margin: 15px 0 5px; }

.search-results { margin: 0 0 10px; font-size: 13px; }

.search-results ol { margin: 5px 0 0 28px; }

.search-results ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f4f4f4;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
	border:none;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 9px 5px 5px 5px;
	text-align: right;
	width: 200px;
	vertical-align: top;
	padding-right: 1em;
}

#login-page #remember {
	margin-top:5px;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	color:red;
	float:left;
	font-style:normal;
	margin-right:5px;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	width: 280px;
	border: 1px solid #ccc;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	padding: 1px;
	border: 1px solid #c00 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}

p.submit input {
	line-height: 14px;
	padding:10px;
	background-color:#CCCCCC;
	border:1px solid #999999;
	color:#666666;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	margin:0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width:auto;
	overflow:visible;
}


/*WP THEME STYLESHEET STARTS*/


/* Clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }

a, a:visited {font-weight:normal;color:#0f7974;text-decoration:none; line-height:17px}
a img {border: none}
a:hover {text-decoration:none;color:#333}
a.selected {font-weight: bold}

.bluelink_big{font-size:11pt;font-weight:normal;color:#0085cf;text-decoration:none; font-family:Arial, Helvetica, sans-serif}
.bluelink_big:hover{color:#333;text-decoration:none;}

/* Hides from IE-mac \*/
* html .clearfix { }
.clearfix { display: block; }
/* End hide from IE-mac */

a.hoverButton, input.hoverButton { display: block; background-repeat: no-repeat; background-position: left top; }
a.hoverButton:hover, input.hoverButton:hover { background-position: left bottom; }

/* Prevent centered content from jumping with the following two styles */
* html { height: 100%; }
html { overflow-y: scroll; }

/* Wrap divs that contain transparent pngs in this block to allow for text selection/link clicking in IE6 */
div.relative {width:100%; background:transparent url(images/body-home.png) repeat scroll 0 0 }

input.cleardefault, textarea.cleardefault { color: #b2b7bb !important; }

/*-------------------------
 * GENERAL TAGS & PRESETS
 *-----------------------*/
* { margin: 0; padding: 0; outline: none; }
body { text-align: center; font-size:9pt; font-family:Helvetica,Arial;line-height:1.6em; color:#444; }
html body.in_ff { margin-top: 0px; }
p { font-size:14px}
img { border: 0; font-size: 9px; color: #b2b7bb; overflow: hidden; text-decoration: none; }

/* Links */
a { text-decoration: none; outline: none; }
a:focus, a:active {  outline: none; }  
a:hover { text-decoration: underline; }
a.active:hover { text-decoration: none; }

/* Lists */
ul { list-style-type: none; }

/*--------------
 * MAIN LAYOUT
 *------------*/
div#wrapper { width:100%; margin: 0 auto;  position: relative; }
div#content { width:100%; position: relative; text-align:left }
div.standardPadding { padding: 0px 20px; width: 900px; }

/* Header */
div#header {

margin: auto;
position:relative;
width:100%;
background:transparent url(images/wrapper-home.png) repeat-x scroll 0 0
}

div#header_content {
height:65px;
margin: auto;
position:relative;
width:940px;

}

#qikLogo { display: block; float: left; width: 271px; margin-left:10px; margin-top:50px }
#qikLogo img { position: relative; width: 271px;}
div#topNav { float:right; display: inline; height: 100px; width: 300px; position: relative;}

/* Main Content */
div#content {background: #fff; }

/* Footer */
div#footer { width:100%; overflow:hidden;background-color:#333;padding-bottom:15px; padding-top:5px }
#inner {top: 0px; left: 0px; width:100%; background-color:#281D1C; overflow:hidden; padding-bottom:10px  }
div#footer div.contents {  width: 940px; padding-top: 10px; overflow:hidden }
div#footer ul#bottomLinks {}
div#footer ul#bottomLinks li {color: #6a747c; float: left; display: inline; line-height: 15px;  }
div#footer ul#bottomLinks li a { color: #8DC9D6; font-size:12px }
div#footer ul#bottomLinks li span { font-size:9pt; color: #666; padding: 0 9px; }
div#footer div#copyright { margin-top: 10px; color: #b2b7bb; font-size: 11px; float: left; clear: both; width: 920px; }
div#debuggingArea { position: fixed; right:10px; bottom: 10px; background: black; color: white; font-size: 0.6875em; padding: 10px; font-family: Courier, monospace; opacity: 0.75; text-align: left; z-index: 2000;}
div#toggleDebug { position: fixed; right: 1px; bottom: 1px; background: white; width: 12px; height: 12px; cursor: pointer; color: black; font-size: 9px; z-index: 1999; }





/*-------------
 * HOME PAGE
 *-----------*/
body#homePage div#content { padding: 0; background: transparent; }
body#homePage div#subNav { display: none; }
body#homePage div#content div#landingContent {/*url('images/green_background.png') no-repeat top left*/ width: 940px; padding: 0; padding-bottom:20px; margin-bottom:10px; margin:auto; overflow:hidden; background-image:url(images/header_bg.png); background-repeat:no-repeat; }

body#homePage div#content {padding: 0; }

div#tour{width: 940px; padding: 0; padding-bottom:10px; background-color:#fff; overflow:hidden; padding:0px;-moz-border-radius:5px;-webkit-border-radius:5px;  }

div#tour_new{width: 910px; padding: 0; padding-bottom:10px; background-color:#e0eaa6; overflow:hidden; padding:15px;-moz-border-radius:5px;-webkit-border-radius:5px;  }

body#homePage div#content div#mainContent { padding: 0 0px 0px 0px; position: relative; width: 940px;text-align:left; margin:auto }
div#mainContent1 { padding:0px; position: relative; background: #fff; width:100%; background-image: url(images/container_bg.png); background-repeat: repeat-x; margin:0px; padding-top:5px }
div#content div#sideCopy { float: right; width: 400px; position: relative; margin-left: 15px; margin-top:10px; color:#bcf1fa; font-size:14px; font-family:Arial, Helvetica, sans-serif; overflow:hidden; text-align:left}

div#sideCopy .border_home {
border-bottom:1px dotted #C0C0C0;
height:5px;
margin-bottom:5px;
text-align:center;
width:460px;
}

div#sideCopy h1 {
color:#fff;
font-size:41px;
letter-spacing:-2px;
line-height:1.2em;
margin:0 0 0px;
font-family:helvetica,arial,sans-serif;
padding:0;
text-align:left;}

div#sideCopy h3 {
color:#000000;
font-family:helvetica,arial,sans-serif;
font-size:20px;
font-weight:normal;
letter-spacing:normal;
line-height:28px;
padding-left:0;
padding-top:0;}

div#content div#sideCopy div#copyHeader { width: 295px; height: 50px; margin-left: 10px; margin-top: 5px; margin-bottom: 15px; }
div#content div#sideCopy h2 { color: #fff; font-size:16px; letter-spacing:normal }
div#content div#sideCopy ul { margin: 15px 0 0px 0px; }
div#content div#sideCopy ul li {
color:#fff;
font-size:16px;
font-weight:normal;
line-height:20px;
margin-bottom:5px;
padding-left:20px;
}
div#content div#sideCopy ul li a, div#content div#sideCopy a { color: #fff; text-decoration: underline; }

#dt-mainbox{width:940px; font-size:9pt; line-height:17px; margin:auto}
#dt-mainbox ul {width:940px; text-align:left; margin:0px; overflow:hidden }
#dt-mainbox ul li{text-align:left; overflow:hidden; display:inline; float:left}

#home_main_content{width:628px; overflow:hidden;}
#home_main_content ul {width:628px; text-align:left; padding:0px; margin:0px; overflow:hidden}
#home_main_content ul li{text-align:left; padding:0px; margin:0px; overflow:hidden; display:inline; float:left}

#main_content_left{width:620px; overflow:hidden; padding-top:10px}
#main_content_left ul {width:620px; text-align:left; padding:0px; margin:0px; overflow:hidden}
#main_content_left ul li{text-align:left; padding:0px; margin:0px; overflow:hidden; display:inline; float:left}

h1{font-size:22px; line-height:1.2em; font-weight:bold; display: inline;color: #333; font-family: Arial, Helvetica, sans-serif; letter-spacing:-1px }
h2{font-family:helvetica,arial; font-size:22px; font-weight:bold; letter-spacing:-1px; line-height:1.5em;color:#333;font-style:normal}
h3{font-size:16px; line-height:1.6em; font-weight:bold; display: inline;color: #333; font-family: Arial, Helvetica, sans-serif; letter-spacing:-1px }
h4 {
color:#333;
font-size:14px;
line-height:1.2em;
margin:0;
padding:0;
margin-bottom:8px;
font-family:helvetica,arial,sans-serif;
letter-spacing:normal
}

h5 {
color:#333;
font-size:16px;
line-height:1.2em;
margin:0;
padding:0;
font-family:helvetica,arial,sans-serif;
}

/*h5{font-size:14pt;color:#999; font-family: Arial, Helvetica, sans-serif; font-weight:bold; padding:0px; margin:0px}*/
.border_left{height:2px; border-bottom:1px #c0c0c0 dotted; width:300px; text-align:center; margin-bottom:2px }
.border_home{height:5px; border-bottom:1px #c0c0c0 dotted; width:290px; text-align:center; margin-bottom:5px }
.border_home1{height:10px; border-bottom:1px #eaeaea solid; width:900px; text-align:center; margin-bottom:10px }
.border_right{height:3px; border-bottom:1px solid #DCDDDE; width:250px; text-align:center; margin-bottom:3px }
.border{height:5px; border-bottom:1px #c0c0c0 dotted; width:620px; text-align:center; margin-bottom:5px }
.normal_text{font-family: Arial, Helvetica, sans-serif; font-size:14pt; font-weight:normal; color:#FFFFFF}
.gray_small{font-size:9pt; color:#999999}
.gray{color:#999999}
.top_space{padding-top:10px}
.top_space1{padding-top:5px}

.black_col{color:#333333;}
.right_header{font-family:Arial, Helvetica, sans-serif; font-size:11pt; font-weight:bold; letter-spacing:-0.5px; color:#999999}
.top_border{padding-top:10px; border-top:5px #333 solid; margin-top:10px;}

.left_side{width:680px; float:left; margin-right:25px; margin-top:5px;font-size:14px; line-height:20px }
.left_side_inside{width:450px; float:left;padding-right:15px; margin-top:5px; font-size:14px; line-height:20px }
.left_side2{width:545px; float:left; border-right:1px #c0c0c0 dotted; padding-right:15px; margin-top:5px }
.left_side1{width:620px; float:left;padding-right:15px; }
.right_side{width:212px;float:right}
.right_side_inside{width:420px;float:right; font-family:Arial, Helvetica, sans-serif; font-size:11pt}
.right_side1{width:320px;float:right}

.yellow_box{width:580px; padding:15px; background-color:#fff8cc; border:1px #ebae7f solid}

.width745{width:745px}
.width560{width:560px}
.tab{padding-top:10px; height:30px}

h3 {
font-weight:normal;
font-size:13px;
padding:0;
margin:0;}


.main_container{overflow:hidden; width:940px; text-align:left;color:#444; font-size:14px; margin-top:10px}	
.main_container_blog{overflow:hidden; width:940px; text-align:left;color:#444; font-size:13px;}	
.top_right{float:right; padding-right:25px; font-family: Arial, Helvetica, sans-serif; font-size:11pt;}
.top_left{float:left; padding-top:5px}
#home_content{ width:940px;overflow:hidden; color:#333;line-height:19px; font-size:14px; text-align:left; margin-top:15px}
.main_hr{border-top:1px #eaeaea solid;margin-top:25px; height:15px; width:940px}

.blog_left{float:left; text-align:left; line-height:1.6em;  width:650px;padding-right:10px; padding-left:5px; padding-top:15px; margin-bottom:20px}
.blog_left a{ color:#326EA1}
.blog_content{text-align:left; line-height:20px;  width:630px; overflow:hidden}
.blog_right{float:left; width:270px; font-size:14px; line-height:20px; margin-top:12px;background-image:url(images/bg_body1.png);background-repeat:no-repeat;}
.sub_header{ font-family: Arial, Verdana; font-size:16px; font-weight:bold; color:#333; letter-spacing:-0.5px; padding-left:15px}
.published {
color:#505050;
margin-top:12px;
}
.header_blog {
float:left; width:570px;
margin-bottom:10px;
border-bottom:1px #c0c0c0 solid
}
.blog_content h2.hentry-title {
color:#000;
line-height:1.4em;
}
.blog_content h2.hentry-title {
font-family:Helvetica,arial,sans-serif;
font-size:1.75em;
font-weight:bold;
letter-spacing:-0.02em;
line-height:1.4em;
}

.blog_content h2.hentry-title a {
color:#000;
font-weight:bold;
text-decoration:none;
line-height:1.2em;
}

.blog_content p.author {
color:#505050;
margin:7px 0 5px;
text-transform:none
}

.header_blog p{ padding-top:0px }
.blog_body p{ padding-top:10px }

.blog_content p.author {
font-family:Helvetica,Arial;
font-size:14px;

}

#tweetmeme_button {
font-family:arial;
height:60px;
width:50px;
position:absolute;
z-index:100;
margin-top:5px;
float:right;
margin-left:590px;

}

#tweetmeme_button .count {
background:transparent url(images/widget.gif) no-repeat scroll 0 0;
color:#444444;
display:block;
font-size:17px;
height:34px;
padding:4px 0;
position:relative;
text-align:center;
text-decoration:none;
width:50px;
}

#tweetmeme_button .count {
color:#444444;
font-size:17px;
text-align:center;
text-decoration:none;
}

#tweetmeme_button .count span.t {
display:block;
font-size:10px;
left:10px;
line-height:10px;
position:absolute;
top:23px;
}


#tweetmeme_button .retweet {
background:transparent url(images/widget.gif) no-repeat scroll 0 -45px;
color:#FFFFFF;
cursor:pointer;
display:block;
font-size:11px;
height:16px;
line-height:16px;
margin-top:3px;
padding:0;
text-align:center;
text-decoration:none;
width:50px;
}

#sub-content {
float:left;
width:185px;
background-image:url(images/LHS_bg.jpg);
background-repeat:no-repeat;
background-position:right;
min-height:610px;
margin-top:7px;
padding-top:10px;
margin-right:15px
}

#nav-02 {

border-bottom:1px solid #FFFFFF;
margin:5px 0 18px;
padding:1px 0 0;
}

#nav-02 li {
color:#797C80;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
width:185px;
margin-bottom:0px;
display:list-item;
}

#nav-02 li a {
border-bottom:1px solid #DCDDDE;
border-top:1px solid #FFFFFF;
color:#797C80;
display:block;
font-size:14px;
font-weight:bold;
padding:8px 0 8px 10px;
position:relative;
width:175px;
}

#nav-02 li a:hover{text-decoration:none; color:#000}

#nav-02 .current a {
border:medium none;
color:#fff;
padding-right:11px;
width:165px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-topleft:3px;
-webkit-border-bottom-left-radius:3px;
-webkit-border-top-left-radius:3px;
background:#f63000 url(images/uber-arrow.png) no-repeat scroll right center;
padding-left:10px;
text-shadow:0 -1px #B2271B;
}

#sub-content h2{font-size:18px; color:#000; letter-spacing:normal}

.text_fieldbox_small {
border-color:#777777 #CCCCCC #CCCCCC #777777;
border-style:solid;
border-width:1px;
font-size:9pt;
margin:0 0 0 0px;
padding:4px;
width:200px;
}

.text_fieldbox {
border-color:#777777 #CCCCCC #CCCCCC #777777;
border-style:solid;
border-width:1px;
font-size:9pt;
margin:0 0 0 0px;
padding:4px;
width:300px;
}

.text_field_area {
border-color:#777777 #CCCCCC #CCCCCC #777777;
border-style:solid;
border-width:1px;
font-size:9pt;
margin:0 0 0 0px;
padding:4px;
height:85px;
width:380px;
}


ol li {
orphans:3;
margin-left:0px;
display:list-item


}

h3{font-family: Arial, Verdana; font-size:16px; font-weight:bold; letter-spacing:-0.5px; line-height:1.4em; margin-top:10px; padding-bottom:3px; color:#666 }

.subscribe{padding:10px; background-color:#e6f8fb; height:185px; margin-top:10px; margin-left:15px;-moz-border-radius:4px; -webkit-border-radius: 4px; border:1px #4fb4c5 solid; margin-bottom:10px}


.padd_top{padding-left:15px; line-height:20px}

ul.tabs {
float:right;
margin:0;
margin-right:5px
}
ul.tabs li {
display:block;
float:left;
line-height:1;
}
ul.tabs li a {
color:#000;
cursor:pointer;
display:block;
font-weight:bold;
margin:0;
padding:8px 9px 8px 9px;
margin-top:17px;
text-decoration:none;
margin-right:4px;
-moz-border-radius:4px;
-webkit-border-radius: 4px;
background:none;
text-shadow:0 1px #e8f8fb;

}
ul.tabs li a:hover, ul.tabs li.current a {
-moz-border-radius:4px;
-webkit-border-radius: 4px;
background:#ef5d51 none repeat scroll 0 0;
font-family:helvetica,arial,sans-serif;
border:0 none;
color:#fff;
margin:0;
padding-top:27px;
position:relative;
z-index:2;
padding:8px 9px 8px 9px;
margin-top:17px;
margin-right:4px;
text-shadow:0 -1px #b2271b;
}
ul.tabs li span {
display:block;
font-size:14px;
font-weight:bold;
line-height:1;
font-family:Helvetica,Arial
}
ul.tabs.short li a {
padding:9px 5px 13px 15px;
}
ul.tabs.short li a:hover, ul.tabs.short li.current a {
padding:18px 5px 13px 15px;
}
ul.tabs.short li span {
font-size:16px;
}
ul.tabs.small li a {
font-size:14px;
}
ul.tabs.small li a {
padding:20px 5px 13px 15px;
}
ul.tabs.small li a:hover, ul.tabs.small li.current a {
padding:29px 5px 13px 15px;
}
ul.tabs.small li span {
font-size:14px;
}

div#header .logo {
float:left;
font-size:24px;
left:0;
letter-spacing:-1px;
line-height:1;
margin:0;
margin-top:15px

}


#blurb {
margin:0 20px 20px 0;
width:270px;
overflow:hidden
}

#blurb ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
overflow:hidden;
padding:0;
}

#blurb li {
font-size:14px;
margin-bottom:5px;
padding-bottom:5px;
width:270px;
float:left;
border-bottom:1px #c0c0c0 dotted

}

#blurb li em {
font-style:italic;
font-family:georgia;
font-weight:bold;

}

#blurb li span {
color:#999;
font-style:normal;
font-family:georgia;
font-weight:normal;

}

#pricing{overflow:hidden; width:280px; background-color:#f5f5f5 ; border-top:1px #e2e2e2 solid; border-bottom:1px #e2e2e2 solid; padding:15px; margin-top:3px}

#pricing h2{
color:#000 ;
font-size:48px;
font-weight:bold;
letter-spacing:-2px;
font-family:helvetica,arial,sans-serif;
margin:0 0 2px;
line-height:1.2em;
padding:0;}

.gray_georgia{
color:#999;
font-size:20px;
font-weight:normal;
margin:0 0 2px;
font-family:georgia;
font-style:italic;
letter-spacing:normal;
line-height:normal;
padding:0;}

#title{
background:transparent url(images/body-home.png) repeat scroll 0 0;
margin:auto;
overflow:hidden;
position:relative;
font-size:14px;
color:#b5e8f1;
width:100%


}


#title .headings1{
margin:auto;
position:relative;
width:940px;
background:transparent url(images/header_bg.png) no-repeat scroll 50% 0;
padding-top:15px;
padding-bottom:15px;
text-shadow: none;
}

.title_tour{
margin:10px 0 10px;
overflow:hidden;
position:relative;
padding-bottom:5px;
margin-bottom:5px
}

#title h1{color:#fff;text-shadow:0 -1px #0f7183;}

.title_tour h1{color:#000}


#Faq{
display:inline;
float:left;
margin:0px 0 0 0px;
position:relative;
width:680px;
margin-right:25px
}

#Faq h4 {
font-size:22px;
line-height:1.25;
margin:0 0 6px;
color:#333;
text-transform:none;
letter-spacing:-1px
}

#Faq h5 {
font-size:16px;
line-height:1.25;
margin:0 0 6px;
color:#333;
text-transform:none;
letter-spacing:-0.5px
}

#Faq .faq-header {
margin:0 0 10px;
padding:9px 0 0px;
position:relative;
text-transform:uppercase;
color:#128B9C;
font-family:helvetica,arial,sans-serif;
font-size:16px;
border-bottom:1px #eaeaea solid
}

#Faq .faq-header h3{color:#128B9C;
font-family:helvetica,arial,sans-serif;
font-size:16px;
font-weight:bold}

#Faq .faq-header p {
bottom:8px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
position:absolute;
right:0;

}

#Faq a{font-size:14px}


#sign_up{ width:940px; overflow:hidden;padding-bottom:10px;}
#sign_up ul{width:940px; overflow:hidden; padding:0px; margin:0px; text-align:left}
#sign_up ul li{float:left;text-align:left;display:inline}

#contact{ width:680px; overflow:hidden; padding-bottom:10px; float:left; margin-top:15px; font-size:14px; margin-left:15px}
#contact ul{width:680px; overflow:hidden; padding:0px; margin:0px; text-align:left}
#contact ul li{float:left;text-align:left;display:inline}

span.wrap {
-moz-border-radius:5px;
-webkit-border-radius: 5px;
background:#eaeaea none repeat scroll 0 0;
display:inline-block;
line-height:1;
margin:0 0 5px;
padding:3px;
width:100%
}

span.wrap1 {
-moz-border-radius:5px;
-webkit-border-radius: 5px;
background:#eeeeee none repeat scroll 0 0;
display:inline-block;
margin:0 0 4px;
padding:3px;
width:250px;

}

span.wrap2 {
-moz-border-radius:5px;
-webkit-border-radius: 5px;
background:#eeeeee none repeat scroll 0 0;
display:inline-block;
margin:4px 0 4px;
padding:3px;
width:450px;

}

form.awesome span.wrap label {
-moz-border-radius:2px;
-webkit-border-radius: 2px;
background:#FFFFFF none repeat scroll 0 0;
font-size:14px;
font-weight:normal;
height:26px;
left:4px;
line-height:24px;
padding-left:6px;
position:absolute;
top:4px;
z-index:1;
}

.inputbox{
-moz-border-radius:3px;
-webkit-border-radius: 3px;
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
font-family:Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
margin:0;
padding:5px 5px;
text-shadow:0 0 1px #FFFFFF;
color:#666;
width:96%;
}

.txt_area{
-moz-border-radius:3px;
-webkit-border-radius: 3px;
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
display:block;
font-family:Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
margin:0;
padding:4px 4px;
text-shadow:0 0 1px #FFFFFF;
color:#666;
width:98.5%;
height:120px;
}


.select_box{
-moz-border-radius:3px;
-webkit-border-radius: 3px;
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
font-family:Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
margin:0;
padding:3px 4px;
height:28px;
text-shadow:0 0 1px #FFFFFF;
color:#666;
width:100%;
}
.label{width:108px; padding-top:7px; text-align:left; margin-right:0px; color:#333}
.signup_gray{color:#999}

.amount {
background-color:#edfbd3;
border-top:1px solid #b5d281;
border-bottom:1px solid #b5d281;
padding:10px 10px 15px;
color:#2f4110;
margin-top:10px; margin-bottom:10px;
width:430px
}

.presentation {float:right; padding:0px; width:430px;-moz-border-radius:5px;
-webkit-border-radius: 5px; background-color:#e0eaa6; padding:10px}

.presentation_new {float:right; padding:0px; width:430px;-moz-border-radius:5px;
-webkit-border-radius: 5px;}

#features_new{width:457px; margin-top:0px; margin-right:0px; font-size:14px; float:left; overflow:hidden; margin-top:10px}
#features_new .border_home{width:220px; border-bottom:1px #c9d58a solid}

#features{width:463px; margin-top:0px; margin-right:0px; font-size:14px; float:left; overflow:hidden; margin-top:10px}
#features .border_home{width:220px; border-bottom:1px #c9d58a solid}

#thanks_detail{overflow:hidden; width:500px; float:left}
#thanks_detail ul{overflow:hidden; width:500px; padding-top:5px; margin:0px; text-align:left; margin-left:35px}
#thanks_detail ul li{float:left; display:inline; padding:0px; margin:0px; text-align:left; font-size:14px}

#thanks_detail h3 {
color:#333;
font-family:helvetica,arial,sans-serif;
font-size:16px;
font-weight:bold;
letter-spacing:normal;
line-height:1.4em;
margin-top:10px;
padding-bottom:3px;
}

.RHS_header{font-size:24px; font-weight:bold; border-bottom:1px #eaeaea solid; padding-bottom:3px; color:#000; margin-bottom:15px; letter-spacing:-1px; line-height:1.2em}

.subscribe_email{background-color:#f8f8f8; border-top:1px #eaeaea solid; padding:10px 0px 10px 0px; text-align:center; width:100%; font-size:14px; color:#666; font-weight:bold }

table {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
margin:5px 0 18px;
width:100%;

}

table.posts.grid tr.body td {
height:100%;
margin:0 0 9px 10px;
padding-bottom:30px;
width:33.333%;
border:medium none;
font-size:12px;
line-height:16px;
padding:0;
padding-bottom:30px

}

table tbody tr td {
color:#333333;
padding:9px 10px;
vertical-align:top;
padding-left:0px;
padding-top:0px
}

table.posts.grid tr.body a.thumbnail {
height:180px;
margin:0 0 7px;
width:220px;
-moz-border-radius:5px;
-webkit-border-radius: 5px;
display:block;
margin:0 0 8px;
overflow:hidden;
padding:4px;
position:relative;
}

div.mini-post {
position:relative;
}

table.posts.grid tr.body img {
display:block;

}
img.tab_img {
position:absolute;
right:18px;
top:0;
z-index:1;
}

table.posts.grid, table.posts.grid tr td {
border:medium none;
font-size:12px;
line-height:16px;
padding:0;
}

table.posts.grid tr td h4 {
font-size:16px;
font-weight:bold;
margin-bottom:0;
width:220px;
}

table.posts.grid tr td h4 a{
font-size:16px;
font-weight:bold;
margin-bottom:0;
width:220px;
text-transform:none;
color:#000;
line-height:1.6em
}

table.posts.grid tr.body p.url {
color:#777777;
overflow:hidden;
font-size:11px;
width:220px;
}

table.posts.grid tr.body p.url a{
color:#777777;
overflow:hidden;
font-size:11px;
width:220px;
text-decoration:underline
}

.posts-user {overflow:hidden}
.posts-user p{float:left}
.add_btn{padding-top:5px; padding-bottom:5px; text-align:left}
.demo_btn {
-moz-border-radius:3px;
-webkit-border-radius: 5px;
background-color:#7A9F00;
color:#FFFFFF;
padding:3px;
font-size:12px;
float:right;
margin-right:18px
}

blockquote {
       margin: 5px 10px 5px 10px;
	padding: 10px 120px 10px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #cfcfcf;
	background-image: url(images/blockquote4-img.png);
	background-repeat: repeat-y;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #efefef;
 }


#extras {

padding-right:10px;

}   

#extras ul{padding-left:15px; font-size:14px;} 
#extras p{  padding-top:5px; font-size:14px; }
#extras h2{  font-size:1.4em; }
#extras ol{padding-left:15px; font-size:14px;} 
#extras ol li { list-style:decimal;  font-size:14px;}
#extras li { margin-left:1em;list-style-image: url("images/bullet.png"); font-size:14px; }
#extras a{text-decoration:none; line-height:17px; font-size:14px;}
#extras a:hover {text-decoration:underline; font-size:14px;}

.st-tag-cloud a:hover{color:#333333;}

.login { color:#FFFFFF; font-size:12px}
.login a{ color:#FFFFFF; font-size:12px; text-decoration:underline}

/*WP THEME STYLESHEET ENDS*/