/*
Theme Name: Bf Heroes
Theme URI: http://www.gfxfiles.com
Description: A wordpress theme for my clan site only!
Version: 1
Author: Jamie Frank Tattersall
*/
/* MAIN BODY STYLES */

*{
	padding:0;
	margin:0;
}

body {
	background-image: url(images/bg2.png);
	background-repeat: repeat-x;
	background-color: #cacaca;
	font-family: Verdana, Arial, "Century Gothic";
	font-size: 12px;
	color: #878787;
}
#container {
	width: 1024px;
}
#header {
	background-image:url(images/header.png);
	float: left;
	height: 168px;
	width: 1024px;
}
#top-bar a{
	color: #FFFFFF;
	text-decoration: none;
}

#top-bar a:hover{
	color: #323232;
	text-decoration: none;
}

.nav1 li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	color: #FFFFFF;
	float: left;
}
#search {
	padding-top: 100px;
	margin-top:20px;	
	margin-left:700px;
}

.search-field {
	margin-right: 0px;
	padding: 5px;
	background-color: #92b9cf;
	border: 1px solid #666666;
	color: #FFFFFF;
}

.search-button {
	background-color: #92b9cf;
	border: 1px solid #666666;
	color: #FFFFFF;
	padding: 4px;
	margin-right:auto;
}

.search-button:hover {
	background-color: #707070;
}
#navigation {
	height: 42px;
	float: auto;
	width: 900px;
}

.nav_links ul {
	margin: 0px;
	padding: 0px;
}

.nav_links li {
	list-style:none;
	float: left;
	margin-top:5px;
}

.nav_links a {
	height: 20px;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 0px;
}

.withdiv img{
	background-image: url(images/nav_divider.png);
	background-repeat: no-repeat;
	border: 0
}
.nav_links a:hover {
	background-image: url();
	background-repeat: repeat-x;
}
#content {
	float: left;
	width: 900px;
	margin-top: 20px;
	padding-bottom: 0px;
}

#content-left {
	float: left;
	width: 602px;
}
.a-post {
	background-image: url(images/sidebar_bg.png);
	background-repeat: no-repeat;
	width: 644px;
	padding: 10px;
	float: left;
}

.a-post h1{
	color: #309DCF;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
}

.a-post img{
	padding: 5px;
	float: left;
}
.post-img {
	float: left;
	height: 198px;
	width: 234px;
	margin-right: 10px;
}

.post-title {
	float: left;
	width: 336px;
	margin-bottom: 10px;
}

.post-title p {
	color: #FFFFFF;
	background-color: #90c6df;
	float: left;
}

.post-desc {
	float: left;
	width: 336px;
	text-align: justify;
	font-style: italic;
	line-height: 16px;
}
#footer {
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	clear: both;
	height: 147px;
}

#footer-topbar {
	height: 33px;
	width: 900px;
	margin: auto;
}

#footer-topbar h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	padding-top: 3px;
}

#footer-topbar span {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

#footer-content {
	height: 113px;
	width: 900px;
	margin: auto;
}

#footer-content p {
	color: #FFFFFF;
	padding-top: 40px;
	text-align: right;
}
h1,h2 {
	color: #309DCF;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	line-height: 34px;
}

h2 {
	font-size: 18px;
	line-height: 34px;
}

h3 {
	color: #333333;
	font-size: 18px;
	line-height: 34px;
}

a:link {
	color: #309DCF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #309DCF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #309DCF;
}
.comment-box {
border: 1px dashed #666666;
margin-bottom: 10px;
padding: 5px;
float: left;
text-align: justify;
width: 565px;
}

.gravatar {
float: right;
margin: 5px;
}
ul, ol {
list-style:none;
}
#content p {
margin: 5px 0 10px;
padding: 0;
}

.comment-box p {
margin: 5px 0 10px;
padding: 0;
}
img {
border:0px;
}