#navigation {
	display: inline;
}

/*************************************
	Left Sidebar
**************************************/
#l_sidebar {
	float: left;
	width: 160px;
	padding-right: 0px;
	font-size: 12px;
	position: relative;
	clear:  both;
}

#l_sidebar li a {
	width: 160px;
	font-size: 12px;
	text-decoration: none;
}
/*************************************
	Right Sidebar
**************************************/
#r_sidebar {
	float: right;
	width: 160px;
	padding-left: 0px;
	font-size: 12px;
}

#r_sidebar li a {
	width: 160px;
	font-size: 12px;
}
/*************************************
	Sidebar
**************************************/
#sidebar {
}
/*************************************
	Header
**************************************/
#header {
	width: 983px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	clear:  both;
}
/*************************************
	Footer
**************************************/
#footer {
	width: 983px;
	padding: 0px 0px 0px 0px;
	margin:  0px auto;
	position: relative;
	clear: both;
	color: #ffffff;
	background-color: #341f20;
}

#text-link-ads {
	padding: 15px;
	text-align: left;
	clear: both;
}

#footer .cats {
	color:#08356e;
	position: absolute;
	top: 130px;
	left: 55px;
	padding: 1px 1px 1px 1px;
}
/*************************************
	Main Container
**************************************/
#container { 
	width: 983px;
	text-align: left; 
	margin: 0 auto;
	border: 0px solid black;
	clear: both;
	padding: 0px;
}

.container1L {
	width: 160px;
	padding-top: 0px;
	vertical-align: middle;
}

.container1Ls {
	width: 160px;
	vertical-align: middle;
}

.container1Rs {
	width: 160px;
	vertical-align: middle;
}

.container1L h3 {
	color: #000000;
	height: 30px;
	line-height: 30px;
	padding-top: 8px;
}

.container1Ls h3 {
	height: 53px;
	padding-top:20px;
	line-height: 53px;
	color: #000000;
}

.container1Rs h3 {
	height: 52px;
	padding-top:40px;
	line-height: 26px;
	color: #000000;
}

.container1L .links {
	text-align: left;
}

.container1Ls .links {
	text-align: left;
}

.container1Rs .links {
	text-align: left;
}

.container1L .links ul, .container1L .links ol {
	list-style: disc;
	margin-left: 13px;
	width: 160px;
}

.container1Ls .links ul, .container1Ls .links ol, .container1Rs .links ul, .container1Rs .links ol {
	list-style: disc;
	margin-left: 13px;
	width: 120px;
}

.container1L .links li, .container1Ls .links li {
	font-weight: normal;
	line-height: 21px;
}
/*************************************
	Links
**************************************/
a, a:link {
	color: #00b5cb;
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	color: #178b99;
}

a:active, a:focus {
	color: #00b5cb;
}

a:hover {
	color: #2ccce0;
	text-decoration: underline;
}

#Bnav a, #Bnav a:link, #Bnav a:visited, #Bnav a:active, #Bnav a:focus, #Bnav a:hover {
	color: #ffffff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
/*************************************
	Links Part 2
**************************************/
a img {
	border: 0px;
}

.post h2 a{
	margin: 0px;
}

.auth a, .page-nav a, .post-meta-bottom a, .post-meta-top a, .pmt a {
	text-decoration: none;
}

.nav-previous a {
	padding-left: 10px;
}

.nav-next a {
	padding-right: 10px;
}
/*************************************
	Headings
**************************************/
h1 {
	font-weight: normal;
	text-align: center;
	color: #330000;
	font-size: 24px;
}

h3 {
	color: #330000;
	font-size: 24px;
	font-weight: normal;
}

h4 {
	color: #330000;
	font-size: 12px;
	font-weight: bold;
}

h3.h1 { /*make homepage h3's for the first 2 stories look like H1 */
	font-size: 22px;
}

h2 {
	color: #330000;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

h5 {
	color: #330000;
	height:33px;
	line-height: 33px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

h6 {
	color: #330000;
	font-size: 13px;
	font-weight: bold;
}
/*************************************
	Content
**************************************/
#content {
	width: 663px;
	float: left;
	display: block;
	text-align: left;

/*
	height: 100%;
	min-height: 777px;
	background-color: #cdcebe;
*/
}

#content p{
	margin: 0px;
	line-height: 14px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
}

#content .pi {
	font-size: 12px;
	font-style: italic;
}

#content p img{
	border: none;
	padding: 3px 3px 3px 3px;
}

#content img.alignright {
    float:right;
    padding: 10px 10px 10px 10px;
 }
  
#content img.alignleft {
    float:left;
    padding: 10px 10px 10px 10px;
 }

#content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
 
#content ul, #content ol {
	list-style: disc;
	font-size: 12px;
}

#content li {
	line-height: 16px;
	font-size: 12px;
	display: inline;
	padding: 8px;
}

#navigate {
	margin-top: -70px;
	padding-bottom: 40px;
}

#content li a {
	color: white;
}

#navigate li {
	padding-right: 20px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
}

.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
	margin: 2px 0px;
}

.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
	margin: 2px 0px;
}
/*************************************
	Comments
**************************************/
#comments-wrap {
}

#comments-wrap h6 {
	font-size: 20px;
}

.commentlist {	
}

.thecomment {
	overflow: hidden;
}

.comment-body {
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
}

.comment-metadata {
	color: #FFF;
}

.authorcomment {
	border: 1px solid #CCC;
	overflow: hidden;
}

.authorcomment .comment-body {
	border: none;
}

.authorcomment .comment-metadata {
	color: #AD5433;
}

#commentform {
}
/*************************************
	RSS Feed
**************************************/
.feeds {
	display: block;
	width: 150px;
	height: 34px;
	text-transform: none;
	font-size: 12px;
	color: #EAF4FF;
	padding: 0px;
	background: transparent;
	vertical-align: middle;
}

.feeds a, .feeds img {
	padding: 0px; 
	margin: 0px;
	vertical-align: middle;
}

.feeds .rss {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

/*********************************************
	Slideshow Styles
*********************************************/
.flashclass{ 
	width: 350px; /*a width should be defined for transition to work*/
	border: 0px solid #ffffff;
	padding: 5px;
}

.flashclass img{
	border-width: 0;
}
/*********************************************
	Misc Styles
*********************************************/
body {
	color: #330000;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	background: #3d3329 url(images/body_bg3.gif) repeat-y top center;	
	font-family: arial, helvetica, tahoma;
}

body * {
	margin: 0px; 
	padding: 0px;
}

img {
	border: none;
	background: none;
	padding: 0px 0px 0px 0px;
}

hr {
	height: 2px;
	color: #000000;
}

blockquote{
	margin: 0px 0px 0px 15px;
	padding: 0px 45px 15px 50px;
	background: url(images/quote.gif) no-repeat;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}

blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.clearboth {
	clear: both;
}

.cat {
	float:  left;
	width: 75%;
	text-align: left;
}

.comm {
	float: right;
	width: 25%;
	text-align: right;
}

.auth {
	float: left;
	text-align: left;
}

.date {
	float: right;
	text-align: right;
}
/*********************************************
	Our Styles
*********************************************/
.midbox {
	background-color: #efefef;
	font-size: 12px;
	font-color: #000000;
}
	
.twork {
	color: white;
	line-height: 21px;
	padding: 0px 0 0px 0px;
	background: #a2a2a2;
	text-align: left;
}

.morex, #morex .a, #morex .a:link, #morex .a:visited {
	padding-left: 10px;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
}

#Bnav {
	width: 643px;
	padding: 5px 10px 5px 10px;
	position: relative;
	clear: both;
	font-size: 12px;
	color: #ffffff;
	background-color: #341f20;
}
/*********************************************
	Post Styles
*********************************************/
.post {
	background: transparent url(images/title_bar.jpg) left top no-repeat;
	text-align: left;
}

.post h2 {
}

.post-teaser {
	color:#000000;
	text-align: right;
}

#content .post-meta-top {
	display: block;
	clear: both;
	font-size: 12px;
	color: #8E8F91;
}

#content .post-meta-bottom {
	display: block;
	border-top: 1px solid #DFE3E6;
	font-size: 12px;
	color: #535353;
	clear: both;
}