@charset "utf-8";
html {margin:0; padding:0;}
body {
	margin:0;
	padding:0;
	background-color: #0A1C26;
	background-image: url(img/blog-bg_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #bbbbbb;
	font-size: 10pt;
}
ul, li {padding:0; margin:0; list-style-type:none;}
#logo {
	background-image: url(img/cloud_white.png);
	background-repeat: no-repeat;
	height: 133px;
	width: 199px;
	position: absolute;
	left: 20px;
	top: 20px;
}
#title {
	font-size: 24pt;
	position: absolute;
	left: 256px;
	top: 31px;
}
#menu {
	position: absolute;
	left: 232px;
	top: 123px;
}
#menu li {
	float: left;
	margin-top: 3pt;
	margin-right: 6pt;
	margin-bottom: 3pt;
	margin-left: 6pt;
}
body a {
	color: #996600;
}
#content {
	width: 60%;
}
#all {
	position: absolute;
	left: 6px;
	top: 184px;
	width:95%;
}
.page_only{
	margin-left: 6pt;
	margin-top: 16pt;
}
h1 {
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	margin-top:12pt;
	margin-bottom:3pt;
}
h3 {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}
p{
	margin:0pt;
	margin-bottom:6pt;
	padding:0pt;
}
hr {
	height:1px;
	border:0px;
	width:90%;
	color: #CCCCCC;
	background-color: #CCCCCC;
}
.info {
	margin-top: 6pt;
	margin-bottom: 6pt;
}

#subtitle {
	font-size: 14pt;
	margin-top: 6pt;
}
.page_content {
	margin: 13pt;
}
.comments-link {
	width:100%;
	margin: 6pt;
	text-align:right;
}
#sidebars {
	position:absolute;
	top:431px;
	padding:6pt;
	right:0;
	width:35%;
}
#sidebar1{
	float:left;
	width:50%;
}
#footer {
	font-size: 8pt;
	margin-top:12pt;
}
img {margin:0; padding:0;}
a img {border:none;}
div.debug {border:1px solid red;}

/* COMMENTS */
div.comment-form {line-height: 1.2em; width: 100%;}
div.comment-form label {width: 95%; font-weight: normal; float: left; text-align: left; clear: both; margin: 3px;}
div.comment-form p {margin: 3px;}
div.comment-form input.text {width: 300px; margin: 3px;}
div.comment-form input.no-margin {width: auto; margin: 3px; }
div.comment-form textarea {width: 99%; margin: 3px;}
*html div.comment-form textarea {width: 95%; margin: 3px;}
div.comment-form span { position: relative; top: -5px; font-size: 8pt; color: gray;}
div.comment-form span.black { font-size: 9pt; color: #CCCCCC;}
div.comment-form input.comments_submit {width: 120px; margin-left: 126px;}
div.comment-form input.comments_captha {width: 90px;}
div.comment-form img { position: relative; top: 7px; }

div.comment-form div.comments-reg {margin: 10px 0; background: #0f2b3a; padding: 10px; -moz-border-radius: 10px;}
div.comment-form div.comments-noreg {margin: 10px 0; background: #0f2b3a; padding: 10px; -moz-border-radius: 10px;}
div.comment-form div.comments-textarea {margin: 10px 0; background: #0f2b3a; padding: 10px; -moz-border-radius: 10px;}

div.comment-form div.comments-user {margin: 10px 0; background: #0f2b3a; padding: 10px; -moz-border-radius: 10px; font-weight: normal;}

div.comment-ok {background: #0f2b3a; color: white; padding: 10px; text-align: center; -moz-border-radius: 10px; font-weight: normal;}
div.comment-error {background: #0f2b3a; color: white; padding: 10px; text-align: center; -moz-border-radius: 10px; font-weight: normal;}

div.comment-form .comment_button input {margin: 0px; padding: 0 5px; font-size: 8pt;}


div.comments {margin: 20px 0 0 0;}
div.comments ul, div.comments ol {margin: 10px 0 20px 0;}
div.comments li {border-bottom: 1px solid #003153; margin: 0 0 20px 30px;}
div.comments li span {border-bottom: 1px solid #003153; font-style: italic;}

div.comments h3.comments {background: #003153; padding: 3px;}
div.comments blockquote {margin-left: 0; padding: 10px; border-left: 2px gray solid;}


/* comusers*/

form.comusers-form p strong {width: 180px; display: block; float: left;}
form.comusers-form p input {width: 260px; }
form.comusers-form p textarea {width: 260px; height: 300px;}
form.comusers-form p  {background: #0f2b3a;}
form.comusers-form p.info  {background: none; color: #B00000; margin: 0 0 15px 0; border: 1px solid #B00000; padding: 3px; text-align: center;}

