@CHARSET "UTF-8";

body {
	margin-top: 15px;
	background: url(/images/background.jpg) repeat-x left top;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size: 12px;
	color: #696969;
	padding: 0;
}


h1 {
	margin:0;
	color:#444444;
	font-size:20px;
}

h2 {
	margin:0;
	color:#444444;
	font-size:22px;
}

h3 {
	margin:0;
	color:#444444;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 24px;
	font-size: 12px;
}

a , a:hover, a:visited {
	color: #333333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

form,fieldset {
	margin: 0;
	padding: 0;
}

fieldset,img {
	border: none;
}

legend {
	display: none;
}

input {
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size: 12px;
	color: #898989;
}

textarea {
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size: 12px;
	color: #898989;
}

select {
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size: 12px;
	color: #898989;
}



#header {
	width: 960px;
	height: 52px;
	margin: 0 auto;
	background: url(/images/header.jpg) no-repeat left top;
}


#logo-wrap {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background: url(/images/banner_wrap.jpg) no-repeat left top;
}

#logo {
	width: 920px;
	height: 160px;
	margin: 0 auto;
	background: url(/images/banner_top.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 120px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 45px;
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size:4em;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	font-family:Arial,Tahoma,Verdana,sans-serif;
	font-size:2em;
	color: #000000;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 720px;
	background: url(/images/background_content.png) no-repeat left top;
}

/* Post */
.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-align:center;
}

.post h1 {
}

.post h2 {
}

.post .entry {
	padding: 0 15px;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
	padding: 0 15px; 
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(/images/dot.png) no-repeat left 50%;
}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(/images/sidebar_header.png) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #999999;
}

#x {
	padding: 3px;
	border: none;
	background: #666666;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}



#footer {
	width: 960px;
	margin: 0 auto;
	min-height: 64px;
	padding: 16px;
	background: url(/images/footer.jpg) no-repeat left top;
	text-align:center;
	font-size:10pt;
	color:#898989;
	font-weight:bold;
	
}


#ads_up {
	background:#CCCCCC none repeat scroll 0% 50%;
	border:2px solid #696969;
	height:20px;
	margin:auto;
	padding:5px 0px 0px;
	text-align:center;
	width:768px;
}
