@charset "utf-8";
/* CSS Document */

body {
	font: 62.5% Tahoma, Arial;
	padding: 0;
	margin: 40px auto 0 auto;
	background:#9dd53d url(images/bg.png) no-repeat fixed;
}
a:focus {
	outline:none;
}
h1 {
	width:200px;
	margin:0;
	padding:5px 5px 0 0;
	color:#0f7a0a;
	font-size:12px;
	text-align:right;
}	
#container {
	float:left;
	width:530px;
	background-color:#FFF;
	padding:5px;
}
#wrapper {
	width:530px;
	margin:0 auto 0 auto;
	background-color:#FFF;
}
#header {
	float:left;
	background:url(images/header.png) no-repeat;
	width:540px;
	height:28px;
	text-indent:-9999px;
	cursor:pointer;
}
#coltop {
	text-align:right;
}
#coltop a:link img, #coltop a:visited img {
	border:none;
}
#wblock {
	width:413px;
	margin:auto;
}
#wleft {
	float:left;
	width:205px;
	height:115px;
	background:url(images/wleft.png) no-repeat;
}
#wmiddle {
	float:left;
	width:2px;
	height:115px;
	color:#FFF;
}
#wright {
	float:left;
	width:205px;
	height:115px;
	margin:0 0 2px 0;
	background-color:#c9c9c8;
}
#wbottom {
	float:left;
	width:412px;
	height:50px;
	background:url(images/wbottom.png) no-repeat;
}
.content {
	float:left;
	width:205px;
	margin:5px 0 0 0;
	color:#8e928e;
	font-size:1.3em;
}
.dd {
	float:left;
	width:200px;
	text-align:right;
	padding:0 5px 0 0;
	color:#636363;
	font-weight:bold;
}
.dd a:link, .dd a:visited {
	color:#636363;
	text-decoration:none;
}
.dd a:hover, .dd a:active {
	color:#474747;
}
.author {
	float:left;
	background: url(images/author.png) no-repeat;
	padding:0 0 5px 20px;
	margin:10px 10px 0 0;
	color:#636363;
}
.comments {
	float:left;
	background: url(images/comments.png) no-repeat;
	padding:0 0 5px 20px;
	margin:10px 10px 0 0;
	color:#636363;
}
.tags {
	float:left;
	background: url(images/tag.png) no-repeat;
	padding:0 0 5px 20px;
	margin:10px 0 0 0;
	color:#636363;
}
.comments a:link, .tags a:link, .comments a:visited, .tags a:visited {
	color:#636363;
	font-weight:bold;
	text-decoration:none;
}
.comments a:hover, .tags a:hover, .comments a:active, .tags a:active {
	color:#454545;
}
#comblock {
	float:left;
	width:412px;
	margin:0 0 10px 0;
}
#comtop {
	float:left;
	font-weight:bold;
	width:377px;
	background:url(images/com_user.png) no-repeat;
	height:40px;
	padding:0 0 0 35px;
}
.comuser {
	float:left;
	width:377px;
	padding:0;
	color:#77cf0f;
}
.comdate {
	float:left;
	width:377px;
	color:#969696;
}
.comcomments {
	float:left;
	width:412px;
	color:#8e928e;
}
#footer {
	float:left;
	width:530px;
	background:url(images/footer.png) no-repeat;
	color:#FFF;
	font-size:1.4em;
	text-align:center;
	margin:15px 0 0 0;
	padding:5px 0 5px 0;
}

/* Comments Form Design*/
.comForm { 
    width: 412px;
	float:left;
	margin:30px 0 0 0;
	background-color:#F9F9F9;
}
.comForm1 {
	width: 137px;
	margin:0 9px 0 0 !important;
	margin:0 5px 0 0;
	float: left;
}
.comForm2 {
	width: 254px !important;
	width:261px;
	float: left;
}  
.comForm fieldset {
    background:url(images/fieldset_top.png) no-repeat top left;
    border:none;
    padding:30px 10px 0 10px;
    margin: 0;
    width:412px;
}
.fieldset_bottom {
    background:url(images/fieldset_bot.png) no-repeat bottom left;
    border:none;
    padding:0;
    margin: 0;
    width:412px;
	text-indent:-9999px;
}
.comForm fieldset legend {
    color:#666; 
	font-size:1.2em;
	text-indent:-9999px;
}
.comForm input.button {
    width:245px;
    height:23px; 
    background-color:#C2C7C0;
    border:1px solid #A0A0A0;
    padding:3px;
    color:#FFF;
}
.comForm .users {
	background:  url(images/form.png) 0 0 no-repeat ;
	width: 137px;
	height:24px;
}
.comForm .mails {
	background:  url(images/form.png) 0 -24px no-repeat ;
    width: 137px;
	height:24px;
}
.comForm .wwws {
	background:  url(images/form.png) 0 -48px no-repeat ;
    width: 137px;
	height:24px;
}
.comForm .textareas {
	background:  url(images/textarea.png) no-repeat ;
    width: 251px;
	height:105px;
}
.comForm input {
	float:right;
	border: none;
	background: none;
	width: 105px;
	height:16px;
	padding:3px 5px 3px 0;
}
.comForm textarea {
	float:left;
	border:none;
	background: none;
	width: 240px;
	height:97px;
	padding:3px 5px 3px 5px;
	margin:0 0 10px 0;
	overflow:auto;
}
.message {
	float:left;
	background:#ccc;
	color:#000;
	display:none;
	width:412px;
	padding:10px; 
}