/*
Theme Name: Fight Hounds
Theme URI: http://www.yourfightsite.com/
Description: Bespoke WordPress theme for Fight Hounds, designed and developed by <a href="http://www.yourfightsite.com/">Your Fight Site</a>.
Version: 1.0
Author: Martin Bean
Author URI: http://www.yourfightsite.com/
Tags: 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #f2f2f2;
	font: normal 10px/1.5 Tahoma, sans-serif;
	text-align: center;
	background: #111 url(images/background.jpg) no-repeat 50% 0;
}

a:link, a:visited {
	color: #c0c0c0;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #333;
}
a:hover, a:active {
	color: #fff;
	border-bottom-color: #ec2026;
}

h2 {
	color: #fff;
	font-size: 16px;
	font-family: Georgia, serif;
	font-weight: normal;
}
p {
	margin-bottom: 1.5em;
}
p.date {
	color: #808080;
	font-size: 90%;
}
p.edit {
	font-size: 90%;
}

fieldset {
	border: none;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	margin: 0 0 1em;
	padding: 2px;
}
input, label, textarea {
	display: block;
}
input[type="submit"], label {
	cursor: pointer;
}
label {
	font-weight: bold;
}
label .required {
	font-size: 90%;
	font-weight: normal;
}

#container {
	text-align: left;
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#header h1 a {
	text-indent: -9999em;
	background: url(images/logo.png) no-repeat 0 0;
	display: block;
	width: 254px;
	height: 123px;
	border: none;
}

#navigation {
	position: relative;
	margin-bottom: 1.5em;
	padding: 1em 0;
	/*overflow: auto;*/
}
#navigation ul {
	background-color: #111;
	display: block;
	/*float: left;*/
	padding: 1em;
	overflow: auto;
}
#navigation ul li {
	display: inline;
	float: left;
	list-style: none;
}
#navigation ul li a {
	font-size: 13px;
	display: block;
	float: left;
	margin-left: 10px;
	border: none;
}
#navigation #rss {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	border: none;
}

#content {
	font-size: 12px;
	width: 630px;
	float: left;
}

#sidebar {
	width: 300px;
	float: right;
}
#sidebar .search_form input {
	display: block;
	float: left;
}
#sidebar .search_form input#s {
	color: #999;
	background-color: #111;
	margin: 1px 0.5em 0 0;
	padding: 3px;
	border: 1px solid #666;
}
#sidebar .search_form input#s:focus {
	color: #f9f9f9;
}
#sidebar ul {
	margin-bottom: 1.5em;
}
#sidebar ul li {
	list-style: none;
}
#sidebar ul#advert_300x250 li a {
	border: 1px solid #c0c0c0;
}
#sidebar ul#advert_300x250 li a:hover {
	border-color: #fff;
}
#sidebar ul#advert_300x250 li a,
#sidebar ul#advert_300x250 li a img {
	background-color: #111;
	display: block;
	width: 300px;
	height: 250px;
}

#footer {
	clear: both;
	padding: 1.5em 0;
	border-bottom: 3px solid #000;
}
#footer p {
	color: #808080;
	font-size: 1.2em;
	text-align: center;
	margin: 0;
}
#footer p a {
	color: #999;
	border-bottom: 1px dotted #333;
}
#footer p a:hover {
	color: #f2f2f2;
	border-bottom: 1px solid #666;
}

ol.articles {
	
}
ol.articles li {
	background: #0f100e;
	position: relative;
	overflow: auto;
	margin-bottom: 1em;
	padding: 10px;
	list-style: none;
}
ol.articles li h2 {
	margin-right: 100px;
}
ol.articles li .date {
	color: #808080;
	font-size: 11px;
	text-align: center;
	background: #000;
	position: absolute;
	width: 92px;
	top: 5px;
	right: 5px;
	padding: 5px 0;
}
ol.articles li .post_actions {
	display: block;
	float: right;
	margin: 0 -5px -5px 0;
	padding: 5px 0 0 0;
}
ol.articles li .post_actions li {
	font-size: 11px;
	display: inline;
	float: left;
	margin: 0 0 0 4px;
	padding: 0;
}
ol.articles li .post_actions li a {
	background: #000;
	text-align: center;
	display: block;
	width: 92px;
	padding: 5px 0;
	border: none;
}
ol.articles li .post_actions li.more-link a {
	color: #fff;
	background: #f62f2f;
}

.entry {
	background: #0f100e;
	padding: 1.5em;
	clear: both;
}
.entry img {
	margin: 0.5em 0;
}
.entry img[align="left"], .entry img.left {
	float: left;
	margin-right: 1em;
}
.entry img[align="right"], .entry img.right {
	float: right;
	margin-left: 1em;
}

.navigation {
	overflow: auto;
}
.navigation .left {
	float: left;
	width: 45%;
}
.navigation .right {
	float: right;
	width: 45%;
}

.search_form {
	font-size: 12px;
}

.attachment-post-thumbnail, .post-thumbnail {
  float: left;
  margin-right: 10px;
}