﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-position: center top;
	background-color: #445566
}
table, th, td {
    border: 1px solid black;
}
#container {
	
	margin: 0 auto;
	
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d3d3d3;
	overflow: hidden;
}
#column_l {
	
	margin: 0 0 0 10px;
	padding: 0 5px 10px 0px;
	border-radius: 15px;
	background: #ab9468;
	
	
	
}
#column_r {
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 15px;
	background: #ab9468;
	
}
#footer {
	text-align: center;
	background-color: #000000;
	overflow: hidden;
	padding: 10px 20px 20px 20px;
	color:white;
	
}
/* Styles for Masthead */
/* Styles for Navigation */
/* Styles for Content */
h1 {
	color: #000;
	font-size: 2.0em;
}
h2 {
	color: #000;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
code {
	
	background-color:#669900;
	font-family:"Courier New", Courier, monospace;
}
#column_r p {
	color: #000;
	
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.post-content{
	font-size: medium;
	}
.fb-like-box{
	color:black;
}
.storyContent .storyInnerContent {
margin-left: 10px;
}
.mainWrapper {
margin: 0 5px 14px 0;
}
._rw {
width: 10px;
}
#cssmenu
{
	position: relative;
	display: block;
	font-size: 12px;
	font-weight: bolder;
	font-family: 'Trebuchet MS',Helvetica,Arial,Verdana,sans-serif;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	border-radius: 15px;
}

#cssmenu li
{
	display: block;
	float:left;
	margin:0;
	padding:0;
	
}
	
#cssmenu li a
{
	display: block;
	color: #C0C0C0;
	text-decoration: none;
	font-weight: 900;
	padding: 12px 15px 0 15px;
	height: 24px;
}
	
#cssmenu li a:hover
{	
	color:#FFFFFF;
	background:transparent url('../images/over.jpg') no-repeat top right;	
}
#content{font-size:14pt;  padding: 10px 20px;}
#content em{font-style: normal; font-size:2em; font-weight:bold;}
