/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
acronym { cursor: help; border-bottom: 1px dashed #999; }
a {text-decoration: none;  color: #369; border-bottom: 1px dashed #369; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header
{
width:100%;
height:70px;
background: #440000 url('/img/top_bg.gif') repeat-x;
}

#header_inner
{
position: relative;
left: 0px;
width: 950px;
height:70px;
}

#logo
{
position: absolute;
margin-left: 10px;
bottom: 0px;
}

#logo h1
{
font-family: "Times New Roman","Century Gothic","Verdana";
font-weight: normal; font-style: normal; font-variant: small-caps;
display: inline;
color: #fff;
font-size: 60px;
}

#logo h2
{
font-family: "Century Gothic","Verdana";
display: inline;
padding-left: 0.5em;
color: #D2DCE5;
font-size: 1.0em;
}


/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}


#lang_menu
{
position: absolute;
right: 0em;
top: 0em;
}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 195px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3 , #sidebar_right h3{ 
	font-family: "Century Gothic","Verdana";
	font-size: 1.1em; 
	color: #49515C; 
	cursor: default;
	}

#sidebar div , #sidebar_right div {
	background: #fff url(/img/n2.gif) repeat-x;
	padding-left: 10px;  
	border-top: dotted 1px #666666;
	}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#wrapper {
	position: relative;
	margin-left: 220px;
	margin-right: 220px;
	}
#content {
	float: left;
	position: relative;
	width: 100%;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;
	}

#pagination {
	text-align: center;
	}

.post_time {
	float: right;
}

/*------------------------------------------------------------*
**  Side Bar Right
**------------------------------------------------------------*/
#sidebar_right {
	float: right;
	width: 195px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}
	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #440000 url('/img/bg_t.jpg') repeat-x;
	border-bottom: 0px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #333;
	font-size: 0.8em;
	padding: 0px;
	line-height: 10px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
