/*

Theme Name: Mezzanine

Theme URI: http://www.redworks.sk/mezzanine

Description: A clean, simple monochromatic 2 column theme.

Author: Redface

Author URI: http://www.redworks.sk

*/



body {

	font: 0.8em Arial, Verdana, 'Helvetica', sans-serif;

	background: #eaeaea url(images/back.jpg) repeat-y center;

	margin: 0px;

	padding: 0px;

}



#page {

	width: 850px;

	margin: 0 auto;

	background: #ffffff;

}



#header {

	width: 870px;

	height: 110px;

	_height: 150px;

}



#wrapper {

	width: 850px;

}



#content {

	float: left;

	width: 600px !important;

	font:  Arial, Verdana, 'Helvetica', sans-serif;

}



#sidebar {

	font-size: 0.9em;

        width: 200px;

	margin: 0px 0px 40px 0px;

	float: right;

	font: 0.8em Verdana,Sans-serif;


}



#footer {

	height: 40px;

	clear: both;

	background: #f5f5f5;

	padding: 10px;

	text-align: center;

	margin-bottom: 20px;	

}



#footer a {

	text-decoration: underline; 

}



#footer a:hover {

	text-decoration: underline; 

	color: #b3b3b3;

}





a {

	color: #202020;

	text-decoration: none;

	outline: none;

	font-weight: normal;

}



a:hover {

	color: #000000;

	outline: none;

	font-weight: normal;

}





/*------------- HEADINGS -------------*/





h1, h1 a {

	margin-top: 10px;

	font-size: 2.4em;

	margin-bottom: 0px;

}



h1 a:hover {

	background: #423434;	

	color: #ffffff;



}



.description {

	font: 0.8em Verdana,Sans-serif;

}



h2 {

	font: 1.8em Arial;

	font-weight: bold;

}



h4 {

	font-size: 1.0em;

	margin-bottom: 0px;	

	font-weight: normal;

	margin-top: 60px;

	font-style: italic;



}



h5 {

	font-size: 0.6em;

        margin-top: 0px;

        margin-bottom: 0px;

	font-weight: bold;

	color: #545454;



}









/*------------- CONTENT -------------*/





h2, h2 a:visited, h2 a {

	margin-bottom: 5px;	

}



h2 a:hover {

	background: #423434;	

	color: #ffffff;

}



.post {

	margin-bottom: 90px;	

	margin-top: 10px;	

	clear: both;

}



.post img {

	max-width: 600px;

	width: expression(this.width > 600 ? 600: true);

}



.post li {

	list-style-type:number;

}



.entry {

	line-height: 140%;

	text-align: justify;

}


.post li a, .entry a, .entrytext a {
	color: #808080;
	font-weight: bold;  

}



.post li a:hover, .entry a:hover {

        background: #423434;

        color: #ffffff;

        text-decoration: underline; 

}



.entrytext  {

	line-height: 140%;

	display: block;

	clear: both;

	text-align: justify;
	

}

/*

.entrytext p {

	width: 600px;

	

}

*/

.post li a:hover, .entrytext a:hover {

        background: #423434;

        color: #ffffff;

        text-decoration: underline; 

}







.postmetadata, .postmetaedit {

	padding: 3px;

	font: 0.8em Arial, Verdana, 'Helvetica', sans-serif;

	color: #ffffff;

	background: #423434;

}



.postmetadata a{

	color: #e9e9e9;

	text-decoration: underline; 

}



.postmetaedit {

	background: transparent;

}



.postmetaedit a:hover {

	background: transparent;

/*	font-weight: bold; */

	text-decoration: underline; 

}



img, a img {

	margin-right: 20px;

	display: inline;

}





blockquote {

	margin: 0 30px;

	padding: 0 10px;

	border-left: 8px solid #E8E7D0;

	border-right: 8px solid #E8E7D0;

	font: 0.8em Verdana,Sans-serif;

	line-height: 150%;

/*	background: #f5f5f5;  */

}







/*-------------- SIDEBAR ------------*/





#sidebar ul {

	margin: 0px;

	padding: 0px;

/*	text-transform: lowercase; */

}



#sidebar ul h2 {

	color: #423434;

	font-size: 1.6em;

	border-bottom: 2px solid #423434;

	padding-top: 6px;

	padding-bottom: 6px;

	margin-bottom: 0px;

}



#sidebar ul li {

	list-style-type:none;

	text-align:left;

}



#sidebar ul ul {

	margin-bottom: 50px;

}



#sidebar ul ul li {

	line-height: 18px;

	border-bottom: 1px dotted #dbdbdb;

	display: block;

}



#sidebar ul ul ul {

	margin: 0px;

	border-top: 1px dotted #dbdbdb;

}



#sidebar ul ul ul li {

	margin-left: 15px;

	padding-left: 15px;

	line-height: 18px;

	background: url(images/sub.gif) no-repeat left;

}



#sidebar li a {

	display: block;

	line-height: 150%;

}



#sidebar li a:hover {

	display: block;

	background: #423434;

	color: #ffffff;

	text-decoration: none;

	padding-left: 5px;

}



#sidebar a {

	color: #5a5a5a;

}











/*-------------- COMMENTS --------------*/





ol.commentlist {

	margin-bottom: 50px;

}



#author, #email, #url {

	background: #f6f6f6;

	border: 1px solid #857373;

	padding-left: 5px;

}



#comment {

	width: 450px;

	background: #f6f6f6;

	border: 1px solid #857373;

	padding: 5px;

}



#commentform {

	margin-left: 20px;

}



.commentauthor, .commentauthor  a {

	font-size: 1.1em;

	font-weight: bold;

	display:block;

	margin: 0px;

	padding: 0px;

}



ol.commentlist li {

	padding: 10px;



}



ol.commentlist ol {

	font-weight: bold;

}



ol.commentlist li.alt {

	background: #f5f5f5;

}



ol.commentlist li a {

	color: #808080;
	font-weight: bold;  

/*	text-decoration: underline; */

}



ol.commentlist li a:hover, .entry a:hover {

        background: #423434;

        color: #ffffff;

/*        text-decoration: underline; */

}







/*-------------- SEARCH FORM -------------*/



#searchform {

	margin-bottom: 30px;

}



#searchform input {

	background: #f6f6f6;

	border: 1px solid #857373;

	padding-left: 5px;

	font: 0.9em Verdana,Sans-serif;

}



#searchform #s {

	width: 194px;



}



#searchform #searchsubmit {

	border: 1px solid #857373;	

}









/*------------- CALENDAR -----------------*/



#wp-calendar {

	width: 100%;

	color: #8c8c8c;

	margin-bottom: 20px;

}



#wp-calendar th {

	border-top: 1px dotted #c3c3c3;

	border-bottom: 1px dotted #c3c3c3;

	color: #000000;

}



#wp-calendar a {

	color: #000000;

	font-weight: bold;

	margin: 0px;

	padding: 0px;

}



#wp-calendar a:hover {

	color: #898989;

	font-weight: bold;

	background: #423434;

	padding: 0px !important;

	

}



#prev a,  #next a {

	margin: 10px;

}



#wp-calendar caption {

	color: #000000;

	margin: 10px;

	font-size: 1.1em;

}









/*------------- OTHER ------------------*/


code {

	font: 1em courier, 'Helvetica', sans-serif;

	background: #f4f4f4;

	line-height: 120%;

}





hr {

	display: none;

}





img.centered{

	display: block;

	margin-left: auto;

	margin-right: auto;

}



img.alignright{

	padding: 0px;

	margin: 3px 0 2px 10px;

	display: inline;

}



img.alignleft{

	padding: 0px;

	margin: 3px 10px 2px 0;

	display: inline;

}



.alignleft{

	float: left;

}



.alignright{

	float: right;

}