/*  
Theme Name: 76fanclubs
Theme URI: http://76fanclubs.com
Description: 76fanclubs theme.
Version: 0.9
Author: 76design
Author URI: http://76design.com/
*/

BODY,HTML,IMG,FORM,H1,H2,H3,H4,P,UL,OL,LI {
	margin: 0;
	padding: 0;
	border: none;
}

HTML {
	font: normal 13px "Lucida Grande", "Lucida Sans", arial, helvetica, sans-serif;	
	text-align: center;
	background: #FFEB9C url("images/html_bkg.gif") repeat-x;
	color: #333;
}

BODY {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/********************************************
	GENERIC
*/

INPUT, SELECT, TEXTAREA {
	font: normal 11px "Lucida Grande", "Lucida Sans", arial, helvetica, sans-serif;	
}

INPUT.text,
#s {
	border-style: solid;
	border-width: 3px;
	background: #fff url("../../images/public/input_text_bkg.gif") repeat-x top;
	padding: 2px;
}

A {
	color: #f60;
	text-decoration: none;
}

A:hover {
	color: #775615;
	text-decoration: underline;
}

H2 {
	color: #31341E;
}

H2.pagetitle {
	margin: 8px;
	font-size: 20px;
}

H3 {
	color: #31341E;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: -2px;
}

H3 EM,
H4 EM,
H5 EM {
	color: #777F49;
	font-style: normal;
}

H4 {
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
}
a#rssicon, a#rssicon:visited, a#rssicon:active {
	background:url("images/rssicon.gif") no-repeat 0 50%;
	padding:0 0 0 20px;
}
a#fcbtn, a#fcbtn:active, a#fcbtn:visited {
	background:url(images/76fc_btn_bg.gif) no-repeat bottom left;
	float:right;
	display:block;
	width:181px;
	height:74px;
	text-align:center;
	font-size:16px;
	color:white;
}
/********************************************
	PAGE LAYOUT
*/

#page {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

#content.narrowcolumn {
	width: 650px;
}

#sidebar {
	width: 220px;
	margin: 0 0 20px 30px;
	float: left;
}

/********************************************
	HEADER
*/

#header {
	height: 181px;
	width: 100%;
	overflow: hidden;
	background: url("images/header.gif") no-repeat;
}

/********************************************
	SIDEBAR
*/

#sidebar {
	padding: 0 0 130px;
	background: #ffda76 url("images/secondary_bkg.gif") repeat-x bottom;
}	

#sidebar LI {
	list-style: none;
}

#sidebar UL UL,
#sidebar .textwidget {
	padding: 0 10px;
	font-size: 11px;
}

#sidebar UL UL LI {
	padding: 0 0 0 15px;
	background: url("images/bullet_star.gif") no-repeat left 1px;
	margin: 2px 0 4px;
}

#sidebar UL .widget_archives LI,
#sidebar UL .widget_categories LI {
	color: #999;
}

#sidebar H2 {
	font-size: 13px;
	padding: 3px 10px 0;
	border-bottom: solid 1px #EFCA68;
	margin: 10px 0 6px;
}

#sidebar P {
	margin: 0 0 5px;
}

#sidebar #searchform {
	padding: 70px 10px 0;
	background: url("images/secondary_menu_bkg.gif") no-repeat;
	overflow: hidden;
}

#s {
	width: 190px;
	float: none;
	margin: 5px 0;
	border-color: #fecd4a;
}

#searchform INPUT {
	float: right;
}

/********************************************
	POST
*/

.post {
	margin: 0 0 20px 111px;
	background: #FFF4C0;
}

.post.single {
	border: none;
	background: none;
}

.post .date,
.post .author {
	margin: 3px 0;
	font: normal 11px verdana,arial,helvetica;
	color: #958866;
	padding: 0 15px;	
}

.post .date.ticket {
	float: left;
	margin:  12px 0 0 -85px !important;
	_margin: 0 0 0 -42px !important;
	padding: 5px 10px 5px 0 !important;
	width: 61px;
	height: 33px;
	background: url("images/date_bkg.gif") no-repeat top left;
	color: #fff !important;
	text-align: center;
	font: normal 8px verdana,arial,helvetica;
	*font-size: 9px;
}

.post .date.ticket STRONG {
	display: block;
	font-size: 20px;
	line-height: 20px;
}

.post H2 {
	font-weight: normal;
	font-size: 26px;
	padding: 15px 15px 0;
	_padding-top: 3px;	
}

.post.first H2 {
	font-size: 35px;
}

.post H2 A {
	color: #084B6B;
	text-decoration: none;
}

.post H2 A:hover {
	color: #4B5E58;
}

.post SMALL,
.post .postmetadata {
	font: normal 9px verdana,arial,helvetica;
	color: #958866;
	display: block;
}

.post .postmetadata {
	border-top: solid 1px #e9d68e;
	background: #fae48d;
	margin-top: 15px;
}

.post .postmetadata .body {
	padding: 10px 15px 2px;
}

.post .top,
.post .bot {
	clear: both;
	width: 100%;
	height: 8px;
	font-size: 0;
	line-height: 0;
	display: none;
}

.post .top SPAN,
.post .bot SPAN {
	float: right;
	width: 8px;
	height: 8px;
	font-size: 0;
	line-height: 0;	
}

.post .entry {
	margin: 15px 0;
	padding: 0 25px;
}

.post .entry P {
	margin: 0 0 10px;
}

.post .entry UL,
.post .entry OL {
	padding: 0 15px 0 20px;
	margin: 0 0 10px;
}

.post .postmetadata SPAN.tags {
	margin: 4px 0 0;
	display: block;
}

.post .postmetadata A {}

.post .top {
	background: url("images/corners_cream.gif") no-repeat top left;
	display: block;
	border: none !important;
}

.post .top SPAN {
	background: url("images/corners_cream.gif") no-repeat top right;
}

.post .bot {
	background: url("images/corners_cream.gif") no-repeat bottom left;
	display: block;
}

.post .bot SPAN {
	background: url("images/corners_cream.gif") no-repeat bottom right;
}

.post .postmetadata .bot {
	background: url("images/corners_cream.gif") no-repeat bottom left;
	display: block;
}

.post .postmetadata .bot SPAN {
	background: url("images/corners_cream.gif") no-repeat bottom right;
}

.post.first {
	background: #FFDA76;
	border: none;
	margin-top: -15px;
	overflow: hidden;
}

.post.first .postmetadata {
	border-top: solid 1px #dac75d;
	background: #e1f1ff;
	margin: 0;
}

.post.first .top {
	background: url("images/header_corners.gif") no-repeat top left;
	display: block;
}

.post.first .top SPAN {
	background: url("images/header_corners.gif") no-repeat top right;
}

.post.first .postmetadata .bot {
	background: url("images/corners_blue.gif") no-repeat bottom left;
	display: block;
}

.post.first .postmetadata .bot SPAN {
	background: url("images/corners_blue.gif") no-repeat bottom right;
}

.navigation {
	padding: 18px 8px 6px;
	overflow: hidden;
}

.navigation.top {
	border-bottom: solid 1px #ccbc7c;
	margin-bottom: 15px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/********************************************
	COMMENTS
*/

#comments {
	width: 539px;
	margin: 30px 0 0 111px;
	overflow: hidden;
}

#comments H3 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	border-bottom: solid 1px #dac75d;
	padding: 1px 5px;
}

#comments OL {
	margin: 15px;
	list-style: none;
}

#comments OL LI {
	padding: 10px;
	border-left: solid 8px #FFE37F;
}

#comments OL LI.alt {
	background: #FFF4C0;
	border-color: #FFDA76;
}

#comments OL LI CITE {
	font-style: normal;
	font-weight: bold;
}

#comments OL LI P {
	margin: 5px 0;
}

#commentform {
	padding: 8px 15px;
}
#commentform #email,
#commentform #author,
#commentform #url {
	padding: 2px;
	font-size: 13px;
	border: solid 3px #FECD4A;
	width: 225px;
	margin: 0 0 4px;
}

#commentform LABEL SMALL {
	font: normal 11px verdana,arial,helvetica;
	color: #958866;
}

#commentform TEXTAREA {
	margin: 7px 0;
	width: 506px;
	height: 60px;
}

/********************************************
	FOOTER
*/

#footer {
	clear: both;
	border-top: solid 1px #dac75d;
	padding: 5px;
	font: normal 9px verdana,arial,helvetica;
	color: #666;
}

