body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	background-color: #333;
	color: #FFFFFF;
	margin: 30px;
}

a {
	color: #ff6600;
}

a:hover {
	color: #ed0000;
}

#site-container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../App_Themes/deletepredators/images/header-bg.gif);
	background-repeat: no-repeat;
	height: 113px;
	margin-bottom: 5px;
}

#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#header h1 a{
	text-indent: -999px;
	display: block;
	height: 113px;
}

#header h2 {
	display: none;
}


#top-nav {
	background-image: url(../App_Themes/deletepredators/images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

#top-nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#top-nav li{
	display: inline;
}

#top-nav li a{
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 50px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	background-image: url(../App_Themes/deletepredators/images/nav-item.gif);
	background-repeat: no-repeat;
	background-position: -99px -99px;
}

#top-nav li a:hover{
	background-color: #ed0000;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-right: 18px;
	padding-left: 18px;
	background-image: url(../App_Themes/deletepredators/images/nav-item.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#main {
	padding-top: 20px;
	padding-bottom: 20px;
}

#main h1 {
	color: #ff6600;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 15px;
}

#main h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

#left-nav {
	float: left;
	width: 200px;
	background-color: #000000;
}

#left-nav ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #FFFFFF;
}

#left-nav li{}

#left-nav li a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../App_Themes/deletepredators/images/sub-bg.jpg);
	background-repeat: no-repeat;
	background-position: -99px -99px;
}

#left-nav li.last a{
	border-bottom-style: none;
}


#left-nav h2 {
	background-color: #454545;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-transform: lowercase;
	margin-right: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#left-nav li a:hover{
	background-color: #ff6600;
	background-image: url(../App_Themes/deletepredators/images/sub-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#content {
	float: right;
	width: 740px;
	line-height: 20px;
}

#footer {
	clear: both;
	padding-top: 16px;
	padding-bottom: 15px;
	background-color: #000000;
	background-image: url(../App_Themes/deletepredators/images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 12px;
	margin-bottom: 30px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#footer li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

.clear {
	clear: both;
}

.BlogPreviewBody {
	margin-bottom: 15px;
}

.BlogPreviewBody p {
	margin-top: 0px;
	margin-bottom: 5px;
}

.BlogPDateWhole {
	display: none;
}

.PagerResults {
	display: none;
}

.PagerControl a,  .PagerNumberArea span{
	color: #fff;
	text-decoration: none;
}

.PagerControl span{
	background-color: #454545;
}


.PagerControl, a.rss {
	float: left;
	margin-right: 15px;
}

a.rss {
	margin-top: 4px;
}

.left {
	float: left;
	width: 350px;
}

.right {
	float: right;
	width: 350px;
	background: #fff;
	color: #000;
	background-image: url(../App_Themes/deletepredators/images/news-bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.right .padder {
	padding: 15px;
}

.right h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #ff0000;
}

