 /* Page Structures */

body{
margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size:10px;
background: #423731 url('images/bg.jpg') repeat-x 0px 29px;
text-align:center;
color: #bba496;
}

#pagecontent{
width: 830px; 
margin: 0 auto;
text-align:justify;
position:relative;
}

#header{
height: 470px; 
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 265px; 
}

#sidebarcolumn{
float: left;
width: 260px; 
margin-left: -260px; 
}

#footer{
clear: left;
width: 100%;
background: #261f19;
color: #95867f;
text-align: center;
padding: 6px 0;
}

#footer a{
color: #95867f;
}

 /* Content Structures */
 
.content{
background: #332b26;
margin-bottom: 10px;
}

.content-title {
color: #ac9f96;
background: #50443c url('images/bg_title-content.jpg') ;
padding: 6px;
text-align: center;
font-weight: bold;
text-transform: uppercase;
} 

.post-date {
color: #bcaea4;
background: #423831;
padding: 8px;
text-align: center;
} 
 
.content-text{
text-align: justify;
color: #d7cbc3;
line-height:12px;
padding: 7px 3px;
width: 549px;
}

.content-bottom {
text-align: right;
color: #bcaea4;
background: #423831;
padding: 6px;
font-family : verdana;
font-size:10px;

}


/* Sidebar Structures */


.sidebar {
background: #332b26;
margin-bottom: 10px;
padding: 4px;
}

.title-side {
color: #ac9f96;
background: #50443c url('images/bg_title-content.jpg') ;
padding: 8px;
text-align: center;
font-weight: bold;
text-transform: uppercase;

}

.content-side {
text-align: justify;
color: #d7cbc3;
line-height:12px;
padding: 7px 3px;
}



/*Options style*/

a { 
	text-decoration:  none;
	color: #cfa789;}

a:hover {
	color: #9f8d7f;
	text-decoration: none;}	

.image {
	background-color: #26211e;
	border: 1px solid #554c47;
	padding: 3px;
	margin: 2px;} 

.image:hover  {
	background-color: #26211e;
	border: 1px solid #958379;
	padding: 3px;
	margin: 2px;
} 

strong {color: #b19c8d;}
b {color: #b19c8d;}
i { color: #d5c9c1;}
italic { color: #d5c9c1;}
em { color: #d5c9c1;}
u {color: #a2958c; text-decoration: none; border-bottom: 1px dotted #a77559;}
img {border: 1px;}

blockquote {
background-color: #493f39;
border-left: 3px solid #926c58;
padding: 6px;
color: #d7cbc3;
} 

input, textarea, option, select, button {
font-family: Verdana, Helvetica;
font-size: 10px;
color: #9c8b82;
background: #443a34;
border: 1px solid #574b45;
}	


