/*  
Theme Name:  IntoDNS
Theme URI:  http://www.intodns.com/blog/
Description: The IntoDNS blog theme used for the  <a href="http://www.intodns.com/">IntoDNS.com</a>.
Version: 1.0
Author: Ovidiu Mocanasu & Adi Andreias
Author URI:  http://www.elvsoft.com/
*/ 
@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{
	background: #6c727c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.66em;
	color: #343537;
}

a{
	color: #5fa1ca;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	background: #5fa1ca;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	line-height: 1.66em;
	padding-top: 15px;
}

h2.front {
	font-size: 24px !important;
	line-height: 1.66em !important;
}

h3{
	font-size: 14px;
	font-weight: bold;
}


#wrapper{
	background: #ffffff;
	width: 920px;
	margin: 40px auto auto auto;
	padding: 0px 0px 20px 0px
}

#header{
	background:url(images/background-header.jpg) no-repeat top left;
	height: 100px;
	width: 920px;
	margin: 0px 0px 20px 0px;
}

#mainContent{
	width: 920px;
	background: url(images/background.jpg) repeat-y top left;
}

#content{
	width: 480px;
	padding:0px 20px 0px 20px;
	float: left;
	text-align: justify;
}

#commentsContent, #subscribersContent{
	width: 180px;
	padding: 0px 10px 0px 10px;
	margin: 13px 0px 0px 0px;
	float: left;
/*	border-left: 1px solid #e2eaf1;*/
}

.reply{
	padding: 40px 20px 0px 20px;
	background: url(images/comment-corner.gif) 258px 20px no-repeat;
}

.reply h3{
	width: 280px;
	float: left;
	padding: 0px 0px 10px 0px;
}

.time{
	float: right;
	width: 160px;
	text-align: right;
	font-size: 10px;
	padding: 0px 0px 10px 0px;
}

.reply p{
	/*border-bottom: 1px solid #dddddd;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#commentsContent h2, #subscribersContent h2{
	color: #6c727c;
	font-size: 12px;
	padding: 0px 10px 5px 10px;
}

#content h2 {
	padding: 15px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #343537;
	font-size: 16px;
}

#content small {
	display: block;
	background: #f1f1f1;
	color: #000;
	text-align: right;
	padding: 0 5px;
}

#commentsContent ul, #subscribersContent ul{
	list-style: none;
	font-size: 11px;
	margin: 0px 0px 40px 0px;
}

#commentsContent a, #subscribersContent a{
	display: block;
	width: 159px;
	line-height: 24px;
	padding: 0px 10px 0px 10px;
}

#replyform h4{
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.66em;
}

#replyform{
	background: #c4d5de;
	width: 410px;
	margin: 40px 0px 0px 20px;
	padding: 20px 10px 20px 20px;
}

#replyform label{
	float: left;
	width: 200px;
	padding: 10px 0px 10px 10px;
	font-style: italic
	
}

#replyform label span{
	font-style: italic;
	font-size: 10px;
}

#replyform input{
	float: left;
	width: 198px;
	border: 1px solid #3f80a8;
	margin: 10px 0px 10px 0px;
}

#replyform textarea{
	float: left;
	width: 400px;
	height: 100px;
	overflow: auto;
	border: 1px solid #3f80a8;
	margin: 10px 0px 10px 0px;
}

#replyform #errorForm{
	font-size: 14px;
	font-weight: bold;
	color: #b41008;
	line-height: 1.66em;
}

#replyform #btnSubmit{
	width: 150px;
	margin: 10px 126px 10px 126px;
	padding: 3px 6px;
	background: #3f80a8;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #e2eaf1;
}

#replyform #btnSubmit:hover{
	width: 150px;
	margin: 10px 126px 10px 126px;
	padding: 3px 6px;
	background: #ffffff;
	color: #3f80a8;
	cursor: pointer;
	border: 1px solid #e2eaf1;
}

#footer{
	width: 880px;
	text-align: left;
	margin: 0px auto 40px auto;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 10px;
	background: #60a1cb;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #60a1cb;
	background: #fff;
	text-decoration: none;
}

/* */
.clearfloat:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0px;
	height: 0px;
	visibility: hidden;
}

.clearfloat {
}