/*
Theme Name: Maciverse
Description: Maciverse
Author: BECMedia
Version: 1.0
*/

html {
	min-height: 100%;
}

body {
	font: 13px/1.5 "Arial", sans-serif;
	color: #000;
	background-color: #fff;
	margin-bottom: 10px;
}
.wrap {
	width: 960px;
	clear: both;
	margin: 0 auto 0 auto;
}
#content {
	border-right: 1px solid #e6e5e5;
	display: inline;
	float: left;
	position: relative;
	width: 639px;
}
#pageContent {
	border-right: 1px solid #e6e5e5;
	border-top: 1px solid #e6e5e5;
	padding-top: 10px;
	display: inline;
	float: left;
	position: relative;
	width: 639px;
	font-size: 15px;
	color: #555;
}
#pageContent h1 {
	font-weight: normal;
	font-size: 28px;
	color: #09397e;
}
#pageContent h2 {
	font-weight: normal;
	font-size: 22px;
	color: #000;
}
#pageContent h3 {
	font-weight: normal;
	font-size: 24px;
	color: #09397e;
}
#pageContent h4 {
	font-size: 14px;
	color: #09397e;
}
#pageContent p {
	margin-bottom: 14px;
	margin-right: 14px;
}
#pageContent p a {
	color: #29639a;
	text-decoration: underline;
}
#pageContent p a:hover {
	text-decoration: none;
}
/*#pageContent p a:visited {
	color: #aa06f6;
	text-decoration: none;
}*/
#pageContent ul {
	list-style: square;
	list-style-position: inside;
	margin: 10px 0;
	color: #595959;
	padding-left: 20px;
}
#pageContent ol li, #pageContent ul li {
padding-bottom: 10px; padding-right: 10px;
}
#pageContent ul li p {
	display: inline;
	color: #595959;
}
#pageContent ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 10px 0;
	padding-left: 20px;
}
#pageContent img.aligncenter {
	display: block;
	margin: 10px auto 10px auto;
}
#pageContent img.alignleft {
	float:left;
	margin: 0 10px 10px 0;
}
#pageContent img.alignright {
	float: right;
	margin: 0 10px 10px 10px;
}
#pageContent #commentsCount {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	color: #7f7f7f;
	font-size: 14px;
	text-align: right;
	border-bottom: 1px solid #e6e5e5;
	clear: both;
	overflow: hidden;
}
#pageContent #commentsCount a {
	display: block;
	float: right;
	margin-right: 10px;
	padding-left: 25px;
	color: #7f7f7f;
	font-size: 14px;
	text-decoration: none;
	background: url(images/comment_bubble.jpg) no-repeat left center scroll;
}
#pageContent #commentsCount a:hover {
	color: #000;
	text-decoration: none;
}
#pageContent #commentsCount a:visited {
	color: #7f7f7f;
	text-decoration: none;
}
#comments {
	width: 629px;
	margin: 20px 10px 10px 0;
	clear: both;
	overflow: hidden;
}
#comments ol, #comments ul {
	list-style-type: none;
	list-style-position: outside;
	width: 629px;
}
#comments li {
	margin: 0;
	clear: both;
	overflow: hidden;
	display: block;
}
#comments ol.commentsParent li {
	margin: 0 0 20px 0;
	width: 629px;
}
.comment-childs ul {
	margin: 20px 0 -20px 0;
	clear: both;
	overflow: hidden;
	padding-left: 70px;
}
.comment-childs li {
	background: url(images/commentReply_icon.jpg) no-repeat scroll;
	background-position: 0 10px;
	padding-left: 20px;
	margin: 0 0 20px 0;
	width: 100%;
}
.commentWrapper {
	clear: both;
	overflow: hidden;
	display: block;
}
#comments p {
	margin: 0;
}
p.commentsclose {
	color: #CC0000;
}
p.nocomments {
	color: #0C9DE5;
}
p.userLogedIn {
	color: #000;
}
.commentMeta {
	font-size: 13px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
	display: block;
}
.commentAuthor {
	font-size: 16px;
	font-weight: bold;
	color: #595959;
}
#comments p.commentAuthor a, #comments p.commentAuthor a:visited {
	color: #595959;
	text-decoration: none;
}
#comments p.commentAuthor a:hover {
	text-decoration: underline;
}
#comments .postAuthor p.commentAuthor a {
	color: #0b5c82;
}
#comments p.thdrpy {
	text-align: right;
	display: block;
	font-size: 13px;
	margin: 0;
}
#comments p.thdrpy a, #comments p.thdrpy a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#comments p.thdrpy a:hover {
	text-decoration: underline;
}
.avatar {
	width: 70px;
	float: left;
	display: inline;
	position: relative;
}
.commentContent {
	float: left;
	display: inline;
	position: relative;
	width: 519px;
	margin-left: 20px;
	padding: 10px;
	background-color: #e9e9e9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#comments .commentContent p {
	margin: 0 0 10px 0;
}
#comments ul.commentChild .commentContent {
	width: 429px;
}
.postAuthor .commentContent {
	background-color: #dae9f0;
}
.avatar img {
	width: 58px;
	height: 58px;
	padding: 5px;
	border: 1px solid #e4e2e2;
}
.arrow {
	border-color: transparent #e9e9e9 transparent transparent;
	border-style: solid;
	border-width: 10px;
	height: 0;
	width: 0;
	position: absolute;
	top: 20px;
	left: -20px;
}
.postAuthor .arrow {
	border-color: transparent #dae9f0 transparent transparent;
}
#respond form {
	clear: both;
	overflow: hidden;
	background-color: #F6F6F6;
	padding: 20px;
	margin: 10px 10px 0 0;
	width: 587px;
	border: 1px solid #ECECEC;
}
#respond .input {
	width: 248px;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #e3e1e1;
	color: #7f7f7f;
	font-size: 14px;
	display: block;
}
#respond label {
	left: 10px;
	position: absolute;
	top: 10px;
}
#respond .column_1, #respond .column_2 {
	float: left;
	display: inline;
	position: relative;
}
#respond .column_2 {
	border-left: 1px solid #e3e1e1;
	padding-left: 22px;
	margin-left: 22px;
}
#respond p {
	position: relative;
	margin: 0;
	padding: 0;
}
#respond textarea {
	height: 70px;
	resize: none;
}
#respond h2 {
	margin-left: 10px;
}
#respond #submit {
	width: 106px;
	height: 42px;
	background: url(images/comment_submit.jpg) no-repeat scroll;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 15px 30px;
	border: 1px dashed #d4d4d4;
	padding: 20px 10px 10px 25px;
	background: url(images/blockquote_bg_1.jpg) no-repeat scroll;
	background-position: 20px 20px;
}
blockquote p {
	background: url(images/blockquote_bg_2.jpg) no-repeat right bottom scroll;
	margin: 10px 0 0 10px;
	padding-bottom: 10px;
}
#shareArticle {
	width: 614px;
	margin: 30px 10px 20px 0;
	padding: 5px 10px 5px 5px;
	background-color: #E0EBF1;
}
#shareArticle p {
	font-size: 16px;
	color: #0c9de5;
	margin-left: 5px;
}
#shareArticle ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	paddding: 0;
	clear: both;
	overflow: hidden;
}
#shareArticle li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}
#shareArticle li.nlm {
	margin: 0;
}
#aboutAuthor {
	border: 5px solid #eeeeee;
	background-color: #f6f6f6;
	color: #7e7e7e;
	font-size: 12px;
	padding: 10px;
	width: 599px;
	margin: 20px 10px 0 0;
	line-height: 1.3em;
	clear: both;
	overflow: hidden;
}
#aboutAuthor h5 {
	font-weight: normal;
	color: #0c9de5;
	font-size: 14px;
	text-decoration: underline;
	margin: 5px 0 5px 0;
}
#aboutAuthor img {
	margin-right: 10px;
	padding: 10px;
	background-color: #fff;
	float: left;
	-webkit-box-shadow: 0px 0px 5px #979797;
	-moz-box-shadow: 0px 0px 5px #979797;
	box-shadow: 0px 0px 5px #979797;
}
#promotedPosts {
	width: 948px;
	clear: both;
	overflow: hidden;
	margin: 0 auto 20px auto;
	padding-right: 10px;
	border: 1px solid #d4d4d4;
	background-color: #f7f7f7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#promotedPosts ul {
	clear: both;
	overflow: hidden;
}
#promotedPosts li {
	float: left;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	width: 225px;
	min-height: 240px;
	margin: 10px 0 10px 10px;
}
#promotedPosts li img {
	border-bottom: 1px solid #dfdfdf;
	width: 225px;
	height: 192px;
}
#promotedPosts li p a {
	display: block;
	margin: 5px 10px 5px 10px;
	color: #09397e;
	font-size: 13px;
	text-decoration: none;
}
#promotedPosts li a:hover {
	color: #000;
	text-decoration: none;
}
.contentEntry {
	border-bottom: 1px solid #e6e5e5;
	clear: both;
	overflow: hidden;
	padding: 20px 20px 20px 0;
	width: 619px;
	font-size: 14px;
	color: #303030;
}
.contentEntry .excerptImage {
	float: left;
	position: relative;
	margin: 0 20px 0 0;
	display: inline;
	width: 150px;
}
.excerptImage img {
	width: 150px;
	height: 150px;
}
.contentEntry h2 {
	font-weight: normal;
	font-size: 24px;
	color: #09397e;
	line-height: 24px;
}
.contentEntry h2 a {
	color: #09397e;
	text-decoration: none;
}
.contentEntry h2 a:hover {
	color: #000;
	text-decoration: none;
}
.excerptText {
	display: inline;
	float: left;
	width: 449px;
}
.excerptText p a {
	color: #164c8c;
	text-decoration: underline;
}
.excerptText p a:hover {
	text-decoration: none;
}
#pageContent .author {
	font-size: 14px;
	margin: 0;
}
.author {
	margin: 5px 0;
	color: #595959;
}
.author a {
	color: #595959;
	text-decoration: none;
}
.author a:hover {
	text-decoration: underline;
}
.post-details {
	position: relative;
	padding-top:10px;
	clear: both;
}
.comms {
	width: 80%;
	position: relative;
	float: left;
}
.readMore {
	width: 19%;
	position: relative;
	float: right;
}
.readMore a {
	color: #1f5995;
	font-weight: bold;
	text-decoration: none !important;
}
.readMore a:hover {
	text-decoration: none;
	color: #000000;
}
#aboutMaciverse p {
	margin-top: 15px;
}
#aboutMaciverse {
	padding: 0;
	width: 639px;
}
#hpAds {
	padding: 10px 20px 20px 0;
}
#hpAds h3 {
	color: #595959;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
#hpAds ul {
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	margin-top: 15px;
}
#hpAds li {
	display: block;
	float: left;
	position: relative;
	right: 50%;
	margin-left: 25px;
}
#sidebar {
	display: inline;
	float: left;
	position: relative;
	width: 320px;
}
#sidebar .contentBox {
	border-top: 1px solid #e6e5e5;
	border-bottom: 1px solid #e6e5e5;
	border-right: 1px solid #e6e5e5;
	width: 309px;
	padding: 10px 10px 10px 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#sidebar #topics {
	background-color: #FAFAFA;
	border-top: 1px solid #e6e5e5;
	border-bottom: 1px solid #e6e5e5;
	border-right: 1px solid #e6e5e5;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin: 10px 0;
}
#topics ul {
	clear: both;
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
	width: 100%;
}
#topics li {
	display: inline;
	position: relative;
	float: left;
	text-align: center;
	width: 79px;
	padding: 5px 0 0 0;
}
#topics li.rbb {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
#topics li.rb {
	border-right: 1px solid #e1e1e1;
}
#topics li.bb {
	border-bottom: 1px solid #e1e1e1;
}
#topics a {
	display: block;
}
#topics a, #topics a:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
#topics a:hover {
	color: #AA06F6;
	text-decoration: none;
}
.contentBox ul {
	margin: 0 20px 0 10px;
	clear: both;
	overflow: hidden;
}
.contentBox li {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	height: 35px;
	border-bottom: 1px solid #e6e5e5;
}
.contentBox li:last-child {
	border-bottom: 0;
}
.contentBox li.scblc {
	border-bottom: 0;
}
.contentBox li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: normal;
}
.contentBox li a:hover {
	color: #09397e;
	text-decoration: none;
}
.contentBox .entryThumb {
	float: left;
	display: inline;
	margin-right: 10px;
}
.entryThumb2 img {
	width:35px;
	height:35px;
}
#sidebar h2 {
	color: #09397e;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 10px;
}
#sidebar h3 {
	color: #595959;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
	border-top: 1px solid #e6e5e5;
}
#sidebar form {
	clear: both;
	overflow: hidden;
	width: 320px;
	display: block;
	margin: 10px 0 10px 10px;
}
#newsletter {
	border: 0;
	background: url(images/subscribe_bg.jpg) no-repeat scroll;
	width: 191px;
	height: 22px;
	font-size: 11px;
	padding: 5px 0 5px 5px;
	color: #363636;
	display: inline-block;
	float: left;
	margin: 0;
}
#nwsltsubmit {
	border: 0;
	background: url(images/subscribe_submit.jpg) no-repeat scroll;
	width: 93px;
	height: 32px;
	cursor: pointer;
	text-indent: -9999px;
	display: inline-block;
	float: left;
}
#socialIcons {
	display: block;
	clear: both;
	overflow: hidden;
	width: 320px;
	margin: 0 0 10px 0;
}
#socialIcons li {
	display: inline-block;
	float: left;
	margin-left: 10px;
	text-indent: -9999px;
	width: 54px;
	height: 54px;
}
#socialIcons li:first-child {
	margin-left: 55px;
}
 #socialIcons li:sifc {
 margin-left: 55px;
}
#socialIcons li a {
	display: block;
	width: 100%;
	height: 100%;
}
#socialIcons li.rssIcon {
	background: url(images/rss.jpg) no-repeat scroll;
}
#socialIcons li.twitterIcon {
	background: url(images/twitter.jpg) no-repeat scroll;
}
#socialIcons li.facebookIcon {
	background: url(images/facebook.jpg) no-repeat scroll;
}
#socialIcons li.googleBuzzIcon {
	background: url(images/googleBuzz.jpg) no-repeat scroll;
}
#ads {
	margin: 0 0 10px 10px;
	clear: both;
	overflow: hidden;
}
#ads li {
	display: inline;
	float: left;
	position: relative;
	width: 129px;
	padding: 10px;
	border: 1px solid #fff;
}
#ads li:first-child {
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
#ads li.safc {
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
#ads li:last-child {
	border-left: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}
#ads li.salc {
	border-left: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}
#ads li img {
	border: 1px solid #b7b7b7;
	display: block;
}
#topArea {
	margin: 10px auto 10px auto;
	text-align: center;
}
#topNav {
	width: 960px;
	height: 120px;
	clear: both;
	overflow: hidden;
}
#logoWrap {
	width: 380px;
	height: 120px;
	display: inline;
	float: left;
	position: relative;
	background: url(images/vertical_shadow.jpg) no-repeat right top scroll;
}
#logoWrap h1 {
	width: 345px;
	height: 120px;
	background: url(images/logo.jpg) no-repeat scroll;
}
#logoWrap a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#navWrap {
	width: 580px;
	height: 120px;
	display: inline;
	float: left;
	position: relative;
}
#searchForm {
	clear: both;
	overflow: hidden;
	float: right;
	margin: 10px 0 15px 0;
}
#search {
	border: 0;
	background: url(images/search_bg.jpg) no-repeat scroll;
	width: 235px;
	height: 34px;
	font-size: 15px;
	line-height: 34px;
	color: #363636;
	padding: 5px 5px 5px 40px;
	display: inline-block;
	float: left;
}
#submit {
	border: 0;
	background: url(images/search_submit.jpg) no-repeat scroll;
	width: 56px;
	height: 44px;
	cursor: pointer;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
}
#nav {
	clear: both;
	overflow: hidden;
}
#nav ul {
	float: right;
	clear: both;
	overflow: hidden;
	padding-bottom:16px;
}
#nav li {
	float: left;
	position: relative;
	padding: 0 12px 0 12px;
	line-height: 16px;
	position:relative;
	border-right: 1px solid #000;
}
#nav li a span.menu-hover {
	position:absolute;
	top:22px;
	left:10px;
	height:6px;
	background-color:#09397e;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:100%;
}
#nav li:last-child {
	border-right: none;
}
#nav li a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	display:block;
}
#nav li a:hover {
	color: #09397e;
	text-decoration: none;
}
#nav li.current_page_item, #nav li.current-cat {
/*border-bottom: 4px solid #09397e;*/
}
#nav li.current_page_item a, #nav li.current-cat a {
	color: #09397e;
	text-decoration: none;
}
#footer {
	padding: 20px;
	line-height: 11px;
	margin: 20px 0 10px 0;
	background-color: #e6e5e5;
	width: 920px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer p {
	font-size: 11px;
	color: #333;
}
#footer a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
#footer li {
	float: left;
	border-left: 1px solid #333;
	padding: 0 10px;
}
#footer li:first-child {
	border-left: 0;
	padding: 0 10px 0 0;
}
 #footer li:fnfc {
 border-left: 0;
 padding: 0 10px 0 0;
}
.sp {
	color: #c4c3c3;
	font-size: 11px;
	text-align: right;
	margin: 0 0 10px 0;
}
.sp a {
	color: #8c8c8c;
	text-decoration: none;
}
.sp a:hover {
	text-decoration: underline;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix, *:first-child+html .clearfix {
	zoom: 1;
}
.navigation {
	height:40px;
	padding-top:20px;
}
#shareul {
	text-align: center;
}

.alignleft { float: left; padding: 10px; margin:10px;}
.alignright { float: right; padding: 10px; margin: 10px; }
.aligncenter { display: block; text-align: center; margin: 0 auto;}
#sidebar-ads { margin: 15px !important; padding-left: 15px; }

.questionExcerpt {
	width:100%!important;
	text-align:justify;
}

.questionExcerpt p {
	margin-bottom:0px!important;	
}

.sth2 {
	font-weight: normal;
	font-size: 24px;
	color: #333;
	line-height: 24px;	
}

.stH1 {
	color: #000!important;
    font-size:24px!important;
	font-weight: normal;
	border-bottom: 1px solid #E6E5E5;
	padding-bottom:15px;
}