/* -------------------------------------------------------------------

   RESET
   Resets default browser CSS

------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
input {
	margin: 0;
	background:url(../images/bg-light-noise.png) bottom;
	color:#fff;
	border: 0;
	font-size:18px;
	padding:3px 10px;
	outline:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;	
	-moz-box-shadow:0px 0px 2px #ffffff;	
	-webkit-box-shadow:0px 0px 2px #ffffff;
	box-shadow:0px 0px 2px #ffffff;
}
.logo1 input,  .logo1 .update{
	-moz-box-shadow:0px 0px 8px #26feff;
	-webkit-box-shadow:0px 0px 8px #26feff;
	 box-shadow:0px 0px 8px #26feff;
	  }
.logo2 input, .logo2 .update{
	-moz-box-shadow:0px 0px 8px #3545ff;
	-webkit-box-shadow:0px 0px 8px #3545ff;
	box-shadow:0px 0px 8px #3545ff;
	  } 
.logo3 input, .logo3 .update{
	-moz-box-shadow:0px 0px 8px #df3eff;
	-webkit-box-shadow:0px 0px 8px #df3eff;
	box-shadow:0px 0px 8px #df3eff;
	  } 
.logo4 input, .logo4 .update{
	-moz-box-shadow:0px 0px 8px #ffba21;
	-webkit-box-shadow:0px 0px 8px #ffba21;
	box-shadow:0px 0px 8px #ffba21;
	  } 
.logo5 input, .logo5 .update{
	-moz-box-shadow:0px 0px 8px #fff41b;
	-webkit-box-shadow:0px 0px 8px #fff41b;
	box-shadow:0px 0px 8px #fff41b;
	  } 
.logo6 input, .logo6 .update{
	-moz-box-shadow:0px 0px 8px #28ff40;
	-webkit-box-shadow:0px 0px 8px #28ff40;
	box-shadow:0px 0px 8px #28ff40;
	  } 
	  
.logo1 .topic h2.title a, .logo1 .topic h2.title {color:#26feff; text-shadow: 0px 0px 2px #26feff;}
.logo2 .topic h2.title a, .logo2 .topic h2.title {color:#3545ff; text-shadow: 0px 0px 2px #3545ff;}
.logo3 .topic h2.title a, .logo3 .topic h2.title {color:#df3eff; text-shadow: 0px 0px 2px #df3eff;}
.logo4 .topic h2.title a, .logo4 .topic h2.title {color:#ffba21; text-shadow: 0px 0px 2px #ffba21;}
.logo5 .topic h2.title a, .logo5 .topic h2.title {color:#fff41b; text-shadow: 0px 0px 2px #fff41b;}
.logo6 .topic h2.title a, .logo6 .topic h2.title {color:#28ff40; text-shadow: 0px 0px 2px #28ff40;}

.comment .comment {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;	
	
}
textarea {
	background:url(../images/bg-light-noise.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-top-right-radius: 15px;	
	color:#fff;
	font-family:tahoma;
	font-size:14px;
	border:none;
	padding:10px;
	margin:0 0 10px 0;
	outline:none;

}
.checkbox {padding:0!important; background:#fff; border:1px solid #ccc; color:#000; }
.contentus {
	background: url(../images/bg-black.png) repeat;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-border-radius-topright: 55px;
	-webkit-border-top-right-radius: 55px;	
	border-top-right-radius: 55px;
	-moz-border-radius-bottomleft: 55px;
	-webkit-border-bottom-left-radius: 55px;	
	border-bottom-left-radius: 55px;	
	padding:10px;
}
	

/* -------------------------------------------------------------------

   TYPOGRAPHY
   Sets up some sensible default typography

------------------------------------------------------------------- */
html, body {
	height:100%;
}
body {
	font: 12px/18px tahoma;
	color: #AEC9CC;
	min-height:600px;
	min-width:900px;
/*	width:100%;*/
}
/* Headings
----------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #65a65a;
}
h1 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}
h2 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}
h3 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
}
h5 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}
h6 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}
/* Text elements
------------------------------ */
a {
	color: #77e5b3;
	outline:0;
}
a:hover {
	color: #1bcbdb;
	text-decoration:none;
}
blockquote {
	padding: 5px 10px;
	margin-left: 15px;
	background: url(../images/grid.png) ;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	
}
pre {
	overflow: auto;
	width: 95%;
	padding: 5px 2%;
	background: #f8f8f8 url(../images/code.gif);
	clear: both;
	border-radius:5px;
	-opera-border-radius: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.clear {clear:both; line-height:1px; height:1px; margin:-1px 0 0;}
/* -------------------------------------------------------------------

   FORMS

------------------------------------------------------------------- */
form p {
	margin-bottom: 20px;
}
label {
	display: block;
}
select {
	width: 97.5%;
}
textarea {
	width: 97%;
}
.w70 {
	width: 70px;
}
.w100 {
	width: 100px;
}
.w50p {
	width: 50%;
}
.w100p {
	width: 97%;
}
input.input-checkbox {
	position: relative;
	top: 2px;
}
span.form-note {
	display: block;
	color: #ddd;
	font-size: 11px;
	line-height: 14px;
	padding-left: 1px;
}
/* Toolbar */
.panel-form {
	padding: 4px 0 3px 5px;
	/*background: #f5f5f5;*/
	width: 99.1%;
}
.panel-form img {
	vertical-align: top;
}
.panel-form a {
	outline: none;
}
/* Question add */
.answer-list {
	list-style: none;
	margin-bottom: 15px;
}
.answer-list li { margin:0 0 5px 0}
/* -------------------------------------------------------------------

   GENERIC BLOCKS

------------------------------------------------------------------- */

/* Voting
-------------------------------------------------------------------*/
.t-br .voting {
	bottom:64px;
	overflow:hidden;
	position:absolute;
	right:145px;
	width:90px;
	zoom: 1;
}
.voting .total {
	float: left;
	padding: 0;
	color: #aaa;
	width:20px;
	text-align:center;
}
.voting .total a {
	text-decoration: none;
	color: #999;
	outline: none;
}
.voting.positive .total {
	color: #96ff85;
}
.voting.negative .total {
	color: #bba474;
}
.voting .plus, .voting .minus {
	width: 17px;
	height: 20px;
	float: left;
	display: block;
	background: url(../images/voting.png) no-repeat;
	position: relative;
	top: 0px;
	outline: none;
}
.voting .plus {
	background-position: 0 0;
}
.voting .minus {
	background-position: -17px 0;
}
.voting .plus:hover {
	background-position: -34px 0;
}
.voting .minus:hover {
	background-position: -51px 0;
}
.voting.voted.plus .plus {
	background-position: -34px 0;
}
.voting.voted.minus .minus {
	background-position: -51px 0;
}
.voting.voted.minus .plus:hover {
	background-position: -34px 0;
	}
.voting.voted.plus .minus:hover {
	background-position: -51px 0;
}
.voting.guest .plus:hover {
	background-position: 0 0;
}
.voting.guest .minus:hover {
	background-position: -17px 0;
}
/* Pagination
-------------------------------------------------------------------*/
.pagination { 
	text-align: center; 
	vertical-align:middle;
	line-height:18px;

}
.pagination img { vertical-align:middle;}
.pagination span {
	margin-right: 3px;
	padding: 0 5px;
}
.pagination a {
	text-decoration: none;
	color:#abdeff
}
.pagination .nompage { 
	color:#abdeff;
	font-size:11px;
	background: #192423;
	-moz-border-radius:10px;
	-opera-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius:10px;	
	padding:2px 5px ;
	}
.pagination .active {
	color: #78caff;
	font-size:18px;
	background:none;
	
}
.pagination .l-f-page { font-size:14px; text-decoration:underline;}
/* Block Nav
-------------------------------------------------------------------*/
.block-nav {
	overflow: hidden;
	margin-bottom: 5px;
	zoom: 1;
		list-style: none;
}
.block-nav li {
	font-size: 11px;
	line-height: 11px;
	float: left;
	padding: 0 !important;
	margin-right: 3px;
		list-style: none;
}
.block-nav li a {
	color: #6AC5FF;
	text-decoration: underline;
	outline: none;
	padding: 3px 5px 4px 5px;
	display: block;
	float: left;

}
.block-nav li.active {
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	background:#3B484A none repeat scroll 0 0;
	}
.block-nav li.active a {
	color: #B8E3FE;
		text-decoration:none!important

}
/* Misc
-------------------------------------------------------------------*/
.hidden {
	display: none;
}
/* -------------------------------------------------------------------

   GRID
   Basic blocks

------------------------------------------------------------------- */
#container {
	min-width: 900px;
	min-height:100%;
	height:auto !important;
	height:100%;
	
}

.bg-header {
	position:absolute;
	top:0px;
	right:0px;
	height:300px;
	width:100%;
	z-index:-1;
	min-width:900px;
}
#header {
	padding: 0 20px;
	clear: both;
	zoom: 1;
	height:70px;
	position:relative;
	min-width:900px;

}
#header-light {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}
#nav {
	zoom: 1;
	height:120px;
	position:relative;
	z-index:8;
	text-align:center;
	margin:0 0 0 190px;

}
#wrapper {
	zoom: 1;
	position:relative;
	padding: 0px 20px 20px 20px;
/*	overflow:hidden;*/
	min-height:800px;
}
#content {
	width: 90%;
	/*float: left;*/
	clear: left;
	padding-bottom: 20px;
	zoom: 1;
	position:relative;
	color:#8fcace;
}
#sidebar {
	min-width: 37px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:10;
}
#footer {
	clear: both;
	padding: 10px 20px;
	color: #fff;
	overflow: hidden;
	zoom: 1;
}
/* Show update button */
#wrapper.show-update-button {
	padding-right: 40px;
}
/* Header
-------------------------------------------------------------------*/
#header h1 {
 position:absolute;
 left:0;
 right:0;
 
}
#header h1 a {
	width: 172px;
	display: block;
	outline: none;
	text-decoration:none;
	overflow:hidden;
}
/* Main navigation */
#header .nav-main {
	overflow: hidden;
	zoom: 1;
	float: left;
	padding: 13px 0 13px 40px;
	list-style: none;
}
#header .nav-main li {
	float: left;
	font-size: 12px;
	margin-right: 10px;
}
#header .nav-main li a {
	color: #ddd;
	text-decoration: none;
	padding: 2px 5px 3px;
}
#header .nav-main li.active a {
	color: #AEC9CC;
	background: #fafafa;
	padding: 2px 5px 3px;
}
#header .newpost { 
	position: absolute; 
	left:200px; 
	top:0px; 
	padding:10px 20px 12px 20px;
	background: url(../images/bg-black.png) repeat;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	
	}
#header .newpost a {color:#abf7ff;}
/* Profile */
#header .profile {
	position:absolute;
	right:0px;
	top:0px;
	color: #ddd;
	overflow: hidden;
	zoom: 1;
	list-style: none;
	padding: 10px;
	background: url(../images/bg-black.png) repeat;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
	min-width:170px;
}
#header .profile img { vertical-align:middle; }
#header .profile li {
	float: left;
	line-height: 17px !important;
	color: #91afb1;
}
#header .profile li a {
	color: #91afb1;
	text-decoration: none;
}
#header .profile .author a {color:#abf7ff; text-decoration:underline}
#header .profile li a.avatar img {
	width: 18px;
	height: 18px;
	vertical-align: top;
	margin-right: 5px;
}
#header .profile li a.submit-topic {
	color: #62b958;
}

#header .profile li a.new-message span{
	color: #ffea00;
}

#header .profile li a:hover {
	color: #ddd;
}
#header .search {
	position:absolute;
	right:0px;
	top:37px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;	
	border-bottom-left-radius: 20px;	
	padding: 2px 10px 5px 15px;
	background: url(../images/bg-black.png) repeat;
}
#header .search input {
	font-family: Arial, Sans-Serif;
	font-size:12px;
	text-align:right;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;	
	border-bottom-left-radius: 15px;		
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
}
#header .search .text {
	width: 120px;
}

/* Navigation
-------------------------------------------------------------------*/
#nav ul {
	list-style: none;
}
/* Menu */
#nav .menu {

	padding: 0 0 0 10px;
}
#nav .menu li {
	float: left;
	color: #9fe97a;
	padding: 5px 12px 6px 12px;
	margin-right: 5px;
	font-size:19px;
	
}
#nav .menu li a {
	text-decoration: underline;
	color: #6ac5ff;
}
#nav .menu li a:hover { text-decoration:none} 
#nav .menu li.active {
	position: relative;
	background: #3b484a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	border-radius: 5px;	
}
#nav .menu li.active a {
	color: #b8e3fe;
	text-decoration:none;
}
/* Sub-menu */
#nav .sub-menu {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 400px;
	
}
#nav .sub-menu li {
	margin-right: 0px;
	line-height: 12px;
	padding: 5px 10px 5px 10px !important;
	font-size: 14px;
}
#nav .sub-menu li a {
	color: #b4cfe0!important;
	text-decoration: underline!important;
}
#nav .sub-menu li a:hover {
	text-decoration:none!important
}
#nav .sub-menu li.active {
	background: #b4cfe0;
	color: #3b484a;
}
#nav .sub-menu li.active a {
	color: #3b484a!important;
	text-decoration:none!important;
}
/* Search */

/* Rss */
#nav .rss {
	float: right;
	background: url(../images/icons.gif) no-repeat scroll 0 -270px;
	display: block;
	height: 11px;
	width: 74px;
	margin-top: 51px;
	margin-right: 10px;
}
3 .rss:hover {
	background: url(../images/icons.gif) no-repeat scroll 0 -290px;
}

.menu_new { position:relative; display:inline-block; text-align:left; //display:inline;}
.menu_new div {float:left; position:relative;}
.menu_new div a {color:#637375;}
.menu_new div a:hover {color:#8eb6b8;}
.menu_new .active a,.menu_new .active a:hover {color:#c6e2e5; text-decoration:none;}
/*.menu_new a {color:#637375;}*/
.menu_new .all { width:134px; height:79px; background:url(../images/all.png) no-repeat;  margin:0 30px 0 0 }
.menu_new .all.active {  background:url(../images/all-a.png)  no-repeat; z-index:5;}
.menu_new .all a{ display:block; font-size:28px; padding:28px 0 0 45px;  }

.menu_new .collective {width:157px; height:41px;background:url(../images/coll.png) no-repeat;  margin:0 20px 0 0 }
.menu_new .collective.active {background:url(../images/coll-a.png)  no-repeat; z-index:5;}
.menu_new .collective a{ display:block; font-size:16px; padding:9px 0 0 47px;  }

.menu_new .personal { width:145px; height:35px; background:url(../images/pers.png) no-repeat; margin:0 20px 0 0  }
.menu_new .personal.active {background:url(../images/pers-a.png) no-repeat; z-index:5; }
.menu_new .personal a{ display:block; font-size:12px; padding:7px 0 0 27px;  }

.menu_new .top { width:156px; height:56px; background:url(../images/top.png)}
.menu_new .top.active {background:url(../images/top-a.png)  no-repeat; z-index:5;}
.menu_new .top a{ display:block; font-size:25px; padding:18px 0 0 30px;  }

.menu_new .all div, .menu_new .collective div, .menu_new .personal div, .menu_new .top div { width:112px; height:42px;background:url(../images/subnav-bg.png); position:absolute;   }
.menu_new .all div a, .menu_new .collective div a, .menu_new .personal div a, .menu_new .top div a    { font-size:12px!important;   padding:9px 0 0 0px; text-align:center; color:#aec9cc; text-decoration:underline;}
.menu_new .all .active a, .menu_new .collective .active a, .menu_new .personal .active a, .menu_new .top .active a   { color:#d4eff2; text-decoration:none;}

.menu_new div div { display:none;}
.menu_new div .active { display:block;}

.menu_new .new {left:-50px; top:-15px;}
.menu_new .good {bottom:-30px; left:-15px;} 
.menu_new .bad {bottom:-15px;right:-65px;}

.menu_new span {color:#fff; position:absolute; right:13px; top:0; background:#000; opacity:0.3; -moz-border-radius:8px; padding:1px 3px; font-size:10px; -webkit-border-radius:8px; 	-opera-border-radius: 8px; border-radius:8px;}
/* Topic
-------------------------------------------------------------------*/
.topic {
	overflow: hidden;
	margin-bottom: 10px;
	position:relative;
	min-width:615px;
}
.topic.top {
	margin-bottom: 20px;
}
.topic.top h1 span {
	color: #6ec80d;
}
.topic.page {
	margin-bottom: 0;
}
.topic .block-nav {
	margin-bottom: 15px;
}
.topic .t-bl, .topic .t-br {margin:-100px 0 0 0 ;}
.topic .t-bl .favorite a {
	background: url(../images/favorite.png) no-repeat;
	display: block;
	height: 16px;
	width: 16px;
	outline: none;
	position: absolute;
	bottom: 50px;
	left:42px;
}
.content .tops {position:absolute; height:180px; width:100%; top:-180px; left:0px; z-index:-1;}
.topic .t-tl {float:left; width:122px; height:180px; background: url(../images/bg-tl.png) no-repeat left bottom; }
.topic .t-t { margin:0px 122px 0 122px; height:180px; height:180px; background: url(../images/bg-t.png) repeat-x left bottom;}
.topic .t-tr {float:right; width:122px; height:180px;  background: url(../images/bg-tr.png) no-repeat left bottom;}

.topic .t-bl .favorite a:hover {
	background: url(../images/favorite.png) no-repeat 0 -16px !important;
}
.topic .t-bl .favorite.active a {
	background: url(../images/favorite.png) no-repeat 0 -16px;
}
.topic .t-bl {
	background: url(../images/post-bl.png) top left no-repeat;
	height:183px;
	width:202px;
	
	float:left;
	position:relative;
}
.topic .t-b {
	background: url(../images/post-b.png) top left repeat-x;
	height:88px;
	margin:-100px 202px 0 202px;
	padding: 95px 0 0 0;
}
.topic .t-b .date {
	color: #fff;
}

.topic .t-b .author a {
	color: #fff;
	font-weight: bold;
}
.topic .t-br {
	background: url(../images/post-br.png) top left no-repeat;
	height:183px;
	width:202px;
	
	float:right;
	position:relative;
}
.topic .t-br .comments {
	background:transparent url(../images/comments.png) no-repeat scroll left top;
	bottom:48px;
	font-size:10px;
	height:29px;
	padding:0 0 0 0;
	position:absolute;
	right:30px;

	width:52px;
}
.topic .t-br .comments .cm-new {color:#e1e1cb }
.topic .t-br .comments a {
	display:block;
	height:29px;	
	width:52px;	
	line-height:26px;	
	text-align:center;	
	text-decoration:none;
	font-size:9px;
}

.irony { font-style:italic; color:#ffa200; font-size:11px; } 

/* Content */
.topic .content {
	margin:180px 0 100px;
	position:relative;
	background:url(../images/post-a.png);
	z-index:5;
	padding:1px;
	color:#e1e1cb;
	
}
.topic .content .ctTtext {
	margin:-150px 0 -100px;
	padding:30px 10px 10px 45px;
	font-size:14px;
	}
/*.topic .content .ctTtext img { max-width:1024px;}*/
.topic .content .ctTtext blockquote img { max-width:900px;}
/* Title */
.topic h2.title {
	color: #2adaae;
	margin-bottom: 0px;
	font-size:24px;
}
.topic h2.title span {
	color: #ddd;
}
.topic h2.title a {
	text-decoration: none;
	color: #2adaae;
}
.topic h2.title a:hover {
	color: #1ccea2;
}
.topic h2.title a.blog-title {
	color: #999;
}
.topic h2.title a.blog-title:hover {
	color: #370;
}
.topic h4 {font-size:16px; margin:-5px 0 10px 0;}
.topic h4 a {color:#aec9cc;}
/* Actions */
.topic .action {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 5px;
	list-style: none;
	font-size: 10px;
}
.topic .action li {
	float: left;
	margin-right: 3px;
	
}
.topic .action li a {
	text-decoration: none;
	background: #555;
	color: #fff;
	padding: 2px 5px 3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-opera-border-radius: 5px;
	border-radius:5px;
}
.topic .action li.delete a {
	background: #bd3e3e;
}
.topic .action li a:hover {
	background: #333;
}
/* Tags */
.topic .tags {
	margin-bottom: 5px;
	clear: both;
	font-size: 10px;
}
.topic .tags li {
	display: inline;
}
.topic .tags li a {
	text-decoration: none;
	color: #fff;
	padding: 2px 4px 3px 3px;
}
.topic .tags li a:hover {
	text-decoration:underline;
}
/* Info */




/* Poll */
.topic .poll {
	margin-bottom: 15px;
}
.topic .poll ul {
	margin-bottom: 10px;
}
.topic .poll ul li {
	list-style: none;
	margin-bottom: 5px;
}
.topic .poll ul li label {
	display: inline;
}
.topic .poll span {
	color: #aaa;
}
.topic .poll .poll-result li {
	margin-bottom: 20px;
}
.topic .poll .poll-result li dl {
	overflow: hidden;
}
.topic .poll .poll-result li dl dt {
	float: left;
	color: #999;
	width: 70px;
}
.topic .poll .poll-result li dl dt strong {
	color: #AEC9CC;
}
.topic .poll .poll-result li dl dd {
	float: left;
	width: 70%;
}
.topic .poll .poll-result li dl dd div {
	height: 5px;
	margin-top: 3px;
	background: #ddd;
	overflow: hidden;
}
.topic .poll .poll-result li.most dl dd div {
	background: #555;
}
/* Comments
-------------------------------------------------------------------*/
.comments {
	position:relative;
}
.comment {
	overflow: hidden;
	zoom: 1;
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-border-radius-topright: 55px;
	-webkit-border-top-right-radius: 55px;
	border-top-right-radius: 55px;
	-moz-border-radius-bottomleft: 55px;
	-webkit-border-bottom-left-radius: 55px;
	border-bottom-left-radius: 55px;
	
	background:url(../images/bg-black.png);
	margin:0 0 10px 0;
	padding:10px 0 10px 10px;
}
.comments .comment .comment {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-opera-border-radius: 0px;
	border-radius: 0px;
	background:none;
	margin:0;
	padding:0 0 0 20px; 
}
.comment ul {
	list-style: none;
}
.comment.list {
	margin-bottom: 20px;
}
.comment.list .info {
	padding-left: 0;
}
.comment.list .content {
	margin-left: 0;
}
/* Header */
.comments .header {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size:  22px;
	color:#e7eaea;
	clear:both;
	height:55px;
}
.comments .header a {text-decoration:none;}
.comments .header span {height:53px; float:left; line-height:50px; vertical-align:middle;}
.comments .header #count-comments {background:url(../images/comm_count.png) no-repeat; width:77px; text-align:center; display:block; float:left; margin:0 10px;}
.comments .header a.rss {
	margin-right: 15px;
	color: #390;
	font-weight: bold;
	font-size:10px;
}
.comments .header span {
	font-style: normal;
	color: #ddd;
}
/* Comment Types */
.comment .content.self .text{color:#e3ffd4;}
.comment .content.new { background: url(../images/comment_new.gif) no-repeat 0px 0px}
.comment .content.del .text {
	color:#9d9d72 !important;
}
.comment .content.view .text {
	color:#fff
	/*background: #330 !important;*/
}
.comment .content.view {background: url(../images/grid.png) repeat;}
/* Single Folding */
.comment .folding, .comment .folding-open {
	width: 9px;
	height: 9px;
	float: left;
	position: absolute;
	cursor: pointer;
	margin:6px 0 0 0;
}
.comment .folding.off {
	display: none;
}
/* Content of Comment */
.comment .content {
	padding: 0 0px 0 17px;
	margin: 0 30px 0 0;
	}
.comment .content .text {
	line-height:15px;
	overflow: hidden;
	zoom: 1;
	color:#e1e1cb;
	font-size:12px;
}
.comment .info .reply-link {
	font-size: 10px;
	float:right;
	margin:0;
}
.comment .info .reply-link a {
	text-decoration:none;
	color:#99b1b4;
}
/* Vote Block */
.comment .voting {
	margin-top: 5px;
	padding: 4px;
	position: absolute;
	right:0px;
	
}
.comment .voting .plus {
	
}
/*.comment .voting .minus { top: 5px; }*/

/* Info Block */
.comment .info {
	overflow: hidden;
	zoom: 1;
	font-size: 11px;
	margin: 3px 70px 17px 18px;
	line-height: 19px;
	border-bottom:1px solid #73736d;
	color:#b3b5b5;
}
.comment .info li {
	float: left;
	margin-right: 5px;
}
.comment .info li a.author {
	font-weight: bold;
	color: #AEC9CC;
	text-decoration: none;
}
.comment .info li a.author:hover {
	text-decoration: underline;
}
.comment .info li.avatar {
	margin-right: 5px;
}
.comment .info li.avatar img {

}
.comment .info li.date {
	
}
.comment .info li.goto-comment-parent a, .comment .info li.goto-comment-child a {
	text-decoration: none;
	outline: none;
}
.comment .info li a.delete {
	color: #D07575;
	text-decoration:none;
}
.comment .info li a.repair {
	color: #390;
}
.comment .comment-topic {
	font-size: 11px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.comment .comment-topic a {
	font-weight: bold;
}
.comment .comment-topic a.comment-blog {
	color: #999;
}
.comment .comment-topic a.comment-total {
	margin-left: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #aaa;
}
.reply-title {
	margin-left: 12px;
}
.reply {
	padding: 10px 0 10px 10px;
	margin: 0px 10px 0 0;
}
.reply .panel-form {
	width: 99%;
}
.reply textarea {
	
	height: 70px;
}
.reply.loader {
	background: url(../images/noise.gif);
}
.reply.loader div, .reply.loader form {
	opacity: 0.3;
}
/* Update Comments */
.update {
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-topleft:35px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-top-left-radius:35px;
	border-bottom-left-radius:20px;
	border-top-left-radius:35px;
	background:transparent url(../images/bg-black.png) repeat scroll 0 0;
	padding:15px 10px 10px;
	position:fixed;
	right:0;
	text-align:center;
	top:80%;
	z-index:30; 
}
.update .update-comments {
	cursor: pointer;
	vertical-align: top;
}
.update .new-comments {
	border-top: 1px solid #ececed;
	color: #AEC9CC;
	padding-top: 7px;
	margin-top: 3px;
	cursor: pointer;
}
/* Misc Comments */
.lsCmtTree_visible {
	display: block;
}
.lsCmtTree_hidden {
	display: none;
}
/* Sidebar
-------------------------------------------------------------------*/
.block {
	line-height: 16px;
	margin-bottom: 30px;
	width:37px;
/*	width:264px;*/
	overflow:hidden
}
.block-alt {
	line-height: 16px;
	margin-bottom: 30px;
	width:244px;
	margin-left:-244px;
	background:url(../images/post-a.png) repeat;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius: 15px;
	border-radius:15px;
	padding:10px;
	overflow:visible
	 
}
.block .block-top {
	background:url(../images/block-top.png) no-repeat right top;
	width:264px;
	height:124px;
	margin:0 0 -124px 0;
	position:relative;
}
.block .block-top img { position:absolute; bottom:30px; left:20px;} 
.block .block-ct {
	background:transparent url(../images/block-middle.png) repeat-y scroll right top;
	margin:124px 0 51px -2px;
	padding:1px 20px 0 0;
	position:relative;
	width:246px;
	z-index:2;	
}
.block .block-sct {
	padding:0 0 0 50px; 
	margin:-80px 5px -25px 0 ;
}
.block .block-bottom {	
	background:url(../images/block-bottom.png) no-repeat right top ;
	width:264px;
	height:51px;
	margin:-51px 0 0 0;
	}

.block .block-sct.active {
	background:url(../images/noise2.gif)
}
.block h2 {
	color: #AEC9CC;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.block-alt ul, .block ul {
	list-style: none;
}
.block-alt .right, .block .right {
	text-align: right;
	padding-top: 10px;
	font-size: 11px;
}
/* Block - Stream */
.block.stream {
	color: #999;
	position:absolute;
	top:0px;
	right:0px;
	z-index: 11;
}
.block.stream ul.stream-content {
	margin-top: 10px;
}
.block.stream ul.stream-content li {
	margin-bottom: 7px;
}
.block.stream a.stream-author {
	color: #AEC9CC;
	font-weight: bold;
	text-decoration: none;
}
.block.stream a.stream-topic {
	color: #AEC9CC;
}
.block.stream a.stream-comment {
	color: #AEC9CC;
}
.block.stream a.stream-blog {
	color: #999;
}
.block.stream span {
	color: #aaa;
}
/* Block - Tags */
.block.tags {position:absolute; right:0px; top:150px; z-index: 12;}

.block.tags .cloud {
	text-align: center;
}
.block.tags .cloud li {
	display: inline;
	margin-right: 5px;
}
.block.tags .cloud li a {
	color: #91c0ff;
	text-decoration: none;
	font-size: 18px;
}
.block.tags .cloud li a:hover {
	color: #fff;
}
.block.tags .cloud li a.w1 {
	font-size: 12px;
}
.block.tags .cloud li a.w2 {
	font-size: 13px;
}
.block.tags .cloud li a.w3 {
	font-size: 14px;
}
.block.tags .cloud li a.w4 {
	font-size: 16px;
}
.block.tags .cloud li a.w5 {
	font-size: 19px;
}
.block.tags .cloud li a.w6 {
	font-size: 22px;
}
.block.tags .cloud li a.w7 {
	font-size: 24px;
}
.block.tags .cloud li a.w8 {
	font-size: 26px;
}
.block.tags .cloud li a.w9 {
	font-size: 28px;
}
.block.tags .cloud li a.w10 {
	font-size: 28px;
}
/* Block - Blogs */
.block.blogs {position:absolute; right:0px; top:300px; z-index: 13;}
.block.blogs .list {
	border-top: 1px solid #eee;
	padding-top: 3px;
	margin-top: 10px;
}
.block.blogs .list li {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.block.blogs .list li a {
	padding-right: 50px;
	color: #777;
	text-decoration: none;
}
.block.blogs .list li .total {
	float: right;
	font-weight: bold;
	padding-right: 13px;
}
/* Footer
-------------------------------------------------------------------*/
#footer .right {
	float: right;
}
/* Auth
-------------------------------------------------------------------*/

/* Center block */
.center-block {
	color:#90afb1;
	width: 400px;
	background: url(../images/bg-black.png) repeat;
	margin: 20px auto 0 auto;
	padding: 15px;
	border: none;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius: 15px;
	position:relative;
}
.center-block h3 {
	margin-bottom: 15px;
	color:#87c8cc;
}
.center-block p {
	margin-bottom: 20px;
}
.center-block label {
	display: block;
	color:#90afb1;
}
.center-block span {
	color: #aaa;
	display: block;
	padding-top: 3px;
	font-size: 11px;
	line-height: 14px;
}
.center-block input.input-text {
	width: 97%;
	padding: 5px;
	font-size: 18px;
	font-family: Verdana;
	border:none;
}
.center-block input.input-text.captcha {
	width: 68px;
}
.center-block .checkbox {
	position: relative;
	top: 2px;
	margin-right: 5px;
	margin-left: 1px;
}
.center-block .error {
	color: #f20909;
}
/* Register form */
.register-form {
	padding: 20px;
}
.register-form h3 {
	margin-bottom: 15px;
}
.register-form li {
	margin-bottom: 15px;
	overflow: hidden;
	zoom: 1;
}
.register-form p {
	margin-bottom: 0;
	float: left;
	width: 500px;
}
.register-form span {
	color: #aaa;
	display: block;
	padding-top: 3px;
}
.register-form label {
	float: left;
	width: 170px;
}
.register-form input.input-text {
	width: 200px;
}
/* Login popup */
.login-form {
	width: 200px;
	text-align: center;
	margin-left: -100px;
	left: 50%;
	top: 60px;
	background: #fff;
	border: 2px solid #555;
	padding: 15px;
	position: absolute;
	z-index: 100;
	display: none;
}
.login-form h3 {
	margin-bottom: 15px;
}
.login-form p {
	margin-bottom: 5px;
}
.login-form label {
	color: #aaa;
}
.login-form input {
	text-align: center;
}
.login-form .checkbox-label {
	color: #AEC9CC;
}
.login-form .checkbox {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.login-form .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 14px;
	height: 14px;
	outline: none;
	background: url(../images/close-block.gif) no-repeat;
}


/* Upload image popup */
.upload-form {
	width: 400px;
	margin-left: -200px;
	left: 50%;
	top: 60px;
	background: black;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-opera-border-radius: 15px;
	border-radius:15px;
	padding: 15px;
	position: absolute;
	z-index: 100;
	display: none;
}
.upload-form input {border:1px solid #111;}
.upload-form .w100p { width:90%;}
.upload-form h3 {
	margin-bottom: 15px;
}
.upload-form .close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 14px;
	height: 14px;
	outline: none;
	background: url(../images/close-block.gif) no-repeat;
}
/* People table
-------------------------------------------------------------------*/
.people {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.people thead td {
	/*background: #eee;*/
	font-weight: bold;
	padding: 5px 0;
}
.people thead td.user {
	padding-left: 10px;
}
.people thead td.strength {
	width: 80px;
	text-align: center;
}
.people thead td.rating {
	width: 80px;
	text-align: center;
}
.people thead td.date {
	width: 150px;
	text-align: center;
}
.people thead td.join {
	width: 150px;
	text-align: center;
}
.people thead td.readers {
	width: 70px;
	text-align: center;
}
.people thead td.option {
	width: 100px;
	text-align: center;
}
.people tbody td {
	padding: 5px 0;
	font-size: 11px;
	color: #ddd;
	border-bottom: 1px solid #637375;
}
.people tbody td.user {
	padding-left: 10px;
	overflow: hidden;
	zoom: 1;
}
.people tbody td.user img {
	float: left;
	margin-right: 7px;
	width: 24px;
	height: 24px;
}
.people tbody td.user a {
	color: #AEC9CC;
	font-weight: bold;
	position: relative;
	top: 1px;
}
.people tbody td.user.without-image a {
	top: -1px;
}
.people tbody td.blog-name {
	padding-left: 10px;
	overflow: hidden;
	zoom: 1;
	line-height: 14px;
}
.people tbody td.blog-name img {
	float: left;
	margin-right: 9px;
	width: 24px;
	height: 24px;
	position: relative;
	top: 2px;
}
.people tbody td.blog-name a {
	color: #AEC9CC;
	font-weight: bold;
}
.people tbody td.blog-name a.author {
	color: #999;
	font-weight: bold;
}
.people tbody td.date {
	text-align: center;
}
.people tbody td.strength {
	color: #AEC9CC;
	font-weight: bold;
	text-align: center;
}
.people tbody td.rating {
	text-align: center;
}
.people tbody td.rating strong {
	background: #555;
	color: #fff;
	padding: 5px 10px;
}
.people tbody td.readers {
	text-align: center;
}
.people tbody td.join a {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto;
	background: url(../images/blog-join.gif) no-repeat;
	outline: none;
}
.people tbody td.join.active a {
	background: url(../images/blog-leave.gif) no-repeat;
}
.people tbody td.option {
	text-align: center;
}
/* Data table
-------------------------------------------------------------------*/
.data {
	width: 100%;
}
.data td {
	padding: 5px 0;
}
.data td.var {
	font-weight: bold;
	width: 200px;
}
/* System Messages
-------------------------------------------------------------------*/ 
.system-messages-error {
	background: url(../images/noise2.gif) #f0c8c8;
	/*border: 1px solid #ff8181;*/
	color: #b22626;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-opera-border-radius: 15px;
	-border-radius: 15px;	
	margin:30px;
}
.system-messages-notice {
	background:url(../images/noise2.gif) #dafad8;
	/*border: 1px solid #83c460;*/
	color: #4bb23b;
	-moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-opera-border-radius: 15px;
	-border-radius: 15px;		
	margin:30px;
}
.system-messages-notice, .system-messages-error {
	padding: 10px 15px;
	margin-bottom: 15px;
}
.system-messages-notice ul, .system-messages-error ul {
	list-style: none;
}
/* Profile Blog
-------------------------------------------------------------------*/ 
.profile-blog .pb-ava {
	position:absolute;
	left:0px;
	top:0px;
	height:308px;
	width:300px;
	text-align:center;
	
}
.profile-blog .pb-body {
	margin:0 0 0 220px ;
}
.profile-blog .pb-body .pb-left { 
	background:url(../images/bubble-left.png);
	width:237px;
	height:308px;
	float:left;
	}
.profile-blog .pb-body .pb-right { 
	background:url(../images/bubble-right.png);
	width:247px;
	height:308px;
	float:right;
	}	
.profile-blog .pb-body .pb-cont	{
	width:100%px;
	height:308px;
	background:url(../images/bubble-center.png);
	margin:0 247px 0 237px;
	position:relative;
	}		
.profile-blog .pb-body .pb-cont .ct {
	padding:1px;
	margin:15px -200px;
	position:absolute;	
	left:0px;
	top:0px;
	}
.profile-blog {
	position:relative;
	margin-bottom:30px;

}
.profile-blog ul {
	list-style: none;
}
.profile-blog .action {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 5px;
}
.profile-blog .action li {
	float: left;
	margin-right: 10px;
}
.profile-blog .action li.rss a {
	font-weight: bold;
	color: #390;
}
.profile-blog .action li.edit a {
	font-size: 10px;
	text-decoration: none;
	background: #555;
	color: #fff;
	padding: 2px 5px 3px;
}
.profile-blog .action li.edit a:hover {
	background: #333;
}
.profile-blog .action li.join a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/blog-join.gif) no-repeat;
	outline: none;
	position: relative;
	top: 2px;
}
.profile-blog .action li.join.active a {
	background: url(../images/blog-leave.gif) no-repeat;
}
.profile-blog .about {
	overflow: hidden;
	zoom: 1;
	margin-top: 30px;
	margin-bottom: 30px;
}
.profile-blog .about .float-block {
	float: left;
	width: 50%;
	margin-top: 30px;
}
.profile-blog .about .float-block ul {
	overflow: hidden;
	zoom: 1;
	padding-top: 5px;
}
.profile-blog .about .float-block ul li {
	float: left;
	text-align: center;
}
.profile-blog .about .float-block ul li a {
	font-weight: bold;
	color: #AEC9CC;
}
.profile-blog .reader-list {
	overflow: hidden;
	zoom: 1;
}
.profile-blog .reader-list li {
	float: left;
	margin-right: 10px;
}
.profile-blog .reader-list li a {
	font-weight: bold;
	color: #AEC9CC;
}
.profile-blog .voting {
	float: right;
	color: #aaa;
}
.profile-blog .voting .minus {
	margin-right: 10px;
}
.profile-blog .avatar {

}
/* Profile User
-------------------------------------------------------------------*/ 
.nb {	
	background: url(../images/post-a.png) repeat;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
	border-radius: 15px;
	-moz-border-radius-topright: 95px;
	-webkit-border-top-right-radius: 95px;	
	border-top-right-radius: 95px;
	-moz-border-radius-bottomleft: 55px;
	-webkit-border-bottom-left-radius: 55px;	
	border-bottom-left-radius: 55px;
	padding:10px;
	margin:0 200px 0 0;
	min-width: inherit;
	}
.profile-user {
	overflow: hidden;
	zoom: 1;

}
.profile-user .voting .total, .profile-blog  .voting .total { width:auto; padding: 0 5px;}
.profile-user h2 {
	color: #aaa;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
}
.profile-user .voting {
	float: right;
	color: #aaa;
	margin-right: 30px;
}
.profile-user .voting .minus {
	margin-right: 10px;
}
.profile-user .strength {
	float: right;
	color: #aaa;
	margin: 0 45px 0 0;
}
.profile-user .strength .total {
	font-weight: bold;
	color: #8281cf;
}
.profile-user .name {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
}
.profile-user .name img {
	float: left;
	margin-right: 15px;
}
.profile-user .name h6 {
	color: #888;
}
/*autorize-page*/
.loginHeight {
	padding:150px 0 0 0;
}
.login-block {
	background:transparent url(../images/login-bg.png) no-repeat scroll left top;
	border:medium none;
	height:153px;
	margin:0px auto;
	padding:43px 24px 40px 46px;
	position:relative;
	width:344px;
}
.reg-block label,.login-block label {
	display: block;
	color:#90afb1;
	font-size:18px;
	margin:0 0 5px 7px;
	height:18px;
	border:none;
	
}
.login-block .input-checkbox {
	font-size:11px;
	text-align:right;
	padding: 0 65px 0 0;
}
.login-block p {
	margin:0 0 5px 0
}
.login-block .error {
	bottom:53px;
	left:65px;
	position:absolute;
	width:185px;
	font-size:10px;
}
.login-block span {
	color: #aaa;
	display: block;
	padding-top: 3px;
	font-size: 11px;
	line-height: 14px;
}
.login-block input.input-text {
	width: 275px;
	padding: 5px;
	font-size: 18px;
	font-family: Verdana;
	border:none;
	color:#8db6ca;
	outline:0;
}
.login-block input.input-text.captcha {
	width: 68px;
}
.login-block input.submit_login {
	background:url(../images/login.png) right top no-repeat;
	position:absolute;
	top:82px;
	right:15px;
	width:62px;
	height:55px;
	border:none;
	cursor:pointer;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.login-block input.submit_login:hover {
	background:url(../images/login.png) left top no-repeat;
}
.login-block .reminder {
	font-size:20px;
	height:22px;
	position:absolute;
	right:81px;
	top:132px;
	width:20px;
	display:block;
}
.login-block .registration {
	background:transparent url(../images/register.png) no-repeat scroll center center;
	bottom:13px;
	display:block;
	height:41px;
	left:15px;
	position:absolute;
	width:48px;
	text-decoration:none;
	cursor:pointer;
}
.login-block .checkbox {
	position: relative;
	top: 2px;
	margin-right: 5px;
	margin-left: 1px;
}
.login-block .error {
	color: #f20909;
}
.reg-block {
	background:transparent url(../images/reg-bg.png) no-repeat scroll left top;
	border:medium none;
	height:216px;
	margin:40px auto;
	padding:43px 0 0 46px;
	position:relative;
	width:466px;
	}
.reg-block input.input-text {	
	border:medium none;
	color:#8DB6CA;
	font-family:Verdana;
	font-size:14px;
	padding:5px;
	width:380px;
	}
.reg-block .check-code	{ 
	background:url(../images/check-code.png) right center no-repeat;
	width:50px;
	height:50px;
	position:absolute;
	top:56px;
	right:15px;
	border:none;
	cursor:pointer;

}
.reg-block .check-code:hover {background:url(../images/check-code.png) left center no-repeat;}
#submitEmail {background:none; border:none; border-bottom:1px solid #77e5b3; cursor:pointer; color:#77e5b3; padding:0; float:right; margin:6px 80px 0 0; height:16px; font-size:12px;} 

input.ajax-loading {
	background: url(../images/noise.gif) right;
}
input.error {
	background: #fff url(../images/noise.gif) !important; color:#000!important; font-size:17px!important;
}
input.success {
	border:1px solid #0C0 !important;
	background:  #c9ffcd !important;
}

.invite_text {
	color: #87af91;
	font-size:11px;
	padding:0 0 10px 0;
	line-height:14px;
}

fieldset {
	background:#000;
	color:#fff;
	margin-top:-10px;
	 font-size:10px;
}
fieldset table td {padding:0 5px;}
fieldset table ul {list-style:none;}
#flash {width:100px; height:100px; position:fixed; top:-100px; left:-100px; } 

/*roar*/
.roar-error-body {
	position:				absolute;
	font:					12px/14px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color:					#fff;
	text-align:				left;
	z-index:				999;
	margin:-10px 0 0 30px;
}
.roar-error {
	position:				absolute;
	width:					300px;
	cursor:					pointer;
}
.roar-error-bg {
	position:				absolute;
	z-index:				1000;
	width:					100%;
	height:					100%;
	left:					0;
	top:					0;
	background: url(../images/noise2.gif) #f00;
	-moz-border-radius-bottomleft:		15px;
	-webkit-border-bottom-left-radius:	10px;
	-opera-border-radius: 15px;	
	border-radius:		15px;
	-webkit-box-shadow:		0 0 5px rgba(0, 0, 0, 0.5);
}
.roar-error-body-ugly .roar-error {
	background: url(../images/noise2.gif) #bf0000;
}
.roar-error-body-ugly .roar-error-bg {
	display:				none;
}
.roar-error h3 {
	position:				relative;
	padding:				15px 10px 0;
	margin:					0;
	border:					0;
	font-size:				15px;
	color:					#fff;
	z-index:				1002;
}
.roar-error p {
	position:				relative;
	padding:				10px 10px 15px;
	margin:					0;
	font-size:				12px;
	color:					#fff;
	z-index:				1002;
}

.roar-notice-body {
	position:				absolute;
	font:					12px/14px "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	color:					#fff;
	text-align:				left;
	z-index:				999;
	margin:-10px 0 0 30px;
}
.roar-notice {
	position:				absolute;
	width:					300px;
	cursor:					pointer;
}
.roar-notice-bg {
	position:				absolute;
	z-index:				1000;
	width:					100%;
	height:					100%;
	left:					0;
	top:					0;
	background: url(../images/noise2.gif) #399f2f;
	-moz-border-radius-bottomleft:		15px;
	-webkit-border-bottom-left-radius:	10px;
	-opera-border-radius: 15px;	
	-webkit-box-shadow:		0 0 5px rgba(0, 0, 0, 0.5);
}
.roar-notice-body-ugly .roar-notice {
	background: url(../images/noise2.gif) #399f2f;
}
.roar-notice-body-ugly .roar-notice-bg {
	display:				none;
}
.roar-notice h3 {
	position:				relative;
	padding:				15px 10px 0;
	margin:					0;
	border:					0;
	font-size:				15px;
	color:					#fff;
	z-index:				1002;
}
.roar-notice p {
	position:				relative;
	padding:				10px 10px 15px;
	margin:					0;
	font-size:				12px;
	color:					#fff;
	z-index:				1002;
}
/*pretify*/
.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun{color:#660}.pln{color:#000}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec{color:#606}pre.prettyprint{padding:4px 10px; }
/*autocompliter*/
ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #bbb;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Arial, Geneva, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
	color: 					#333;
}

ul.autocompleter-choices li
{
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				11px;
	line-height:			16px;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#0a246a;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#fff60b;
}

input.autocompleter-loading
{
	background: url(../images/noise.gif);

}
.postimage { overflow:auto; 	display:inline-block; padding:3px;}
.postimage img { 
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
	vertical-align:middle;


}