/*  
Theme Name: Ogre theme
Theme URI: http://www.it-base.ro/
Description: Theme created by Tudor Barbu (www.it-base.ro) and Andrei Chirea (www.dreamerseye.com)
Version: 0.9
Author: Tudor Barbu, Andrei Chirea


*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
}

body {
	background: url(images/bg.gif) fixed;
	text-align: center;
	font-size: 12px;
}

ul {
	list-style-type: none;
}

p {
	margin-bottom: 10px;
}

#site {
	width: 898px;
	margin: auto;
	background: url(images/chenar_stg_dr.gif);
	text-align: justify;
	padding-top: 30px;
}

#header {
	height: 160px;
	width: 898px;
	margin: auto;
}

#content {
	width: 500px;
	float: left;
	color: #594A56;
	
}

#leftArt {
	position: absolute;
	top: 250px;
}

#contentWrapper {
	padding-left: 20px;
	width: 480px;
}

#content div.entry {
	padding: 10px 0px 0px 20px;
}

#content div.entry ul {
	margin-left: 20px;
	list-style-type: disc;
}

#content div.entry ul li {
	padding-bottom: 5px;
}

#content div.entry a, div.navigation a {
	color: #594A56;
}

#content div.entry a:hover, div.navigation a:hover {
	text-decoration: none;
}

div.googleAdSense {
	text-align: center;
	padding-top: 15px;
}

blockquote {
    margin-right:5px;
    margin-top:5px;
    min-height: 50px;
    padding: 0px 20px 0px 40px;
    background: url(images/blockquote.gif) no-repeat;
    font-style: italic;
}

#content div.comments {
	text-align: right;
}

#content div.comments a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FF00CA;
}

#content div.comments a span {
	color: #FFA8ED;
}

#content ol.commentlist li blockquote {
	margin: 5px;
	padding-left: 5px;
	background: none;
	border-left: solid 2px #aaaaaa;
	min-height: 0px;
}

#content div.post {
	margin-bottom: 20px;
}

#content h1 {
	background-color: #5C5C5C;
	margin-bottom: 25px;
	text-align: left;
}

#content h1 img {
	float: left;
	position: relative;
	top: -20px;
}

#content h1 a {
	text-decoration: none;
	color: #FFD4F6;
}

#sidebar {
	width: 350px;
	margin-left: 520px;
	height: 100%;
}

#sidebar img {
	border: none;
}

#sidebar div.box {
	margin-bottom: 20px;
}

#sidebar div.sidebarColumn {
	width: 140px;
	padding-left: 30px;
	float: left;
	background: url(images/linie_verticala.gif) repeat-y;
	height: 100%;
}


#sidebar h3, #content h2 {
	color: #FF00CA;
	font-size: 18px;
	margin-bottom: 5px;
}

#sidebar h3 span, #content h2 span {
	color: #FFA8ED;
}

#sidebar ul li a {
	display: block;
	padding: 1px 0px 1px 4px;
	color: #594A56;
}

#sidebar ul li a:hover{
	background-color: #FFD4F6;
	text-decoration: none;
	color: #FF00CA;
}

#sidebar ul.badges li a, #sidebar ul.badges li a:hover {
	display: inline;
	padding: 0px;
	background-color: #ffffff;
}

#sidebar ul.bagdes li {
	padding-bottom: 10px;
}

#similarposts a:hover {
	text-decoration: none;
}

#sidebar div.recentComment {
	padding-left: 15px;
	font-size: 11px;
}

#sidebar div.excerpt {
	padding-left: 10px;
}

#monkey {
	float: left;
}

#similarposts {
	padding-left: 100px;
}

#comments, #respond {
	clear: left;
	margin: 10px 0px 0px 0px;
}

#footer {
	clear: both;
	background: url(images/chenar_footer.gif);
	height: 29px;
}

ol.commentlist li a, #similarposts a {
	color: #594A56;
}

ol.commentlist li a:hover, #similarposts a:hover {
	text-decoration: none
}

ol.commentlist li.google {
    padding: 6px 0px 0px 8px;
}

ol.commentlist {
	padding-top: 10px;
	list-style-type: none;
}

ol.commentlist li {
	clear: left;
	min-height: 70px;
	padding: 5px 10px 10px 20px;
}

ol.commentlist li.alt  {
	background-color: #FFD4F6;
}

ol.commentlist li div.secondWrapper {
	margin-left: 50px;
	padding-top: 5px;
}

a.email {
	direction:rtl;
	unicode-bidi: bidi-override;
}

img.imgComments {
	position: relative;
	top: 12px;
}

table.inpage {
	width: 450px;
	boder: 1px solid #FFD4F6;
}

table.inpage tr th, table.inpage tr td {
	width: 150px;
	padding: 5px; 
}


table.inpage tr th {
	text-align: center;
}

table.inpage tr td {
	font-size: 11px;
	vertical-align: top;
	text-align: left;
}

table.inpage tr.odd {
	background-color: #FFD4F6;
}