/* Top Elements */

html {
     overflow: -moz-scrollbars-vertical;
}

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}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	background: #000 url(images/bg.jpg) repeat-x 0 0;
    font-family: Arial, Verdana, sans-serif;
	color: #fff;	
}

/* links */
a, a:visited {	
	color: #fff; 
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
}

a img, #header a:hover {
	border:none;
}


/* headers */
h1, h2, h3, h4, h3 a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;	
	color:#90101D;		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, h4{
	padding:10px 0 0 0;		
	margin: 0;
}

p {
	padding: 10px 0 0 0;		
	margin: 0;
	line-height:1.7em;
	font-size:12px;
	font-family:tahoma, arial, sans-serif;
}
ul, ol {

}

/* images */
#content img {
	margin-top:10px;
	margin-bottom:10px
}
img.float-right, img.alignright {
  	margin: 5px 0px 10px 10px;
	float:right;  
}
img.float-left, img.alignleft {
  	margin: 5px 10px 10px 0px;
	float:left;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px; 
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {

}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}

/* search form */
#searchform {
	border: none;	
	margin-top:20px;

}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 160px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}


/********************************************
   LAYOUT
********************************************/ 
#wrapper {
	width: 780px;
    margin:0 auto;
}
#content{
	float:left;
	width:450px;
	padding-left:20px;
}
#header {
	background: url(images/head.jpg) no-repeat;
	height:100px;
	margin-bottom:20px;
	position:relative;
}

/* Navigation */
#nav{
	position:absolute;
	left:300px;
	top:15px;
}

#nav li{
	float:left;
	margin-right:10px;
	margin-bottom:15px;
	font-size:13px;	
}

#nav a{
	background-color:#E03D52;
	padding:3px 7px;
	border:1px solid #9C1221;
}

#nav a:hover{
	border:1px solid #9C1221;
}

.current_page_item a, .current_page_ancestor a{
	color:#f7b113;
}

#content {

}

#content h1 {	
	color: #B02A35;
}
	

#content ul{
	padding:10px 0 0 15px;
}

#content ul li{
	padding-left:14px;
	line-height:1.5em;
	margin-bottom:0.3em;
}

#main ul li a{
	background:none;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */

.post{
	margin-bottom:20px;
	padding:20px;
	background: #000 url(images/post-bg.jpg) no-repeat 0 0;
}

/* Sidebar */	

#sidebar{
	float:left;
	width:200px;
	padding:5px 0 15px 15px;
	position:relative;
	margin-left:20px;
}

#sidebar ul li {


background-color:#90101D;

margin-bottom:3px;

}



#sidebar ul li h3 {

  border-bottom:4px solid #5E171D;

	font-family:"Trebuchet MS";

	font-size:20px;

	font-weight:normal;

	padding:5px 0 5px 15px;

	background:#D65760 url(images/h2-bg.jpg) repeat-x 0 0;
	color:#000;

}



#sidebar ul ul {

	margin-top: 5px;

	margin-left: 0;

	padding-bottom: 10px;
	

	

  /*  background: url(images/sidebar_bottom.png) no-repeat bottom;*/

  

}



#sidebar ul li li {

    background: none;

    margin: 0;

	padding: 7px 0;

	font-size: 75%;

	margin-bottom:3px;

	border-bottom:1px solid #5E171D;

}



#sidebar ul li li a {

	text-decoration:none;

	padding-left: 15px;

	color: #fff;

display:block;
line-height:1.6em;


}



#sidebar ul li li a:hover {

	text-decoration: underline;

}



#sidebar ul ul ul {

	padding: 0;

	background: none;

}



#sidebar ul li li li {

	font-size: 100%;

}




#sidebar #searchform #s {
	background: url(images/search_background.png) repeat-x;
	border: 1px solid #cdcdcd;
	width: 170px;
	margin-bottom: 3px;
}

#sidebar #searchform #searchsubmit {
	float: right;
	margin-right: 5px;
}

/* footer-wrap */
#footer{
	font-size: 11px;
	text-align: left;		
	background: #222;
	margin-top:15px;
	padding:5px;
	padding-left:40px;
	height:10px;
}
#footer a{
	text-decoration: none;
	color: #666;
}

#flags a{
	display:block;
	margin-left:5px;
	float:left;
}
