/*
Theme Name: Easton Baseball
Description: 
Version: 1.0
Author: NoDiamonds
Author URI: http://nodiamonds.com/

	Easton Baseball v 1.0

*/


html{ overflow: auto; } /** IE **/

body{
	margin: 0;
	font: 12px arial;
	color: #000;
}
#wrapper{
	width: 1004px;
	margin: 0 auto;
}
#header{
	height: 76px;
	background: transparent url('images/header.png') 50% 3px no-repeat;
	margin: 0px;
	padding: 0px;
	border: none;
}
#headerFlags{
	width: 208px;
	height: 70px;
	float: right;
	text-align: right;
	color: #c2c2c2;
	font: italic 10px arial;
	margin: 6px 7px 0 0;
}
#choosePassion{
	width: 133px;
	height: 19px;
	float: right;
	padding: 0;
	margin: 10px 0 0 0;
	list-style-type: none;
	text-align: left;
	background: transparent url('images/choose.png') 0 0 no-repeat;
}
#choosePassion li{
	display: block;
}
#choosePassion li a{
	padding: 3px 0 3px 10px;
	display: block;
	color: #c2c2c2;
	font: normal 10px arial;
	text-decoration: none;
}
#flagFrance, #flagUsa{
	width: 22px;
	height: 15px;
	display: block;
	float: right;
	margin: 12px 0 0 8px;
}
#flagFrance{
	background: transparent url('images/flag_france.png') 0 0 no-repeat;
}
#flagUsa{
	background: transparent url('images/flag_usa.png') 0 0 no-repeat;
}
#flagFrance:hover, #flagUsa:hover,
#flagFrance.active, #flagUsa.active{
	background-position: 0 -15px;
}
	
#headerBaseball a,
#headerSoftball a{
	display: block;
	width: 112px;
	height: 25px;
	float: left;
	text-decoration: none;
	margin: 10px 0 0 4px;
}
#headerBaseball a {
	margin-left: 6px;
	background: transparent url('images/menu_baseball.png') 0px 0px no-repeat;
	clear:both;
}

#headerSoftball a {
	background: transparent url('images/menu_softball.png') 0px 0px no-repeat;
}

#header .top-links { margin:7px 0 5px 0; float:right;}
#header .top-links ul {list-style: none;}
#header .top-links .links { float:right; line-height:14px; white-space:nowrap; margin:0 0 0 0; }
#header .top-links .links li { padding:0 7px 0 4px; background:none; }
#header .top-links .links li.last { background:none; padding-right:0; }
#header .top-links .links li a { color:#fff; text-decoration:none; font:bold 10px/14px verdana; }
#header .top-links .links li a:hover { text-decoration:underline; }



#topMenu{
	height: 31px;
	background: transparent url('images/topMenu.png') 0 0 repeat-x;
	margin: 0 6px 0 6px;
	padding: 0;
	list-style-type: none;
}
#topMenu>li{
	display: block;
	float: left;
	height: 31px;
	padding: 0 4px 0 0;
	background: transparent url('images/topMenuLi.png') right no-repeat;
}
#topMenu>li>a{
	height: 21px;
	padding: 10px 7px 0 7px;
	display: block;
	font: bold 10px verdana;
	color: #e5e4e0;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url('images/topMenu_hover.png') 50% 100% no-repeat;
}
#topMenu>li.first>a, #topMenu>li.first>a:hover{
	width: 42px;
	background: transparent url('images/topMenu_home.png') 0 0 no-repeat;
	height: 24px;
	padding: 7px 0 0 0;
}
#topMenu>li.last{
	float: right;
	width: 250px;
	background: transparent url('images/topMenuR.png') right no-repeat;
}
#topMenu ul.submenu, #choosePassion ul.submenu{
	width: 203px;
	background: transparent url('images/submenu_bttm.png') bottom no-repeat;
	padding: 0 0 12px 0;
	position: absolute;
	z-index: 1000;
	list-style-type: none;
	margin: -1px 0 0 -10px;
	display: none;
}
#choosePassion ul.submenu{
	margin-left: -3px;
	margin-top: 0;
}
#topMenu ul.submenu li,  #choosePassion ul.submenu li{
	padding: 0 10px 0 10px;
	background: transparent url('images/submenu.png') 0 0 repeat-y;
}
#topMenu ul.submenu li a,  #choosePassion ul.submenu li a{
	display: block;
	padding: 7px 3px 7px 8px;
	font: bold 11px verdana;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
#topMenu ul.submenu li a:hover,  #choosePassion ul.submenu li a:hover{
	background: transparent url('images/submenu_hover.png') 0 0 repeat-y;
	color: #35327E;
}

#searchForm, #searchForm fieldset{
	padding: 0 4px 0 0;
	margin: 0;
	border: 0;
	text-align: right;
	font: bold 11px verdana;
	color: #e5e4e0;
	width:245px;
}
#searchForm fieldset{
	padding-top: 6px;
}
#searchForm input{
	width: 164px;
	height: 18px;
	padding: 0 10px;
	font-size: 11px;
	margin: 0 0 0 4px;
	border: 0;
	color: #2d2d2d;
	background: #fff url('images/searchInput.gif') 0 0 no-repeat;
}

#path{
	height: 28px;
	background: transparent url('images/pathL.png') 0 0 no-repeat;
	padding-left: 11px;
}
#pathR{
	height: 28px;
	padding-right: 11px;
	background: transparent url('images/pathR.png') right no-repeat;
}
#pathL{
	height: 22px;
	padding: 6px 0 0 0;
	background: transparent url('images/path.png') 0 0 repeat;
	text-align: right;
	font-size:8px;
	font-weight: bold;
}
#pathL a, #pathL span{
	text-decoration: none;
	color: #000;
	font-size: 8px;
	font-family:Verdana;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px;
}
#pathL a:hover{
	text-decoration: underline;
}


#left{
	width: 266px;
	float: left;
	margin: -13px 0 0 8px;
	background: transparent url('images/leftTop.png') 0 0 no-repeat;
}

div.leftBox_o{
	margin-top: 25px;
	background: transparent url('images/leftBox_o.png') 0 0 repeat-y;
	padding: 0 12px;
}
div.leftBox_c{
	min-height: 275px;
	background: #fff url('images/leftBox_c.png') bottom repeat-x;
	text-align: right;
	padding: 0 0 10px 0;
}
div.leftBox_f{
	height: 15px;
	background: url('images/leftBox_f.png') 0 0 no-repeat;
}
div.leftBox_c h3, div.leftBoxN_c h3{
	height: 33px;
	width: 213px;
	padding: 6px 0 0 12px;
	margin: 0 auto;
	position: relative;
	top: -15px;
	color: #fff;
	text-transform: uppercase;
	font: bold 11px verdana;
	line-height: 26px;
	overflow: hidden;
	text-align: left;
}

#leftTopics{
	width: 249px;
	margin: 10px 10px 0 7px;
}
#leftTopics_top, #leftTopics_bttm{
	height: 6px;
	line-height: 1px;
	font-size: 1px;
}
#leftTopics_cnt{
	min-height: 190px;
	padding: 5px 10px 5px 10px;
	text-align: justify;
}
#leftTopics_cnt h3{
	padding: 0 0 5px 0;
	margin: 0;
	font: normal 12px georgia, "times new roman";
	font-style: italic;
	color: #474747;
}

#leftTopics_cnt a {
	
	text-decoration: none;
}

.rb_info{
	font: italic 12px georgia, "times new roman";

}
.rb_info a, .rb_info img{
	display: block;
	float: left;
	vertical-align: middle;
}
.rb_info a.com span{
	display: block;
	padding-top: 2px;
	float: left;
	text-decoration:underline;
}
.rb_info span.com{
	width: 28px;
	height: 21px;
	padding: 0 !important;
	margin: 0 4px 0 0;
	display: block;
	text-decoration:none;
	float: left;
	text-align: center;
	font: 12px "times new roman";
}
.rb_info .read_more{
	height: 19px;
	margin: 0 0 0 20px;
	padding: 2px 0 0 24px;
}
.rb_info img.rb_line{
	width: 2px;
	height: 27px;
	margin: -3px 0 0 20px;
}
.rb_info a.ico{
	margin: 2px 0 0 15px;
}

#right{
	width: 730px;
	float: left;
	margin-left: -1px;
}

#footerSpacer{
	clear: both;
	height: 30px;
}
#footer{
	background: transparent url('images/footer_top.png') 50% 0 no-repeat;
	padding: 52px 0 0 0;
	clear: both;
	margin-top: 50px;
}
#footer div.o{
	background: transparent url('images/footer_o.png') 50% 0 repeat-y;
	padding: 0 6px;
}
#footer div.c{
	min-height: 230px;
	padding: 0 0 10px 0;
	background: #f8f8f8 url('images/footer_c.png') 50% 100% no-repeat;
}
#footerBttm{
	height: 38px;
	padding: 20px 0 0 0;
	background: transparent url('images/footer.png') 50% 0 no-repeat;
	color: #fff;
	text-align: center;
	font: italic 11px arial;
}
#footerBttm a{
	color: #fff;
	padding: 0 10px;
	font-style: normal;
}

#footer ul{
	width: 220px;
	padding: 0 0 0 30px;
	margin: -15px 0 0 0;
	float: left;
	list-style-type: none;
	background: transparent url('images/footer_ul.png') 100% 50% no-repeat;
	min-height: 230px;
	text-align:left;

}
#footer ul.last{
	background: none;
	width: 160px;
}
#footer ul li.title{
	font: bold 13px "arial black";
	font-variant: small-caps;
	padding-top: 15px;
}
#footer ul a{
	display: block;
	padding: 2px 0 2px 35px;
	color: #352e7e;
	background: transparent url('images/footer_cross.png') 23px 7px no-repeat;
}

.caption238{
	width: 238px;
	font-size: 10px;
}
.caption238 img{
	width: 238px;
	display: block;

}

a.italic{ font-style: italic; }
a.times{ font-family: georgia, "times new roman"; }
a img{ border: 0; }

.s11px{ font-size: 11px; }

.floatLeft{ float: left; }
.floatRight{ float: right; }
.clear{ font-size: 1px; line-height: 1px; clear: both; }

.alignRight{ text-align: right; }
.c {
	text-align:center;
}
.c H2 {
	text-align:left;
}
.c DIV {
	text-align:left;
}
.c P {
	text-align:left;
}
.c LI {
	text-align:left;
	}

.pt10{ padding-top: 10px; }
.pt12{ padding-top: 12px; }
.pt15{ padding-top: 15px; }
.mt15{ margin-top: 15px; }
.mr10{ margin-right: 10px; }
.mr20{ margin-right: 20px; }
.ml5{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml20{ margin-left: 20px; }

.red{ color: #f00; }
.bold{ font-weight: bold; }

#about_more { display:none }

.wp-caption {padding: 5px; width: 510px; background-color: white;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
-webkit-border-bottom-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;

margin:15px;
-moz-box-shadow: 6px 6px 4px #888;
-webkit-box-shadow: 6px 6px 4px #888;}
.wp-caption-text {padding:0px;margin:10px 0 5px 0;font-size:9px}
.wp-caption IMG {padding-left:4px;padding-top:5px;}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.entry	IMG {padding:5px}