/*  
Theme Name: Fanfury
Description: The official theme of <a href="http://www.fanfury.com">Fanfury.com</a>. For WordPress 2.7 and higher.
Theme URI: http://www.fanfury.com
Version: 1.0
Author: Dan Remollino & Mike Calandra
Author URI: http://www.fanfury.com
Tags: fanfury, white, sports, movies, popcorn
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

/* ======== */
/* ! Tags   */
/* ======== */


a:link, a:visited {
	text-decoration: none;
	color: #0F3B79;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: underline;
	color: #0F3B79;
	font-weight: bold;
}

body {
	background-image: url(images/bg.jpg);
	font-size: 10pt;
}

h1, h2, h3, h4 {
	color: #0a2750;
}

p {
	margin-bottom: 10px;	
}

/* =========== */
/* ! Globals   */
/* =========== */


div.hrDotted {
	height: 1px;
	border-top: 1px dotted #a7c5c4;
	margin: 5px auto;
}

div.hrSolid {
	height: 1px;
	border-top: 1px solid #a7c5c4;
	margin: 5px auto;
}

/* =========== */
/* ! Wrapper   */
/* =========== */


#wrapper {
	width: 906px;
	min-height: 768px;
	margin: 10px auto;
	border: 1px solid #000;
	background-color: #b75c2a;
}

/* ========== */
/* ! Header   */
/* ========== */


.menu {
	width: 906px;
	height: 273px;
	margin: 0px auto 10px auto;
	background-image: url(images/header.jpg);
}

.menu ul {
	display: block;
	position: relative;
	top: 253px;
	left: 219px;
}

.menu ul li {
	display: inline;
	margin: 0px 4px;
}

.menu ul li a {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	padding: 5px 15px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px #000;
	background-color: #571f09;
}

.menu ul li a:hover {
	text-decoration: none;
	background-color: #b75c2a;
}

.menu ul li.current_page_item a {
	background-color: #b75c2a;
}

/* ================== */
/* ! Sidebar - Left   */
/* ================== */

#sidebar {
	float: left;
	background-color: #fff;
	margin: 0px 10px 0px 10px;
	width: 163px;
	min-height: 748px;
	padding: 10px;
}

#sidebar ul {
	list-style: none;
}

/* =========== */
/* ! Content   */
/* =========== */


#content {
	float: left;
	width: 480px;
	min-height: 748px;
	margin: 0px 10px 0px 0px;
	padding: 10px;
	background-color: #fff;
}

.left {
	float: left;
	margin: 5px 8px 0px 0px;
}

.right {
	float: right;
	margin-left: 5px;
}

.meta {
	margin-bottom: 10px;
}

	.meta h2 {
		margin: 0px;
	}

	.meta small {
		font-weight: bold;
		color: #b23438;
	}
	
#post-nav {
	margin: 0px auto;
	width: 180px; 
}

/* =================== */
/* ! Sidebar - Right   */
/* =================== */

#sidebarRight {
	float: left;
	width: 163px;
	min-height: 748px;
	padding: 10px;
	background-color: #fff;
}

#sidebarRight ul {
	list-style: none;
}

/* ========== */
/* ! Footer   */
/* ========== */

#footer {
	clear: both;
	width: 500px;
	min-height: 10px;
	margin-left: 202px;
	background-color: transparent;
}

/* ============ */
/* ! Comments   */
/* ============ */

ol.commentlist {
    background-color: #fff;
    padding: 10px 20px 10px 20px;
   
}

#commentform {
	width: 440px;
	padding-top:10px;
    padding-left:20px;
    padding-right:20px; 
    padding-bottom: 10px; 
	background-color: #ffffcc;
	border: 1px solid #b75c2a;
}
	
#comment {
	width: 440px;
	border: 1px solid #b75c2a;
}

#respond h3 {
	color: #cc3333;
	font-size: 9pt;
	padding-bottom: 5px;
}

#submit {
	color: #cc3333;
	font-size: 9pt;
	background-color: transparent;
}


/* ==================== */
/* ! Standings Widget   */
/* ==================== */