/* ////////////////////////////////////////////////////////////////////////////////////////// 
	 Rico54 style sheet
	 by Riccardo "Rico" Pareschi
	 www.rico54.com
*/

/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* v1.0 | 20080212 / reset css by meyerweb.com 																								*/
/* ////////////////////////////////////////////////////////////////////////////////////////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ///// HTML TAGS 																																						*/
/* ////////////////////////////////////////////////////////////////////////////////////////// */
body {
	background-image: url(../images/body.jpg);
	margin: 10px;
	font: 0.8em verdana, tahoma, arial,  sans-serif; 
	color: #fff; 
	text-align: center;
}
h1, h2, h3, h4, h5, h6  {
	font-family: Georgia, Verdana, Arial, Serif; 
	color: #c49400;
}
img {
	padding: 3px;
	background-color: #3f3f3f;
	margin: 3px;
}
b {
	color: #FFFFFF;
	font-weight: 400;
	font-stretch: expanded;
}
p {
	margin: 0.7em 0;
}
img  {
	border: none;
}

img.right {
	float: right;
	margin: 10px 0 0 10px;		
}
img.left {
	float: left; 
	margin: 0 10px 10px 0;	
}

a {
	text-decoration: none;
}
a:link img,
a:visited img {
	padding: 3px;
	background-color: #3f3f3f;
	margin: 3px;
}
a:hover img,
a:active img {
	padding: 3px;
	background-color: #FF9C49;
	margin: 3px;
}
a:link, a:visited {
	color: #FF9C49;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	color: #fff;
}
small {
	font-size: 80%;
	font-stretch: extra-condensed;
	}
#ricodynamicstudio {
	background-image: url(../images/rds_web250.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 155px;	
	}

/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ///// STRUCTURE 																																						*/
/* ////////////////////////////////////////////////////////////////////////////////////////// */

#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 990px;
	position: relative; 
	text-align: left;
	height: auto;
}


/* /////////////////////////////////////////////////////////////////////////////////// HEADER */
#header {
	clear: both; 
	margin: 0 auto; 
	width: 990px;
	position: relative;
	text-align:left;
	padding: 0px 0px 5px 0px;
	color: #FFFFFF;
	overflow: hidden;
}
#header h1 {
	font-size: 1.8em;
	margin: 10px 0 0 0px;
	font-variant: small-caps;
	letter-spacing: 0px;
	color: #FFFFFF;
}
#header h2 {
	margin: 5px 0 0 0px;
	font-size: 1em;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial, Serif;
	letter-spacing: 0px;
}
#linktable {
	position: absolute; 
	top: 0px;
	right: 0px;
}
#linktable img {
	width: 70px;
	height: 25px;
	border: none;
	padding: 0px;
	margin: 5px 1px 0px 0px;
}
#main-image {
	width: 988px;
	height: 120px;
	background-image: url(../../../@Site/rico/banners/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #000;
	padding: 0px;
	margin: 0 auto 5px auto;
	position: relative;
}
#main-image img {
	border: 0px;
	padding: 0px;
	margin: 0 auto;
}

#visite {
	position:absolute; 
	top: 37px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 110%;
	}
#visite img {
	border: none;
	padding: 0px;
	margin: 0px;
	}
#visite small {
	height: 14px; 
	vertical-align: top;
	}


/* //////////////////////////////////////////////////////////////////////// CONTENT STRUCTURE */
#contentPage {
	float: left;
	width: 590px;
	height: auto;
	overflow: auto;	
	overflow: hidden;
	background-image: url(../images/bg.png);
}
#contentPage h1  
{
	font-weight: normal;
	letter-spacing: 0px;
	color: #c49400;
	font-size: 26px; 
	margin: 0px 0px 16px 0px;
	background: #171717 url(../images/boxtitle.jpg);
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 0px;
	padding-left: 10px;
	color: #FEF3C0;
}

/* ///////////////////////////////////////////////////////////////////////// FOOTER STRUCTURE */
#footer-area{
	position: relative; 
	clear: both;
	width: 984px;
	height: 14px; 
	margin: 10px auto 5px auto;
	border-top: 1px solid #000000;
	color: #DBAE21;
	text-align: left;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	} 

/* /////////////////////////////////////////////////////////////////////////// TOP NAVIGATION */
#navigation {
	position: relative; 
	overflow: hidden; 
	width: 990px; 
	margin: 0 auto 0 auto; 
	margin-bottom: 5px;
	background-image: url(../images/topmenuback.jpg);
	background-repeat: repeat;
	background-position: top;
}
html #navigation {
	height: 1%;
}
#navigation ul {
	margin: 0px  0px  0px  0px ; 
	padding: 3px 0px 0px 5px; 
	height: 32px;
}
#navigation ul li {
	float: left; 
	margin: 0px; 
	list-style-type: none;
}
#navigation ul li a {
	border-left: 1px dotted #1e1e1e;
	border-right: 1px dotted #1e1e1e;
	border-bottom: none;
	padding: 6px 14px 6px 14px; 
	display: block; 
	font-weight: bold;
	color: #1e1e1e;		
	text-decoration: none;
	font-size: 0.98em;
	letter-spacing: 0px;
}
#navigation ul li a:hover, 
#navigation ul li a:active, 
#navigation ul li.current_page_item a {
	background-image: url(../images/navhover.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FF9C49;
	border-left: 1px dotted #1e1e1e;
	border-right: 1px dotted #1e1e1e;
	border-bottom: none;
	font-size: 0.98em;
	text-decoration: none;
}

/* //////////////////////////////////////////////////////////////////////// COMMON NAVIGATION */
.boxtitle {
	width: 200px;
	margin: 0px;
	padding: 4px 4px 0px 4px;
	border-bottom: 1px solid #1e1e1e;
	text-align: left;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/boxtitle.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 30px;
}

/* ////////////////////////////////////////////////////////////////////////// LEFT NAVIGATION */
#nav-left {
	width: 180px;
	margin: 0px 8px 10px 0px;
	overflow: hidden;
	float:left;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-image: url(../images/bg.png);
}
#nav-left img {
	margin: 5px;
	list-style-type: none;
	overflow: hidden;
	text-align: center;
}
#nav-left ul {
	width: 180px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
#nav-left li {
	width: 180px;
	margin: 0px;
	list-style-type: none;
	overflow: hidden;
	text-align: left;
}	
#nav-left li a {
	width: 180px;
	display: block;
	padding: 3px 10px 3px 5px;
	text-decoration: none;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #000;
	background-color: #292929;
}
#nav-left li a:hover {
	width: 180px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-align: left;
	padding: 3px 10px 3px 5px;
	background: #2e2e2e url(../images/navhover.jpg);
	background-repeat:repeat-x;
	background-position: top;
	border-bottom: 1px solid #000;
}


/* ///////////////////////////////////////////////////////////////////////// RIGHT NAVIGATION */
#nav-right {
	width: 200px;
	margin: 0px 0px 10px 8px;
	overflow: hidden;
	float:left;
	position: relative;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-image: url(../images/bg.png);
	margin-bottom: 5px;
}
#nav-right img {
	margin: 5px;
	list-style-type: none;
	overflow: hidden;
	text-align: center;
}
#nav-right ul {
	width: 200px;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow:hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
#nav-right li {
	width: 200px;
	margin: 0px;
	list-style-type: none;
	overflow: hidden;
	text-align: left;
}	
#nav-right .li-text {
	text-align: right;
	padding: 5px;
	width: 95%;
	color: #B5714B;
}
#nav-right .adds {
	text-align: center;
	padding: 5px;
	width: 95%;
	color: #B5714B;
}
#nav-right .preghiera {
	text-align: center;
	padding: 5px;
	width: 95%;
}



/* ////////////////////////////////////////////////////////////////////////////////////////// */
/* ///// END STRUCTURE 																																				*/
/* ////////////////////////////////////////////////////////////////////////////////////////// */



/* //////////////////////////////////////////////////////////////////////////// POST ARTICLE  */
#post {
	color: #CCCCCC;
	background-color: transparent;
}
#post .title {
	color: #BCBCBC;
	padding: 0px 10px 20px 10px;
}
#post .entry {
	margin: 1em 0 1em 0;
	color: #999999;
	padding: 0px 10px 20px 10px;
	text-align: justify;
	height: auto;
	overflow: hidden;
}
#post em {
	color: #849CCE;
}
#post h1, h2, h3, h4  
{
	font-weight: normal;
	letter-spacing: 0px;
	color: #c49400;
}
#post h1 {
	font-size: 24px; 
	margin: 0px 0px 14px 0px;
	background: #171717 url(../images/boxtitle.jpg);
	background-repeat: repeat-x;
	height: 24px;
	padding-top: 8px;
	padding-left: 5px;
	color: #FEF3C0;
}
#post h2 {
	font-size: 24px; 
	margin: 16px 0 16px 0;
	color: #C49400;
}
#post h3 {
	font-size: 20px; 
	margin: 14px 0 14px 0;
	border-bottom: 1px solid #333333;
	color: #DBD1A6;
}
#post h4 {
	font-size: 16px; 
	margin: 12px 0 12px 0;
	font-style: italic;
	color: #C8C098;
}
#post .spacer {
	margin: 18px 0 16px 0;
}
#post h1class {
	color: #FFFFFF;
}
#post .myCircleUL {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 20px;
	}	
#post .myHypenUL {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	}	
#post .boxleft {
	float: left;
	}
#post .boxright {
	float: right;
	}
#post .title {
	text-align: justify;
	}
#post .thumbs {
	float: left;
	margin: 5px 10px 5px 0px;
	}


#twitter_div {
	}
#twitter_div ul {
	width: 180px;
	margin: 0px;
	padding: 0px;
}	
#twitter_div li a {
	width: 180px;
	display: none;
	padding: 3px 10px 3px 5px;
	text-decoration: none;
	text-align: left;
	font-size: 80%;
}
#twitter_div li a:hover {
	width: 180px;
	text-decoration: none;
	text-align: left;
	padding: 3px 10px 3px 5px;
	font-size: 80%;
}
	