/*
Theme Name: LIDI
Theme URI: http://www.legaintroversi.it/
Description: 
Version: 3.0
Author: Sonia Anepeta
Author URL: http://www.webfruits.it/
*/

/*>>>>> Setup and Reset <<<<<*/

body, html  { height: 100%; }

body, html, p, ul, ol {
	border: none;
	margin: 0;
	padding: 0;
}

body  {
	background: #d0c791 url(img/bg.gif) repeat-x left top;
	color: #484035;
	font: 13px Tahoma, Arial, Helvetica, Sans-serif;
	line-height: 1.5;  /*unitless for proper inheritance*/
}

h1, h2, h3, h4, h5, h6  { 
color: #645949;
    font-family: georgia, bookman old style, times new roman, serif;
	font-weight: normal;
    margin: 5px 0; 
}

h1  { font-size: 28px }
h2  { font-size: 24px; }
h3  { font-size: 26px }
h4  { font-size: 24px }
h5  { font-size: 22px }
h6  { font-size: 20px }



h1.title  { 
	border-top: 1px dotted #D0C791;
	border-bottom: 1px dotted #D0C791;
	font-size: 30px;
	margin: 0 0 15px 0;
	padding: 0;
}


h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited  { text-decoration: none; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover  { text-decoration: underline; }

p  { margin: 18px 0; }

ul, ol  {
	margin: 0;
	padding: 0;
}

a:link, 
a:visited  { 
    color: #ba5122; 
    text-decoration: none;
}

a:hover { color: #d55d27; }


/*>>>>> Top Navigation <<<<<*/

#topnav {
	display: block;
	float: right;
}

#topnav ul {
	background: url(img/topnav_m.gif) repeat-x;
	display: block;
	float: left;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
}

#topnav li {
	background: url(img/topnav_br.gif) no-repeat right center;
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	margin-right: 10px;
	padding-right: 10px;
}

#topnav li.left {
	background: none;
	background: url(img/topnav_l.gif) no-repeat left ;	
	height: 55px;
	margin-right: 0;
	padding-right: 0;
	width: 55px;
}

#topnav li.right {
	background: none;
	background: url(img/topnav_r.gif) no-repeat right;
	height: 55px;
	margin-right: 0;
	padding-right: 0;
	width: 55px;
}

#topnav a {
        font: bold 17px georgia, bookman old style, times new roman, serif;
	color: #48403d;
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
}

#topnav a span  {
       font: bold 17px georgia, bookman old style, times new roman, serif;
       font-style: italic  
}

#topnav a:hover { color: #77dce4; }

#topnav li.rss-post, 
#topnav li.rss-comm,
#topnav li.rss-mail { 
    background: none;
    margin-top: 7px;
}

#topnav li.rss-post a, 
#topnav li.rss-comm a,
#topnav li.rss-mail a { 
    font-size: 12px!important; 
    text-indent: -9000px;
    width: 21px
}

#topnav li.rss-post a { background: url(img/i_rss_post.png) no-repeat 0 4px; }
#topnav li.rss-comm a { background: url(img/i_rss_comm.png) no-repeat 0 4px; }
#topnav li.rss-mail a  { background: url(img/i_rss_mail.png) no-repeat 0 4px; }

/*>>>>> Navigation <<<<<*/

#nav  {
	background: url(img/nav_bg.gif) no-repeat left bottom;
	height: 35px;
	margin: 0 auto;
	width: 980px;
}

/* Page Nav */

#pagenav {
	float: left;
	margin-top: -1px;
	padding: 0 8px;
	position: relative;
	z-index: 100;
}

#pagenav li {
	float: left;
	line-height: 35px;
	margin: 0;
	padding: 0 3px 0 3px;
}

#pagenav li a:link, 
#pagenav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
       font-weight: bold;
	color: #64740a;
	display: block;
	padding: 0 5px;
	position: relative;
	text-transform: uppercase;
	z-index: 100;
}

#pagenav li a:hover, 
#pagenav li.current_page_item a:link, 
#pagenav li.current_page_item a:visited  {
	background: url(img/nav_current_tile.gif) repeat-x left bottom;
	color: #eae5c5;
	position: relative;
}

#pagenav li a:hover span.left, 
#pagenav li.current_page_item span.left,
#pagenav li a:hover span.right, 
#pagenav li.current_page_item span.right {
	bottom: 0;
	display: block;
	height: 63px;
	position: absolute;
	width: 5px;
}

#pagenav li a:hover span.left, 
#pagenav li.current_page_item span.left  {
	background: url(img/nav_current_left.gif) no-repeat left bottom;
	left: 0;
}

#pagenav li a:hover span.right,
#pagenav li.current_page_item span.right  {
	background: url(img/nav_current_right.gif) no-repeat left bottom;
	right: 0;	
}

/* Style drop down list */

#pagenav li ul li {	
    background: none;
	border-bottom: 1px dotted #a7c016;
	float: none;
	padding: 0;
}

/* First level */

	#pagenav li ul {
		background: #889e0e;	
		border: 1px solid #64740a;
		left: -999em;
		position: absolute;
	}

	#pagenav li:hover ul, #pagenav li.sfhover ul {}

	/* Second level */

		#pagenav li li:hover ul ul, #pagenav li li.sfhover ul ul { left: -999em; }

		#pagenav li li li:hover ul, #pagenav li li li.sfhover ul { left: auto; }

		/* Third level */

			#pagenav li li li:hover ul ul, #pagenav  li li li.sfhover ul ul { left: -999em; }

			#pagenav li li li li:hover ul, #pagenav li li li li.sfhover ul { left: auto; }

#pagenav li ul ul { margin: -26px 0 0 200px; }

#pagenav li ul ul ul { margin: -26px 0 0 230px; }


#pagenav li ul ul li a { line-height: 25px; }

#pagenav li:hover ul ul, 
#pagenav li.sfhover ul ul { left: -999em; }

#pagenav li:hover ul, 
#pagenav li li:hover ul, 
#pagenav li.sfhover ul, 
#pagenav li li.sfhover ul { left: auto; }

#pagenav li ul li a:link, 
#pagenav li ul li a:visited  {
	background: none!important;
	color: #eae5c5;
	display: block;
	font-size: 12px;
	width: 190px;
	padding: 0px 0 0px 10px!important;
}

#pagenav li ul li ul li a:link, 
#pagenav li ul li ul li a:visited  { padding: 5px 0 5px 10px!important;  width: 230px}

#pagenav li ul li a:hover  { background: #a7c016!important; }

#pagenav li ul li a span.left  { display: none!important; }

#pagenav li ul li a span.right { display: none!important; }

/* IE7 Fix */

#pagenav li:hover, 
#pagenav li.hover {  position: static; }


/*>>>>> Layout <<<<<*/

#header  {
	height: 200px;
	margin: 0 auto;
	width: 980px;
}

#header h1  { display: none; }

#header img  {
	float: left;
	margin: 60px 0 0 0;
}

#header #description  {
	background: url(img/description.png) no-repeat left top;
	float: left;
	display: block;
	height: 75px;
	margin: 40px 0 0 0;
	padding: 0;
	text-indent: -9000px;
	width: 445px;
}

#container  {
	background: url(img/container_bg.gif) repeat-y left top;
	padding-top: 20px;
	padding-bottom: 20px;
}

#container_bottombg  {
	background: url(img/container_btm_bg.gif) no-repeat center bottom;
	height: 40px;
	margin: 0 0 -20px -10px;
	width: 980px;
}

#breadcrumb  {
	margin: -8px 10px 0 10px;
	padding: 0 0 10px 0;
	width: 940px;
}

#breadcrumb p  {
	color: #87785c;
	margin: 0;
}

#content  {}

#main_content  {
	border-right: 0px solid #d0c791;
	float: left;
	margin: 20px 0 0 10px;
	padding: 0 20px 0 0;
	text-align: justify;
	width: 619px;
}

#main_content #top h2  { margin: 0 0 20px 0; }

#main_content #top p  { margin: 20px 0 30px 0; }

#main_content #top p img  {
	border: none !important;
	float: left;
	margin: 0 10px 0 0;
}

#sidebar  {
	float: left;
	margin: 40px 0 0 20px;
	width: 280px;
}

#sidebar h2  {
	font-size: 16px;
	text-transform: uppercase;
}

#sidebar .box  {
    background: #f3efd6;
    font-size: 12px;
    margin: 0 auto 15px auto;
    overflow: hidden;
    padding: 0 10px 10px 10px;
    text-align: justify;
    width: 260px; 
}

#sidebar .box ul li  {
    border-bottom: 1px dotted #d0c791;
    padding: 5px 0
}

.rich { overflow: hidden; }
.rich-detail { font-size: 11px }
.rich-thumbs img { float: left; height: 60px; width: 86px; }
.rich-thumb { float: left; margin: 10px 10px 0 0; width: 50px; }
.rich-thumb img { height: 50px; width: 50px; }
.rich br { display: none }


#sidebar .box h2  { padding-bottom: 5px; }

#twitter  { padding: 0 0 10px 0; }
#twitter ul  { margin: 10px 0; }
#twitter_update_list li { padding: 5px 0 !important; }
#twitter a:link, #twitter a:visited  {
	display: inline;
	padding: 0;
}
#twitter span.website  {
	display: block;
	text-align: right;
}

#footer  {
	margin: 0 auto 10px auto;
	width: 980px;
}

#footer .footnav  {
	float: left;
	width: 450px;
}

#footer .footnav ul  { padding: 10px 0 15px 10px; }

#footer .footnav ul li  {
	display: inline;
	margin: 0 4px;
}

#footer .footnav ul li a:link, 
#footer .footnav ul li a:visited  { }

#footer .copyright  {
	float: right;
	padding: 5px 10px 0 0;
        text-align: right;
	width: 520px;
}

#footer .copyright p  { margin: 5px 0; }

#footer .bottombg  {
	height: 7px;
	width: 980px;
}

.spacer  { height: 10px; }


/*>>>>> PAGE STYLES <<<<<*/

#page  {
	float: left;
	margin: 0 0 40px 17px;
	width: 460px;
}

#main_content.fullwidth  {
	border-right: 0;
	width: 940px;
}

#main_content.fullwidth #page  {
	margin-left: 17px;
	width: 783px;
}

#main_content.fullwidth #page.no_sub_nav_full  {
	margin: 0;
	width: 940px;
}

.no_sub_nav {
	margin: 0 0 40px 0!important;
	width: 620px !important;
}


#page h2  { font-size: 26px; }
#page h3  { font-size: 24px; }
#page h4  { font-size: 22px; }
#page h5  { font-size: 20px; }
#page h6  { font-size: 18px; }

.highlight-blue { color: #308086; letter-spacing: .1em }
.highlight-green { color: #64740a; letter-spacing: .1em }
.highlight-blue-b { color: #308086; font-weight: bold }
.highlight-green-b { color: #64740a; font-weight: bold}

/*>>>>> ARCHIVES TEMPLATE STYLES <<<<<*/

#archive_lastposts li,
#archive_years li,
#archive_monthly li,
#archive_categories li,
#archive_author li,
#archive_posts li { 
    color: #899e10;
    margin: 0 0 5px 0;
}


/*>>>>> POST STYLES <<<<<*/

.post  {
	border-bottom: 1px solid #d0c791;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 619px;
}

.post .video { margin: 0 0 20px 0; }

.post_head  {
	float: left;
	margin: 0 0 15px 0;
	width: 619px;
}

.post_head .title_meta  {

	float: left;
	width: 559px;
}


.post_head .title_meta h2  {  
	line-height: 1.1em;
    margin: 0 0 0 0; 
}

.post_head .title_meta p  { 
    color: #899e10;
	font: 13px georgia, bookman old style, times new roman, serif;
	letter-spacing: .1em;
    margin: 0;
	padding-top: 5px;
}

.post_head .title_meta p.small  { letter-spacing: 0; }

.post_head .comments  {
	background: url(img/comments_bg.png) no-repeat 0 0;
	display: block;
	float: right;
	height: 47px;
	margin: 0;
	text-align: center;
	width: 46px;
}

.post_head .comments a:link,
.post_head .comments a:visited  {
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 5px 10px;
	text-align: center;
}

.post p.continue  { 
    margin: 0;
    text-align: right;
}

.post p.continue a  { 
    background: url(img/ico_go.png) no-repeat right 5px;
    padding: 0 11px 0 0; 
}

#postpage { margin: 20px 0 30px 0; }
#postpage p { font-weight: bold; }
#postpage a span { background: #f3efd6!important; border: 1px solid #e9e4c3;padding: 2px 5px; }
#postpage span { background: #f3efd6;border: 1px solid #d0c791; padding: 2px 5px; }

 #biblio_box { 
background: #f3efd6 url(img/biblio_box_bg.gif) no-repeat bottom;
     float: left;
    margin: 20px 20px 10px 0;
    padding: 10px 10px 20px 10px;
width: 230px
}

 #biblio_box  p{ 
border-bottom: 1px dotted #d0c791;
font-family: georgia, bookman old style, times new roman, serif;
font-weight: bold;
    margin: 0;
padding: 5px 0

}


/* Post Typographic Elements */

.entry  {
	font: 12px Arial, Helvetica, Sans-serif;
line-height: 1.5;
}

.entry blockquote  {
	padding: 10px 30px;
	
font-family: georgia, bookman old style, times new roman, serif;
}

.entry blockquote p  { margin: 0; }

.entry ul  {
	margin: 5px 0;
	padding: 0 0 0 30px;
}
.entry ul li  { list-style-type: square; }
.entry ul li ul  {
	margin: 8px 0;
	padding: 0 0 0 15px;
}
.entry ul li ul li  { list-style-type: disc; }

.entry ol  {
        font-family: georgia, bookman old style, times new roman, serif;
	margin: 5px 0;
	padding: 0 0 0 30px;
}
.entry  ol li  { list-style-type: decimal; }
.entry ol li ol  {
	margin: 8px 0;
	padding: 0 0 0 15px;
}
.entry  ol li ol li  { list-style-type: lower-latin; }


.entry.sitemap ul  { margin-bottom: 30px; }
.entry.sitemap ul li { background: none!important; }
.entry.sitemap li ul li { 	
    color: #899e10;
    text-transform: uppercase
}
.entry.sitemap li ul li ul  { margin-bottom: 5px; }
.entry.sitemap li ul li ul li  { text-transform: none;background: url(img/bullet.png) no-repeat 0 10px!important; }
.entry.sitemap li ul li ul li ul li   { background: none!important;font-style: italic }

/* Donation */
#btn_donation-large {
              float: left;
	margin: 0 auto; 
	padding: 0;
width: 100%;
}


/* Social Bookmark */
#share { margin: 20px 0 30px 0; float: left;  width: 609px; padding: 0 5px;}
a.feed { float: right; width: 286px;
margin:2px auto 0 auto;background:url(img/btn_feed.gif) no-repeat 0 0; height: 43px; text-indent: -9000px}

ul.sharebox {  float: left;width: 300px;margin:0px; padding:0px; list-style:none!important;  position:relative;display:block;}
ul.sharebox li { float:left; margin:0 0 0 0px; padding:0px; position:absolute; }
ul.sharebox li a { margin:0 0 0 -24px; display:block; }
ul.sharebox li a:hover { margin:0 0 0 -8px; }
ul.sharebox li img { border:none;}

/* Serial Post */
ul.serial-posts { float: left; margin-bottom: 15px; list-style-type: decimal-leading-zero; list-style-position: inside }	
.serial-post-text,
.serial-name { font-size: 20px;  }
.serial-name { color: #308086; font-style: italic }


/* Post Related */
#related {
        border-top: 1px solid #d0c791;
        float: left;
	margin: 0 auto; 
	padding: 0;
width: 100%;
}

#related p { 
    color: #7c655d;
	font: 18px georgia, bookman old style, times new roman, serif;
margin-bottom: 0;
    padding: 5px 5px 0 5px;
}

#related ul {  
	color: #308086;
	margin: 0;
    padding: 0 5px;
    text-align: justify;
	width: 290px
}

#related ul li  {  
	border-bottom: 1px dotted #c2b774;
	list-style-type: none;
	padding: 5px 0;
}

/* Advertise */
.adbox_single  {
        padding: 25px 0 0 0;
	text-align: center;
	
}

/* Post Images */
img.wp-smiley  {
	border: none;
	padding: 0;
}

.entry .alignleft  {
	float: left;
	margin: 10px 15px 0 0;
}

.entry .alignright  {
	float: right;
	margin: 10px 0 0 15px;
}

.entry .aligncenter  { text-align: center; }

/* Page Navi */
div.Nav  {
	background-color: #e9e4c3;
	float: left;
	height: 25px;
	padding: 5px 0 0 10px;
	width: 609px;
}

.Nav strong.on  { 
    background: #c2b774!important;
    border: none!important;
	color: #f3efd6!important;
    padding: 2px 5px; 
}

.Nav a  { 
    border: none!important;
	color: #c2b774!important;
	font-weight: bold;
    padding: 2px 5px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
    background: #f3efd6;
    border: 1px solid #d0c791;
	border-radius: 3px;
        margin: 10px;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/*>>>>> WIDGET STYLES <<<<<*/

.widget  { margin: 0 0 20px 0; }

.widget.two-col  { float: left; }

.widget h3  {
	color: #7C655D;
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

.widget ul  {}

.widget.two-col ul  {
	float: left;
	margin-bottom: -1px;
}

.widget ul li  { border-bottom: 1px dotted #c2b774; }

.widget ul li ul  {
	font-size: 11px;
	margin: 0 0 5px 10px;
}

.widget ul li li  { border-bottom: none; }

.widget ul li li a:link, 
.widget ul li li a:visited  {
	height: 22px;
	line-height: 20px;
	padding: 0 0 0 15px;
}

.widget.two-col ul li  {
	float: left;
	width: 140px;
}

.widget ul li a:link, 
.widget ul li a:visited  {
	background: url(img/arr_widget.gif) no-repeat 0 center;
	display: block;
	height: 25px;
	padding: 5px 0 0 15px;
}

.widget ul li a:hover  { background-color: #f3efd6; }

#flickr  {
	float: left;
	margin: 0 0 20px 0;
}

#flickr h3  {
	color: #87785c;
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

#flickr .pics  {
	background-color: #f3efd6;
	border: 1px solid #d0c791;
	float: left;
	padding: 7px;
}

#flickr .pics .flickr_badge_image  {
	margin: 4px 6px;
	float: left;
	width: 75px;
}

#ads img  { margin: 5px 6px; }

.widget_lifestream ul li  {
	padding-top: 7px!important;
	padding-bottom: 7px!important;
	background-position: 0 9px!important;
}


/*>>>>> COMMENTS <<<<<*/

#comments_wrap  { width: 619px; }

ol li.comment  {	
	display: block;
	margin-bottom: 10px;
}

ol li.comment .comment-author  { 
	font: 18px georgia, bookman old style, times new roman, serif;
	float: left;
	line-height: 100px;
	margin-left: 30px;
	padding: 0;
	width: 370px
}

ol li.comment .comment-author img  { 
background: url(img/gravatar_bg.png) no-repeat;
    float: right; 
    margin-top: 10px;
    padding: 10px 10px 20px 10px
}


ol li.comment .comment-meta  {
	font: 18px georgia, bookman old style, times new roman, serif;
	margin: 0;	
	padding-top: 5px;
}

ol li.comment p  { 
     margin: 0 0 10px 0; 
	 padding: 0 20px 0 35px
}

ol li.comment .reply  {
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0 0 0;
	text-transform: uppercase;
}

#cancel-comment-reply-link  { color: #000; }

.comment.even .comment-meta { color: #64740a }
.comment.odd .comment-meta { color: #308086 }
.comment.even .data a,
.comment.odd .data a { color: #f3efd6 }

ol li.comment .data {
	float: left; 
	text-align: center;
	width: 190px
}

ol li.comment .c-top {
    background: url(img/comment_top_bg.gif) no-repeat 0 0;
    line-height: 100px;
	padding: 0;
	height: 110px;
}

ol li.comment .c-rp { background: url(img/comment_rp_bg.gif) repeat-y; height: 1%}

ol li.comment .c-btm { 
    background: url(img/comment_btm_bg.gif) no-repeat 0 bottom;
	height: 15px
}

a.comment-edit-link  { 
	font-size: 11px;
	padding: 0 20px 0 0;
}


/*>>>>> THREADED COMMENTS <<<<<*/

ol li.comment ul.children  { margin: 10px 0 0 5px; }


/*>>>>> COMMENT FORM <<<<<*/

#form_wrap {
	clear: both;
        margin: 0 auto 0 19px;
	padding: 15px 0;
	position: relative;
        width: 600px;
}

#form_wrap h2 {
	padding-bottom: 28px;
	position: relative;
}

#form_wrap .form-left {
	float: left;
	width: 30%;
}

#form_wrap .form-right {
	float: right;
	width: 70%;
}

#form_wrap textarea, 
#form_wrap .form-left input {
	background: #F3EFD6;
	border: 1px solid #d0c791;
	color: #473f3c;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 7px 10px;
}

#form_wrap textarea {
	margin-bottom: 18px;
        width: 95%;
	
}

#form_wrap .form-left input {
	display: block;
	margin-bottom: 10px;
	width: 147px;
}

#form_wrap input.sb {
	background: url(img/submit_btn.gif) no-repeat left top;
	border: none;
	cursor: pointer;
	height: 28px;
	text-indent: -9000px;
	width: 78px;
}

#form_wrap p.lc_logged {
	margin-top: -20px;
	position: relative;
}

#cancel-comment-reply-link  {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.MailPressCommentform { margin-top: 20px; }

.comment-toolbar { width: 600px; }

/*>>>>> WordPress Images <<<<<*/

img.wp-smiley  {
	border: none;
	padding: 0;
}

.alignleft  {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright  {
	float: right;
	margin: 0 0 10px 15px;
}

.aligncenter  { text-align: center; }

/*>>>>> Custom Styles <<<<<*/

.floatl  { float: left; }
.floatr  { float: right; }

.alignl  { text-align: left; }
.alignr  { text-align: right; }
.alignc  { text-align: center; }

p.first-text:first-letter {
	float: left;
	font-size: 3em;
	padding:2px 7px 0 0;
	letter-spacing:0 !important;
	line-height:100% !important;
	margin-top:3px;
	}
p.first-text:first-line {   
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size:.95em;
}

p.uppercase:first-line {   
	text-transform:uppercase;
	letter-spacing:.1em;
}


/* -------->> HOMEPAGE LAYOUT (MAGAZINE) <<<-----------*/

/*>>>>> Featured <<<<<*/

#featured  {
	background: #f3efd6;
	border: 1px solid #c2b774;
	float: left;
	margin: 0 0 0 10px;
}

#featured.slider  {
	position: relative;
	width: 940px;
}

#featured.slider .arrow_left  {
	left: -11px;
	position: absolute;
	top: 45%;
}

#featured.slider .arrow_right  {
	position: absolute;
	right: -11px;
	top: 45%;
}

#featured.slider .information  {
	float: left;
	position: relative;
	text-align: justify;
	width: 900px;
}

#featured.slider .information #image.left  {
	float: left;
	margin: 0 20px 0 0;
}

#featured.slider .information #image.right  {
	float: right;
	margin: 0 0 0 20px;
}

#featured.slider .information #image img  { border: 5px solid #d0c791; }

#featured.slider .information .text h2 a:link,
#featured.slider .information .text h2 a:visited  { display: inline; }

#featured.slider .information .text .description  {
	display: block;
	font: 18px georgia, bookman old style, times new roman, serif;
}

#featured.slider .information .text .description span { color: #899e10; }

#featured.slider .information .text .description a { color: #87785c; }

#featured .information  {
	float: left;
	width: 598px;
	padding: 20px 20px;
}

#featured .information h2  {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
}

/* Slider */

#slider {
  margin: 0 auto;
  position: relative;
  width: 940px;
}

.scroll {
  clear: left;
  height: auto;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  width: 940px;

}

.scrollContainer div.panel {
  height: auto;
  width: 940px; /* change to 560px if not using JS to remove rh.scroll */
}

.scrollButtons {
  cursor: pointer;
  z-index: 100;
}


/*>>>>> Recent Articles <<<<<*/

#recent_articles h2.heading {
	color: #d0c791;	
	font-size: 40px;
	font-style: italic;
	font-weight:bold;
	line-height: 48px;
	margin: 0;
	text-align: center
}

#recent_articles .article  {
	border-top: 1px solid #dcd6ad;
	float: left;
	position: relative;
	text-align: justify;
	width: 300px;
}

#recent_articles .article.left  {
	border-right: 0px solid #dcd6ad;
	padding: 10px 9px 10px 0;
}

#recent_articles .article.right  {
	border-left: 0px solid #dcd6ad;
	margin: 0 0 0 -1px;
	padding: 10px 0 10px 9px;
}

#recent_articles .article h2  { 	
    font-size: 18px;
    margin: 0; 
}

#recent_articles .article h2 span  { 	
    color: #7c655d;
	font-size: 22px; 
}

#recent_articles .article .comments  {
	background: url(img/comments_bg.png) no-repeat 0 0;
	display: block;
	float: right;
	height: 47px;
	margin: 0 0 0 35px;
	text-align: center;
	width: 46px;
}

#recent_articles .article .comments a:link,
#recent_articles .article .comments a:visited  {
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 5px 10px;
	text-align: center;
}

#recent_articles .article img  {
	float: left;
	margin: 0 8px 5px 0;
}

#recent_articles .article p  { margin: 0 0 8px 0; }

/*>>>>> Advertise <<<<<*/

.adbox  {
	padding: 25px 0;
	text-align: center;
	border-top: 1px solid #dcd6ad;
	border-bottom: 1px solid #dcd6ad;
}

#bottom  {}

/*>>>>> News <<<<<*/

#more_articles  {
	border-right: 1px solid #dcd6ad;
	float: left;
        min-height: 710px;
        height: auto!important;
        height: 710px;
	padding: 10px 10px 10px 0;
	text-align: justify;
	width: 299px;
}

#more_articles h2.heading  {
	color: #d0c791;	
	font-size: 40px;
	font-style: italic;
	font-weight:bold;
	line-height: 48px;
	margin: 0;
	text-align: center
}

#more_articles h2.heading span  { font-style: normal; }

#more_articles .meta  {
	border-bottom: 1px dotted #60a8ae;
	color: #7c655d;
	font: 22px georgia, bookman old style, times new roman, serif;
    margin: 0;
	padding-bottom: 3px;
}

#more_articles ul li  {
	float: left;
	position: relative;
	padding: 10px 0;
	width: 300px;	
}

#more_articles ul li a  { 
    color: #40a5ad; 
    display: block;
	padding-right: 20px; 
}

#more_articles ul li a:hover  { 
    background: url(img/ico_go.png) no-repeat 100% 10px; 
	color: #308086; 
	text-decoration: none;	
}

#more_articles ul li img  {
	float: left;
	margin: 0 15px 0 0;
	border: 2px solid #d0c791;
}

#more_articles ul li .posttitle h2   { 	
    font-size: 18px;
    margin: 0; 
}

#more_articles ul li .posttitle h2 a:link,
#more_articles ul li .posttitle h2 a:visited  { }

#more_articles p { margin: 0 }

/*>>>>> Agenda <<<<<*/

#widget_area  {
	border-left: 1px solid #dcd6ad;
	float: left;
        min-height: 710px;
        height: auto!important;
        height: 710px;
	margin: 0 0 0 9px;
	padding: 10px 0 10px 0;
	width: 299px;
}

#events { 
   margin: 0;	
   padding: 0;
   width: 299px;
}

#events h2.heading  { 
    color: #d0c791;
	font-size: 40px;
	font-style: italic;
	font-weight:bold;
	line-height: 48px;
	margin: 0 0 25px 0;
	text-align: center
}

#events h2.heading span  { font-style: normal }

.event { 
	background: #f3efd6 url(img/event_bg.gif) repeat-y 0 0;
    border: 1px solid #dcd6ad;
	border-left: 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
	margin-bottom: 10px;
	padding: 10px;
}

.event .meta {   
    background: url(img/ico_calendar.png) no-repeat 0 7px;
    border-bottom: 1px dotted #899e10;
    color: #7c655d; 
    font: 22px georgia, bookman old style, times new roman, serif;
    padding: 0 0 3px 20px;
}

.event h2 a {	
    color: #889e0e;
    display: block;
	font: 18px georgia, bookman old style, times new roman, serif;
	margin: 0;
	padding: 0 20px 0 0;
}
.event h2 a:hover  { 
    background: url(img/ico_go.png) no-repeat 100% 8px;
	color: #64740a;
	text-decoration: none
}

.event p {  	
    color: #7c655d; 
    font: 13px georgia, bookman old style, times new roman, serif;	
    margin: 0	
}

#dbem-location-map { width: 620px!important; }


/* -------->> SIDEBAR <<<-----------*/

/*>>>>> Banner <<<<<*/

.support { margin: 10px 0 20px 0; }

/*>>>>> Search <<<<<*/

#search {
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#search input#s  {
        background-color: #F3EFD6;
	border: 1px solid #d0c791;
	color: #484035;
	display: block;
	float: left;
	height: 20px;
	margin: 0 4px 0 0;
	padding: 7px 5px 0 5px;
	width: 186px;
}
#search input.submitsearch  {
	background: url(img/search_btn.gif) no-repeat left top;
	border: none;
	cursor: pointer!important;	
	height: 28px;
	text-indent: -9000px!important;
	width: 78px;
}
.search-terms { color: #899e10; }

/*>>>>> Membership Login <<<<<*/

#users { background: #f3efd6; }

#ym-login-widget {
	background: url(img/ico_userlog-in.gif) no-repeat right top;
        font-size: 12px;
       	margin: 0 0 20px 0;
	padding: 5px 0 10px 0;
	width: 100%
}
#ym-login-widget p {
        margin: 0 !important;
	padding: 10px 8px 0 8px;
}
#ym-login-widget h3  { color: #889e0e; }
#ym-login-widget p span { color: #308086; }
#ym-login-widget ul { padding: 0 10px }

#ym-login-widget form { padding: 10px!important }
#ym-login-widget table { }
#ym-login-widget td { 
    color: #889e0e;
    padding: 5px 10px;
}
#ym-login-widget input  {
	border: 1px solid #d0c791;
	color: #473f3c;
}
#ym-login-widget input.login  {
	background: url(img/login_btn.gif) no-repeat left top;
	border: none;
	cursor: pointer!important;	
	height: 28px;
	text-indent: -9000px;
	text-transform: uppercase;
	width: 78px;
}

#ym_sidebar_widget  {
	font-size: 12px;
	padding: 0 10px 10px 10px;
	text-align: justify;
	width: 260px
}

#ym_sidebar_widget span  { color: #308086!important; }
#ym_sidebar_widget p.small  { font-size: 11px; }

#ym_pack_string_sidebar { 
font-size: 11px!important;
   padding-right: 10px;
   width: 100px;
}

form #registerform  p { 
    color: #889e0e!important;
    margin: 0 0 15px 0!important;    
}

/* -------->> SIDEBAR (HOME) <<<-----------*/

/*>>>>> Lidi Video <<<<<*/

h3.side-video  {
	background: url(img/boxevents_top.gif) no-repeat right;
	color: #f3efd6;
	height: 60px;
	float: left;
	font-size: 18px;
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 60px;
	text-transform: uppercase;
	width: 220px;
}

#side-video   {
   background: url(img/boxevents_br.gif) repeat-y;
   margin: 0;	
   float: left;
   padding: 0 10px;
   width: 260px;
}

#side-video .inner .video  { margin: 0 0 8px 0; }

#side-video ul li  { border-bottom: 1px dotted #c2b774; }

#side-video ul li a:link,
#side-video ul li a:visited  {
	background: url(img/ico_video.png) no-repeat 0 8px;
	display: block;
	height: 25px;
	padding: 5px 0 0 20px;
}

#side-video ul li a:hover  { background-color: #f3efd6; }

#side-video ul li li a:link, 
#side-video ul li li a:visited  {
	height: 22px;
	line-height: 20px;
	padding: 0 0 0 15px;
}

#side-video h4  { 
    color: #899e10;
	font-size: 18px!important;
}

#side-video h4 a  { 
    font: 12px georgia, bookman old style, times new roman, serif; 
	text-transform: uppercase;
}

#side-video_foot {
   background: url(img/boxevents_foot.gif) no-repeat bottom;
   float: left;
   height: 20px;
   margin: 0 0 40px 0;
   padding: 0 10px;
   width: 260px;
}


/* -------->> SIDEBAR (INNER PAGES) <<<-----------*/


/* -------->> SIDEBAR (BLOG) <<<-----------*/


.side_list { 
   background: #e3ddb6;
   border-bottom: 1px solid #d0c791;
   margin: 0;	
   float: left;
   padding: 10px;
   text-align: justify;
   width: 260px;
}

.side_list li  { 
   	   list-style-type: none!important;
	margin: 0;
	padding: 10px 0;
}

.side_list li a { 
   	list-style-type: none!important;
	margin: 0;
	padding: 10px 0;
}

.side_list li span { 
   	 color: #7c655d;
}

.side_list.post li a, .side_list li span { 
font: 14px georgia, bookman old style, times new roman, serif; font-weight: bold}



h3.top,
h3.btm {
	border-bottom: 4px double #d0c791;
	color: #d0c791;
	float: left;
	font-size: 26px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 280px;
}

h3.top { border-top: 1px solid #d0c791; }




















/* -------->> INNER PAGES <<<-----------*/

h2.coordinatore  {
	background: url(img/ico_coordinatore.gif) no-repeat left center;
	height: 48px;
    padding-left: 55px;
}
h2.programma  {
	background: url(img/ico_programma.gif) no-repeat left center;
	height: 48px;
    padding-left: 55px;
}
h2.partecipazione  {
	background: url(img/ico_partecipazione.gif) no-repeat left center;
	height: 48px;
    padding-left: 55px;
}
h2.calendario  {
	background: url(img/ico_calendario.gif) no-repeat left center;
	height: 48px;
    padding-left: 55px;
}
h2.informazioni  {
	background: url(img/ico_informazioni.gif) no-repeat left center;
	height: 48px;
    padding-left: 55px;
}

/*>>>>> Expand/Collapse Box <<<<<*/

.ddet_div {
    background: #f3efd6;
    border: 1px solid #d0c791;
    margin: 10px 0 20px 15px;
    padding: 10px;
}

.ddetlink  {
	background: url(img/detlink_bg.gif) no-repeat left bottom;
	height: 32px;
    padding: 5px 5px 5px 35px;
	text-transform: uppercase
}

/*>>>>> Intro Box <<<<<*/

.box_l  { 	
    float: left;
    margin-right: 10px;
}

.box_r  { 
    float: right;
    margin-left: 10px; 	
}

.box_l,
.box_r {
    text-align: justify;
    width: 300px;
}

.box_l h2,
.box_r h2 { font-size: 22px!important; } 

/*>>>>> Normal Box <<<<<*/

.page_box { 
    background: #f3efd6;
    border: 1px solid #d0c791;
    padding: 0 10px 0 10px
}

.page_box ul  {
	margin: 5px 0 20px 0!important;
	padding: 0;
}

#page ul  {
	margin: 0;
	padding: 0;
}

#page ul.evid  { font: 13px georgia, bookman old style, times new roman, serif; }

#page ul li  {
	background: url(img/bullet.png) no-repeat 0 10px;
	list-style-type: none;
	padding: 5px 0 5px 20px;
}



/*>>>>> Organigramma <<<<<*/

.organig {	
    border-bottom: 1px solid #d0c791;
overflow: hidden;
	padding: 10px 10px 5px 10px;
}

.organig:hover { background: #f3efd6; }

.organig img {
	float: left;
	margin: 13px 0 0 0;
	padding: 0
}

.organig p.name { 
    color: #308086;
    font: 20px georgia, bookman old style, times new roman, serif;
    margin: 10px 80px 0 80px;    
}

.organig p { margin: 0 80px 0 80px; }

.organig p.cd { 
     margin: 0 0 0 80px;
}

.organig p span {
    color: #899e10;
    text-transform: uppercase
}

.organig h4 span {
    color: #899e10!important;
    font-size: 12px!important;
}

/*>>>>> Contatti<<<<<*/

.organig p.contact { 
    color: #308086!important;
    font: 20px georgia, bookman old style, times new roman, serif!important;
    margin: 10px 80px 0 0px!important;    
}

.organig p.contact span { 
    color: #899e10;
    font: 12px Tahoma, Arial, Helvetica, Sans-serif;
    text-transform: uppercase  
}



/*>>>>> Images <<<<<*/

.page_photo {
	background: #f3efd6;
	border: 1px solid #d0c791!important;
	padding: 5px;
}













/* Sidebar (tabs) */

.tabbed_box {
    background: #f3efd6;
    border: 1px solid #d0c791;
    margin: 0 auto 15px auto;
    overflow: hidden;
    padding: 1px 1px 10px 1px;
    width: 276px;
}

ul.idTabs {
    padding: 0;
    width: 100%;
}

ul.idTabs li { display: inline; }

ul.idTabs li a {
    background: #ddd6aa;
    color: #645949;
    float: left;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
    height: 45px;
    line-height: 20px;
    margin-right: 2px;
    padding: 0 4px 0 4px;
    text-align: center;
}

ul.idTabs li.t-cat a  { width: 83px!important }
ul.idTabs li.t-arc a  { width: 82px!important }
ul.idTabs li.t-tag a  {
    margin-right: 0!important;
    width: 83px!important
}

ul.idTabs li.t-art a  { width: 79px!important }
ul.idTabs li.t-com a  { width: 79px!important }
ul.idTabs li.t-pop a  { margin-right: 0!important; }

ul.idTabs li a.selected { 
    background: url(img/tab_selected_bg.gif) no-repeat bottom right; 
    height: 55px
}

#sidebar ul.idTabs li a.selected, 
#sidebar ul.idTabs li a:hover {
    color: #f3efd6;
    display: block;
    text-decoration: none;
}

ul.idTabs li a.selected span,
ul.idTabs li a:hover span { color: #64740a; }

.wrap:after {
clear: both; 
content: "."; 
display: block;
height: 0;
visibility: hidden;
}

#sidebar .inside { padding: 0 10px }
#sidebar .inside ul { padding: 0; }
#sidebar .inside li {
    border-bottom: 1px dotted #d0c791;
    clear: both;
    margin: 4px 0;
    padding: 9px 0; 
    text-align: justify
}

#sidebar .inside li span { color: #308086; }

#sidebar .inside li.first {
    border-bottom: 0;
    padding: 9px 0 0 0;
}

.st-tag-cloud { text-align: center }
.st-tag-cloud a:hover { color: #d55d27!important }

.cat-item { text-transform: uppercase; }
.cat-item li { 
    background: none;
    border-bottom:none!important;
    font-weight: bold;
    padding: 0!important;
    text-transform: none;
    text-indent: 10px!important;
}
li.current-cat a { color: #64740a!important}

.cat-item li li { 
    font-weight: normal;
    padding: 0!important;
    text-indent: 20px!important;
}


/* table QUESTIONARIO */

table .quest {
    border-collapse: collapse;
    margin: 1em auto;
    width: 100%;
}

.quest caption {
    caption-side: top;
    font: 20px georgia, bookman old style, times new roman, serif;
    margin: 1em 0 0 0;
    padding: 0;
    text-align: center;
}	

.quest tr.odd td,
.quest tr.odd .column1 { 
    background: #e3ddb6;
    text-align: justify;
}	


.quest td {
    background: #f3efd6;
    border-bottom: 1px dotted #d0c791;
    color: #899e10;
    padding: .3em 1em;
    text-align: center;
}	

.quest th {
    border-bottom: 1px dotted #d0c791;
    font: 17px georgia, bookman old style, times new roman, serif;
    padding: .3em 1em;
}	

.quest th span { color: #548086; }	

.quest tfoot { 
    background: #e3ddb6;
    text-align: left;
}	

.quest tfoot th strong { color: #899e10; }		


.slideshare { float: left; margin: 10px 10px 0 0 }


/* Agenda Single Event */

table.dbem-rsvp-form  {
   margin-bottom: 20px;
	width: 80%;
}  

table.dbem-rsvp-form input  {
        background-color: #F3EFD6;
	border: 0;
	color: #484035;
display: block;
	width: 186px;
}

table.dbem-rsvp-form select{
        background-color: #F3EFD6;
border: 1px solid #d0c791;
}

   

form.paypal {

float:right!important;
margin-left: 10px;
width: 110px;
}