@charset "utf-8";
/* CSS Document */

body {
	margin: 20px;
	background: #007ABF url(../img/web_bkg.gif) no-repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #787878 ;*/
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

p, ul, ol {
	margin-top: 0;
	/*line-height: 120%;*/
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	/*color: #0A0A0A;*/
	color: #0099FF;
}

a img { 
	border: 0; 
}

a.without_u { 
	text-decoration: none; 
	border-bottom: none;
	color: #0A0A0A;
}

a:hover {
	background: none;
}

.more {
	
}

.more a {
	color: #0099FF;
	text-decoration: none;
	border-bottom: none;
}

.more a:hover {
	text-decoration: underline;
}

.more ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

.more li {
	background-image: url(../img/arrow_more.gif);
	background-repeat: no-repeat;
	background-position: 100% .5em;
	padding-right: .6em;
}

.back {
	
}

.back a {
	color: #0099FF;
	text-decoration: none;
	border-bottom: none;
}

.back a:hover {
	text-decoration: underline;
}

.back ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.back li {
	background-image: url(../img/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: 0px .5em;
	padding-left: 8px;
}

.up {
	
}

.up a {
	color: #0099FF;
	text-decoration: none;
	border-bottom: none;
}

.up a:hover {
	text-decoration: underline;
}

.up ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.up li {
	background-image: url(../img/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 0px .5em;
	padding-left: 8px;
}


#wrapper {
	width: 810px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF
}

/* Header */

#header {
	width: 850px;
	height: 75px;
	margin: 0 auto;
	/*background: #FFDA2A url(images/img01.jpg) no-repeat left top;*/
	background: #007ABF url(../img/home_logobar2.gif) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color:#000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 20px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 30px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 850px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	/*border-top: 1px #FFFFFF solid;*/
	background: #565F68;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 5px 10px 10px 10px;
	/*text-transform: lowercase;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 810px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 590px;
	padding: 0px 10px 0 0;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	/*border-bottom: 1px dashed #D2D4C9;*/
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 10px 0 10px 0;
	text-align: justify;
}

.thinpost {
	width: 160px;
}

.blurb {
	width: 196px;
	float:left;
}

.blurb .title {
	color: #000000;
	padding: 0px 0px 0px 10px;
}

.blurb .title a {
	background: none;
	color: #000000;
	border: none;
	text-decoration: none;
}

.blurb .title a:hover {
	/*text-decoration: underline;*/
	text-decoration: none;
}

.blurb .meta {
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.blurbwide {
	width: 590;
	float: right;
}

.blurb .entry {
	padding: 0px 10px 20px 10px;
	text-align: left;
}

#login {
	/*width: 910px;*/
	/*height: 20px;*/
	float: right;
	width: 180px;
	margin: 0 auto;
	padding: 10px 0 20px 20px;
	background: #bbdbed;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-width: thin;
	border-style: solid;
	border-color: #333333;
}

/* Sidebar */

.sidebar2 {
	float: right;
	width: 180px;
	padding: 10px 0 0 20px;
}


.sidebar {
	float: right;
	width: 170px;
	padding: 20px 10px 0px 20px;
	color: #787878;
	background-color:#EAF8FF;
	border-width: thin;
	border-style: solid;
	border-color: #333333;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
}

.sidebar li ul {
	padding-bottom: 30px;
}

.sidebar li li {
	line-height: 20px;
	border-bottom: 1px dashed #D2D4C9;
}

.sidebar h2 {
	letter-spacing: -.5px;
	color: #000000;
}

.sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

.sidebar a {
	color: #787878;
	border: none;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

.vipside {
	/*width: 910px;*/
	/*height: 20px;*/
	float: right;
	width: 180px;
	margin: 0 auto;
	padding: 10px 0 20px 20px;
	background: #FDCED6;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	border-width: thin;
	border-style: solid;
	border-color: #333333;
}

.vipside a {
	color: #787878;
	border: none;
}

.vipside a:hover {
	text-decoration: underline;
	color: #F0314E;
}

.vipside ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vipside li ul {
	padding-bottom: 30px;
}

.vipside li {
	line-height: 20px;
}

.tbldkhead {
	background: #565F68;
	color:#FFFFFF;
}

.tbldkhead a {
	display: block;
	padding: 5px 10px 10px 10px;
	/*text-transform: lowercase;*/
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

.tbldkhead a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

.tbldkhead a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 850px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #565F68;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}
