/*
Theme Name: Whatever-Dude Sports
Theme URI: http://www.roninstudio.com
Description: A theme by <a href="http://www.roninstudio.com">Ronin Studio</a>.
Version: 1.0
Author: Tom Palmer
Author URI: http://www.roninstudio.com

*/


/*
	red: #B40A14
	dark red: #770E15
	cream: #F8C6BC
	light blue: #8CCFE2

	dark blue: #004080
	blue: #194ED2
	cream: #F8C6BC
	light blue: #8CCFE2
*/

body {
	font: normal medium Georgia, Georgia, serif;
	color: #000000;
	background: #FFFFFF url(images/main-bg.gif) repeat-x fixed;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
h1 a{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #194ED2;
	margin: .5em 0 0 0;
	text-decoration: none;
	letter-spacing: -1px;
	font: small-caps bolder xx-large Georgia, Georgia, serif;
}
h2 a, h2 a:visited {
	color: #194ED2;
	text-decoration: none;
}
h2 a:hover {
	color: #004080;
	text-decoration: none;
}
h3 {
	font: italic large Georgia, Georgia, serif;
	color: #8CCFE2;
	margin: 0;
	padding-bottom: 3px;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	list-style: none;
}
#page {
	margin: 0px auto;
	width: 800px;
	border-bottom: 5px solid #194ED2;
	border-left: 5px solid #194ED2;
	border-right: 5px solid #194ED2;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
}
#header {
	background: #194ED2 url(images/header-bg.jpg) no-repeat;
	height: 256px;
	position: relative;
}
#nav {
	text-align: center;
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 190px;
	width: 100%;
}
#nav li {
	float: left;
	width: 17.5%;
	padding: 0;
	margin: 0 .5em;
}
#nav a {
	color: #F8C6BC;
	text-decoration: none;
	background: #194ED2;
	font: small-caps bold 1.2em baskerville, serif;
	padding: .5em 0;
	display: block;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
}
#content {
	padding: 10px 0px 30px 70px;
	float: left;
	width: 510px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-thumb img {
	display: block;
	border: 2px solid #004080;
	background: white;
	float: left;
	padding: .2em;
	margin: .5em .5em .3em 0;
	width: 75px;
	height: 75px;
	}
	
.post-title {
	float: left;
	margin-left: 10px;
	width: 400px;
}
.entry {
	clear: both;
	padding-top: 10px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #EDEDED;
	padding: 1px;
	background: #FFFFFF;
}
.commentlist .alt {
	background: #F8C6BC;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #194ED2;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentmetadata  a{
	color: #194ED2;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform a {
	color: #004080;
}
#commentform label{
	font-weight: bold;
	color: #004080;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#F8C6BC;
	border: 1px solid #004080;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#F8C6BC;
	border: 1px solid #004080;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #FFFFFF;
}
#commentform #submit{
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #F8C6BC;
	color: #004080;
	border: 1px solid #004080;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 180px;
}
#searchform {
	background: #194ED2;
	width: 165px;
	padding: 10px 10px 10px 10px;
	float:right;
}
#searchform #s {
	width: 115px;
	height: 22px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #004080;
	background: #FFFFFF;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: #194ED2;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
#searchform label {
	font-size: 11px;
	color: #FFFFFF;
}
#sidebar h3 {
	color: #FFFFFF;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #F8C6BC;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #F8C6BC;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #194ED2;
	text-align: center;
	color: #FFFFFF;
	font-size: 95%;
	line-height: 130%;
	padding-top: 1.5em;
}
#footer a, #footer a:visited{
	color: #F8C6BC;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recent-posts li{
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #FFFFFF;
	font-size: 85%;
	line-height: 120%;
	padding-bottom: 1em;
}
#credits a, #credit a:visited{
	color: #F8C6BC;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}
p.wp-caption-text{
	font-style: italic;
	font-size: 95%;
	color: #004080;
}
.wp-caption {
	margin: 0 auto;
	text-align: center;
}
