/* @override 
	http://shiny.server291.com/wp-content/themes/shinyobjectstheme/style.css
	http://shinyobjectsdev.com/wp-content/themes/shinyobjectstheme/style.css
*/

#entiresite {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #252a2e;
	margin: 0px;
	font-family: Helvetica;
}
#entiresite div hr {
	display: none;
}

td {
	padding: 0px;
	vertical-align: top;
}

.header {
	background-image: url(images/headerbg.png);
	background-repeat: no-repeat;
	width: 1019px;
	height: 149px;
}
.headercontent {
	width: 936px;
	height: 127px;
	margin-left: 40px;
}
.logo {
	width: 275px;
}
.logo img {
	margin-left: 23px;
	margin-top: 12px;
}
td.menu {
	padding-left: 100px;
	vertical-align: top;
}
.menu .pagenav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 128px;
}
.menu li.pagenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 128px;
}
.menu li.page_item {
	float: left;
	height: 128px;
}
.menu li.page_item a {
	display: block;
	float: left;
	height: 128px;
	width: 90px;
	text-decoration: none;
	color: #406074;
	font-size: 13px;
	font-weight: bold;
	line-height: 13.5;
	text-align: center;
	text-shadow: #406074 0 0 2px;
	*line-height: 8;
	*padding-top: 35px;
	*height: 98px;
}
.menu li.page_item a:hover {
	background-image: url(images/menuitembg.png);
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	color: #ffff56;
	text-shadow: #406074 0 0 2px;
}
.menu li.pagenav h2 {
	display: none;
}

.middle {
	background-image: url(images/middlebgtemp.png);
	background-repeat: no-repeat;
	width: 1019px;
	height: 14px;
}

.content {
	background-image: url(images/repeater.png);
	background-repeat: repeat-y;
	width: 1019px;
}

.maincontent {
	width: 500px;
	margin-left: 170px;
}
.maincontent p {
	font-size: 13px;
	color: #525252;
}
.maincontent h2 a {
	font-size: 15px;
	font-weight: normal;
	color: #104875;
}
.maincontent h2 a:hover {
	color: #7e0f0a;
}
.maincontent h3 {
	font-size: 20px;
	font-weight: normal;
	color: #104875;
}
.maincontent a {
	text-decoration: none;
	color: #104875;
}
.maincontent a:hover {
	text-decoration: none;
	color: #7e0f0a;
}
textarea#comment {
	width: 500px;
}

.sidebarcontent {
	width: 200px;
	margin-left: 85px;
	font-size: 12px;
	color: #ffffff;
}
.sidebarcontent table {
	font-size: 13px;
	color: #ffffff;
}
.sidebarcontent ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.sidebarcontent h2.widgettitle {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.sidebarcontent a {
	text-decoration: none;
	color: #104875;
	font-size: 12px;
}
.sidebarcontent a:hover {
	text-decoration: none;
	color: #ffff56;
}
.sidebarcontent .widget_rss li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: solid #ffffff 1px;
}

.footer {
	background-image: url(images/footerbg.png);
	background-repeat: no-repeat;
	width: 1019px;
	height: 126px;
}

a.rsswidget {
	color: white;
	font-size: 13px;
}

.rss-date {
	color: white;
	font-size: 10px;
	font-style: italic;
}

.rssSummary {
	color: rgb(16, 72, 117);
	font-size: 12px;
}