﻿/* Homepage buttons*/
.buttonmenu {
	font-size: 1.0em;
	float: left;
}
.buttonmenu ul {
	margin: 0px;
	padding-left: 0;
	list-style: none;
}
.buttonmenu li {
	display: inline;
}
.buttonmenu li a {
	background-color: #E10000;
	background-image: url('../../files/images/hoverbutton.png');
}
.buttonmenu li ul a {
	background-color: #FFFFFF;
}
.buttonmenu li ul a:hover {
	color: #60246B;
}
.buttonmenu li a {
	float: left;
	width: 200px;
	height: 36px;
	padding: 12px 10px 0px 20px;
	text-decoration: none;
	color: black;
}
.buttonmenu li a:hover {
	color: #B30000;
	background-color: #FFCC00;
	background-image: url('../../files/images/hoverbuttonreverse.png');
}
/* sidebar buttons*/
.sidebuttonmenu {
	font-size: 1.0em;
	float: left;
}
.sidebuttonmenu ul {
	margin: 0px;
	padding-left: 0;
	list-style: none;
}
.sidebuttonmenu li {
	display: inline;
}
.sidebuttonmenu li a {
	background-color: #E10000;
	background-image: url('../../files/images/hoverbutton.png');
}
.sidebuttonmenu li ul a {
	background-color: #FFFFFF;
}
.sidebuttonmenu li ul a:hover {
	color: #60246B;
}
.sidebuttonmenu li a {
	float: left;
	width: 210px;
	height: 36px;
	padding: 12px 10px 0px 20px;
	text-decoration: none;
	color: black;
}
.sidebuttonmenu li a:hover {
	color: #B30000;
	background-color: #FFCC00;
	background-image: url('../../files/images/hoverbuttonreverse.png');
}



#rssincl-box-id {
	border: 1px #FFCC00 solid;
}
.rssincl-title {
	font-size: 22px;
	color: #000;
	background-color:#D70000;
	background-image: url('../../files/images/RRSbanner.png'); 
	padding: 10px; 
}
.rssincl-itemtitle a {
	font-size: 17px;
	padding: 0px;
	margin: 0;
	color: #3399FF;
}
.rssincl-content {
	overflow: auto;
	background-color: #FFFFFF;
	height: 350px;
	margin-top: -10px;
	font-size: 0.9em;
	margin-bottom: 7px;
}
.rssincl-itemdate {
	font-size: 13px;
	height: 12px;
	color: #FF6600;
	margin: -8px 0 -2px 0;
	font-style: italic;
}
/*
Design by James Belmont www.jamesbelmont.com
*/
/* Sidebar on Index.php in Pages Folder*/
#mainsidebar {
	width: 240px;
	float: right;
}
.mainsidebartitle {
	margin: 0px;
	height: 28px;
	padding: 7px 0 0 10px;
	background: url("../../files/images/img12.gif") repeat-x;
	font-size: 1.4em;
	color: #333333;
}
.mainsidebarentry {
	padding: 3px;
	border: 1px #E5E5E5 solid;
	border-top: 0;
}
.mainsidebarentry li {
	padding: 5px 2px 5px 2px;
	list-style: none;
	text-decoration: none;
	border-bottom: 1px solid #949EA4;
}
/* Content DIV on Index.php in Pages Folder*/
#content {
	width: 710px;
	float: left;
}
.contentpost {
	margin: 0 auto;
	background: #D4D9DD url("../../files/images/img04a.gif") repeat-y;
}
.contenttitle {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	background: url("../../files/images/img05a.gif") no-repeat;
	font-size: 2em;
	height: 15px;
}
.contentbottom {
	height: 20px;
	background: url("../../files/images/img06a.gif") no-repeat left bottom;
}
.contententry {
	padding: 0 20px;
}
#content p {
	margin-top: 2px;
	margin-bottom: 10px;
}
#content h1 {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 20px;
	font-size: 1.5em;
	font-weight: 300;
	color: #F72121;
}
#content h2 {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #FF5D00;
	font-size: 1.3em;
	font-weight: 300;
}
/* Whole Site Formatting*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 100%;
}
#page {
	background: #A9B3BB url("../../files/images/img01.gif") repeat-x;
	width: 960px;
	margin: 0 auto;
	border-right: 6px #fff solid;
	border-left: 6px #fff solid;
}
h1, h2, h3 {
	font-family: ;
}
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1em;
}
ul, ol {
	margin-bottom: 0.9em;
}
a {
	color: #0069EA;
}
a:hover {
	text-decoration: none;
	color: #FC3E1A;
}
p {
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.bright {
	color: #FF6600;
}
img {
	padding: 5px;
}
hr {
	display: none;
}
td {
	padding: 3px;
}
/* Header */
#header {
	width: 950px;
	height: 120px;
	margin: 0 auto;
}
/* Menu */
#menu {
	width: 950px;
	height: 70px;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 42px;
	padding: 12px 30px 0 25px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2em;
}
#menu a:hover {
	text-decoration: none;
	color: #FFF67F;
}
#menu .current_page_item a {
	background: url("../../files/images/img03.gif") no-repeat center bottom;
}
/* Wide Post */
.wide-post {
	width: 950px;
	margin: 0 auto;
	background: #D4D9DD url("../../files/images/img04.gif") repeat-y;
}
.wide-post .title {
	margin: 0px;
	padding: 30px 30px 20px 30px;
	background: url("../../files/images/img05.gif") no-repeat;
	font-size: 1.5em;
}
.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #3894FF;
}
.wide-post .title a:hover {
	border: none;
}
.wide-post .entry {
	padding: 0 30px;
}
.wide-post .bottom {
	height: 20px;
	background: url("../../files/images/img06.gif") no-repeat left bottom;
}
.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
}
.wide-post .links a {
	text-decoration: none;
}
.wide-post .links .date {
	padding-left: 20px;
	background: url("../../files/images/img08.gif") no-repeat left center;
}
.wide-post .links .author {
	padding-left: 20px;
	background: url("../../files/images/img09.gif") no-repeat left center;
}
.wide-post .links .comments {
	padding-left: 20px;
	background: url("../../files/images/img10.gif") no-repeat left center;
}
.wide-post .links .feeds {
	padding-left: 10px;
	background: url("../../files/images/img11.gif") no-repeat left center;
}
/* Two Columns */
.two-columns {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}
.two-columns .column-one {
	float: left;
	width: 460px;
}
.two-columns .column-two {
	float: right;
	width: 460px;
}
.two-columns .title {
	margin: 0px;
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url("../../files/images/img12.gif") repeat-x;
	font-size: 1.4em;
	color: #333333;
}
.two-columns .entry {
	background: url("../../files/images/img13.gif") repeat-x;
}
.entrybutton {
	background: url("../../files/images/buttons.png") no-repeat;
	width: 228px;
	margin-right: 2px;
	margin-bottom: 2px;
	height: 75px;
	float: left;
}
.entrybutton p{
	margin-top: 22px;
	margin-bottom: 22px;
	margin-left: 60px;
	font-size: 1.0em;
}
/* Submenu */
#submenu {
	clear: both;
	padding: 20px 0;
	background: #535657 url("../../files/images/img16.gif") repeat-x left bottom;
	color: #A9B6BB;
}
#submenu ul {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#submenu li {
	display: block;
	float: left;
	width: 180px;
	padding: 0 12px 0 0;
}
#submenu li ul {
	width: auto;
	margin: 0;
}
#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url("../../files/images/img17.gif") no-repeat left center;
	border-bottom: 1px solid #424546;
}
#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}
#submenu a {
	text-decoration: none;
	color: #FFFFFF;
}
#submenu a:hover {
	text-decoration: underline;
}
.subvisible {
	display : block;
	visibility: visible;
	padding: 0px 0px 0px 10px;
}
.subhidden, .hidden {
	display: none;
	visibility: hidden;
}
/* Footer */
#footer {
	padding: 20px 0;
	background: #3F4244 url("../../files/images/img18.gif") repeat-x;
}
#footer p {
	text-align: center;
	font-size: 0.8em;
	color: #FFF;
	padding: 20px;
}
#footer a {
	color: #3894FF;
}

