body {
	margin: 0px;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F504A;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #08252E;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 120%;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #8FD1E7; }

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	background-color: #145F77;
}

/* Header */

#header-wrapper {
	margin: 0px;
	padding: 0px;
	background-color: #145F77;
}

#header {
	width: 960px;
	height: 45px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 960px;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 31px;
	margin-right: 3px;
	padding: 14px 20px 0px 30px;
	background: url(images/img04.jpg) no-repeat left 18px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	height: 50px;
	color: #FFFFFF;
}

#menu .first {
	background: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bolder;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	background: url(images/img01.jpg) repeat-y left top;
}

/** LOGO */

#logo {
	width: 920px;
	height: 140px;
	margin: 0 auto;
	background-image: url(images/baner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: capitalize;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#logo p {
	padding-left: 25px;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: 300;
	color: #FFFFFF;
}

#logo h1 {
	padding-left: 20px;
	padding-top: 15px;
	font-size: 48px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bolder;
}

#logo a {
	text-decoration: underline;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: underline;
	color: #FFFFFF;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: auto;
}

/* Post */

.post {
	margin-bottom: 45px;
	background: url(images/img02.jpg) repeat-x left bottom;
}

.post .title {
	height: 30px;
	color: #08252E;
	float: none;
	text-align: center;
}

.post .title a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 30px;
	color: #08252E;
}

.post .meta {
	margin-left: 2px;
	padding: 2px 30px 2px 16px;
	background: url(images/img05.jpg) no-repeat left 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .entry {
	padding: 10px 0 30px 0;
	text-indent: 1cm;
	background-color: #FFFFFF;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin-top: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
	margin: 0px 14px;
	background-color: #10A4AB;
}

#sidebar li li {
	margin: 0;
	padding: 12px 0px;
	border-bottom: 1px dashed #1E8FB3;
	background-color: #168194;
}

#sidebar li li a {
	padding: 0px 0px 0px 20px;
	font-weight: normal;
}

#sidebar li li a:hover {
	background-color: #2279A4;
}

#sidebar p {
	margin: 0 0 0px 20px;
	padding: 0px 14px;
	line-height: 200%;
	color: #84D2EB;
}

#sidebar h2 {
	height: 10px;
	margin: 0 0 20px 20px;
	padding: 12px 0 2px 14px;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #84D2EB;
}

/* Footer */

#footer {
	width: 920px;
	height: 40px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	background-color: #145F77;
}

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 99px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
}
