/*  
Theme Name: MFA theme
Theme URI: http://www.mfacko.cz
Description: MFA template :)
Version: 2.0
Author: Samlue
Author URI: http://www.mfacko.cz
*/

* { 
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	}
	
#wrap {
	width: 980px;
	margin: 0 auto 0 auto;
	}
	
#header {
	height: 135px;
	background: url(img/header.png);
	}
	
h1 a {
	display: block;
	font-size: 34px;
	padding: 35px 0 0 155px;
	text-decoration: none;
	color: 444px;
	height: 95px;
	font-style: italic;
	}
	
h1 a:hover {

	}
	
#pagelist {
	width: 946px;
	margin: 0 10px;
	background-color: #252525;
	padding: 7px;
	text-align: center;
        color: #fff;
	}
	
a {
	text-decoration: underline;
	color: #444;
	}

a:hover {
	text-decoration: none;
	}
	
#content {
	border: 1px solid #999;
	margin: 0 10px;
	background-color: #fff;
	}
	
.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}
	
#side {
	width: 261px;
	padding: 10px 0 0 0;
	float: right;
	font-size: 12px;
	color: #666;
	}
	
#side ul li {
	list-style: none;
	padding: 0 0 15px 0;
	}

#side h4 {
	width: 249px;
	height: 36px;
	background: url(img/sidebar-headline.png);
	color: #242424;
	font-size: 16px;
	padding: 10px 0 0 12px;
	}
	
#side ul li ul li {
	padding: 0;
	}
	
#side ul li a {
	display: block;
	padding: 10px 0 12px 10px;
	font-size: 15px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
	text-decoration: none;
	}
	
#side ul li a:hover {
	color: #fb3313;
	}
	
#side ul li.current_page_item a {
	color: #fb3313;
	font-weight: bold;
	}
	
#side ul li.widget_text div {
	padding: 10px;
	}
	
#side ul li.widget_text a {
	display: inline;
	padding: 0;
	}
	
#side ul li.widget_text img {
	border: none;
	margin: 10px 0 0 0;
	}

#text {
	width: 697px;
	float: left;
	line-height: 1.8;
	color: #444;
	font-size: 12px;
	padding: 0 0 10px 0;
	}
	
.post {
	padding: 0 54px 0 30px;
	}

p {
	padding: 5px 0;
	}
	
h2 {
	width: 613px;
	height: 54px;
	background: url(img/headline.png);
	color: #242424;
	font-size: 24px;
	font-weight: bold;
	padding: 11px 0 0 30px;
	margin: 0 0 10px 0;
	}

h3 {
	color: #990000;
	font-weight: normal;
	font-weight: bold;
	padding: 5px 0 0 0;
	font-size: 1.25em;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	margin: 0;
	}

.post ul li {
	list-style: none;
	background: url(img/bullet_blue.png) left no-repeat;
	padding: 0 0 0 23px;
	margin: 3px 0 3px 5px;
	}
	
.post ol li {
	margin: 3px 0 3px 28px;
	}

blockquote {
	border-left: #990000 5px solid;
	margin: 10px 15px;
	color: #666;
	padding: 0 5px 0 15px;
	}
	
#text .wp-smiley {
	padding: 0;
	background: none;
	border: none;
	}

#text img {
	border: 1px solid #e1e1e1;
	padding: 3px;
	}
	
#text img.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
	}
	
#text img.alignright {
	float: right;
	margin: 5px 0 5px 20px;
	}
	
.top a {
	display: block;
	width: 92px;
	height: 29px;
	background: url(img/top.png);
	font-size: 13px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	float: right;
	}

#box {
	font-size: 0.75em;
	color: #fff;
	padding: 10px 0 10px 10px;
	}
	
#box a {
	color: #ccc;
	}	