/*  
Theme Name: Mafia2
Theme URI:
Description:
Version: 1.0
Author: Michal Lohnisky
Author URI:
*/

*{
  margin: 0;
  padding: 0;
}
body{
	font-family: Arial, Verdana, Times New Roman;
	color: white;
	background: url(images/body_bg_2.png);
}
img{
  border: none;
}

/* Useful */
.center { text-align: center; }
.right  { text-align: right; }
.top    { vertical-align: top; }
.middle { vertical-align: middle; }
.bold   { font-weight: bold; }
.italic { font-style: italic; }
.hidden { display:none; }
.clear  { clear: both; }

#body{
	background: url(images/body_bg.gif) repeat-x top;
}

#container{
	width: 1206px;
	background: url(images/container_bg.png) repeat-y;
}

#left{
	width: 249px;
	float: left;
	background: url(images/left_top.png) no-repeat top;
}
#left #menu, #left #menu-bottom{
	width: 199px;
	margin: 445px 0 0 50px;
	background: url(images/menu_bg.gif) repeat-y right;
}
#left #menu-bottom{
	height: 20px;
	margin-top: 0;
	background: url(images/menu_bottom.gif) no-repeat right;
}
#left #menu .h2{
	margin: 0 0 5px 10px;
	padding-bottom: 15px;
	display: block;
	background: url(images/menu_title.gif) no-repeat bottom;
	font-size: large;
	color: white;
}
#left #menu ul li{
	padding: 3px 0 3px 53px;
	font-size: 0.9em;
	list-style: none;
}
#left #menu ul li.current-cat, #left #menu ul li:hover{
	background: url(images/menu_li_active.gif) repeat-y right;
}
#left #menu ul li a{
	color: white;
	text-decoration: none;
}

#center{
	width: 642px;
	float: left;
}
#center #header, #center #header span{
	width: 642px;
	height: 283px;
}
#center #header span{
	display: block;
	position: absolute;
	background: url(images/center_top.png) no-repeat;
}
#center .post{
	padding: 0 25px 0 20px;
}
#center .post .meta{
	height: 22px;
	padding: 3px 10px 0 10px;
	display: block;
	font-size: small;
	background: url(images/meta_bg.gif) repeat-x;
}
#center .post h1, #center .post h1 a, #center .post h2, #center .post h2 a{
  margin: 10px 0;
	color: #B8191F;
	text-decoration: none;
	font-weight: normal;
}
#center .post .content{
  margin-bottom: 40px;
	font-size: 0.8em;
	text-align: justify;
	color: #e2e2e2;
}
#center .post .content a{
  color: white;
  text-decoration: none;
}
#center .post .content a:hover{
  color: #B8191F;
  text-decoration: underline;
}
#center .post .content li{
  list-style-position: inside;
}
#center .share{
	margin: -30px 0 40px 0;
	padding: 10px;
	background: #3F070A;
	border: 1px solid #481718;
  font-size: small;
  color: silver;
}
#center .share a{
  width: 115px;
  margin: 5px 0;
  display: block;
  float: left;
  text-decoration: none;
  color: silver;
}
#center .share img{
  margin: 2px;
  vertical-align: -30%;
}

#right{
	width: 225px;
	padding: 155px 74px 0 0;
	float: left;
	background: url(images/right_top.png) no-repeat top;
}
#right .widget .h2{
	margin: 0 0 5px 10px;
	padding: 0 0 15px 13px;
	display: block;
	background: url(images/menu_title.gif) no-repeat bottom;
	font-size: large;
	color: white;
}
#right .widget p, #right .widget .textwidget{
	margin-bottom: 20px;
	padding: 0 23px;
	text-align: justify;
	font-size: small;
}

#container-bottom{
	height: 120px;
	clear: both;
	background: url(images/container_bottom.png) no-repeat bottom;
}

#footer{
	border-top: 1px solid #3C3C3C;
}
#footer a{
	color: white;
}
#footer p{
	width: 1100px;
	margin: 0 auto;
	padding: 10px;
	font-size: small;
	text-align: center;
}