/* global style */
html{
    height: 100%;
    margin: 0 0 1px;
}

*{
    padding:0;
    margin:0;
}
body, a{
    font-family:sans-serif;
    color:#2e2e2e;
	font-size:16px;
}
p{
    margin-top:15px;
    margin-bottom:15px;
}
a img{
    border:0;
}
h1{
	margin:10px 0;
    font-size:20px;
}

/* style for main template */
body{
    background-color: #fff;
	background-image: url(/images/themes/blue/page_bg.gif);
    background-repeat: repeat-x;
}
div.body{
	width:960px;
	margin:0 auto;

}
div.nav{
	background-image:url(/images/themes/blue/rounded-top.gif);
	background-repeat:no-repeat;
    background-color:#36c;
	padding:5px 0 0 25px;
}
div.nav a, div.nav, div.nav_right, div.nav strong{
    color:#fff;
}
.nav_item{
	float:left;
	padding:5px 10px 8px 10px;
}
.nav_selected{
	background:#fff;
	color:#36c;
}
div.nav_right{
    float:right;
	padding:5px 10px 0 0;
}

div.footer{
	padding:10px;
}

div.footer p, div.footer a{
	font-size:11px;
    margin:0;
    text-align:center;
    color:#888;
}

.warning_box{
	background:#fdd;
	border:2px solid #f00;
	margin:10px 0;
	text-align:center;
}

.info_box{
	background:#dfd;
	border:2px solid #0f0;
	padding:10px;
	margin:5px;
}

.keepaccount, .keepaccount a, .keepaccount a:visited{
	color:#fff;
}

.addthis {
	float:right;
}
.at15t{
	font-size:12px;	
}

#left_col{
  width:790px;
  float:left;
}
#right_col{
  width:160px;
  float:left;
  padding-left:10px;
}

/* tables */

td{
	background:#def;
	padding:1px 5px;
}
th{
	background:#36c;
	color:#fff;
	padding:1px 5px;
}

/*search form*/
form#search{
    padding:15px 0 0 15px;
	border-bottom:1px solid #fff; /* IE7 fix */
}
form#search img, form#search input{
    margin:10px;
    float:left;
	padding:5px;
}
form#search input.submit{
    margin-top:13px;
}
form#search input.q{
    font-size:18px;
    border:2px solid #36c;
    width:460px;
    margin-top:15px;
	color:#666;
}

/* lists */

ul{
	margin-left:25px;
}
li{
	margin:5px 0;
}

/* intermedia search form */
form#huw{
	margin:25px 0px;
}
form#huw input.q{
    border:2px solid #36c;
	width:99%;
	font-size:20px;
	padding:3px;
	margin-bottom:5px;
}


/* post / topic box */
div.post{
    margin:0;
    background:#fff;
}
div.post div.priv{
	background-image: url(/images/themes/blue/post_priv_bg.gif);	
    background-repeat: repeat-x;
}
div.post div.pub{
	background-image: url(/images/themes/blue/post_bg.gif);
    background-repeat: repeat-x;
}
div.post div.notify{
	color:#888;
}
div.post p{
    margin:0;
}
div.post h1{
	margin:0;
}
div.post p.info, div.post p.info span,p.info a{
    margin-top:0;
    font-size:12px;
    color:#888;
}
div.post_cnt.new span.updated{
	font-weight:bold;
	color:#333;
}
div.post p.title{
    font-weight:bold;
    margin-bottom:5px;
}
div.spacer{
	background:#fff;
    height:10px;
}
div.links{
	float:right;
}

a.handsdown{
	font-size:10px;
	margin-top:12px;
	font-variant:small-caps;
}

div.text{
	float:left;
	width:900px;
	padding:10px 0;
}

#left_col div.text{
	width:740px;
}

div.avatar{
	float:left;
	width:40px;
	padding:5px;
}
div.avatar div{
	font-size:30px;
	font-weight:bold;
	color:#36c;
	padding:8px 0 0 2px;
	text-align:center;
}
div.avatar img{

}

/* post form */
form#post textarea{
	padding: 5px;
    width:776px;
    height:100px;
    border:2px solid #36c;
}
form#post input{
    margin-top:5px;
    font-size:16px;
}

/* name selector popup */
#dialog{
	width:500px;
}
#dialog p{
    margin:10px 0 5px 0;
}

/* front pgae */
div#front{
	text-align:center;
}
div#front textarea{
	border:2px solid #36c;
	width:432px;
	height:64px;
	font-size:22px;
    font-family:sans-serif;
	color:#888;
	padding:5px;
}
div#front input{
	margin-bottom:3px;
	margin-left:10px;
}
div#front p{
	color:#36c;
	font-size:25px;
	text-align:left;
	margin: 0 0 0 210px;
}
div#front div#links{
	width:550px;
	margin:auto;
	text-align:left;
}
div#front div#links a{
	color:#36c;
	margin:0 15px;
	font-size:14px;
}
div#front div#info{
	width:800px;
	border:1px solid #fc3;
	background:#ffc;
	margin:40px auto;
	padding:10px;
	line-height:150%;
	font-size:12px;
}

/*forms*/
form.styled label{
	float:left;
	width:210px;
	text-align:right;
	margin:5px;
}
form.styled input.styled{
	float:left;
	margin:5px;
	width:180px;
	border:1px solid #36c;
}
form.styled br{
	clear:both;
}
form.styled input.submit{
	float:right;
}

/*login*/
#dialog #login_error, #dialog #reset_error, #dialog #reset_ok{
	display:none;
}

#dialog .status{
	text-align:center;
	font-weight:bold;
}

/* account form */
form.account{
	padding-left:15px;
	margin:0;
}
form.account fieldset{
	position: relative;
	padding:10px;
	float:left;
	width:435px;
	margin:15px 15px 0 0;
	border:1px dashed #36c;
}
form.account legend{
	padding:0 10px;
	background:#fff;
	position: absolute;
	top: -.5em;
	color:#36c;
	font-weight:bold;
}
form.account label{
	text-align:right;
	float:left;
	width:100px;
	margin:5px;
}
form.account input.styled{
	float:left;
	width:250px;
	margin:5px;
	border:1px solid #36c;
}
form.account br{
	clear:both;
}
form.account input.submit{
	margin-top:10px;
	float:right;
}
