
BODY { 
	background : url(images/bg.jpg) repeat-x;
	font : 75%/170% Verdana, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
} 
a         { text-decoration : none; color : #983328; } 
/*a:visited { color : #983328; } */
p         { margin : 0 0 15px; } 
INPUT     { font-family : Verdana, Arial, Helvetica, sans-serif; } 

BLOCKQUOTE { 
	padding-left : 60px;
	padding-right : 6px;
	font-size : 12px;
	background : url(images/quote.jpg) repeat-y -150px;
	padding-bottom : 4px;
	margin : 8px 0 10px;
	width : 90%;
	padding-top : 5px;
} 
CODE { 
	display : block;
	direction : ltr;
	background-color : #eee;
	padding : 5px;
	color : #333333;
	font-size : 12px;
} 

img {  border : none; } 

#wrapper { 
	width : 925px; /* era 900*/
	border-right : 0px solid #cacccd; /*era 4*/
	border-left : 0px solid #cacccd;
	background : #ffffff url('images/warp_bg.gif') repeat-y;
	margin : 0px auto;
	padding : 0px;
} 



#header { 
	background : url("images/h_bg.gif") repeat-x ;
	width : 925px; /* era 900*/
	/* height : 35px; /* era  101 */
	float : left;
} 
#header div.main { 
	padding-right : 0;
	padding-left : 20px;
	padding-bottom : 0;
	/*font : 'Trebuchet MS', 'Times New Roman', sans-serif;*/
	font-family:'Trebuchet MS', 'Times New Roman', 'sans-serif';
	font-weight:bold;
	font-size:20px;
	color : #eee;
	padding-top :8px;
	float: left;
	
} 
#header div.main a { color : #eee; } 

#header p.desc { 
	margin : 3px 0 0 5px;
	font : 13px Arial, sans-serif;
	color : #eee;
}

#header div#search {
	float:right;
	width:250px;
	padding-right:10px;
	padding-top:5px;
	
	margin:0px;
	border:0px;
	
}
#header_menu { 
	background : url("images/header_menu_bg.gif") repeat-x;
	width : 925px;
	height : 30px; /* era 45 */
	float: left;
} 
#navcontainer { 
	margin : 0;
	padding : 0 0 0 0;
} 
#navcontainer UL { 
	list-style : none;
	margin : 0;
	padding : 0;
	border : none;
} 
#navcontainer LI { 
	display : block;
	margin : 0;
	padding : 0;
	float : left;
	width : auto;
} 
#navcontainer A { 
	color : #fff;
	display : block;
	width : auto;
	text-decoration : none;
	background-color : transparent;
	margin : 0;
	padding : 5px 10px 5px;
	border-top : 0;
	border-right : 1px solid #ff796a;
} 
#navcontainer A:hover, #navcontainer A:active { 
	background : url("images/header_menu_bg_over.gif") repeat-x;
	color : #fff;
} 
#navcontainer A.active:link, #navcontainer A.active:visited { 
	position : relative;
	z-index : 102;
	background : #bbbbbb;
} 
#searchsubmit { 
	border : 1px solid #666;
	background : #eee;
	margin-top : 3px;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
} 
#searchform { 
	padding : 10px;
	margin : 0;
} 
#content { 
	padding : 10px 25px 15px 25px;
	width : 533px; /* era 600 */
	float : left;
	overflow : hidden;
} 
/* post*/
.post { 
	padding : 0;
	clear : both;
	overflow : hidden;
	} 
.entry { padding : 10px 0 5px; clear : both; } 
.top_details {
	background: url("images/top_details.gif") repeat-x;
	font-size : 90%;
	color : #333;
	padding: 7px 5px 10px 0px;
} 
.top_details a, .top_details a:visited { color : #333; text-decoration : none; } 
.top_details a:hover { color:#000; text-decoration : none; } 
.top_details  .category { padding-left: 2px; padding-bottom:5px; }
.top_details .foldericon
{
    background: url(images/category_icon.gif) no-repeat;
    width:12px;
    height: 10px;
}
.top_details .author a{
	background:url(images/author_icon.gif) no-repeat 2px 0px;
	padding-left:17px;
}
.top_details .time {
	background:url(images/time_icon.gif) no-repeat 4px 1px;
	padding-left:20px;
}
.bottom_details { 
	font-size : 90%;
	color : #85dbff;
	width:146px;
	padding:8px 0 10px 0px;
	text-align:center;
	margin-bottom:25px;
	background:url(images/comment_box.gif) no-repeat;
} 
.bottom_details a:visited{ color:#fff;}
.bottom_details a{ 	color:#fff;} 
 
/* [/POST] */
 
h2 { 
	color : #983328;
	margin : 3px 0 2px;
	padding-bottom : 8px;
	padding-right : 5px;
	font : normal 25px Arial, Helvetica, sans-serif;
	border-bottom : 1px dotted #cccccc;
} 
h2 a, h2 a:visited { 
	color : #983328;
	text-decoration : none;
} 
h2 a:hover { 
	color : #d51a04;
	text-decoration : none;
} 
h3 { 
	color : #983328;
	margin : 5px 0 5px;
	font : bold 12px/100% Arial, Verdana, Tahoma, Helvetica, sans-serif;
} 
#sidebar-right { 
	float : right;
	width : 307px; /* era 300 */
	color : #666666;
	line-height : 160%;
	margin-top : 10px;
	margin-right : 0;
	text-align : left;
} 
#sidebar-right p, #sidebar-left p { 
	margin : 0 0 15px;
} 
#sidebar-right #categories, #archives, #links, #meta { 
	padding-bottom : 10px;
	padding-top : 5px;
} 
#sidebar-right h3 { 
	font : bold 15px/100% Arial, Tahoma, Helvetica, sans-serif;
	color : #983328;
	margin-left : 5px;
	text-transform:uppercase;
} 
#sidebar-right h3 a, #sidebar-right h3 a:visited, #sidebar-left h3 a { 
	color : #666666;
} 
#sidebar-right h3 img{ 
	vertical-align : middle;
} 
#sidebar-right a, #sidebar-right a:visited { 
	color : #333333;
	text-decoration : none;
} 
#sidebar-right a:focus, #sidebar-right a:active { 
text-decoration : none;
} 
#sidebar-right ul {
	list-style : none;
	margin : 0;
	padding : 0;
}
#sidebar-right a:hover { 
	text-decoration : underline;
} 

#sidebar-right ul li { 
	margin-right : 10px;
	padding-bottom : 5px;
} 
#sidebar-right ul li a{ 
	padding-left: 16px;padding-bottom: 5px;padding-top: 6px; border-bottom: #c0c0c0 1px solid;display:block;color: #333333;background: url(images/bullet-orange.gif) no-repeat 3px 12px;
}
#sidebar-right ul li.links { 
	padding-right : 18px;
	margin-right : 10px;
	padding-bottom : 5px;
} 
#sidebar-right ul li ul li{ 
	padding-right : 12px;
} 
#calendar_wrap {
	text-align:center;
}
UL#recentcomments {
	padding-left:15px;
	color:#444;
	font-weight:bold;
}
UL#recentcomments li a {
	background: none;
	font-weight:normal;
}
#footer { 
	clear : both;
	width : 925px;
	text-align : center;
	padding-top : 20px;
	color : #fff;
} 
#footer a, #footer a:visited { 
	text-decoration : none;
	color : #eee;
} 
#footer a:hover { 
	text-decoration : underline;
	color : #eee;
} 

h3#comments { 
	background : url(images/comments.gif) no-repeat right ;
	padding-right : 32px;
	font : normal 140%/120% Arial, Tahoma, Helvetica, sans-serif;
	clear : both;
} 
h3#respond { 
	background : url(images/respond.gif) no-repeat right ;
	padding-right : 32px;
	font : bold 140%/120% Arial, Tahoma, Helvetica, sans-serif;
	margin : 20px 0 0;
	clear : both;
} 
#comments_are { 
	margin-left : 10px;
} 
#commentform { 
	margin-top : 10px;
} 
#commentform label { 
	font-weight : bold;
	color : #666;
	font-size : 100%;
	padding-left : 5px;
} 
#commentform small { 
	color : #999999;
	font-size : 90%;
} 
#commentform input { 
	font : 110% Arial, Verdana, Helvetica, sans-serif;
	width : 220px;
	padding : 5px 3px 3px 7px;
	background : url(images/form-field-bg.gif) no-repeat;
	border-top : 1px solid #e6e6e6;
	border-right : 1px solid #e2e2e2;
	border-bottom : 1px solid #e2e2e2;
	border-left : 1px solid #e6e6e6;
} 
#commentform textarea { 
	font : 12px Arial, Verdana, tahoma, Helvetica, sans-serif;
	width : 400px; /* era 480*/
	height : 140px;
	background : url(images/form-field-bg.gif) no-repeat;
	border : 1px solid #e6e6e6;
	padding : 5px 3px 3px 7px;
} 
#commentform #submit { 
	font : 12px Arial, Verdana, tahoma, Helvetica, sans-serif;
	color : #000000;
	background-color : #eee;
	border : 1px solid #333333;
	width : 135px;
	margin-left : 355px;
} 

.commentlist { 
	margin : 10px 0;
	padding-left : 45px;
	line-height : 130%;
} 
.commentlist li { 
	padding : 5px 10px;
} 
.commentlist .alt { 
	background : #f4f4f4;
} 
.commentlist cite { 
	font-weight : bold;
	font-style : normal;
	font-size : 110%;
	color:#990000;
} 
.commentlist cite a, .commentlist cite a:visited { 
	color : #990000;
} 
.commentlist small { 
	margin-bottom : 5px;
	display : block;
	font-size : 87%;
} 
.commentlist small a, .commentlist small a:visited { 
	color : #999999;
} 

/* AGGIUNTI DA PHOTOGRAPHERS */

#headerPhotographers {background : url("images/bg_header_ph.gif") repeat-x ; height:208px;}

.link_footer_1 		{ color: #CCCCCC; font-weight: bold;font-size: 12px; text-decoration:none;}
.ul_footer			{ margin:0px; padding:0px;}
.li_footer			{ list-style:none; float:left; padding:3px 15px 3px 15px; border-right:1px dotted #CCCCCC;}
.li_footer_end		{ list-style:none; float:left; padding:3px 15px 3px 15px; }
.link_footer_2 		{ color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: bold; text-decoration:none;}

.tab_header 		{ background-image: url(http://www.photographers.it/img/fondo_header%20.gif); background-repeat: repeat-x;}
.top_sublink 		{ font-size: 11px;  color: #CCCCCC; font-family:Arial, Helvetica, sans-serif;}
.top_link 			{ color: #CCCCCC;font-weight: bold;font-size: 12px; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
.link_title			{ font-size:16px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#CCCCCC; text-decoration:none;}
.ul_menu			{ margin:0px; padding:0px;}
.li_menu_sel		{ font-weight: bold;font-size: 12px; list-style:none; float:right; padding:5px 9px 3px 9px; border-right:1px dotted #555555;}
.li_menu			{ font-weight: bold;font-size: 16px; list-style:none; font-weight: bold; float:right; padding:6px 9px 3px 9px; border-right:1px dotted #555555;}
.li_menu_end		{ font-weight: bold;font-size: 16px; list-style:none; float:right; padding:6px 9px 3px 9px; }
.menu_padding		{ padding:10px 0 5px 18px;}
.form_login			{ color:#000000; background-color:#999999; font-family: Arial, Helvetica, sans-serif; font-size:11px; }
.link_menu			{ color: #CCCCCC; text-decoration:none; }
.link_menu_current	{ color: #EA2900; text-decoration:none; }
.sub_menu			{ display:none; text-align:center;}
.sub_menu ul		{ margin:0px; padding:0px;}
.sub_menu ul li		{ list-style:none; display:inline; padding:1px 2px 1px 2px; }
.sub_menu ul li a	{ color: #CCCCCC;font-weight: bold;font-size: 12px; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
.sub_menu img		{ border:none;}
