/**
Theme Name: Prologue
Author URI: http://www.prologue.ro
Theme URI: http://www.prologue.ro
Version: 1.0
Author: prologue
Description: Wordpress Theme for prologue.ro website
*/

html {
	height:100.01%;
}
body {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	color: #fff;
	text-align: center;
	margin:0px;
	padding:0px;
	font-size:11px;
}
a {
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
a img {
	border:none;
}
#page {
	text-align: left;
	width:900px;
	margin:0 auto;
	padding-bottom:15px;
}
#header {
	width:900px;
	height:111px;
	padding-top:9px;
	position:relative;
	z-index:5;
}
#logo {
	float:left;
}
#logo h1 {
	margin:0px;
	padding:0px;
}
#header ul {
	margin:0px;
	padding:0px;
	list-style:none;
	float:right;
	padding-top:70px;
}
#header ul li.left {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	background: url('images/left_menu.gif') repeat-x;
	height:28px;
	display:block;
	width:10px;
}
#header ul li.right {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	background: url('images/right_menu.gif') repeat-x;
	height:28px;
	display:block;
	width:10px;
}
#header ul li {
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	background: url('images/menu.png') repeat-x;
	height:17px;
	display:block;
	font-size:11px;
	padding: 6px 2px 5px 2px;
	font-weight:bold;
}
#content {
	width:900px;
	display:block;
	background: url('images/content_box.png') repeat;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
}
#content:after {   content: ".";     display: block;    height: 0;     clear: both;     visibility:hidden ;}
#content  {display: inline-table;}
/* Hides from IE-mac \*/
* html #content  {height: 1%;}
#content {display: block;}
/* End hide from IE-mac */

#main {
	width:660px;
	padding: 10px 10px;
	float:left;
	margin-top:-20px;
}
#main #title {
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	float:right;
	margin-right:20px;
}
#main #title span {
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	color:#6d6d6d;
	font-size:28px;
	font-weight:normal;
}
#main #title span a{
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	color:#6d6d6d;
	font-size:28px;
	font-weight:normal;
	text-decoration:none;
}
#main #title span a:hover{
	color:#6d6d6d;
	text-decoration:none;
}
.post {
	width:656px;
	margin-bottom:10px;
}
.posthead{
	background: url('images/posthead.gif') no-repeat;
	height:16px;
	line-height:16px;
	width:656px;
}
.postbody{
	background-color:#282727;
	width:656px;
	font-size:11px;
}
.postbody:after {   content: ".";     display: block;    height: 0;     clear: both;     visibility:hidden ;}
.postbody  {display: inline-table;}
/* Hides from IE-mac \*/
* html .postbody  {height: 1%;}
.postbody {display: block;}
/* End hide from IE-mac */

.postbody a img.full{
	width:210px;
	float:left;
	padding:0px 10px;
	margin-bottom:10px;
}
.postbody .text{
	padding:0px 10px;
	text-align:justify;
}
.postbody .text_page{
	width:620px;
	padding:10px 20px;
	text-align:justify;
	
}
.postbody .text h2{
	color:#fff;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size:20px;
	margin:0;
	padding:0;
	margin-bottom:10px;
	
}
.postbody div.textfooter{
	padding-top:20px;
}
.postbody .textfooter a{
	color:#e61717;
	text-decoration:none;
}
.postbody div.textfooter span{
	float:left;
}
.postbody div.textfooter span.more{
	float:right;
	padding-right:10px;
}
.postbody div.textfooter span.more a{
	background: url('images/plus.gif') no-repeat;
	color:#fff;
	text-decoration:none;
	padding-left:20px;
}
.postbody div.textfooter span.more a:hover{
	background: url('images/plus.gif') no-repeat;
	color:#fff;
	text-decoration:underline;
	padding-left:20px;
}
.postbody .textfooter a:hover{
	color:#e61717;
	text-decoration:underline;
}
.postfooter{
	background: url('images/postfooter.gif') no-repeat;
	height:16px;
	line-height:16px;
	width:656px;
}
.postbody .column{
	width:202px;
	font-size:11px;
	float:left;
	margin-left:12px;
	color:#828282;
}
.postbody .column h3{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#fff;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	margin-bottom:7px;
}
.postbody .column span.date{
	color:#e61717;
}
.postbody .column span a{
	color:#fff;
	text-decoration:none;
}
.postbody .column span a:hover{
	color:#fff;
	text-decoration:underline;
}

#sidebar {
	width:200px;
	padding: 10px 10px;
	float:right;
	font-size:11px;
	margin-top:-20px;
}
#sidebar .tab{
	padding-left:10px;
	margin-bottom:15px;
}
#sidebar .tabhead{
	width:172px;
	background: url('images/tab.gif') no-repeat;
	height:35px;
	padding-top:3px;
	padding-left:10px;
}
#sidebar .tabhead h2{
	margin:0px;
	padding:0px;
	font-size:19px;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
}
#sidebar .tab ul{
	width:182px;
	background-color:#282727;
	margin:0px;
	list-style:none;
	padding:5px 0px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomright: 5px;
}
#sidebar .tab ul li{
	background-color:#202020;
	width:162px;
	margin:0px;
	padding:4px 10px;
	list-style:none;
	margin-bottom:4px;
}
#sidebar .tab ul li a:hover{
	text-decoration:underline;
}
#sidebar .tab .text{
	width:162px;
	background-color:#282727;
	padding:5px 10px;
	color:#828282;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomright: 5px;
}
.text a:hover{
	text-decoration:underline;
}
#sidebar .tab .text span a{
	color:#fff;
	text-decoration:none;
}
#sidebar .tab .text span a:hover{
	color:#fff;
	text-decoration:underline;
}
.contact {
	text-align:right;
	margin-top:10px;
	margin-right:10px;
}
#footer {
	clear:both;
	margin:10px auto;
	width:870px;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size:11px;
	color:#bebebe;
	padding-bottom:15px;
}
#footer a{
	color:#BEBEBE;
	text-decoration:none;
}
#footer a:hover{
	color:#BEBEBE;
	text-decoration:underline;
}
.clear {
	clear:both;
	height:5px;
	line-height:5px;
}
.eroare {
	color:#FF0000;
}
.button {
	background:#AA0000;
	color:#FFFFFF;
	text-align: center;
	cursor:pointer;
	border:0px;
	padding:0 3px;
	height:25px;
}
.input {
	border:1px solid #fff;
	font-size:11px;
	width:400px;
	padding:2px 0px;
}
.post_img, div.postbody a.get_the_image{
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
}
.abonare {
	border:0px;
	margin-top:5px;
	font-size:11px;
	width:147px;
	padding:2px;
}


ol.commentlist  { margin:0px; padding:0px; list-style: none;}

ol.commentlist li {
	list-style: none;
	margin:10px;
	background-color: #000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}
ol.commentlist li p {	margin: 0 }

ol.commentlist li p a, .comment-reply-link, .url { color: #E61717; }
	
ol.commentlist li ul li {
	list-style: none;
	background-color:#282727;
}
ol.commentlist li ul li ul li {
	list-style: none;
	background-color:#000;
}
ol.commentlist li ul li ul li ul li {
	list-style: none;
	background-color:#282727;
}
ol.commentlist li ul li ul li ul li ul li {
	list-style: none;
	background-color:#000;
}

.postbody .comment-body p{
	font-size:13px;
}

ol.commentlist .comment-meta a { color:#999; padding-bottom:5px; }
ol.commentlist .children { margin:0; padding-left:15px; }


form.form {  }

form.form ol.fieldset {	list-style: none; margin:0px; padding:0px; }

form.form ol.fieldset li.field {
	margin: 0 0 13px;
}
form.form ol.fieldset li.field label {
	width: 150px;float:left; display:block;
}

form.form ol.fieldset li.field input,form.form ol.fieldset li.field textarea, #respond textarea {
	border: 1px solid #FFFFFF; font-size:11px; padding:2px 0; width:400px;
}
			
form.form p.submit { margin: 0 }

form.form p.submit input { 
	background-color:#AA0000;
	border:0px;
	color:#FFFFFF;
	cursor:pointer;
	height:25px;
	padding:0 3px;
	text-align:center; 
}

#respond{
	padding:1px 20px;
}

.postbody h4 {
	margin:0px; margin-bottom:10px; padding-left:20px; font-size:12px;
}
h4.txt1 {
	margin-top:10px; margin-bottom:10px; padding-left:0px;
}

.comment-body {
	margin:10px;
}

.postbody .text a{
	color: #E61717;
}
.postbody .text.index a{
	color: #FFF;
}

.postbody a img.thumbnail{
	float:left; margin:0 10px;
}

.postbody .wp-pagenavi span, .postbody .wp-pagenavi a {
	border:0px;
}

