/*
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: 998px;
	margin: 0 auto;
}

#content_container{
	width: 998px;
	margin: 0px;
	padding:0px;
	background: #fff url('images/leftBox_bg.jpg') 0 0 repeat-y;
	min-height: 400px;
	overflow:hidden;
}


#top-links{
	float: right;
	margin: 51px 0 0 0;
}
#top-links li{
	background: url('images/top_menu_line.jpg') 100% 100% no-repeat;
	padding: 0 7px;
}
#top-links li.last{
	background: none;
	padding-right: 0;
}
#top-links a{
	color: #000;
	font: bold 11px "Trebuchet MS", sans-serif;
}
.std, .main{
	margin: 0 !important;
}

/* Links */
ul.links,
ul.links li { display:inline; }




/* Header ================================================================================ */
h1.logo { float:left; width: 258px; height: 61px; overflow: hidden; margin: 6px 0 0 -3px; padding: 0; }
h1.logo img{ display: block; }

.header-container { margin:0; text-align:left; }
.header-container .header { height:74px; position:relative; z-index:5; width:998px; }
.header-container .header .logo { background-position:0 0; background-repeat:no-repeat; /* text-indent:-999em; */ }
.header-container .header .logo a { display: block; width: 258px; height: 61px; }
.header-container .header em { color:#cad2ec; font-size:10px; display:block; text-align:right; }

.list-opened { background-position:100% -129px !important; color:#d33911 !important; }

.top-search { position:absolute; margin:-31px 0 0 760px; z-index:4; background:url(images/search-bg.gif) no-repeat 0 0; padding-left:67px; width:170px; }
.top-search .form-search { background:url(images/search-bg.gif) no-repeat 100% 0;  padding:8px 10px 0 0; height:23px; }
.top-search .form-search label { display:none; }
.top-search .form-search input.input-text { width:150px; border:0; background:transparent; }
.top-search .form-search a { display:none; }
.top-search .form-search button.button { margin:0 0 0 2px; }

#search_mini_form .search-autocomplete { z-index:999; position:relative!important; top:0!important; left:0!important; height:0!important; overflow:visible!important; margin: 22px 0 0 1px; }
#search_mini_form .search-autocomplete ul { border:1px solid #c7c7c7; border-top:0; padding-left:0; width:144px; background-color:#fcf8f4; position:absolute; top:-1px; }
#search_mini_form .search-autocomplete li { padding:4px 6px 4px 4px; border-bottom:1px solid #fff; font-size:12px; cursor:pointer; }
#search_mini_form .search-autocomplete li .amount { float:right; font-weight:bold; }
#search_mini_form .search-autocomplete li.selected {}
#search_mini_form .search-autocomplete li.last { border-bottom:0; }

.store-labels { position:absolute; margin:-55px 0 0 8px; z-index:20000; }
.store-labels li { float:left; margin-right:3px; }
.store-labels .baseball,
.store-labels .softball { display:block; width:112px; height:25px; text-indent:-2000em; }
.store-labels .baseball { background:url(images/store-label-baseball.gif) 0 0 no-repeat; }
.store-labels .softball { background:url(images/store-label-softball.gif) 0 0 no-repeat; }

/********** < Navigation */
#nav-container{
	height: 33px;
	background: #000 url('images/nav_bg.gif') 0 0 repeat-x;
	width:998px;
}
#store_type{
	width: 160px;
	height: 20px;
	float: left;
	margin: 7px 0 0 15px;
}
#store_type li{
	float: left;
}
#store_baseball,
#store_softball{
    width: 80px;
    height: 20px;
    float: left;
    background: #FFDD00 url('images/bbsb.gif') 0 0;
}
#store_softball{
	background-color: #C8C8C8;
	background-position: -80px 0;
}
#store_softball:hover{
	background-position: -80px -20px;
}
#store_baseball,
#store_baseball:hover{
	background-position: 0 -20px;
}

#top_nav{
	padding: 3px 0 0 12px;
	float: left;
}
#top_nav li.level0{
	display: block;
	float: left;
	height: 30px;
	padding-left: 4px;
	background: url('images/menu_line.gif') 0 0 no-repeat;
}
#top_nav li.level0 > a{
	padding: 0;
	text-decoration: none;
	color: #a6a6a6;
	font: bold 9px verdana;
	line-height: 27px;
	text-transform: uppercase;
	display: block;
	height: 30px;
	position: relative;
	z-index: 1001;
	padding: 0 9px 0 12px;
	letter-spacing: 1px;
}
#top_nav li.level0 > a span{
	display: block;
	height: 30px;
	line-height: 27px;
	cursor: pointer;
}
#top_nav li.level0 > a:hover,
#top_nav li.level0.over > a{
	color: #fff;
}
#top_nav .menu_glow{
	height: 36px;
	margin: -17px 0 0 -4px;
	position: absolute;
	z-index: 1000;
	display: none;
}
#top_nav .submenu_bg .menu_glow{
	margin: -24px 0 0 0;
}
#top_nav li.over .menu_glow{
	display: block;
}
#top_nav ul.level0{
	position: absolute;
	z-index: 840;
	display: none;
	width: 171px;
	margin-left: -4px;
	padding: 7px 0 5px 0;
	background: #000;
}
#top_nav ul.level0 li.level1{
	padding: 0;
	position: relative;
	z-index: 2001;
}
#top_nav ul.level0 li.level1 a{
	display: block;
	color: #a6a6a6;
	text-transform: uppercase;
	font: bold 11px arial;
	padding: 5px 0 5px 10px;
	text-decoration: none;
}
#top_nav ul.level0 li.level1 a:hover,
#top_nav ul.level0 li.level1.over a{
	background: #FFDD00;
	color: #000;
}
#top_nav ul.level0 ul.level1{
	display: none;
	position: absolute;
	background: #FFDD00;
	margin: -24px 0 0 171px;
	width: 171px;
}
#top_nav ul.level0 ul.level1 a{
	text-transform: none;
	color: #000;
}
#top_nav ul.level0 ul.level1 a:hover{
	color: #FFDD00;
	background: #000;
}
#top_nav ul.level0 ul.level1 ul.level2{
	display: none !important;
}
#top_nav li.over ul.level0,
#top_nav ul.level0 li.over ul.level1{
	display: block;
}


.nav-bar { height:28px; background: #D7D7D7; }
.nav-bar-cont { background:url(images/nav-bar-mid.png) repeat-x 0 0; height:28px; float:left; width:981px; line-height:25px; }
.nav-bar-cont .col-1 { width:410px; }
.nav-bar-cont .col-2 { width:570px; }
.bar-start, .bar-end { float:left; }
/********** Navigation > */
/* ======================================================================================= */


/* BreadCrumbs */
.breadcrumbs-cont {  }
.breadcrumbs { margin:0; color:#1745bd; padding:0 7px 0 0;  text-align:right; font-weight:bold; font-size:8px; text-transform:uppercase; }
.breadcrumbs li { display:inline; padding-right:3px; }
.breadcrumbs li span,
.breadcrumbs a { color:#000; text-decoration:none; }
.breadcrumbs a:hover { text-decoration:underline; }


/* BreadCrumbs */
.breadcrumbs{
	color: #000;
	text-transform: uppercase;
	float: left;
	padding: 10px 0 0 14px;
	font: bold 8px tahoma;
}
.breadcrumbs li { display:inline; padding-right:3px; }
.breadcrumbs a { color:#000; text-decoration:none; }
.breadcrumbs li strong, .breadcrumbs a:hover { color: #5c5c5c}
.breadcrumbs a:hover{ text-decoration:underline; }

.divider { margin:16px 0; background:#e7e7e7; font-size:0; line-height:0; height:1px; overflow:hidden; }



#search_mini_form{
	float: right;
	margin: 6px 15px 0 0;
}
#search_mini_form input{
	display: block;
	float: left;
	height: 21px;
	border: 0;
	background: #fff url('images/search_bg.gif') 0 0 no-repeat;
	padding: 0;
	outline: none !important;
}
#search{
	width: 122px;
	padding: 0 2px 0 4px !important;
	color: #838383;
	font: bold 13px / 21px arial;
	text-transform: uppercase;
	text-align: center;
}
#search_bttn{
	width: 19px;
	background-position: 100% 0 !important;
}




/* Footer ================================================================================ */
.pipe { padding:0 5px; }
.footer_before  { margin:0 0 0 4px; text-align:left; width:1022px;}


#footer{
	background: #DCDCDC url('images/footer_bg.gif') 0 0;
	padding: 0 0 20px 0 !important;
}
#footer_content{
	background: url('images/footer_logo.png') 20px 16px no-repeat;
	padding: 0 0 0 225px;
}
#footer_content ul{
	float: left;
	width: 170px;
	color: #000;
}
#footer_content ul li{
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
	padding: 2px 0;
}
#footer_content ul li.f-title{
	list-style-type: none;
	padding: 13px 0 0 0;
}
#footer_content ul li.f-title,
#footer_content ul li strong{
	font: bold 11px verdana;
	color: #000;
}
#footer_content ul li a{
	color: #000;
}
#footer_links{
	text-align: center;
	color: #B0B0B0;
	font: normal 11px arial;
	padding: 10px 0 0 0;
}
#footer_links span.footer_title{
	font-style:normal;
	font: bold 10px arial;
}
#footer_links a{
	color: #B0B0B0;
}
#footer_links a{
	font-size: 10px;
	margin: 0 5px;
}
#footer_links a.shop_wiki{
	display: block;
	width: 99px;
	height: 74px;
	margin: 30px auto 0 auto;
}
#footer .lang_flag{
	margin: 5px 10px 0 0;
	float: right;
	position: static;
}



/* KHT */
.lang_flag {
    position: absolute;
	margin: 20px 0 0 948px;
}
.lang_flag a.fren {
    background:url("images/lang-french.gif") no-repeat scroll 0 0 transparent;
}
.lang_flag a.eng {
    background:url("images/lang-eng.gif") no-repeat scroll 0 0 transparent;
}
.lang_flag a {
    display:block;
    float:left;
    height:15px;
    margin-left:3px;
    width:22px;
}
.lang_flag a:hover, .lang_flag a.active {
    background-position:center bottom;
}

/* --- miscellaneous --  Added by JK on 3/14/2010 */
.placeholder {
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#path{
	height: 28px;
	width:998px;
	background: #fff url('images/path_bg2.jpg') 0 0 no-repeat;
	padding:0px;
	margin:0px;
	color:#000000;
	position:relative;
	}


#pathL {
	text-align: left !important;
	padding: 10px 0px 0px 10px;
	margin:0px;
	height:18px;
	position:absolute;
	background:transparent;
	top:0px;
	left:0px; 
	overflow:hidden; 
	
	
}

#pathL a {
	text-decoration: none;
	color: #000000;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
	text-align: left;
	font-weight: bold;
	line-height:10px;
	display:block;
	float:left;
}

#pathL span{
	text-decoration: none;
	color: #5a5a5a;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
	text-align: left;
	font-weight: bold;
	height:10px;
	display:block;
	float:left;
}
#pathL a:hover{
	text-decoration: underline;
}

#path #shopping_cart{
	text-align: left !important;
	padding: 4px 0px 4px 0px;
	margin:0px;
	height:20px;
	width: 145px;
	position:absolute;
	background:transparent;
	top:0px;
	left:749px; 
	overflow:hidden; 
	
	
}

#path #shopping_cart a{
	text-align: left !important;
	padding: 0px;
	margin:0px;
	height:20px;
	width: 145px;
	display:block;
	background:transparent;
	border:0px;
	text-decoration:none;	
}

#path #top_like{
	text-align: left !important;
	padding: 4px 0px 0px 0px;
	margin:0px;
	width: 90px;
	position:absolute;
	background:transparent;
	top:0px;
	left:902px; 
	
}

/*
div.leftBox_o{
	margin-top: 25px;
	background: transparent;
	padding: 0 12px;
}
div.leftBox_c{
	min-height: 275px;
	background: #fff;
	text-align: right;
	padding: 0 0 10px 0;
}
div.leftBox_f{
	height: 15px;
	background:#fff;;
}
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{
	float: none;
	padding: 8px 0 0 0px;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
.rb_info a, .rb_info img{
	display: block;
	float: left;
	vertical-align: middle;
}


.rb_info a.com{
	display: block;
	padding:: 0px;
	float: left;
	text-decoration: none;
	height: 19px;
	margin: 0px 0px 0px 30px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	font-style:italic;
	
}

.rb_info a.com:hover {
	text-decoration:underline;
	
}

.rb_info a.com span.t, {
	text-decoration: underline;
}



.rb_info .read_more{
	height: 19px;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	}

.rb_info a.read_more {
	height: 19px;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	float:left;
}

.rb_info a.read_more:hover {
	text-decoration:underline;
	
}
.rb_info img.rb_line{
	width: 2px;
	height: 27px;
	margin: -3px 0 0 20px;
}
.rb_info a.ico{
	margin: -2px 10px 0 0px;
} 


.add_comment{ padding: 18px 0px 18px 0px; }
.add_comment a {
	display: block;
	float: left;
	vertical-align: middle;
	border:0px;
	margin:0px;
	padding:0px;
	height:19px;
}
.add_comment img{
	display: block;
	float: left;
	vertical-align: middle;
	border:0px;
	margin:0px;
	padding:0px;
}

.add_comment a.com{
	display: block;
	padding:: 0px;
	float: left;
	text-decoration: underline;
	height: 10px;
	line-height:14px;
	margin: 4px 0px 0px 10px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
	
}

.add_comment a.com:hover {
	text-decoration:none;
	
}




#footerSpacer{
	clear: both;
	height: 10px;
}

.caption238{
	width: 238px;
	font-size: 10px;
}
.caption238 img{
	width: 238px;
	display: block;

}


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;
	}

.pt7{ padding-top: 7px; }
.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: #fc0000; }
.bold{ font-weight: bold; }

#about_more { display:none }

.wp-caption {
border: none;
text-align: center;
background-color: #ffffff;
padding-top: 0px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 10.5px;
line-height: 12px;
padding: 5px 4px 0px 5px;
margin: 0px;
}
/*.wp-caption IMG {padding-left:0px;padding-top:5px;} */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/************************************************/
/******************** Reset ********************/
/************************************************/

* { margin:0; padding:0; }

img           { border:0; vertical-align:top; }

a             {  color:#000000; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline: 0; }

/* Headings */
h1            { font-size:18px; font-weight:normal; line-height:1.15; }
h2, h2 a            { font-size:20px; font-weight:normal; color:#858585; }
h3            { font-size:16px; font-weight:normal; color:#000; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }


/* Content */
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before, 
q:after       { content:''; }
small         { font-size:10px; }
big			  { font-size:1.2em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.clearer, 
.clear        { clear:both !important; }



/************************************************/
/******************** Clears ********************/
/************************************************/

.clearer:after,
.header:after,
.header-panel:after,
#nav:after,
.footer-panel:after,
.footer:after,
.search-autocomplete li:after,
.clearfix:after,
.leftBox_bloggers:after,
#path:after, #icons:after, .bioBox:after,  .add_comment:after, #comments:after, .comments_all .header_all:after
 { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

.entry	IMG {padding:5px;}
