/*   
Theme Name: Rubedo

Description: Rubedo
Author: Struzio

Version: 1.0
.
General comments/License Statement if any.
.
*/


body {
	background:#000000 url(images/b-x.png) repeat-x fixed center top ;
	color:#6A235B;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
 a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(images/icon_pdf.gif) no-repeat center right;
}

 a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(images/icon_doc.gif) no-repeat center right;
}

 a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(images/icon_xls.gif) no-repeat center right;
}

p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:717px;
	height:288px;
	position:relative;
}


#logo_w1,#logo_w2 {
	font-size: 26px;
	font-style:italic;
	font-weight: bold;
	color:#B29C8F;
	position:absolute;
}
#logo_w1{
	top:150px;
	right:25px;
}
#logo_w2{
	top:180px;
	right:25px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.jpg);
	width:717px;
	line-height:140%;
}

#ul {
list-style-type: none;
}


img{
	border-width:0px;
	border: white 2px 2px 2px 2px solid;
}
h1{
	color:#6A235B;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#6A235B;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
	text-align:justify;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{color:#28556b;}
#right a:hover{color:#c77e0c;}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.jpg);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 20px 0px;
	color: white;
	}
#footer a{
	
	color: white;
	}
#footer a:hover{
	
	color: black;
	}
/********************** tables ***************************/

td{
padding:5px 5px 5px 5px;
text-align: center;
}

#post img{
float:right;

}



hr{
color: #D5A7AA;
}