﻿body {
	margin: 30px 0px 0px 0px;
	padding: 0;
	background: #000000;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1, h2, h3 {
	margin-top: 5px;
	margin-left:9px;
}
h1 {
	font-size: 22px;
	text-align:left;
}
h3 {
	font-size: 1em;
}
ul {
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	border-bottom: none;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 0 20px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 20px;
}
#header {
	width: 960px;
	margin: 0 auto;
}
/* Header */

#logo {
	width: 960px;
	height: 191px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}
/* Menu */

#menu {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	height: 35px;
	padding-top: 15px;
	background: url(images/img01.jpg) repeat-x left top;
}
#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
}
#menu li {
	float: left;
	display: inline;
}
#menu a {
	height: 40px;
	margin: 0;
	padding: 40px 30px 0 30px;
	background: url(images/img06.jpg) no-repeat right 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	color: #FFFFFF;
}
/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img03.jpg) no-repeat left top;
}
#page-bg {
}
/* Latest Post */

#latest-post {
	padding: 20px;
	border-bottom: 1px #2C4449 solid;
}
/* Content */

#content {
	float: right;
	width: 700px;
	margin: 19px 5px 20px 15px;
}
.post {
	padding-bottom: 15px;
	line-height: 200%;
	border-bottom: 1px #2C4449 solid;
}
.post h1 {
	font-weight: normal;
}
.title {
	margin: 0;
	padding: 30px 0 4px 0px;
	font-size: 28px;
	font-weight: normal;
}
.title a {
	border-bottom: none;
	color: #FFFFFF;
}
.title a:hover {
	border-bottom: 1px dotted #000000;
}
.tag {
	padding: 0 15px;
}
.entry {
	padding: 0px 10px;
}
.entry-top {
	padding: 0px 10px;
}
.links {
	width: 80px;
	height: 33px;
	background: url(images/img05.jpg) no-repeat left top;
	text-align: right;
	font-weight: bold;
}
.links a {
	display: block;
	height: 25px;
	padding-top: 8px;
	padding-left: 10px;
	text-align: left;
}
.links a:hover {
}
/* Sidebars */

#sidebar1 {
	float: left;
	width: 230px;
}
.sidebar {
	float: left;
	padding: 0;
	color: #737373;
}
.sidebar ul {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
}
.sidebar li {
	padding: 0 0 20px 0;
}
.sidebar li ul {
	background: none;
	padding-bottom: 20px;
}
.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	border-bottom: 1px #314A4F dashed;
	background: none;
}
.sidebar li h2 {
	height: 26px;
	margin: 0 15px;
	padding: 14px 15px 0px 0px;
	border-bottom: 1px #2C4449 solid;
	text-transform: capitalize;
	font-size: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.sidebar-head {
	height: 26px;
	margin: 0 10px;
	padding: 14px 4px 0px 0px;
	border-bottom: 1px #2C4449 solid;
	text-transform: capitalize;
	font-size: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.sidebar-head1 {
	height: 26px;
	margin: 0 10px;
	padding: 14px 4px 10px 0px;
	border-bottom: 1px #2C4449 solid;
	text-transform: capitalize;
	font-size: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.sidebar-head2 {
	height: 26px;
	margin: 0 10px;
	padding: 14px 4px 10px 0px;
	border-bottom: 1px #2C4449 solid;
	text-transform: capitalize;
	font-size: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.sidebar a {
	color: #BDBDBD;
}
#sidebar-info {
	width:207px;
	text-align:justify;
	line-height:16px;
	margin:auto;
}
#sidebar-info-top {
	width:207px;
	text-align:justify;
	line-height:16px;
	margin:auto;
}
/* Footer */

#footer {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #2C4449;
}
#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #737373;
}
#footer a {
	color: #BDBDBD;
}
#footer .link {
}
#footer .copyright {
}

