/*
Theme Name: AFB
Theme URI: http://concussion.net/
Author: concussion develpoment team
Version: 1.0
*/


/* Reset default browser CSS. Based */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	background: transparent;
}
a{text-decoration: none;}
body {
    width: 100%;
 	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    font-size: 12px;
    background:  url(images/bg_tile.jpg) repeat center top;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}


.fanzone table td {vertical-align:middle;}

.clear
{
    clear:both;
    font-size: 1px;
    line-height: 1px;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }
h1 { 
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    line-height:50px;
}

h2 { 
    font-size:13px;
    text-transform:uppercase; 
    padding-bottom: 20px;
	padding-left: 0px;
	color: #BE1E2D;
	line-height: 14px;
}

h3 { 
	background:url("images/bg_h5.gif") no-repeat scroll right top #DADADA;
	color:#4D4D4D;
	font-size:12px;
	letter-spacing: 0.05em;
	height:26px;
	line-height:26px;
	margin-bottom:20px;
	padding-left:10px;
	text-transform:uppercase;
}
h4 { 
    color: #808080;
    font-weight: bold;
    font-size: 14px;
}

h5 { 
    color: #be1e2d;
    font-size: 13px;
    line-height:15px;
    margin-bottom: 20px;
    font-weight: normal;
}
hr{
	background-color:#e2e2e2;
	border:0 none;
	color:#e2e2e2;
	height:10px;
	margin: 0 0 26px;
}
.entry-ytility{margin-bottom: 20px;}
a, a:link, a:visited{ color: #BE1E2D;} 
a:hover {color: #9f181e;}
/*.homepageContent td.rightCol h5.sIFR-replaced{color: #be1e2d; background: none; padding-left: 0;}
a, a:link, a:visited {
    color: #BE1E2D;
}*/

/*** Header ***/
.headerWrapper {
    width: 100%;
    text-align: center;
    background-color: #121212;
}
.headerContent {
    margin: 0 auto;
    width: 952px;
    background: url(images/header.jpg) no-repeat center 0 #121212;
    text-indent: -9999em;
    height: 151px;
}
.headerContent a {
    display: block;
    height: 100%;
}

/*** Wrapper ***/
.Wrapper {
    width: 100%;
    text-align: center;
    background:  url(images/templight.jpg) no-repeat 50% 0;
}
.wrapperContent {
    width: 952px;
    margin: 0 auto; 
    padding-bottom: 59px;
    background: url(images/bg_footer_top.gif) no-repeat 0 100%;
}
.wrapperContentint {
background:transparent url(images/bg_footer_topint.gif) no-repeat scroll 0 100%;
margin:0 auto;
padding-bottom:39px;
width:952px;
}
/*** Nav Styles ***/
.menu {
}
.menu li {
    float: left;
    list-style: none;
    position: relative;
    z-index: 1001;
}
.menu li a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
	color: #ded9d6;
    padding: 0 18px;
    line-height: 24px;
    font-size: 12px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}
.menu li a:hover, .menu li a:active, .menu li a:visited {
    border: none;
    color: #ded9d6;
}
.menu li ul {
	display:none;
	position:absolute;
	top:24px;
    padding-bottom: 15px;
	left: -18px;
	float:left;
	width: 260px;
	z-index: 99999;
    text-align: left;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity = 85);
}
.menu ul li {
    width: 100%;
}
.menu ul li a {
	color: #ded9d6;
    padding: 7px 12px 0 36px;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 26px;
    display: block;
    font-size: 12px;
    font-weight: 200;
}
.menu ul li a:hover {
	color: #BE1E2D;
    background: url("images/arrow_left.gif") no-repeat scroll 15px 60% transparent;

}
.menu ul li.current-menu-item a {
	color: #BE1E2D;
    background: url("images/arrow_left.gif") no-repeat scroll 15px 60% transparent;
	
	
}

.menu li:hover > ul {
	display: block;
}
.menu li.sfhover ul {
    display: block !important;

}
.menu li.sfhover ul li a {
 display: block !important;

}
.menu li.back {
    z-index: 0 !important;
}
.menu-header ul li.current_page_item > a,
.menu-header ul li.current-menu-ancestor > a,
.menu-header ul li.current-menu-item > a,
.menu-header ul li.current-menu-parent > a {
}

.menu-header ul li.current_page_item a,
.menu-header ul li.current-menu-ancestor a,
.menu-header ul li.current-menu-item a,
.menu-header ul li.current-menu-parent a,
.menu-header ul li a:hover {
	
}
.menu li.sfhover ul li:last-child{clear: both;}
.navContent {
    height: 24px;
    background: url(images/bg_nav.gif) repeat-x 0 0 #454442;
}
#main .table_image_vert h6{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 11px;
	width: 125px;
}
#main .table_image{
	margin-bottom: 30px;
}
#main .table_image_vert p{
	line-height: 20px;
	color: #8d8d8d;
	width: 125px;
}
#main .table_image hr, #main .table_image_vert hr{
	background-color:#e2e2e2;
	border:0 none;
	color:#e2e2e2;
	height:2px;
	margin: 0 0 21px;
}
#main .table_image .image{
	padding-right: 20px;
}
#main .table_image td{
	color: #8d8d8d;
}
#main .table_image H5 {
	MARGIN-BOTTOM: 12px; COLOR: #000
}
#main .table_general H5 {
	MARGIN-BOTTOM: 12px; COLOR: #000; font-weight: bold;
}
#main .table_general .phone {
	COLOR: #d32028; FONT-SIZE: 14px; FONT-WEIGHT: bold
}
#main .table_general .phone .black {
	COLOR: #000
}
#main .table_image .phone{
	font-size: 14px;
	color: #d32028;
	font-weight: bold;
}
#main .table_image .phone .black{
	color: #000;
}
#main .table_image h5 a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#main .table_image h6{
	font-size: 12px;
}
#main .table_general H6 {
	FONT-SIZE: 12px
}

#main .td_partners TD {
	BORDER-BOTTOM: #d1d5d8 2px solid; TEXT-ALIGN: center; VERTICAL-ALIGN: bottom; BORDER-left: #d1d5d8 2px solid;
}
#main .td_partners Td:first-child {
	BORDER-BOTTOM: #d1d5d8 2px solid; TEXT-ALIGN: center; VERTICAL-ALIGN: bottom; BORDER-left: none;
}
#main .td_spacing TD {
	PADDING-BOTTOM: 23px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: #464646; VERTICAL-ALIGN: middle; PADDING-TOP: 23px
}
#main .td_albums TD {
	PADDING-BOTTOM: 23px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: #464646; VERTICAL-ALIGN: middle; PADDING-TOP: 23px
}
#main .td_albums TD {
	PADDING-BOTTOM: 5px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 5px
}
#main .td_albums HR {
	MARGIN-BOTTOM: 0px !important
}
#main .photos IMG {
	MARGIN-BOTTOM: 12px; MARGIN-RIGHT: 12px
}
#main .table_image .image H6 {
	MARGIN-TOP: 10px
}
.menu-header, div.menu {
	font-size: 13px;
	width: 845px;
	margin: 0 auto;
}
.menu-header ul li#menu-item-61 a {
}

/*** Channel ***/
.channelContent {
    height: 340px;
    background: url(images/bg_logo.jpg) #333 no-repeat 100% 0;
    text-align: left;
	overflow: hidden;
}
.pageTitle {
    background: url(images/bg_logo.jpg) #333 no-repeat 100% 0;
    text-align: left;
    padding: 40px 0 20px 35px;;
}
.channel {
    padding: 13px 20px;
    float: left;
    text-align: left;
}
.logo {
    padding-top: 70px;
    float: right;
    width: 285px;
}
.divider {
    background: url(images/bg_divider.gif) #676767 no-repeat 0 100%;
    height: 24px;
}

/*** main styles ***/
#main p {
    color:#8d8d8d;
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 20px;
}
#main {
    background-color: #fff;
    border-left: 1px solid #b5b4b4;
    border-right: 1px solid #b5b4b4;
    margin-bottom: 20px;
    padding-bottom: 80px;
}
.subhead {
    padding: 20px 0 25px 0;
	text-align:left;
	background:url("/images/subhead.gif") no-repeat scroll center center transparent;
	height: 15px;
	width: 950px;
}
.subhead img{padding-left: 20px;}
.contentpane {
    float: left;
    width: 630px;
    text-align: left;
}
.mainContent {
    margin: 0 20px;
}

/*** homepageContent ***/
.homepageContent {
    width: 100%;
}
.homepageContent td {
    width: 50%;
    float:none;
}
.homepageContent td.rightCol {
    padding-left: 20px;
}
.rigthTopCurve {
    background: url(images/bg_head_curve.gif) #D6D6D6 no-repeat 100% 0;
    padding-top: 10px;
}
.bgGradaint {
    background: url(images/gradient.gif) #fff repeat-x 0 0;
    padding: 15px 25px;
}
#main .bgGradaint p {
    color: #464646;
}

/*** Sponsors ***/
.sponsors {
    border-top: 1px solid #b5b4b4;
    background: url(images/bg_sponsors.gif)  repeat-y 0 0;
    height: 111px;
}

/*** Sidebar ***/
.rightCol {
    float: right;
    width: 315px;
    text-align: left;
	margin: 0;
}
.rightColPadding UL LI UL {
	MARGIN-TOP: 15px; MARGIN-LEFT: 25px
}
.rightColPadding UL LI {
	PADDING-LEFT: 15px; MARGIN-BOTTOM: 15px; BACKGROUND: url(/images/arrow_left.gif) no-repeat left 3px; COLOR: #8d8d8d
}

.rightColContent {
    margin-right: 13px;
}
.tblsocial {
    margin: 5px 0 20px 10px;
}
.tblsocial td {
    padding-bottom: 20px;
}
.tblsocial td .icon {
    float: left;
    margin-right: 10px;
}
.tblsocial td .iconCaption {
    float: left;
    width: 225px;
    padding-top: 7px;
    color: #8D8D8D;
    text-decoration: none;
    font-size: 12px;
}
.tblsocial td .iconCaption a {
    color: #8D8D8D;
    text-decoration: none;
    font-size: 12px;
    padding-right: 15px;
}
.tblsocial td .iconCaption a:hover{color: #333333;}
.rightColPadding {
    padding-left: 10px;
}
.rightColContent h5 { 
    color: #000;
    font-size: 13px;
    line-height:15px;
    font-weight: bold;
    margin-bottom: 20px;
}
/*** Twitter ***/
.timeSpan {
    margin-top: 5px;
    color: #9b9b9b;
}
.tweets {
    margin-top: 10px 0;
}
.tweets li {
    color: #464646;
    margin-bottom: 10px;
    line-height:20px;
}

/*** Footer ***/
.footerWrapper {
    width: 100%;
    text-align: center;
    background-color: #121212;
}
.footerContent {
    margin: 0 auto;
    width: 952px;
    background: url(images/bg_footer.jpg) no-repeat center 0 #121212;
    height: 362px;
}
.footerlogo {
    float: left;
    margin: 30px 0 0 25px;
}
.espnlogo {
    float: right;
    margin: 75px 25px 0 0;
}
.bowlGames {
    margin: 45px auto 0 auto;
}
.bowlGames td {
    padding: 0 5px;
    vertical-align: middle;
}
.bowlGames td p {
    color: #fff;
}
.footerNavContainer {
    margin: 35px auto 0 auto;
    width: 890px;
    height: 24px;
}
.copyright {
    color: #fff;
    font-size: 10px;
    margin-top: 0px;
    clear: both;
}

/*** footer Nav ***/
.navContent
{
    height: 24px;
    background: url(images/bg_nav.gif) repeat-x 0 0 #454442;
}
.menu-footer {
	font-size: 13px;
}
.menu-footer ul {
	list-style: none;
	margin: 0;
}
.menu-footer li {
	float:left;
	position: relative;
}
.menu-footer {
	display:block;
    margin: 0 0 0 55px;
}
.menu-footer ul ul li {
	min-width: 180px;	
}
.menu-footer ul ul ul {
	left:100%;
	top:0;
}
.menu-footer ul li a {
	color: #ded9d6;
    padding: 0 12px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 24px;
    display: block;
    font-size: 12px;
}
.menu-footer ul li a:active, .menu-footer ul li a:visited {
	color: #ded9d6;
	
}
.menu-footer ul li a:hover{color: #ffffff;}
.menu-footer ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
.menu-footer ul ul {
	display:none;
}
.copyright a, .copyright a:visited{color: #d3d3d3;}
.copyright a:hover{color: #999999;}

/* Images
-------------------------------------------------------------- */
#main a.alignright {
	display: block;
    padding-right:17px;
    text-align:right;
    color: #BE1E2D;
    text-decoration: none;
    background: url("images/arrow_left.gif") no-repeat scroll 100% 50% transparent;
}
#main a.alignright:hover{color: #990000;}



a.hasarrow {

    padding-right:13px;
    color: #BE1E2D;
    text-decoration: none;
    background: url("images/arrow_left.gif") no-repeat right center;
}
a.hasarrow:hover{color: #990000;}


a.tweets {

    padding-right:13px;
    color: #BE1E2D;
    text-decoration: none;
    background: url("images/arrow_left.gif") no-repeat right center;
	
}
a.tweets:hover{color: #990000;}



#main img.alignleft, .alignleft {
	margin-right: 10px;
}

#main img {
	margin: 0;
}
#main .attachment img {
}
#main img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

#main img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#main img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#main img.alignleft, 
#main img.alignright, 
#main img.aligncenter {
	margin-bottom: 12px; 
}
#main .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#main .wp-caption img {
	margin: 5px 5px 0;
}
#main .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#main .wp-smiley {
	margin:0;
}
#main .gallery {
	margin: auto;
}
#main .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#main .gallery img {
	border: 2px solid #cfcfcf;
}
#main .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.meta-nav{display: none;}

#context{color: #333333;}

div.type-post a{background:transparent url(images/arrow_left.gif) no-repeat scroll right center;
color:#BE1E2D;
padding:0 17px 0 0;
	}
	div.type-post p.postmetadata a, div.type-post .entry-utility a, div.type-post .entry-meta a, div.type-post .entry-content a{background:none;
color:#BE1E2D;
padding:0;
	}
div.type-post p.readmore a{background:transparent url(images/arrow_left.gif) no-repeat scroll 62px 60%;
color:#BE1E2D;
padding:0 12px 0 0;
	}
	
.attachment-post-thumbnail img{margin: 0pt 10px 10px 0pt !important; float: left;}
.twtr-hd, .twtr-ft {display: none;}
.twtr-doc{width:100% !important;}
.twtr-widget{font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;}
.twtr-widget .twtr-tweet-wrap{padding: 10px 5px 10px 0 !important;}
.twtr-widget .twtr-tweet {border: none !important;}
.textwidget b{padding-top: 20px;}
.smallh2{height:74px; overflow:hidden;}

.concussionlogo {
background:url("images/concussion.png") no-repeat scroll center bottom transparent;
display:inline-block;
height:18px;
margin-left:10px;
text-indent:-9999px;
width:60px;
}

#recent-posts-area h2{padding-bottom: 0 !important;}

#recent-posts-area .xoxo #recent-posts h2{display: none !important;}

#recent-posts-area .xoxo #recent-posts ul{margin-bottom: 20px;}
#recent-posts-area .xoxo #recent-posts ul li{padding-bottom: 10px;  color: #8D8D8D;
}

#banner-ads{padding-top: 50px; width: 300px;}
#banner-ads h3{margin-bottom: 10px;}

.textwidget{margin-bottom: 20px;}



