/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
    margin-top: 20px;
	background: Black;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Verdana, Arial, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
	font-size: .8em;
	color: #444444;
}

input, select, textarea {
	font-family: "Trebuchet MS", Arial, Verdana, Arial, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
}

hr {
    border-top-style: groove;
}

h1 {
	font-size: 2em;
    color: Red; 
    font-weight: bolder;
    padding-bottom: 10px;
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
}

h2 {
    color: Red; 
	font-size: 1.5em;
	color: #444444;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
}

h4 {
	font-size: 1.15em;
	font-weight: bold;
}

h5 {
	font-size: 1.05em;
	font-weight: bold;
}

b {
    color: Black;
}

.quote {padding:20px; margin-right: 20px; background: url(Images/quotes.png) top left no-repeat}

.blockquote {
	margin: 0;
	font-style: italic;
}

.blockquote * {
	line-height: normal;
}

p {
    padding-bottom: 10px;
}

blockquote {
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
	line-height: 2em;
}

li {
	list-style: none;
    margin-left: 5px;
    padding: 2px 5px 2px 10px;
	background: url(images/bullet.gif) no-repeat left center;
}

a {
	text-decoration: underline;
    color: Red; 
}

a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 892px;
	height: 91px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 270px;
	height: 76px;
	margin: 0px;
	padding: 15px 0px 0px 30px;
	background: url(images/img01.jpg) no-repeat left top;
}

#logo h1 {
	margin: 0;
	padding: 0;
    color: Red; 
	font-size: 32px;
    border: none;
    text-decoration: none;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
    text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px;
	font-size: .8em;
	font-weight: bold;
	color: #444444;
}

#logo a {
    text-decoration: none;
}

.logo {
    float: left;
    margin-top: -40px;
    margin-left: -20px;
    padding: 10px 5px 5px 10px;
}

/* Menu */

#menu {
	float: left;
	width: 592px;
	height: 91px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu a {
	display: block;
	float: left;
	margin-top: 8px;
	margin-right: 5px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
}

#menu a:hover {
	background: White;
	color: Red;
}

.staticMenuItemStyle
{
	font-weight: bold;
	color: #444444; /* Dark Gray */
	color: White;
}
.staticSelectedStyle
{
    background-color: White;
    font-weight: bold;
    color: Red;
}
.staticHoverStyle
{
    background-color: White;
    color: Red;
}

/* Login Banner */

#loginbanner {
	float: right;
	margin-top: 15px;
}

#menu #loginbanner a {
	color: Red;
	margin: 0;
	padding: 0 5px;
	margin-right: 10px;
}

#menu #loginbanner a:hover {
	color: Blue;
    text-decoration: underline;
}

/* Search */

#search {
	height: 45px;
	padding: 0px 0px 40px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#search-text {
	width: 120px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid Black;
	color: Black;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 2px;
	border: none;
	background: Black;
	color: White;
}

/* Page */

#page {
	width: 892px;
	margin: 0 auto;
	background: url(images/img03.jpg) repeat-y left top;
}

#fullpage {
	width: 892px;
	margin: 0 auto;
	background: url(images/img05.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(images/img05.jpg) no-repeat left top;
	padding: 0px 30px;
}

#twocols {
    margin: 0 10px 0 0;
}

#twocols #leftcol {
    float: left;
    width: 50%;
}

#twocols #rightcol {
    float: right;
    width: 50%;
    margin-left: 10px;
}

/* Content */

#content {
	float: left;
	width: 564px;
	padding-top: 30px;
}

#fullpage #content {
	float: left;
	width: 840px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #FF0000;
	text-decoration: none;
	font-weight: normal;
	color: White;
}

.post .entry {
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta {
	text-align: right;
	padding-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	color: #5E5E5E;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 225px;
	padding-top: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	text-align:left;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	background: url(images/img07.jpg) repeat-x left bottom;
}

#sidebar h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
	color: #444444; /* Dark Gray */
}

#sidebar h2 {
	font-size: 77%;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	text-align: left;
}


/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 892px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/img04.jpg) no-repeat left top;
	color: White;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: White;
}

#footer a:hover {
	text-decoration: none;
}


.flushright {
    float: right;
    vertical-align: top;
}

.shorttext {
    width: 100px;
}

.midtext {
    width: 200px;
}

.longtext {
    width: 350px;
}

.center {
    text-align: center;
}

.dashedline {
    border-bottom: 1px dashed Silver;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

.newscrumbs a {
    text-decoration: none;
    padding: 0px 2px 2px 3px;
    font-weight: bold;
	border: ridge 1px solid Red; /* Red */
}

.nextlink
{
    float:right;
}
.PageNumbers {
    display: inline;
    color: Red; 
    font-weight: bolder;
    font-size: larger;
    padding-left: 3px;
}

.PageNumbers span {
    padding-left: 3px;
}

.error {
    color: Red; 
    font-weight: bold;
}

.Blue {color: Blue;}
.Red {color: Red;}
.Green {color: Green;}
.Yellow {color: Yellow;}

