/* @override http://localhost:8888/wordpress/wp-content/themes/Mezzanine/style.css */

/*
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;
padding-left: 200px;
padding-top: 20px;
background: url(images/grund.jpg) no-repeat fixed #000000 bottom left;
}
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

#pagekant {
width:755px;
height:auto;
background-color:#fff;
padding:10px;
position:absolute;
min-height:100%; 
}

#page {
position:relative;
width: 80%;
margin: 0px;
padding: 0px;
}

#header {
position:relative;
height:163px;
background-color:#fff;
width:750px;
padding-bottom: 10px;
}
/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#headernav, #subnav	{ padding: 0; float: left; width:750px; line-height: 1.5em; 
height:25px;
padding-top: 10px;
background-color:#fff;
position:relative;
}

#headernav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#headernav li,
#subnav li		{ margin: 0; padding: 0; float: left; background-image: none; 
list-style: none;
}

#headernav li a,
#subnav li a 	{ color: #000000; padding: 5px 5px; float: left; text-decoration: none; }

#headernav li.current_page_item a,
#headernav li a:hover 	{ background: #edc10a; color: #ffffff; }

#subnav	{ background: #616161; }

#headernav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #fffffff; }

#headernav li.first a { margin-left: 0px; }


#wrapper {
position:relative;
width: 750px;
background-color:#fff;
}

#content {
position:relative;
float: left;
width: 550px !important;
padding-bottom: 30px;
background-color:#fff;
}

#sidebar {
position:relative;
width: 200px;
float: right;

background-color:#fff;
}

.navigation{
background-color:#fff;

}

#footer {
position:fixed;
height: 40px;
clear: both;
background: url(images/fot.jpg) no-repeat;
margin-bottom: 0;
color: white;
margin-top: 20px;
padding: 0px;
width:750px;
bottom: 0;
background-color:#fff;
}

#footer a {
	text-decoration:underline;
	color: white;
}

#footer a:hover {
	text-decoration:underline;
	color: #ee2b2e;
}


a {
	color: black;
	text-decoration: none;
    outline: none;
	font-weight: normal;
}

a:hover {
	color: #000000;
	outline: none;
	font-weight: normal;
}


/*------------- HEADINGS -------------*/


h1, h1 a {
	margin-top: 40px;
	font-size: 1.9em;
	margin-bottom: 0px;
	width: 750px;
	height: 143px;
}

.description {
	font-size: 1.7em;
}

.title{
font-family: Arial, Verdana, 'Helvetica', sans-serif;
font-size: 1.9em;
font-weight: bold;
  line-height: 120%;
}

.titles{
font-family: Arial, Verdana, 'Helvetica', sans-serif;
font-size: 1.2em;
font-weight: bold;
  line-height: 120%;
}

h2 {
	font-size: 2.2em;
	font-weight: bold;
}
.post h2 {
	background: url(images/gul_bubbla.png) no-repeat left 6px;
	text-indent: 32px;
}

h4 {
	font-size: 1.8em;
	margin-bottom: 0px;	
	font-weight: normal;
	margin-top: 10px;
	font-style: italic;
}

/*------------- CONTENT -------------*/


h2, h2 a:visited, h2 a {
	margin-bottom: 5px;
	font-weight: bold;
}

h2 a:hover {	
	color: #ffffff;
	background-color: #edc10a;
	font-weight: bold;
}

.post {
position:relative;
	margin-bottom: 30px;	
	margin-top: 35px;	
	clear: both;
background-color:#fff;
padding-right: 20px;
padding-left: 20px;
}

.post img {
	max-width: 500px;
	width: expression(this.width > 550? 550: true);
	border-style: none;
}

.post li {
	list-style-type:square;
}

.entry {
	line-height: 150%;
	text-align: justify;
	margin-top: 20px;
	padding-bottom: 25px;
	border-bottom: 3px solid black;
}

.post li a, .entry a {
	color: black;
	text-decoration: underline;
}

.post li a:hover, .entry a:hover {
	text-decoration: none;
}

.entrytext  {
	line-height: 150%;
	display: block;
	clear: both;
	
}

.entrytext p {
	width: 500px;
	
}

.postmetadata, .postmetaedit {
	font-size: 0.9em;
	color: #000000;
	background-color: #edc10a;
	padding: 5px;
}

.postmetadata a{
	color: #000000;
	text-decoration: underline;
}

.postmetaedit {
	background: transparent;
}

.postmetaedit a:hover {
	background: transparent;
	text-decoration: underline;
}



img, a img {
	display: inline;
}

#sidebar img a:hover {
	display: block;
	text-decoration: none;
	padding-left: 0px;
	margin: 0;
	border-style: none;
	padding: 0;
}

#headerimg h1 a img {
	margin: 0;
	border-style: none;
	padding: 0;
}




/*-------------- SIDEBAR ------------*/

#sidebar ul {
	margin: 0px;
	padding: 0px;
	/*text-transform: lowercase;*/
}

#sidebar ul h2 {
	color: black;
	font-size: 1.6em;
	border-bottom: 1px solid black;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	font-weight: bold;
}



#sidebar ul li {
	list-style-type:none;
	text-align:left;
padding-right: 0px;
}

#sidebar ul ul {
	margin-bottom: 15px;
}

#sidebar ul ul li {
	line-height: 26px;
	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: 26px;
	background: url(images/sub.gif) no-repeat left;
}

#sidebar li a {
	display: block;
}

#sidebar li a:hover {
	display: block;
	background: #edc10a;
	color: #ffffff;
	text-decoration: none;
	padding-left: 0px;
}

#sidebar a {
	color: black;
}



/*-------------- COMMENTS --------------*/


ol.commentlist {
	margin-bottom: 30px;
}

#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: 10px;
}

.commentauthor, .commentauthor  a {
	font-size: 1.1em;
	font-weight: bold;
	display:block;
	margin: 0px;
	padding: 0px;
}

ol.commentlist li {
	padding: 10px;
	width: 400px;
}

ol.commentlist ol {
	font-weight: bold;
}

ol.commentlist li.alt {
	background: #f5f5f5;
}




/*-------------- SEARCH FORM -------------*/

#searchform {
	margin-bottom: 25px;
}

#searchform input {
	background: black;
	color: white;
	border-style: none;
	padding: 5px 5px 6px;
}
#searchform input:hover {
	background: #edc10a;
	border-style: none;
	color: white;
}
#searchform input:focus {
	background: #edc10a;
	border-style: none;
	color: white;
}

#searchform #s {
	width: 188px;
}

#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;
}

#prev a,  #next a {
	margin: 10px;
}

#wp-calendar caption {
   color: #000000;
   margin: 10px;
   font-size: 1.1em;
}

/*------------- OTHER ------------------*/

hr {
	display: none;
}


img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

#flickrrss ul, #flickrrss ul li { padding: 0; margin: 0; border: 0; 
float: left;
}

#flickrrss ul { list-style: none; margin-left: -10px; }

#flickrrss ul li {
float: left;
	display: inline;
	margin: 5px 0 10px 10px;
	line-height: 25px;
	}
	