/*
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 {
	margin: 0px;
	padding: 0px;
        background: #FFFFFF;
}

#page {
	width: 950px;
	margin: 0 auto;
        padding: 25px;
        background: #FFFFFF;
	
}

#header {
	width: 100%;
	height: 25px;
        background: #634171;
        position:fixed;
        left:0px; top:0px;
        
        
}

#wrapper {
	width: 950px;
   
}

#content {
	float: right;
	width: 500px !important;
}

#sidebar {
	width: 360px;
	margin: 25px 0px 15px 0px;
	float: left;
}

#footer {
	height: 40px;
	clear: both;
	background: #6f4b65;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;	
}

#footer a {
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:underline;
	color: #b3b3b3;
}


a {
	color: #552471;
	text-decoration: none;
        outline: none;
	font-weight: lighter;
}

a:hover {
	color: #000000;
	outline: none;
	text-decoration: none;
}

/*------------- Fixed Buttons/Images -------------*/

#home { position: fixed; left: 20px; top: 15px;

}

#home a#home-link {
        color:FFFFFF;
        font-size: 1.5em;

}

#social { position: fixed; left: 20px; top: 325px; 

}

#social a#facebook-link {
        display: block;
        background: url(images/facebookRoll.jpg) no-repeat;
        height: 40px;
        width: 40px;

}

#social a#twitter-link {
        display: block;
        background: url(images/twitterRoll.jpg) no-repeat;
        height: 40px;
        width: 40px;

}

#social a#followme {
        display: block;
        background: url() no-repeat;
        height: 135px;
        width: 40px;

}

#social a:hover #facebook-link {
              background: url(images/facebook.jpg);
}  

#share { position: fixed; left: 0px; top: 125px; 
        background: url();

}
   
/*------------- HEADINGS -------------*/


h1, h1 a {
        font-family: Georgia, Times, Serif;
	margin-top: 40px;
	font-size: 1.9em;
	margin-bottom: 0px;
}

h1 a:hover {
	text-transform: underline;	
	color: #dad779;

}

.description {
	font-size: 1.7em;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
}

h4 {
	font-size: 1.0em;
	margin-bottom: 0px;	
	font-weight: normal;
	margin-top: 60px;
	font-style: italic;

}

h5 {
	font-size: .6em;
	color:#FFFFFF;

}

h6 {
	font-size: 1.2em;
	font-weight: normal;
        margin-top: 50px;
        margin-bottom:0px;

}
        

}     
               
#previousNext { 
        font-size:30px;
        color:#6f4b65;

}





/*------------- CONTENT -------------*/


h2, h2 a:visited, h2 a {
	margin-bottom: 5px;	
}

h2 a:hover {
	background: #423434;	
	color: #ffffff;
}

.post {
	margin-bottom: 90px;	
	margin-top: 60px;	
	clear: both;
}

.post img {
	max-width: 500px;
	width: expression(this.width > 500 ? 500: true);
        padding: 10px;
        border: solid #919189 1px;
        background: #f8f6d2;
	display: block;
        margin-left: auto;
	margin-right: auto;
}

.post li {
	list-style-type:square;
}

.entry {
	line-height: 100%;
	text-align: left;
	
}

.post li a, .entry a {
	color: #9a69a8;
	font-weight: bold;
}

.post li a:hover, .entry a:hover {
	background: #423434;
	color: #ffffff;
	text-decoration: underline;
}

.entrytext  {
        line-height: 100%;
	display: block;
	clear: both;
	
}

.entrytext p {
        font-size: 16px;
	width: 500px;
	
}

.postmetadata, .postmetaedit {
	padding: 3px;
	font-size: 0.9em;
	color: #855a7a;
	background: #ffffff;
}

.postmetadata a{
	color: #423434;
	text-decoration: underline;
}

.postmetaedit {
	background: transparent;
}

.postmetaedit a:hover {
	background: transparent;
	text-decoration: underline;
}

img, a img {
	margin: 5px;
        display: block;
        margin-left: auto;
	margin-right: auto;
}




/*-------------- SIDEBAR ------------*/


#sidebar ul {
	margin: 0px;
	padding: 0px;
        align: right;
	text-transform: lowercase;
      
}

#sidebar ul h2 {
	color: #a89726;
	font-size: 1.6em;
	border-bottom: 2px solid #423434;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
        
}

#sidebar ul li {
	list-style-type:none;
	text-align:left;
        font-size:1em;
        text-transform:lowercase;
        padding-bottom: 0px;
}

#sidebar ul ul {
	margin-bottom: 50px;
}

#sidebar ul ul li {
        text-transform: lowercase;
        color: #845996;
	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() no-repeat left;
}

#sidebar li a {
	display: ;
}

#sidebar li a:hover {
	background: #ffffff;
	color: #FFFFF;
	text-decoration: underline;
}

#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;
	width: 400px;
}

ol.commentlist ol {
	font-weight: bold;
}

ol.commentlist li.alt {
	background: #f5f5f5;
}




/*-------------- SEARCH FORM -------------*/

#searchform {
        margin-top: 20px;
	margin-bottom: 20px;
        align:center;
}

#searchform input {
	background: #f6f6f6;
	border: 1px solid #857373;
	padding-left: 5px;
}

#searchform #s {
	width: 190px;

}

#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 ------------------*/

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;
}