/* http://meyerweb.com/eric/tools/css/reset/ 
  v2.0 | 20110126
	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}



/* global */
html {overflow-y:scroll;}
body {
	color:#666;
	font:13px Tahoma,Geneva,sans-serif;
	background:#f2f2f2 url('skins/xfr/bg-body.png');
}

a:link,
a:visited {
	color:#557296;
	text-decoration:underline;
}
a:active,
a:hover {
	color:#557296;
	text-decoration:none;
}
::-moz-selection {background:#557296;color:#fff;text-shadow:none;}
::selection {background:#557296;color:#fff;text-shadow:none;}
b,strong,.bold {font-weight:bold}
i,em,.em {font-style:italic}
img,
table {
	border:none;
}
select {
	color:#666;
	font:13px Tahoma,Geneva,sans-serif;
	border:1px solid #ddd;
}
textarea,
input {
	padding:2px;
	margin:0;
	color:#666;
	font:13px Tahoma,Geneva,sans-serif;
	border:1px solid #ddd;
	background:#fff;
	overflow:hidden;
}
input[type=radio],
input[type=checkbox] {
	border:none;
	background:transparent;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus {
	border-color:#bbb;
}
hr {
	margin:15px 0;
	height:1px;
	color:#ddd;
	background:#ddd;
	border:none;
	clear:both;
}
label {
	display:block;
	margin-top:6px;
	font-weight:bold;
}
h2 {
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
}
h3 {
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
}
h4 {
	margin:7px 0;
	font-size:14px;
	font-weight:bold;
}
h5,h6 {
	margin:6px 0;
	font-size:13px;
	font-weight:bold;
}
p {
	padding:5px 0;
	line-height:1.2;
}

ul {
	margin:10px 0 10px 15px;
	_margin:10px 0 10px 11px;
	list-style-type:disc;
}
ol {
	margin:10px 0 10px 20px;
	_margin:10px 0 10px 16px;
	list-style-type:decimal;
}
ol li,
ul li {
	padding:0;
	_padding:0 0 1px 4px;
	height:auto;
}

.center {
	text-align:center;
}
.cf:before,.cf:after {
	content:"";
	display:table;
}
.cf:after {clear:both}
.cf {zoom:1}
/* end of global */



.pageWidth {
	margin:0px auto;
	width:960px;
}



#header {
	clear:both;
	height:75px;/*127*/
	color:#a2a6aa;
	background:#ebedf0 url('skins/xfr/bg-header.gif');
	-webkit-box-shadow:0 3px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 3px 15px rgba(0, 0, 0, 0.1);
	box-shadow:0 3px 15px rgba(0, 0, 0, 0.1); 
}
#header .pageWidth {
	position:relative;
}
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	color:#c2c9d3;
	text-decoration:none;
}
#header a:hover {
	text-decoration:underline;
}
#logo a {
	float:left;
	display:block;
	width:127px;
	height:75px;
}
#logo h1 {
	display:none;
}
#last-vers {
	position:absolute;
	top:8px;
	right:0;
	width:468px;
	height:60px;
	font-size:11px;
	text-align:right;
}

#content {
	padding:20px 0;
}
#content #wrapper {
	padding:10px;
	background:#ebedf0;
	border-top:1px solid #fff;
	border-bottom:1px solid #999;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 3px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 3px 15px rgba(0, 0, 0, 0.1);
	box-shadow:0 3px 15px rgba(0, 0, 0, 0.1); 
}

#sidebar {
	float:right;
	width:250px;
}
#mainContent {
	float:left;
	width:680px;
}

.col-2 {
	float:left;
	width:465px;
	margin-right:10px;
}
.col-2.last {
	float:right;
	margin:0;
}
.col-3 {
	float:left;
	width:306px;
	margin-right:11px;
}
.col-3.last {
	float:right;
	margin:0;
}

#lastPosts {
	font-size:11px;
}

.section {
	margin-bottom:15px;
	padding:15px;
	text-shadow:0 1px 1px #fff;
	border-bottom:1px solid #dcdcdf;
	border-top:1px solid #fff;
	background:#f9fafa;
	background:-moz-linear-gradient(top, #f9fafa 0%, #f0f2f2 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafa), color-stop(100%,#f0f2f2));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafa', endColorstr='#f0f2f2',GradientType=0 );
	background:-o-linear-gradient(top, #f9fafa 0%,#f0f2f2 100%);
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
}
.section h2 {
	margin:0;
	padding-bottom:5px;
	font-weight:normal;
	border-bottom:1px solid #ebeded;
	color:#557296;
}
.sectionContent {
	padding-top:10px;
	border-top:1px solid #fff;
}

a.btn1:link,a.btn1:visited,a.btn1:active,a.btn1:hover,
a.btn2:link,a.btn2:visited,a.btn2:active,a.btn2:hover {
	display:inline-block;
	color:#fff;
	padding:0 20px;
	font-size:13px;
	height:30px;
	line-height:27px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 -1px 0 #000;
	-moz-border-radius:6px;
	border-radius:6px;
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.4);
}
a.btn1:link,a.btn1:visited,a.btn1:active,a.btn1:hover {
	background:#6b7175;
	background:-moz-linear-gradient(top, #6b7175 0%, #484c4f 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b7175), color-stop(100%,#484c4f));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b7175', endColorstr='#484c4f',GradientType=0 );
	background:-o-linear-gradient(top, #6b7175 0%,#484c4f 100%);
	border-top:1px solid #99a2a9;
}
a.btn1:hover {
	background:#80878c;
	background:-moz-linear-gradient(top, #80878c 0%, #52575a 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#80878c), color-stop(100%,#52575a));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80878c', endColorstr='#52575a',GradientType=0 );
	background:-o-linear-gradient(top, #80878c 0%,#52575a 100%);
}
a.btn2:link,a.btn2:visited,a.btn2:active,a.btn2:hover {
	background:#5b7b9f;
	background:-moz-linear-gradient(top, #5b7b9f 0%, #435a79 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b7b9f), color-stop(100%,#435a79));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b7b9f', endColorstr='#435a79',GradientType=0 );
	background:-o-linear-gradient(top, #5b7b9f 0%,#435a79 100%);
	border-top:1px solid #7aa6d6;
}
a.btn2:hover {
	background:#6082a8;
	background:-moz-linear-gradient(top, #6082a8 0%, #475e7f 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6082a8), color-stop(100%,#475e7f));
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6082a8', endColorstr='#475e7f',GradientType=0 );
	background:-o-linear-gradient(top, #6082a8 0%,#475e7f 100%);
}

#footer {
	padding:20px 0;
	min-height:94px;
	color:#43464a;
	font-size:11px;
	text-shadow:0 1px 1px #fff;
	background:#ebedf0 url('skins/xfr/bg-footer.jpg') repeat-x;
	border-top:1px solid #f5f6f8;
	box-shadow:0 3px 15px rgba(0, 0, 0, 0.1);
	position:relative;
	overflow:hidden;
}
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footerLinks1,
#footerLinks2,
#footerLinks3 {
	float:right;
	width:80px;
	padding-right:20px;
	margin-right:20px;
	border-right:1px dotted #b8c0c8;
}
#footerLinks1 {
	padding:0 20px;
	border-left:1px dotted #b8c0c8;
}
#counters {
	float:right;
	width:200px;
	text-align:right;
}
.icon-fb,
.icon-rss,
.icon-twitter {
	display:block;
	float:right;
	width:32px;
	height:32px;
	margin-left:5px;
}
.icon-fb {background:url('skins/xfr/xfr-ui.png') no-repeat 0 -16px}
.icon-rss {background:url('skins/xfr/xfr-ui.png') no-repeat -32px -16px}
.icon-twitter {background:url('skins/xfr/xfr-ui.png') no-repeat -64px -16px}
#copyright {
	width:300px;
}



/* twitter plugin */
#twitter_content {
	list-style-type:none;
	margin:0;
}
.tw_div {
	float:left;
	padding-top:10px;
	height:auto;
	line-height:normal;
}
.tw_div img {
	float:left;
	margin-right:5px;
}
.tw_clear {
	clear:both;
	height:1px;
	line-height:1px;
}
/* //twitter plugin */



.quote {
	margin:10px 0;
	padding:0 0 0 10px;
	border-left:5px solid #ddd;
}

.q-a h3 {
	margin-top:30px;
}
.q-a p {
	margin:10px 0;
	padding:0;
}
.q-a .q {
	margin-top:25px;
	padding-left:10px;
	font-weight:bold;
	border-left:5px solid #ddd;
}
.q-a .a {
	padding-left:15px;
}

.slogan {
	padding-top:7px;
	text-align:right;
}
.slogan a {
	color:#fff;
}



.table_ru {
	border:1px solid #ddd;
	border-bottom:none;
}
.tru_head {
	padding:2px 5px;
	color:#557296;
	text-align:center;
	background:#ebedf0;
	border-bottom:1px solid #ddd;
}
.tru_cell {
	padding:2px 5px;
	text-align:center;
	border-left:1px dotted #ddd;
	border-bottom:1px solid #ddd;
}
.tru_first {
	text-align:left;
	border-left:none;
}
.tru_bg {
	background:#f5f5f5;
}

.iframe {
	border:none;
	background:transparent;
}



.php,.xml,.css{font-family:monospace;color:#006;border:1px solid #d0d0d0;background:#f0f0f0;margin:5px 0}
.php ol,.xml ol,.css ol{margin:10px 0 8px 35px}
.php .kw1{color:#b1b100}
.php .kw3{color:#900}
.php .kw4{color:#090;font-weight:bold}
.php .co3{color:#00c;font-style:italic}
.php .co4{color:#093;font-style:italic}
.php .es4{color:#069;font-weight:bold}
.php .es5{color:#069;font-weight:bold;font-style:italic}
.php .es6{color:#093;font-weight:bold}
.php .nu19{color:purple}
.php .re0{color:#008}
.xml .sc0{color:#0bd}
.xml .sc1{color:#db0}
.xml .re0{color:#006}
.css .co1{color:#a1a100}
.css .co2{color:red;font-style:italic}
.css .re0{color:#c0c}
.css .re1{color:#66f}
.css .re2{color:#33f}
.php .de1,.php .de2,.xml .de1,.xml .de2,.css .de1,.css .de2{font:normal normal 1em/1.2em monospace;background:none;vertical-align:top;color:#000020;margin:0;padding:0}
.php a:link,.xml a:link,.css a:link{color:#000060}
.php a:hover,.xml a:hover,.css a:hover{background:#f0f000}
.php .imp,.xml .imp,.css .imp{font-weight:bold;color:red}
.php li,.php .li1,.xml li,.xml .li1,.css li,.css .li1{font-weight:normal;vertical-align:top;font:normal normal 12px 'Courier New',Courier,monospace;color:#003030}
.php .ln,.xml .ln,.css .ln{width:1px;text-align:right;vertical-align:top;margin:0;padding:0 2px}
.php .li2,.xml .li2,.css .li2{vertical-align:top;font-weight:bold;color:#006060}
.php .kw2,.php .sy1,.xml .re1,.xml .re2,.css .kw1{color:#000;font-weight:bold}
.php .co1,.php .co2,.php .coMULTI{color:#666;font-style:italic}
.php .es0,.php .es1,.php .es_h,.xml .es0,.css .es0{color:#009;font-weight:bold}
.php .es2,.php .es3{color:#609;font-weight:bold}
.php .br0,.xml .sc3{color:#090}
.php .sy0,.xml .sc2{color:#393}
.php .st0,.php .st_h{color:#00f}
.php .nu0,.xml .nu0,.css .nu0{color:#c6c}
.php .nu8,.php .nu12{color:#208080}
.php .me1,.php .me2{color:#004000}
.php span.xtra,.xml span.xtra{display:block}
.xml .br0,.xml .sy0{color:#6c6}
.xml .st0,.css .st0{color:red}
.xml .sc-1,.css .coMULTI{color:gray;font-style:italic}
.css .kw2,.css .re3{color:#933}
.css .br0,.css .sy0{color:#0a0}
.css span.xtra {display:block}
div#comments {
  padding: 4px;
  margin-top: 4px;
  width: 99%;
}

div#comments .comment_editor_header {
  padding-left: 4px;
  font-weight: bold;
}

div#comments .comments-title {
  font-size: 15pt;
  text-shadow: 1px 1px 0 #DDDDDD;
  text-transform: none;
  padding: 2px;
  margin-bottom: 8px;
  margin-top: 8px;
}

div#comments ol {
  padding: 0;
  margin: 0;
  margin-top: 8px;
}

div#comments ol li {
  list-style:none outside none;
  background:none repeat scroll 0 0 #F9F9F9;
  border:1px solid #CFCFCF;
  height:auto !important;
  margin: 4px 0;
  padding: 0;
  min-height:60px;
  overflow:hidden;
  font-style: normal;
}

div#comments ol li div.comment {
  padding: 4px;
  min-height: 60px;
  width: 99%;
}
div#comments ol li div.comment-admin {
  vertical-align: middle;
  float: right;
  display: inline;
  margin: 2px 8px 2px 2px;
  height: 18px;
}
div#comments ol li span.admin-hint {
  display: none;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 9px;
}
div#comments ol li div.comment-admin:hover {
  background-color: #FFC0C0;
}
div#comments ol li div.comment-admin:hover span {
  display: inline;
}

div#comments ol li img.avatar {
  background-color: #fff;
  padding: 3px;
  border: 1px solid #eee;
}

div#comments ol li div.avatar-column {
  float: left;
  width: auto;
  height: auto;
}

div#comments ol li div.message-column {
  margin-left: 100px;
  width: auto;
}

div#comments ol li p {
  padding: 2px;
  margin-top: 4px;
}

div#comments ol li span {
  line-height: 20px;
  margin-bottom: 10px;
  padding: 0;
}
div#comments ol li span.date {
  color: #666;
  font-size: smaller;
}

form#comment-form {
  background: none repeat scroll 0 0 #F9F9F9;
  border: 1px solid #CFCFCF;
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 4px;
}

form#comment-form markItUpComment_comment { width: 100%; height: 250px; padding: 0; }
form#comment-form div.markItUpContainer { width: 98%; height: 200px; padding: 4px; }
#comment_comment {
  font: 14px 'Lucida Console', Courier, monospace;
  padding: 0px;
  margin: 0px;
  border:1px solid #3C769D;
  height: 166px;
  position: relative;
  left: 4px;
  line-height:17px;
  overflow: scroll;
  width: 98%;
  z-index: 1;
  /*
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  */
}

form#comment-form input {
  border: 1px solid #CFCFCF;
  padding: 4px;
  display: block;
  width: 300px;
  margin-bottom: 10px;
  margin-left: 4px;
}

form#comment-form input[type="submit"] {
  background-color:#58B9EB;
  border:1px solid #40A2D4;
  color:#FFFFFF;
  cursor:pointer;
  font-family: Helvetica,Arial,sans-serif;
  font-size:14px;
  font-weight:bold;
  padding:4px;
  margin-top:5px;
  width: 150px;
  /*
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  */
}

form#comment-form input[type="submit"]:hover {
  background-color:#80cdf5;
  border-color:#52b1e2;
}

a.comment-edit {
  background: url("includes/images/edit.png") no-repeat scroll top center transparent;
  height: 16px;
  line-height: 16px;
  padding-left: 22px;
}
a.comment-delete {
  background: url("includes/images/eraser.png") no-repeat scroll top center transparent;
  height: 16px;
  line-height: 16px;
  padding-left: 22px;
}

div.comment_username { padding: 4px; }
div #error_message {
	background: #ffeaef;
	border: 3px solid #ff829f;
	left: 55px;
	margin-bottom: 15px;
	padding: 15px; }
 
div #success_message {
	background: #eaf4ff;
	border: 3px solid #82c0ff;
	left: 55px;
	margin-bottom: 15px;
	padding: 15px; }
.pagination {
	height:16px;
	line-height:16px;
	text-align:left;
	font-size: 11px;
	word-wrap:normal;
	text-shadow:0 1px 1px #fff;
}
.pagination a {
	width:auto !important;
	background:#fcfcff;
	color:#969696;
	border:1px solid #c8c8c8;
}
.pagination a:hover {
	background:#99a2a9;
	border:1px solid #99a2a9;
	color:#f9fafa;
	text-shadow:none;
}
.pagination span.current {
	background:#f0f1f2;
	border:1px solid #969696;
	color:#969696;
}
.pagination span.disabled {
	color:#ddd;
}

.pagination a,
.pagination a:hover,
.pagination span.current,
.pagination span.disabled {
	margin-right:3px;
	padding:0 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px; 
	text-decoration:none;
	float:left;
}
#navigation {
  border-top:1px solid #a2a6aa;
  z-index:9999;
}
#navigation ul {
	height:30px;
	margin:0;
	list-style-type:none;
}
#navigation ul li {
	float:left;
	margin:0;
}
#navigation a:link,
#navigation a:visited,
#navigation a:active,
#navigation a:hover {
	display:block;
	color:#fff;
	padding:0 20px;
	font-size:13px;
	line-height:30px;
	text-decoration:none;
	text-shadow:0 -1px 0 #000;
}
#navigation {
	background:#474b4d url('skins/xfr/bg-menu.png') repeat-x;
}
#navigation ul li ul li {
	background:#474b4d;
}
#navigation li.current,
#navigation li.current:hover {
	background:#435b7a url('skins/xfr/bg-menu-active.png') repeat-x;
}
#navigation li.current li.current {
	background:#435b7a;
}
#navigation li:hover {
	background:#59789b;
}
#navigation ul li ul li:last-child {
	-webkit-border-radius:0 0 5px 0;
	-moz-border-radius:0 0 5px 0;
	border-radius:0 0 5px 0;
}

.sf-menu ul {
	position:absolute;
	top:-999em;
	min-width:12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	min-width:12em;
	width:100%;
}
.sf-menu li {
	position:relative;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:30px; /* match top ul list item height */
	z-index:99;
}
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul,
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top:-999em;
}
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul,
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	left:12em; /* match ul width */
	top:0;
}
div.bbcode_quote,
div.bbcode_code
{
  border: 1px solid #44B0EB;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  background-color: #f5f5f5;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  max-height: 410px;
  max-width: 720px;
  overflow: hidden;
  width: 98%; /* must be < 100% for nested quotes! */
}


div.bbeditor {
  position: relative;
  width: auto;
  height: 24px;
  margin: 0;
  padding: 0;
}

div.bbeditor img {
  padding: 3px;
  border: 1px solid #eee;
  margin-right: 3px;
  background-color: #fff;
  cursor: pointer;
}

div.bbcode_quote_head, div.bbcode_code_head {
  font-weight: bold;
  margin-bottom: 10px;
}

div.bbcode_code_body,
div.bbcode_quote_body {
  border: 1px solid #dadada;
  font-size: 13px;
  line-height: 9pt;
  max-height: 350px;
  /*max-width: 520px;*/
  overflow: scroll;
  padding: 4px;
  width: 99%;
}

div.bbcode_quote_body {
  font-style: italic !important;
}
div.bbcode_code_body {
  /*border: 1px solid #dadada;*/
  border: 0;
  font-family: "Lucida Console",courier,monospace,mono !important;
  white-space: pre;
}

.markItUpContainer {
  max-width: 900px;
}
.article {
	margin-bottom:15px;
	background:#fafafa;
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #ddd;
}

h3.article_title,
.article_subtitle {
	color:#272727;
	line-height:1em;
  background:#ebedf0;
}
h3.article_title {
  margin:0;
  padding:10px 10px 5px;
	font-size:14px;
  font-weight:bold;
}
h3.article_title a {
  text-decoration:none;
}
.article_subtitle {
  padding:0 10px 10px;
	font-size:11px;
  border-bottom:1px dashed #ddd;
}
.article_title h2 {
	padding-bottom:0;
	margin-bottom:2px;
}
.article_title_link a:link,
.article_title_link a:visited {
	font-size:16px;
	line-height:1;
	font-style:normal;
	text-decoration:none;
}

.article_article,
.article_description {
	padding:10px;
}

.article_comments,
.article_read_more {
  padding:10px;
}

.article_rating {
	padding:10px;
}

.article_tools,
.article_tools li {
	margin:0 !important;
	padding:0 !important;
	list-style:none outside none;
	list-style-type:none;
}
.article_tools li {
	display:inline;
	vertical-align:top;
	height:20px;
}
.article_tools li a {
	height:16px;
	outline:none;
}
.article_tools li.social a {
	display:inline-block;
	width:16px;
}
.article_tools a:hover,
.article_tools a:visited,
.article_tools a:focus {
	outline:none;
}
.article_tools .delicious a {background-image:url('includes/images/social/delicious-16x16.png');}
.article_tools .digg a {background-image:url('includes/images/social/digg-16x16.png');}
.article_tools .email a {background-image:url('includes/images/social/email-16x16.png');}
.article_tools .facebook a {background-image:url('includes/images/social/facebook-16x16.png');}
.article_tools .twitter a {background-image:url('includes/images/social/twitter-16x16.png');}
.article_tools .article_pdf_link a {background-image:url('plugins/p2_news/pdf.png');}
.article_tools .article_print_link a {background-image:url('plugins/p2_news/printer.png');}
.article_tools .article_comments_link a {margin-left:4px;}
li.social a span {
  display:none;
}

.article_footer {
	display:block;
	height:24px;
	padding:4px;
	position:relative;
	vertical-align:middle;
  background:#f5f6f8;
}
.article_footer_left {
	margin:0;
	padding:4px;
	display:inline;
	float:left;
	left:0;
	top:0;
	position:relative;
	line-height:10px;
	height:10px;
	font-style:italic;
}
.article_footer_right {
	margin:0;
	display:inline;
	float:right;
	right:4px;
	top:8px;
	position:absolute;
}
iframe.facebook_iframe {
	border:none;
	display:inline;
	float:left;
	height:30px;
	position:absolute;
	width:70%;
}
div.forum-pagination,
div.pagination_data {
  font-family: Arial, Times, serif;
  font-style: normal;
  font-size: 11px;
  float: right;
  padding: 0px;
  margin: 0px;
  line-height: 18px;
  text-align: left;
  height: 18px; }

  div.forum-pagination a {
    padding: 2px 3px 2px 3px;
    margin: 1px;
    text-decoration: none;
    color: #44B0EB; }

    div.forum-pagination a:hover {
      color: #44e5eb; }

  div.forum-pagination span.current {
    padding: 2px 3px 2px 3px;
    margin: 1px;
    font-weight: bold;
    background-color: #44B0EB;
    color: #ffffff; }

  div.forum-pagination span.disabled {
    padding: 2px 3px 2px 3px;
    margin: 1px;
    color: #d0d0d0; }

/* SD3.2.1 - Forum CSS - October 25, 2010 */
div#forum *
{
  text-align: left;
}

div#forum
{
  position: relative;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

#forum div.clear
{
  clear: both;
}

#forum p
{
  padding: 0;
  margin: 0;
}

#forum table
{
  width: 100%;
  border-collapse: collapse;
  margin-top: 4px;
}

#forum table thead th
{
  background-color: #44B0EB;
  color: #fff;
  padding: 6px;
}

#forum table thead th.col-topic-count,
#forum table thead th.col-post-count,
#forum table thead th.col-view-count /* SD313 */
{
  width: 60px;
  text-align: center;
}

#forum table thead th.col-forum-title,
#forum table thead th.col-topic-title
{
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
}

#forum table thead th.col-last-updated
{
  width: 200px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

#forum table td
{
  padding: 6px;
  border-bottom: 1px solid #91CDF5;
}

#forum table thead th.col-rss,
#forum table td.col-rss
{
  width: 16px;
}

a.rss-icon
{
  background: none no-repeat scroll 0 0 transparent;
  background-image: url('plugins/forum/images/rss.png');
  display: block;
  height: 16px;
  opacity: 0.50;
  overflow: hidden;
  text-indent: 9999px;
  width: 16px;
}

a.rss-icon:hover
{
  opacity: 1.0;
}

#forum table td.col-forum-title a
{
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
}

#forum table td.col-forum-title p
{
  padding-top: 5px;
}

#forum table td.col-topic-title a
{
  font-size: 14px;
  text-decoration: none;
}

#forum table td.col-topic-count,
#forum table td.col-post-count,
#forum table td.col-view-count /* SD313 */
{
  width: 60px;
  text-align: center;
}

#forum table tbody#posts tr:first-child
{
  border-top: 1px solid #91CDF5;
}

#forum table tr.topic
{
  background-color: #fff;
}

#forum table tr.alt
{
  background-color: #f5f6f9;
}

#forum table tr td.col-user-details
{
  width: 150px;
  background-color: #edf5fa;
  padding: 10px;
  min-height: 80px;
}

#forum * {
  font-family: Arial, Helvetica, sans-serif;
}

#forum table tr td.col-user-details
{
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

#forum table tr td.col-user-details img.avatar
{
  background-color: #fff;
  padding: 3px;
  border: 1px solid #eee;
  height: 60px;
  padding: 3px;
  width: 60px;
}

#forum table tr td.col-post input[type=checkbox]
{
  float: right;
  margin: 2px 8px 0 10px;
}

#forum table tr td.col-post div.post
{
  min-height: 80px;
}

#forum table tr td.col-post div.post-footer
{
  background-color: #f5f6f9;
  margin: 10px 0px 0px 6px;
  font-size: 11px;
}

#forum table tr td.col-post div.post-footer div.private-links
{
  background-color: #f5f6f9;
  float: left;
}

#forum table tr td.col-post div.post-footer div.private-links a
{
  margin-right: 10px;
}

#forum table tr td.col-post div.post-footer div.public-links
{
  background-color: #f5f6f9;
  float: right;
}

#forum table tr td.col-post div.post-footer div.public-links a
{
  margin-left: 10px;
}

#forum h2,
#forum .forum-topic-title
{
  background: none;
  color: #333;
  font-size: 22px;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline;
}

#forum a.new-topic-link,
#forum a.reply-link
{
  float: right;
  padding: 4px;
}


#forum div#topic-footer
{
  width: 100%;
  height: 25px;
  margin: 14px 0;
}

#forum div#topic-footer div.pagination
{
  float: left;
  height: 0;
  line-height: normal;
}

#forum div#topic-footer div.topic-options
{
  float: right;
  text-align: right;
}

#forum div#topic-footer div.topic-options select
{
  margin-right: 10px;
}

#forum div.form-wrap
{
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #f5f6f9;
  margin: 4px 0 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#forum div.form-wrap label
{
  display: block;
  width: 416px;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

#forum div.form-wrap input[type="text"]
{
  width: 400px;
  margin: 0 0 10px 0;
  padding: 8px;
}

#forum div.form-wrap textarea {
  width: 98%;
  height: 310px;
  display: block;
  padding: 8px;
  margin: 3px 0 10px 0;
}

#forum div.form-wrap input[type="submit"] {
  border: 1px solid #408bb6;
  padding: 8px 25px;
  background-color: #44B0EB;
  color: #fff;
  cursor: pointer;
}

#forum div.form-wrap input[type="submit"]:hover {
  background-color: #2e97d1;
}

#forum div.form-wrap textarea.quick-reply {
  font-size: 14px;
  height: 300px;
}

/* SD322: added several new styles instead of inline styles in code */

#forum .post-header {
  background: #edf5fa;
  color: #000;
  border-bottom: 1px solid #91CDF5;
  clear: both;
  margin: 0px 0px 6px 0px;
  padding: 4px 4px 4px 6px;
  text-align: left;
}
#forum table tr td.col-post
{
  padding: 0px; /* before: 10px */
}
#forum .post-content {
  font-size: 14px;
  line-height: 18px;
  padding: 4px 4px 4px 6px;
}
#forum td.col-user-details .author-name {
  font-size: 12pt;
  font-weight: bold;
  padding: 3px;
}
#forum td.col-user-details .author-joined {
  font-size: 10pt;
  font-weight: normal;
  padding: 3px;
}
#forum .post-moderated {
  background: #ffeaef;
  border: 2px solid #ff0000;
}
#forum h2.topic-moderated,
#forum a.topic-moderated {
  color: red;
}
#forum a.forum-post-number {
  font-weight: bold;
  float: right;
}
#forum_move_topic_form select#forum_id {
  margin-bottom: 8px;
  width: 300px;
}

#forum p.breadcrumb {
  position: relative;
  float: left;
  width: auto;
  height: 20px;
  padding: 0px;
  margin-bottom: 8px;
  font-size: 12px;
  font-style: normal;
}

#forum div#forum-breadcrumb {
  display: block;
  clear: both;
  height: 26px;
  margin: 4px;
}

#forum div.breadcrumb {
  display: inline;
  float: left;
  text-align: left;
  padding: 4px;
}
#forum form#forum-searchbar {
  display: inline;
  padding: 0px  0px 4px 0px;
  margin: 0;
}
#forum div.forum-search {
  display: inline;
  float:right;
  padding: 0px 0px 8px 0px;
  text-align: right;
  white-space: nowrap;
}

#forum div.forum-search span {
  vertical-align: middle;
  padding-top: 3px;
}

#forum div.forum-attachments {
  padding: 4px;
  font-size: 10px;
  border: 1px solid #E0E0E0;
  margin: 14px;
}

div.forum-footerrow {
  padding: 4px 10px 4px 10px;
  width: 100%;
}

div.bottom-plugin {
  border: 1px solid #91CDF5;
  display: inline;
  float: left;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  background-color: #edf5fa;
  min-height: 170px;
  padding: 10px;
  margin: 4px 20px 4px 10px;
  width: 260px;
}

#forum_search_popup label,
#forum_search_popup input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  vertical-align: middle;
}
#forum_search_popup #search {
  font-size: 12px;
}
#forum_search_popup input#forum_search {
  background-color: #fff;
  width: 150px;
  height: 18px;
  border: 1px solid #7f9db9;
  border-right: 0;
  padding: 1px 4px 1px 4px;
}

#forum_search_popup > input#forum_search {
  margin:1px 0 0 0;
}
#forum_search_popup input#search {
  background-color: #ffc027;
  background-image: url(plugins/forum/images/search-button.png);
  background-repeat: repeat-x;
  width: 70px;
  height: 24px;
  border: 1px solid #999b9a;
  margin: 1px 0 1px 0;
  padding: 0 10px 0 10px;
}

#forum_search_popup .contextual_dialog_content {
  background-color: #F0F0F0;
  border-bottom: 1px solid #44B0EB;
  border-right: 1px solid #44B0EB;
 }
#forum_search_popup h2 { font-size: 12px; color: #000; font-weight: bold; }

#forum pre {
  line-height: 11px;
  padding: 2px;
}
#forum .syntax-container {
  margin: 0px;
  padding: 1px;
}
#forum ol.syntax {
  max-height: 300px;
  overflow-y: scroll;
}

#markItUpForum_post { padding: 0; margin: 0; width: 99%; }
#markItUpForum_post .markItUpContainer { height: 300px; width: 98%; }
#forum_post {
  font: 14px 'Lucida Console', Courier, monospace;
  padding: 0;
  margin: 0;
  border:1px solid #3C769D;
  height: 254px;
  max-height: 254px;
  left: 1%;
  position: relative;
  line-height:17px;
  overflow: scroll;
  width: 98%;
  z-index: 1;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
#image_gallery_image img,
#image_gallery_sections img,
#image_gallery_thumbnails img {
	border:1px solid #eee;
	padding:2px;
}
div.rating_wrapper *{margin:0; border:0; padding:0;}
div.rating_wrapper {overflow:hidden; height:16px;}
div.sp_rating{font-size:11px; line-height:1.7em; color:#5f5f5f; display:block;}
div.sp_rating div.rating{float:left; padding-right:4px;}
div.sp_rating div.base{background:url(includes/images/ratings.gif) 0 0 no-repeat; width:85px; height:100%; float:left; padding-right:4px; overflow:hidden;}
div.sp_rating div.average{background:url(includes/images/ratings.gif) 0 -16px no-repeat; text-indent:-9999px;}
div.sp_rating div.votes{float:left; padding-right:4px;}
div.sp_rating div.score{background: url(includes/images/ratings.gif) 0 0 no-repeat; width:85px; height:100%; float:left; position:relative;}
div.sp_rating div.score a{display:block; height:100%; float:left; text-indent:-9999px; position:absolute; overflow:hidden; line-height:1em;}
div.sp_rating a.score1 {width:20%; z-index:55;}
div.sp_rating a.score2 {width:40%; z-index:54;}
div.sp_rating a.score3 {width:60%; z-index:53;}
div.sp_rating a.score4 {width:80%; z-index:52;}
div.sp_rating a.score5 {width:100%; z-index:51;}
div.sp_rating div.score a:hover{background:url(includes/images/ratings.gif) bottom right no-repeat;}
div.sp_rating div.rating_status {height:16px; overflow:hidden; position:relative;}
div.sp_rating div.rating_score_this{height:100%; overflow:hidden;}
div.sp_rating div.rating_score_this a{color:#44b0eb;}
.latest_articles {
	margin-bottom:4px;
}
/* User Registration plugin CSS */
div#p12_registration {
  margin-bottom: 5px;
  margin-top: 5px;
}
div#p12_registration form {
  background: transparent;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding: 5px;
  max-width: 400px;
}

div#p12_registration table {
  background: none;
  margin-bottom: 15px;
  padding: 15px;
}

div#p12_registration table td.registration-prompt {
    margin-bottom: 10px;
    padding: 10px;
}

div#p12_registration table td.registration-detail {
    margin-bottom: 10px;
    padding: 10px;
}
/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.bbcode .markItUpButton1 a  {
  background-image:url(includes/images/markitup/bold.png);
}
.bbcode .markItUpButton2 a  {
  background-image:url(includes/images/markitup/italic.png);
}
.bbcode .markItUpButton3 a  {
  background-image:url(includes/images/markitup/underline.png);
}
.bbcode .markItUpButton4 a  {
  background-image:url(includes/images/markitup/picture.png);
}
.bbcode .markItUpButton5 a  {
  background-image:url(includes/images/markitup/link.png);
}
.bbcode .markItUpButton6 a {
  background-image:url(includes/images/markitup/colors.png);
}
.bbcode .markItUpButton6 ul {
    padding:1px;
    width:81px;
}
.bbcode .markItUpButton6  li {
    border:1px solid white;
    width:25px;  height:25px;
    overflow:hidden;
    padding:0px; margin:0px;
    float:left;
}
.bbcode .markItUpButton6 ul a {
    width:25px;  height:25px;
}
.bbcode .markItUpButton6 ul a:hover {
    background-color:none;
}
.bbcode .markItUpButton6 .col1-1 a {
    background:yellow;
}
.bbcode .markItUpButton6 .col1-2 a {
    background:orange;
}
.bbcode .markItUpButton6 .col1-3 a {
    background:red;
}
.bbcode .markItUpButton6 .col2-1 a {
    background:blue;
}
.bbcode .markItUpButton6 .col2-2 a {
    background:purple;
}
.bbcode .markItUpButton6 .col2-3 a {
    background:green;
}
.bbcode .markItUpButton6 .col3-1 a {
    background:white;
}
.bbcode .markItUpButton6 .col3-2 a {
    background:gray;
}
.bbcode .markItUpButton6 .col3-3 a {
    background:black;
}
.bbcode .markItUpButton7 a  {
  background-image:url(includes/images/markitup/fonts.png);
}
.bbcode .markItUpButton8 a  { /* Smilies */
  background-image:url(includes/images/smileys/smile.gif);
}
.bbcode .markItUpButton9 a  {
  background-image:url(includes/images/markitup/list-bullet.png);
}
.bbcode .markItUpButton10 a  {
  background-image:url(includes/images/markitup/list-numeric.png);
}
.bbcode .markItUpButton11 a  {
  background-image:url(includes/images/markitup/list-item.png);
}
.bbcode .markItUpButton12 a  {
  background-image:url(includes/images/markitup/quotes.png);
}
.bbcode .markItUpButton13 a  {
  background-image:url(includes/images/markitup/code.png);
}
.bbcode .markItUpButton14 a  {
  background-image:url(includes/images/markitup/clean.png);
}
.bbcode .markItUpButtonXX a {
  background-image:url(includes/images/markitup/preview.png);
  display: none;
}

/* Color Palette */
.bbcode .colors a {
  background-image:url(includes/images/markitup/colors.png);
}
  .bbcode .colors ul {
    width:110px;
    padding: 2px !important;
    margin: 2px !important;
  }
  .bbcode .colors li {
    border:1px solid white;
    width:25px;
    height:25px;
    overflow:hidden;
    padding:2px !important;
    margin:2px !important;
    float:left;
  }
  .bbcode .colors ul a {
    width:25px;
    height:25px;
  }
  .bbcode .colors ul a:hover {
    background-color: none;
  }

  .bbcode .colors .col1-1 a {
    background:yellow;
  }
  .bbcode .colors .col1-2 a {
    background:orange;
  }
  .bbcode .colors .col1-3 a {
    background:red;
  }

  .bbcode .colors .col2-1 a {
    background:blue;
  }
  .bbcode .colors .col2-2 a {
    background:purple;
  }
  .bbcode .colors .col2-3 a {
    background:green;
  }

  .bbcode .colors .col3-1 a {
    background:white;
  }
  .bbcode .colors .col3-2 a {
    background:gray;
  }
  .bbcode .colors .col3-3 a {
    background:black;
  }

.bbcode .calculator a {
  background-image:url(includes/images/markitup/calculator.png);
}

/* Smileys - point to /includes/images/smileys folder! v3.3.2 */
.bbcode .smileys a {
  background-image:url(includes/images/smileys/smile.gif);
}
  .bbcode .smileys ul {
    width: 126px;
    padding: 2px !important;
    margin: 2px !important;
  }
  .bbcode .smileys li {
    border: 1px solid white;
    width: 20px;
    height: 22px;
    overflow: hidden;
    padding: 2px !important;
    margin: 2px !important;
    float: left;
  }
  .bbcode .smileys ul a {
    width: 20px;
    height: 20px;
  }
  .bbcode .smileys ul a:hover {
    background-color: none;
  }

  .bbcode .smileys .col1-1 a {
    background-image:url(includes/images/smileys/angry.gif);
  }
  .bbcode .smileys .col1-2 a {
    background-image:url(includes/images/smileys/bigsmile.gif);
  }
  .bbcode .smileys .col1-3 a {
    background-image:url(includes/images/smileys/confuse.gif);
  }
  .bbcode .smileys .col1-4 a {
    background-image:url(includes/images/smileys/frown.gif);
  }

  .bbcode .smileys .col2-1 a {
    background-image:url(includes/images/smileys/neutral.gif);
  }
  .bbcode .smileys .col2-2 a {
    background-image:url(includes/images/smileys/smile.gif);
  }
  .bbcode .smileys .col2-3 a {
    background-image:url(includes/images/smileys/laugh.gif);
  }
  .bbcode .smileys .col2-4 a {
    background-image:url(includes/images/smileys/surprise.gif);
  }

  .bbcode .smileys .col3-1 a {
    background-image:url(includes/images/smileys/tongue.gif);
  }
  .bbcode .smileys .col3-2 a {
    background-image:url(includes/images/smileys/worry.gif);
  }
  .bbcode .smileys .col3-3 a {
    background-image:url(includes/images/smileys/wink.gif);
  }
  .bbcode .smileys .col3-4 a {
    background-image:url(includes/images/smileys/sleepy.gif);
  }

/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
  margin:0px; padding:0px;
  outline:none;
}

.markItUp a:link,
.markItUp a:visited {
  color:#000;
  text-decoration:none;
}
.markItUp  {
  width:98%;
  margin:5px 0 5px 0;
  border:5px solid #F5F5F5;
}
.markItUpContainer  {
  border:1px solid #ccc;
  background:#FFF;
  padding:5px 5px 2px 5px;
  font:11px Arial, Helvetica, Verdana, sans-serif;
}
textarea.markItUpEditor {
  font:14px 'Lucida Console', Courier, monospace;
  /*padding: 4px;*/
  margin: 2px;
  border:1px solid #ccc;
  clear:both;
  display:block;
  line-height:17px;
  overflow: scroll;
  width: inherited;
}
.markItUpPreviewFrame {
  overflow:auto;
  background-color:#fff;
  border:1px solid #ccc;
  width:99.9%;
  height:300px;
  margin:5px 0;
}
.markItUpFooter {
  width:100%;
  cursor:n-resize;
}
.markItUpResizeHandle {
  overflow:hidden;
  width:22px; height:5px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(includes/images/markitup/handle.png);
  cursor:n-resize;
}

/* first row of buttons */
.markItUpHeader ul  {
  list-style-type: none !important;
  padding: 2px !important;
  margin: 2px !important;
}
.markItUpHeader ul li,
.markItUpHeader ul ul li {
  margin: 0px !important;
  padding: 0px !important;
}
.markItUpHeader ul li {
  list-style:none !important;
  float:left;
  position:relative;
  margin-right: 2px !important;
  padding: 2px !important;
}
.markItUpHeader ul li:hover {
  background-color: #f0f0f0;
}
.markItUpHeader ul li ul {
  display:none;
  list-style-type: none;
}
.markItUpHeader ul li:hover > ul {
  list-style-type: none;
  display:block;
}
.markItUpHeader ul .markItUpDropMenu {
  background:transparent url(includes/images/markitup/menu.png) no-repeat 115% 50%;
  margin-right:4px;
  z-index: 10; /* 1000; */
}
.markItUpHeader ul .markItUpDropMenu li {
  margin-right:0px;
  list-style: none !important;
}
.markItUpHeader ul .markItUpSeparator {
  background:transparent url(includes/images/markitup/handle.png) repeat-y;
  margin:0 10px;
  width:1px;
  height:16px;
  overflow:hidden;
  background-color:#ccc;
}
.markItUpHeader ul ul .markItUpSeparator {
  width:auto; height:1px;
  margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
  display:none;
  position:absolute;
  list-style:none !important;
  top:22px; left:0px;
  background:#F5F5F5;
  border:1px solid #d0d0d0;
  height:inherit;
  width:120px;
}
.markItUpHeader ul ul li {
  float:none;
  border-bottom:1px solid #d0d0d0;
}
.markItUpHeader ul ul .markItUpDropMenu {
  background:#F5F5F5 url(includes/images/markitup/submenu.png) no-repeat 100% 50%;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
  position:absolute;
  top:-1px; left:120px;
}
.markItUpHeader ul ul ul li {
  float:none;
}
.markItUpHeader ul a {
  display:block;
  width:18px; height:18px;
  text-indent:-10000px;
  background-repeat:no-repeat;
  padding:3px;
  margin:0px;
}
.markItUpHeader ul ul a {
  display:block;
  padding-left:0px;
  text-indent:0;
  width:120px;
  padding:5px 2px 5px 30px;
  background-position:2px 50%;
}
.markItUpHeader ul ul a:hover {
  color:#FFF;
  background-color:#d0d0d0;
  width:inherit;
}

li.markItUpButton {
  list-style:none;
  list-style-type: none;
}
div#p9_top_posters {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

div#p9_top_posters ul {
  padding: 0;
  margin: 0;
}

div#p9_top_posters ul li {
  list-style:none outside none;
  /* background:none repeat scroll 0 0 #F9F9F9; */
  /* border:1px solid #CFCFCF; */
  height:auto !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div#p9_top_posters ul li div.p9-outer {
  width: 100%;
}

div#p9_top_posters ul li img.avatar {
  background-color: #fff;
  border: 0;
  padding: 4px;
  border: 1px solid #eee;
}

div#p9_top_posters ul li div.p9-avatar {
  float: left;
  width: auto;
  height: auto;
}

div#p9_top_posters ul li div.p9-user {
  /*font-family: Helvetica,Arial,sans-serif !important;
  font-size: 14px;*/
  display: inline;
  float: left;
  font:inherit;
  padding: 4px;
  width: auto;
}

div#p9_top_posters ul li span {
  font:inherit;
  padding-top: 4px;
}
div#p9_top_posters ul li span.p9-count {
  color: #666;
  /* font-size: smaller; */
}
/* User Login Panel plugin CSS */
.login-panel div.login-avatar {
	clear:both;
	display:block;
}

.login-form input {width:85px;}
.login-form .login-div-user1 {float:left; vertical-align:middle; width:120px;}
.login-form .login-div-user2 {display:block; clear:right; margin-bottom:2px;}
.login-form .login-div-pwd1 {float:left; vertical-align:middle; width:120px;}
.login-form .login-div-pwd2 {display:block; clear:right; margin-bottom:2px;}
.login-form .login-div-remember {display:block; clear:both;}
.login-form .login-div-remember input {border:0; padding:4px;}
.login-form .login-div-submit {display:block; clear:both;}
.login-div-register {display:block; clear:both; padding:6px; width:100px;}
.login-div-lostpwd {display:block; clear:both; padding:6px; width:100px;}

.login-form input[type="submit"] {
	background:#58b9eb;
	border:1px solid #40a2d4;
	color:#fff;
	cursor:pointer;
	font:bold 12px Helvetica,Arial,sans-serif;
	padding:2px 8px;
	margin:4px 4px 8px 0;
	width:auto;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.login-form input[type="submit"]:hover {
	background:#80cdf5;
	border:1px solid #52b1e2;
}
.login-form input[type="checkbox"] {
	width:auto;
	padding-left:20px;
}
.login-welcome {
	clear:right;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}
/* Subdreamer User Profile plugin CSS */
div#user-profile {
  border: 0px;
}

form.usercp-form {
  background: transparent;
  border: 0;
  margin-bottom: 15px;
  padding: 5px 5px 5px 0px;
}

table.usercp-table {
  margin-bottom: 15px;
  padding: 15px;
}

table.usercp-table td.usercp-prompt {
    margin-bottom: 10px;
    padding: 10px;
}

table.usercp-table td.usercp-detail {
    margin-bottom: 10px;
    padding: 10px;
}

div.ucp-groupheader {
  background-color: #e0e0e0;
  border: 1px solid #c0c0c0;
  font-size: 20px; font-weight: bold; background-color: #E0E0E0;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  padding: 5px;
  margin: 5px 1px 5px 5px;
}
#ucpForm { width: 100%; padding: 2px; }
#ucpForm fieldset legend { padding: 0.5em; }
#ucpForm fieldset div { padding: 4px; }
#ucpForm fieldset div label { display: inline-block; width: 200px; }
#ucpForm fieldset div input,
#ucpForm fieldset div select,
#ucpForm fieldset div textarea,
{ display: inline-block; line-size: 1px; margin-right: 8px; }
#ucpForm .ctrlHolder{ padding: 4px; border-bottom: 1px solid #efefef; }
#ucpForm .ctrlHolder.focused { background: #fffcdf; }
#ucpForm fieldset div label.error{ display: inline; color: red; }
#ucpForm .ucp_value_only { font-weight: bold; padding: 6px; }

#ucpForm button.primaryAction {
  background-color: #58B9EB;
  border: 1px solid #40A2D4;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Helvetica,Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  margin: 6px;
  width: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#ucpForm button.primaryAction:hover {
  background-color:#80cdf5;
  border-color:#52b1e2;
}
/* Hides the whole contact form until needed */
#contactForm {
  max-width: 500px;
  background: transparent;
	border:0;
	padding:2px 2px;
	color:#000;
	display:block;
	}

/* Loading bar */
.bar {
  display:none;
  background:url(../images/ajax-loader.gif) no-repeat center;
  margin-top:50px;
  height:40px; width:230px;
}

/* Hides the confirmation message until needed */
#messageSent { display:none; }

/* This hides the form validation alert messages until needed */
#contactForm span {
	display:none;
	font-size:12px;
	line-height:10px;
  padding-left:6px;
	padding-bottom:2px;
	color:#800000;
}

/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */
#contactForm textarea, #contactForm input {
	width: 80%;
  font-family: Arial, Geneva, sans-serif;
	/* background:#6d6d6d url(../images/contact_input.png) repeat-x top; */
	border:1px solid #8a8a8a;
	height:15px;
	line-height:14px;
	font-size:12px;
	padding:2px 2px 0px;
	}
#contactForm input { height: 20px; line-height:15px; font-size: 13px; margin: 1px; padding: 2px; }
#contactForm textarea { height:114px; font-family: Arial, Geneva, sans-serif; }
#contactForm .submit {
	border:1px solid #aba8a8;
	background:#e5e5e5;
	text-transform:uppercase;
	color:#4d4d4d;
	font-weight:bold;
	padding:7px 16px 7px 14px;
	height:37px; width:130px;
	cursor:pointer;
	margin-top:10px;
	}
#contactForm .submit:active { background: #cacaca; }
#contactForm label { padding-left: 4px; font-weight: bold; }
#contactForm p { padding-bottom: 4px; }

input.p6_error { background-color: #FFC0C0; }

