/*
Theme Name: Magazine Project
Theme URI: http://www.swprog.com/software/wordpress/themes/magazine-project.php
Description: Magazine Project is a magazine style theme with a right sidebar.
Version: 1.0
Author: FriMas
Author URI: http://www.swprog.com
Tags: white, black, three-columns, fixed-width, right-sidebar
*/

body
{
	background-color: #9C9C9C;
}

a img {border:none;}

table {margin: 0; padding: 0;}

.wp-caption
{
  background-color: #FBFBFB;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 3px;
	text-align:justify;
}

.wp-caption img
{
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text
{
   font-size: 12px;
   line-height: 18px;
   padding: 0 4px 5px;
   margin: 0;
}

.more-link 
{
	font-size:12px;
}

.alignleft
{
	float:left;
	text-align:left;
	margin-right:10px;
}

.alignright
{
	float:right;
	text-align:right;
	margin-left:10px;
}

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

#container
{
	margin: auto;
	width: 1000px;
	/*border: 1px solid black;
	background-color: white;*/
}

#header
{
	height: 130px;
	font-family: Arial;
	font-size: 40px;
	background-image:url('images/header.png');
	color: white;
}

#header h1
{
	font-size: 35px;
	font-weight: bold;
	padding: 35px 0px 0px 30px;
	margin: 0px;
}

#header h2
{
	font-size: 14px;
	margin: 0px;
	padding: 45px 0px 0px 30px;
	font-style: italic;
	font-weight: normal;
}

#header a, #header a:visited
{
	text-decoration: none;
	color: white;
}

#menu
{
	height: 30px;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-image:url('images/menu.png');
	
	overflow: hidden;
}

#menu a
{
	text-decoration: none;
	color: white;
}
			
#menu a:hover
{
	color: #F45A37;
	background: black url('images/menu1.png') center center repeat-x;
}


#menu ul
{
	margin: 0px;
	list-style: none;
	
	padding: 0px;
	float: left;
	border-width: 1px 0;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #D2D2D2;
}

#contents
{
	background-image:url('images/body.png');
}

#content
{
	float: left;
	margin-left: 10px;
	/*background-color: white;*/
	width: 580px;
	padding: 15px 7px 15px 15px;
}

#sidebar
{
	float: right;
	/*background-color: white;*/
	width: 360px;
	padding: 15px 10px 15px 5px;
	margin-right: 10px;
}

#sidebar a
{
	text-decoration: none;
	color: #808080;
}
			
#sidebar a:hover
{
	color: #D7321D;
	text-decoration: underline;
}

#footer
{
	clear: both;
	/*border-top: 1px solid black;
	background-color: black;*/
	color: white;
	font-family: Tahoma;
	font-size: 12px;
	padding: 10px 5px 10px 25px;
	height: 30px;
	background-image:url('images/footer.png');
}

#footer a {color:white;}

.top_post
{
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: justify;
}

.post_title
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

.post_title a
{
	text-decoration: none;
	color: black;
}

.post_date
{
	font-family: Tahoma;
	font-size: 11px;
	padding: 5px 0px 5px 0px;
}

.cal_ico
{
	float: left;
	line-height: 18px;
	background:url('images/calendar.png') center left no-repeat;
	padding-left:20px;
	padding-top: 1px;
	padding-right: 15px;
	font-family: Arial;
	color: #AF261E;
}

.author_ico
{
	float: left;
	line-height: 18px;
	background:url('images/user.png') center left no-repeat;
	padding-left:22px;
	padding-top: 1px;
	font-family: Arial;
	color: #AF261E;
}


.comments_post_ico
{
	float: right;
	line-height: 20px;
	background:url('images/comments.png') top left no-repeat;
	padding-left:22px;
	padding-top: 0px;
	padding-right: 15px;
}

.edit_post_ico
{
	float: right;
	line-height: 20px;
	background:url('images/edit.png') center left no-repeat;
	padding-left: 22px;
	padding-right: 10px;
}

.top_post_text
{
	font-family: Verdana;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
}

.top_post_text p {margin:0px; padding:0px;}

.post_text
{
	font-family: Verdana;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

.post_text p {margin:0px; padding:0px;}

.post_text img
{
  max-width: 570px;
  padding: 3px;
}

.index_post_text
{
	height: 110px;
	font-family: Verdana;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	padding-top: 0px;
	margin: 0px;
	overflow: hidden;
}

.top_post_text img
{
  max-width: 570px;
  padding: 3px;
}

.index_post_text p {margin:0px; padding:0px;}

.post_info
{
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F1F1F1;
	padding: 4px 4px 4px 8px;
	text-align: justify;
}

#post_series
{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-top-style: double; 
	border-top-color: silver; 
	border-top-width: thick;
	border-bottom-style: double; 
	border-bottom-color: silver; 
	border-bottom-width: thick;
}

#adv
{
	float: left;
	width: 270px;
}

.post_line
{
	width: 270px;
	margin-right: 10px;
	margin-left: 10px;
	float:left;
}


.category_ico
{
	line-height: 20px;
	background:url('images/folder.png') top left no-repeat;
	padding-left:22px;
	padding-top: 3px;
}

.tag_ico
{
	line-height: 20px;
	background:url('images/tag.png') top left no-repeat;
	padding-left:22px;
	padding-top: 3px;
}

.comments_ico
{
	line-height: 20px;
	background:url('images/comments.png') top left no-repeat;
	padding-left:22px;
	padding-top: 3px;
}


.edit_ico
{
	line-height: 20px;
	background:url('images/edit.png') top left no-repeat;
	padding-left:22px;
	padding-top:3px;
}


.interpost
{
	height: 1px;
	margin-top: 15px;
	margin-bottom: 10px; 
	border-width: 1px;
	border-top-style: dashed;
	border-color: silver;
}

.fixed
{
	clear:both;
}

#browse
{
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 30px;
	margin-top: 10px;
}

#left_sidebar
{
	float:left;
	font-size:12px;
	font-family: Arial, sans-serif;
	padding: 0px 5px;
}

#right_sidebar
{
	float:right;
	font-size:12px;
	font-family: Arial, sans-serif;
}

#social
{
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 12px;
}

#left_sidebar ul, #right_sidebar ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 0px 0px 0px 0px;
}

#left_sidebar li, #right_sidebar li
{
	list-style: none;
}

.blocco
{
	width: 170px;
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 25px;
	border: 1px solid #D2D2D2;
}

.blocco_ext
{
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 25px;
	margin-left: 5px;
	border: 1px solid #D2D2D2;
}

.blocco_title
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #D2D2D2;
	padding: 3px 8px 3px 8px;
	background-image:url('images/title.png');
	color: white;
	margin: 0px;
}

.blocco_content
{
	padding: 5px 8px 5px 8px;
	margin: 0px;
}

.blocco ul, .blocco_ext ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 0px 0px 0px 0px;
}
			
.blocco ul ul, .blocco_ext ul ul
{
	padding: 3px 0px 3px 15px;
}

.blocco ul li, .blocco_ext ul li
{
	padding: 2px 0px 2px 0px;
}

blockquote
{
	border-left: 2px solid ;
	padding: 8px 8px 8px 8px;
}

/* *************** */


h3
{
	font-family: Serif;
	font-size: 16px;
	font-weight: bold;
}

#comments
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}

.comment
{
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	padding: 8px 8px 8px 8px;
	margin-top: 10px;
	margin-bottom: 20px;
}
		
.odd
{
	background-color: #FAFAFA;
}
			
.even
{
	background-color: #EFEFEF;
}
			
.comment_author
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}

.comment_author a
{
	text-decoration: none;
}

.comment_author a:hover
{
	color: #D7321D;
}

.comment_data
{
	font-family: Arial;
	font-size: 11px;
	color: #9D2C22;
	padding: 3px 0px 8px 0px;
}
			
#ins_comment
{
	font-family: "Lucida Sans Unicode"!important;
	font-size: 12px!important;
	padding: 10px 10px 10px 15px;
}

.comment_num
{
	float: right;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	width: 35px; height: 35px;
	text-align: center;
	border: 1px solid #E0E0E0;
}

.comment_num a, .comment_num a:visited
{
	color: black;
	text-decoration: none;
}

.gravatar
{
	float: left;
	width: 50px;
	height: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#comment_closed
{
	border: 1px solid #9D2C22;
	padding: 5px 5px 5px 5px;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

#comment_ins
{
	font-family: Arial;
	font-size: 12px;
}

#error
{
	width:560px;
	margin:auto;
}

