/*  
Theme Name: Irina
Theme URI: http://wordpress.org/
Description: No description.
Version: 1
Author: Robert Rusanu
Author URI: http://robertworks.de/

*/

body {
	margin: 0;
	padding: 0;
	font: 80% normal "trebuchet MS", verdana, helvetica, arial, sans-serif;
	line-height: 130%;
	color: #000;
	background: /*url(images/body.jpg) repeat-x*/ #fff;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #721701;
}
h1 { font-size: 1.8em;}
h2 {font-size: 1.6em; }
h3 {font-size: 1.4em; }
h4 {font-size: 1.2em; }
h5, h6 {font-size: 1.1em; }

p {color: #000}
a:link {
	text-decoration: none;
	color: #aaa;
}
a:visited {
	color: #aaa;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: underline;
	color: #AE1004;
}

#page {
	width: 922px;
	margin: 10px auto;
	text-align: left;
	background: transparent;
	/*border: 1px solid #ddd;*/
}


/* ----------------------------------------------------- HEADER ----------------------------- */
#header {
	float: left;
	background: transparent;
	margin: 0;
	width: 100%;
	padding: 0;

}
#headerimg {
	margin: 0;
	background: /*url(images/header6.jpg) top left no-repeat*/ #fff;
	height: 160px;
}
#headerimg h1 {
	padding: 20px 20px 0 0;
	margin: 0;
	font-weight: bold;
	font-size: 2.0em;
	color: #000;
	display: inline;
	float: left;
	text-transform: uppercase;
	
}
#headerimg img {
	border: none;
}
#headerimg h1 a:link, #headerimg h1 a:visited {
	text-decoration: none;
	color: #ddd;
}
#headerimg h1 a:hover, #headerimg h1 a:active {
	text-decoration: none;
	color: #eee;
}
#headerimg p.description {
	padding: 0 20px;
	float: right;
	margin: 87px 0 0 0;
	font: lighter 0.8em verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.5em;
	color: #000;
	text-transform: uppercase;
	}


/* -----------------------------------------------------CONTENT------------------------------- */
#wrapper {
	margin: 0;
	padding: 0;
	background: /*url(images/wrapper.gif) top left repeat-y*/ #fff;
	float: left;
	height: 100%;
}

#content {
	 float: left;
	 margin: 0;
	 padding: 0 10px;
	 background: /*url(images/content2.jpg) no-repeat*/ transparent;
	 border-left: 1px solid #eee;
}

.narrow , .narrowcolumn {
	width: 639px;
}
.wide {
	width: 902px;
}


#content form {
	margin: 0 20px 20px 20px;
}
#content ol {
	margin: 0 20px;
	padding: 0;
}
#content h1, h2.pagetitle, h3#comments, h3#respond  {
	margin: 0 20px 20px 20px;
	color: #aaa;
	font-size: 1.3em;
	text-transform: capitalize;
	letter-spacing: 0.1em;
}
.post {
	margin: 0 20px 20px 20px;
	padding: 10px 0 0 20px;
	background: url(images/post.jpg) no-repeat transparent;
}
.post h2, .post h3 {
	text-transform: lowercase;
	clear: both;
	margin: 10px 0 0 0;
}
.entry {
	margin: 10px 0;
	padding: 0;
	clear: both;
}

.entry img {
	float: left;
	padding: 5px;
	margin: 5px 5px 5px 0;
	border: 1px solid #aaa;
}
.entry img:hover {
	background: #eee;
}
.entry img a:link {
	padding: 5px;
	margin: 0;
	background: #fff;
}
.entry img a:hover {
	background: #f50;
}

.entry p {
	padding: 0 10px 20px 0;
	margin-bottom:15px;
	line-height: 150%;
	/*background:url(images/endsection.gif) bottom center no-repeat;*/
	clear:both
}

p.postmetadata {
	margin: 10px 0 0 0;
	padding: 2px 5px 10px 5px;
	/*float: left;*/
	clear:both;
	font-size: 0.85em;
	color: #000;
	background: url(images/postmeta.gif) bottom right no-repeat transparent;
}
p.postmetadata a {
	padding: 2px 5px 2px 12px;
	margin-left: 7px;
	display: inline-block;
	background: url(images/square_green.gif) left center no-repeat transparent;
}
p.postmetadata_alt {
	margin-left: 0;
	padding: 10px;
	background: /*#f5f5f5;*/url(images/postmeta.jpg) bottom right no-repeat transparent;
	font-style: italic;
	/*border: 1px solid #ddd;*/
}


.navigation {
	margin: 0 -10px;
	border-top:1px solid #eee;
	padding: 5px 30px 30px 30px;
	background: transparent;
	
}
.narrow .navigation {border:none}
.navigation div.alignleft,.navigation p.alignleft{
	float: left;
	margin: 0 10px 0 0;
}
.navigation div.alignright,.navigation p.alignright{
	float: right;
	margin: 0 0 0 10px;
}


/* ------------------------------------------------------ SIDEBAR ----------------------------- */
#sidebar {
	float: right;
	margin: 0;
	padding: 20px 0;
	width: 250px;
	background: transparent;
}
#sidebar ul {
	margin: 0;
	padding: 0;	
}
#sidebar ul li {
	list-style: none;
	padding: 0 0 0 5px;
	margin-left:0;
	
	
}
#sidebar ul li ul li{
	display: block;
	/*padding-left:20px;
	background: url(images/circle_grey.gif) 0 3px no-repeat transparent;*/

}
#sidebar ul li h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 5px 2px 0;
	margin-top: 10px;
	background: transparent;
	font-weight: bold;
	border-top: 1px solid #fff;
	color: #000;
	text-transform: capitalize;
}

#sidebar p {
	padding: 2px 5px 2px 10px;
	color: #000;
}
#sidebar p a {

}

#sidebar ul li a:link, #sidebar ul li a:visited {
	padding: 0;
	margin:0;
	font-size: 95%;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent;
	color: #333;
}
#sidebar ul li a:hover, #sidebar ul li a:active {
	text-decoration: none;
	color: #6D0E07;
}


/* ----------------------------------------------------- FOOTER ------------------------------- */
#footer {
	clear: both;
	background: /*url(images/footer3.jpg) bottom left repeat-x */#fff;
	padding: 20px 10px 5px 10px;
	margin: 0;
	border-top: 1px solid #eee;
	font-size: 85%;
	color: #aaa;
}
#footer p {
	color: #aaa;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #888;
}
#footer a:hover {
	text-decoration: none;
}
/* -------------------------------------------------------------------------------------------- */




/* classes, id's */

br, .clear {
	clear: both;
}
abbr, acronym {
	cursor: help;
	border: none;
}
small {
	font-size: 0.8em;
	margin: 0;
	padding: 2px 0;
}
.red {
	color: #c00;
}
.edit {
	display: block;
	font-weight: bold;
}
/* FORMS */

form#searchform {
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
}
input, textarea {
	border: 1px solid #aaa;
	vertical-align: middle;
	margin: 0;
	padding: 2px;
	font-size: 10px;
	text-align:left;
}

input#searchsubmit, input#submit  {
	background: #fff;
	cursor: pointer;
	border: 1px solid #eee;
	font-weight: normal;
	margin:2px;
	color: #000;
	padding: 0px 3px;
	border:1px solid #aaa;
}

input:hover {
	color: #222;
	background: #f3f3f3;
	border: 1px solid #6D0E07;
}
select {
	width: 150px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 10px;
}
option {
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
input.hidden {
	display: none;
}