/* 
Theme Name: Mandjoukov
Theme URI: http://www.peyo.unfo
Description: Mandjoukov is a 2-column stylish theme.
Author: Peyo Kolev
Author URI: http://www.peyo.info
Version: 1.0
Tags: two columns, fixed width, black, orange, widgets, minimalist, right sidebar, dark, graphics free, 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
        background-color: #333;
	color: #5a2e1e;
	text-align: center;
        }

#page {
        background-color: #f8e1c0;
	border: 2px solid #4e3623;
	text-align: left;
	}

#header {
	background: url("../pic/header.jpg");
	}

#content {
	font-size: 1.1em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	}


.narrowcolumn .postmetadata {
	text-align: left;
	}


small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

strong {
	color: #5e3e26;
       }


h2, h3 {
        font-family: Palatino Linotype, Serif;
}


h2 {
	font-size: 1.7em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
	
h3 {
	font-size: 1.2em;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #5a2e1e;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #FD5A1E;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
        color: #b8a376;
	text-decoration: none;
	}

a:hover {
	color: #5a2e1e;
	text-decoration: underline;
	}
	
/* End Typography & Colors */


/* Begin Structure */

body {
	margin-top: 0px;
	padding: 0; 
	}

#page {
	margin: 5px auto;
	padding: 0;
	width: 760px;
        background: url("../pic/page.jpg") repeat-y top;
	}
	

#header {
	padding: 0;
        background: url("../pic/header.jpg"); 
	margin-top: 0 auto;
	height: 300px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0px 0px 0px 50px;
	margin-left: 0px;
	width: 450px;
	}


.pagepost {
	margin: 0;
	}
	
.post {
	margin: 0;
	text-align: left;
	padding-bottom: 10px;
	}


.narrowcolumn .postmetadata {
	padding-top: 0px;
	}


#footer {
	padding: 0;
        background: url("../pic/footer.jpg");
	margin: 0 auto;
        height: 60px;	
        width: 760px;
        clear: both;	
	}

#footer p {
	margin-top: 10px;
	padding-bottom: 5px;	
text-align: center;
	}
#flags {
padding-top:5px; 
}
/* End Structure */


/*	Begin Headers */


h2 {
	margin: 0;
	}

h2.pagetitle {
	margin: 0;
        padding: 0;
        border-bottom: 0px double #E2CDAC;
	}

/* End Headers */

/* Begin Sidebar */

#sidebar-top {
	background: url("../pic/bartop.jpg") no-repeat;
        height: 40px;        
        margin-top: 0;	
        padding: 0;
        }


#sidebar-bottom {
	background: url("../pic/barbottom.jpg") no-repeat;
	height: 199px;
	min-height: 199px;
	}

#sidebar {
        background: url("../pic/sidebar.jpg") repeat-y;  	
        width: 205px;
	position:relative;
	float:left;
display: block;
        margin-left: 20px;
        padding: 0;
}		


#sidebar li {
     list-style-type: none;
     list-style-image: none;
     margin: 0;	
}

#sidebar ul {
    list-style-type: none;
    list-style-image: none;
    font-weight: bold;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 1.5em;
    text-align: left;  
    line-height: 1.5em; 
}

/* End Sidebar */


/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #333;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	display: none;
	}
 
.center {
	text-align: center;
	}

img {
	border: 2px solid #886749;
        margin-left: 0;       
        padding: 0;	
        }

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
        text-align: left;
        float: left;
}

.alignright {
        text-align: right;
        float: right;
}
	
.entry img, .entrytext img {
	margin: 7px;
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* End Various Tags & Classes*/


