#header{
	background-image: url("/img/header_bg.png");
    background-repeat: repeat-x;
    border-bottom: solid 1px #ddd2d2;
}


.nrHeader{font-family: 'Merriweather'; font-size: 18px; color: #0000ff; font-weight: bold;}
.nrText{font-family: 'Merriweather'; font-size: 16px; margin-bottom: 10px;}

#logo {
	margin: 24px 0 26px;
}
.message{margin-bottom: 4px; width: 100%; text-align: center; color: #ffffff; background: #051958; padding: 5px; font-weight: bold; float: left; position: relative;}
#header_links {
	margin-top: 10px;
}

#header_links ul {
	float: right;
}

#header_links ul li {
	list-style: none outside none;
	float: left;
	margin: 0 10px 0 0;
}

#header_links ul li a, #header_links ul li a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #dadada;
	text-decoration: none;
}

#header_links ul li a:hover, #header_links ul li a:active {
	font-size: 11px;
	font-weight: bold;
	color: #f0f0f0;
	text-decoration: underline;
}

#searchwrapper {
	width:168px;
	height:23px;
	background-image:url(/img/search.png);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	position:relative;
	float: right;
}
 
#searchwrapper form { display:inline ; }
 
.searchbox {
    background-color: transparent;
    border: 0 none;
    height: 21px;
    left: 13px;
    position: absolute;
    top: 0;
    width: 125px;
}
 
.searchbox_submit {
    background-color: transparent;
    border: 0 none;
    height: 23px;
    left: 133px;
    position: absolute;
    width: 32px;
}

#navigation {
	background-image: url("/img/nav_bg.png");
    background-repeat: repeat-x;
    height: 38px;
}

#navigation ul {
	margin: 0;
}

#navigation ul li {
	list-style: none outside none;
	float: left;
	margin: 10px 16px;
}

#navigation ul li a, #navigation ul li a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation ul li a:hover, #navigation ul li a:active {
	font-size: 14px;
	font-weight: bold;
	color: #f0f0f0;
	text-decoration: underline;
	text-transform: uppercase;
}


#navigation ul li.active a, #navigation ul li.active a:visited, #navigation ul li.active a:hover {
    color: #971311;
}

#navigation ul li.active {
    background-color: #F6F6F6;
    background-image: url("/img/active_nav.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    margin: 0;
    padding: 13px 26px 0 18px;
    position: relative;
	top: -6px;
}

#main {
    background-color: #000000;
    background-image: url("/img/main_bg.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 466px;
}

#photo {
    background-color: #000000;
    background-image: url("/img/photo_bg/3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 285px;
}

#slides {
    background-image: url("/img/slider_bg.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    height: 264px;
    padding-bottom: 21px;
    padding-top: 16px;
	margin-top: -5px;
}

.slides_container {
	width:550px;
	height:264px;
	z-index: 0;
}
.slides_container div.promo {
	width:550px;
	height:264px;
	display:block;
}

#slides a, #slides a:visited, #slides a:hover, #slides a:active {
	color: #fff;
}

.slides_container div img {
	float:left;
	margin: 18px 20px 0 0;
}

.pagination {
    background: url("/img/slider_bg.png") repeat-x scroll 10px -168px transparent;
    border-top: 1px solid #CCCCCC;
    height: 15px;
    left: 235px;
    margin: 5px auto;
    padding: 10px;
    position: relative;
    top: -36px;
    width: 139px;
}
.pagination li {
    float: left;
    list-style: none outside none;
    margin: 0 1px;
    padding-right:3px;
}
.pagination li a {
    background-image: url("/img/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 17px;
    width: 18px;
    z-index: 1200;
    cursor: pointer;
}
.pagination li.current a {
    background-position: 0 -17px;
}

.readmore {
	width: 149px; height: 36px;
	overflow: hidden;
}

.readmore a {
	display: block;
	width: 149px; height: 36px;
	background-image: url('/img/readmore.png');
	background-position: top;
	text-indent: -9999px;
}

.readmore a:active {
	display: block;
	width: 149px; height: 36px;
	background-image: url('/img/readmore.png');
	background-position: bottom;
	text-indent: -9999px;
}

#ads div.adpad {
	padding: 0 5px;
	float: left;
}

#hiddenads {
	float: right;    
    background-image: url("/img/slider_bg.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    height: 264px;
    margin-top: -5px;
    padding-bottom: 21px;
    padding-top: 16px;
}

#hiddenads div.adpad {
	padding: 0 5px;
}

#hiddenads div.googlead {
	padding: 5px 15px;
}

#hiddenads div.amazonad {
	padding: 5px 15px;
}

#ebook {
	float: right;
	margin-top: 20px;
	/*background-image: url("/img/ebook_bg.png");*/
	background-image: url("/img/be_bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    height: 425px;
}

#ebook .order_now {
	margin: 0 auto;
}

#ebook p {
    color: #003E74;
    font-size: 12px;
    margin-left: 137px;
    margin-top: 100px;
    clear: both;
    line-height: 17px;
}
#ebook p#ebooktag {
    color: #003E74;
    font-size: 12px;
    font-weight: bold;
    margin: -25px 30px 15px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cdd4b4;
    box-shadow: 0 -1px 0 #cdd4b4, 0 1px 0 #fff;
}
#ebook #closeEBook {
    cursor: pointer;
    display: block;
    height: 20px;
    left: 285px;
    position: relative;
    top: 18px;
    width: 20px;
}

#subscribe {
	float: right;
	margin-top: 20px;
	background-image: url("/img/subscribe_bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    height: 425px;
}

#subscribe .halfinput {
	width: 135px;
	float: left;
	margin-top: 17px;
	margin-left: 10px;
}

#subscribe .halfinput label {
	margin-bottom: 5px;
}

#subscribe .halfinput input {
    border: 1px solid #FFFFFF;
    height: 22px;
    margin-left: 10px;
    margin-top: 5px;
    width: 120px;
}

#subscribe .fullinput {
    margin-left: 10px;
    margin-top: 19px;
    width: 285px;
}

#subscribe .fullinput input {
	width: 250px;
	height: 22px;
	border: 1px solid #fff;
	margin-left: 10px;
    margin-top: 8px;
}

#subscribe .homesubscribe {
	margin: 27px 0 0 15px;
	background-color: none;
}

#subscribepage label {
	clear: both;
	display: inline-block;
	font-size: 11px;
}

#subscribepage input {
	clear: both;
	display: inline-block;
	font-size: 14px;
}

#subscribe #closeSubscribe {
    cursor: pointer;
    display: block;
    height: 20px;
    left: 285px;
    position: relative;
    top: 18px;
    width: 20px;
}


#grass {
    background-color: #000000;
    background-image: url("/img/recent_farm_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
}

.recent_farm {
	padding-top: 106px;
}

.news_item {
    margin-bottom: 18px;
    margin-top: 14px;
    font-size: 12px;
}

.news_item a {
	font-weight: normal;
}

#twitter {
	margin: -30px 0 0 0;
	width: 250px;
}

#twitter img {
	float: left;
	padding-top: 10px;
}

#twitter h2 {
    color: #971311;
}

#twitter h2 a {
    color: #971311;
    float: left;
    padding: 23px 0 0 5px;
    text-decoration: none;
    font-size: 18px;
}

#mlbdropdown {
	margin-bottom: 10px;
}

#minors {
    background-color: #000000;
    background-image: url("/img/futures_bg.jpg");
    background-repeat: repeat-x;
    height: 582px;
}

#futures, #affiliates{
    background-color: #f1f4f5;
    background-image: url("/img/futures_paper_bg.jpg");
    background-repeat: repeat;
    height: 485px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 2px 1px 1px #000;
	-moz-box-shadow: 0px 2px 1px 1px #000;
	box-shadow: 0px 2px 1px 1px #000;
}

#futures-container{
    padding-left: 40px;
    padding-top: 32px;
}

#affiliates-container{
    padding-top: 32px;
}

#futures-display {
    background-image: url("/img/futures_scorecard_bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    height: 485px;
}

#futures_frame {
    bottom: 180px;
    position: relative;
    right: 10px;
    z-index: 1;
}

#futures_photo {
	z-index: -1;
	margin: 42px 0 0 0;
}

#futures_text {
	font-size: 13px;
    bottom: 173px;
    height: 175px;
    overflow: auto;
    position: relative;
    width: 300px;	
}

#futures_frameV {
    bottom: 292px;
    position: relative;
    left: 104px;
    z-index: 1;
}

#futures_photoV {
	z-index: -1;
	margin: 20px 0 0 114px;
}

#futures_textV {
	font-size: 13px;
    bottom: 285px;
    height: 138px;
    overflow: auto;
    position: relative;
    width: 300px;	
}

#affiliate_title {
	padding-left: 40px;
}

#affiliate_logos {
	float: left;
	margin-top: 14px;
	padding-left: 20px;
}

.bio {
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 18px;
    min-height: 91px;
    padding-left: 80px;
}

#author_feed {
    background-color: #000000;
    background-image: url("/img/author_feed_bg.jpg");
    background-repeat: repeat-x;
    height: 534px;
    padding-top: 41px;
}

.author_feed_title {
	margin-bottom: 30px;
}

.author_pic {
	float: left;
}

#subpage {
    background-color: #000000;
    background-image: url("/img/subpage_bg.jpg");
}

#subpage-container{
    background-color: #fff;
    margin-top: 32px;
    margin-bottom: 32px;
    -webkit-box-shadow: 0px 2px 1px 1px #000;
	-moz-box-shadow: 0px 2px 1px 1px #000;
	box-shadow: 0px 2px 1px 1px #000;
}

#subpage_horizads{
	margin: 0 auto;
	padding-bottom: 18px;
}

ul#relatedLinks {
	margin-top: 18px;
}

ul#relatedLinks li {
	margin-bottom: 18px;
	font-size: 12px;
	color: #666;
}

ul#relatedLinks li a {
	font-size: 14px;
	font-weight: 700;
	color: #243977;
}

#articlenav {
	float: right;
	margin-top: 21px;
}

#articlenav a {
	display: block;
	width: 20px; height: 15px;
	background-position: top;
	text-indent: -9999px;
	overflow: hidden;
	margin-right:5px;
}

#articlenav a:hover {
	display: block;
	width: 20px; height: 15px;
	background-position: bottom;
	text-indent: -9999px;
	overflow: hidden;
}

#articlenav img {
	margin: 0 0 0 5px;
}

a#print {
	display: block;
	height: 15px;
	position: relative;
	float:left;
	background-image: url('../img/print.png');
}

a#search {
	display: block;
	height: 15px;
	position: relative;
	float:left;
	background-image: url('../img/article_search.png');
}

a#next {
	display: block;
	height: 15px;
	position: relative;
	float:left;
	background-image: url('../img/article_next.png');
}

a#prev {
	display: block;
	height: 15px;
	position: relative;
	float:left;
	background-image: url('../img/article_prev.png');
}

#sidebar {
    background-color: #eaeaea;
    margin-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    -webkit-box-shadow: 0px 2px 1px 1px #000;
	-moz-box-shadow: 0px 2px 1px 1px #000;
	box-shadow: 0px 2px 1px 1px #000;

}

#sidebar #twitter {
	margin-top: 38px;
	padding: 0 30px;
}

.searchArchive {
	margin-top: 21px;
}

/* eStore
========= */

#sidebar #cart {
	margin-top: 38px;
	padding: 0 30px;
	width: 270px;
}

#sidebar iframe {
	margin-top: 38px;
	padding: 0 10px;
	width: 250px;
}

#cartContents {
	font-size: 12px;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
#cartContents th {
    background-color: #DEDEDE;
    border-bottom: 2px solid #243977;
    border-right: 1px solid #EEEEEE;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 4px;
    text-align: center;
}
#cartContents td {
	border-bottom: 1px solid #ccc;
	padding: 6px 4px;
}
#cartContents tbody tr:hover td {
	color: #009;
}
#cartContents .total {
	font-weight: bold;
	border-top: 2px solid #243977;
}

#cartCheckout {
	font-size: 12px;
	border-collapse: collapse;
	text-align: left;
	width: 100%;
	margin-top: 18px;
}
#cartCheckout th {
    background-color: #DEDEDE;
    border-bottom: 2px solid #243977;
    border-right: 1px solid #EEEEEE;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 10px;
}
#cartCheckout td {
	border-bottom: 1px solid #ccc;
	padding: 8px 10px;
}
#cartCheckout tbody tr:hover td {
	color: #009;
}
#cartCheckout .total {
	font-weight: bold;
	border-top: 2px solid #243977;
	padding-right: 10px;
}
th.checkoutProduct, td.checkoutProduct {
	width: 300px;
	text-align: left;
}
th.checkoutQty, td.checkoutQty {
	width: 50px;
	text-align: right;
}
th.checkoutPrice, td.checkoutPrice {
	width: 50px;
	text-align: right;
}
th.checkoutTotal, td.checkoutTotal {
	width: 50px;
	text-align: right;
}
#cartCheckout td.checkoutPay, #cartCheckout table.checkoutPay {
    border-bottom: none;
    padding: 0 0 0 10px;
    margin-bottom: 0;
}
.storeItem {
    border-top: 1px solid #CCCCCC;
    clear: both;
    padding: 21px 0;
}

.storeItem img {
	float: left;
	padding-right: 18px;
	margin-bottom: 18px;
}

.storeDetail {
	margin-top: 18px;
}

.storeDetail img {
	float: left;
	padding-right: 18px;
	margin-bottom: 18px;
}

input.emptycart {
	width: 83px; height: 25px;
	overflow: hidden;
	float: left;
	display: block;
	background-image: url('/img/emptycart.png');
	background-position: top;
	text-indent: -9999px;
    cursor: pointer;
	background-color: transparent;
	-moz-transition: none; border: none; border-radius: none; box-shadow: none;
}

input.checkout {
	width: 83px; height: 25px;
	overflow: hidden;
	display: block;
	background-image: url('/img/checkout.png');
	background-position: top;
	text-indent: -9999px;
    cursor: pointer;
	background-color: transparent;
	-moz-transition: none; border: none; border-radius: none; box-shadow: none;
}

input.checkout:active {
	display: block;
	width: 83px; height: 25px;
	background-image: url('/img/checkout.png');
	background-position: bottom;
	text-indent: -9999px;
}

.checkout {
	width: 83px; height: 25px;
	overflow: hidden;
	float: right;
	margin-left: 15px;
}

.checkout a {
	display: block;
	width: 83px; height: 25px;
	background-image: url('/img/checkout.png');
	background-position: top;
	text-indent: -9999px;
}

.checkout a:active {
	display: block;
	width: 83px; height: 25px;
	background-image: url('/img/checkout.png');
	background-position: bottom;
	text-indent: -9999px;
}

.add_to_cart {
	width: 149px; height: 45px;
	overflow: hidden;
}

.add_to_cart a {
	display: block;
	width: 149px; height: 45px;
	background-image: url('/img/add_to_cart.png');
	background-position: top;
	text-indent: -9999px;
}

.add_to_cart a:active {
	display: block;
	width: 149px; height: 45px;
	background-image: url('/img/add_to_cart.png');
	background-position: bottom;
	text-indent: -9999px;
}

.order_now, .order_be_now, .order_ee_now {
	overflow: hidden;
}
.order_be_now, .order_ee_now{
	float: left;
	position: relative;
}
.order_now, .order_be_now{
	width: 149px; height: 45px;
}
.order_ee_now {
	width: 149px; height: 45px;
		margin-left: 10px;
}

.order_now a, .order_be_now a, .order_ee_now a {
	display: block;
	background-position: top;
	text-indent: -9999px;
}
.order_now a {
		background-image: url('/img/order_now.png');
		width: 149px; height: 45px;
}
.order_ee_now a:hover, .order_be_now a:hover{
	background-position: 0px -47px;
}
.order_be_now a {
		background-image: url('/img/order_be_now.png');
		width: 149px; height: 45px;
}
.order_ee_now a {
		background-image: url('/img/order_ee_now.png');
		width: 149px; height: 45px;
		
}

.order_now a:active, .order_be_now a:active, .order_ee_now a:active {
	display: block;
	width: 149px; height: 45px;
	background-position: bottom;
	text-indent: -9999px;
}
.order_now a:active{
	background-image: url('/img/order_now.png');
}
.order_be_now a:active{
	background-image: url('/img/order_be_now.png');
}
.order_ee_now a:active{
	background-image: url('/img/order_ee_now.png');
}
.order_now_sm, .order_ee_sm_now {
	width: 100px; height: 30px;
	overflow: hidden;
}

.order_now_sm a {
	display: block;
	width: 100px; height: 30px;
	background-image: url('/img/order_now_sm.png');
	background-position: top;
	text-indent: -9999px;
}

.order_ee_sm_now a {
	display: block;
	width: 100px; height: 30px;
	background-image: url('/img/order_nowee_sm.png');
	background-position: top;
	text-indent: -9999px;
}

.order_now_sm a:active{
	display: block;
	width: 100px; height: 30px;
	background-image: url('/img/order_now_sm.png');
	background-position: bottom;
	text-indent: -9999px;
}

.order_ee_sm_now a:active {
	display: block;
	width: 100px; height: 30px;
	background-image: url('/img/order_nowee_sm.png');
	background-position: bottom;
	text-indent: -9999px;
}


/* Forms
======== */

.storeItem input, .storeItem select, .storeItem textarea {
	border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #3f3f3f;
    display: inline-block;
    font-size: 11px;
	font-family: verdana;
    height: 18px;
    line-height: 18px;
    padding: 4px;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.storeItem select, .storeItem input[type="file"] {
    height: 27px;
    line-height: 27px;
}

.contact input, .contact select, .contact textarea {
    color: #3f3f3f;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    padding: 4px;
}

.input-shadow {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
	font-family: verdana;
	color: #3f3f3f;
	font-size: 11px;
}

.contact select, .contact input[type="file"] {
    height: 27px;
    line-height: 27px;
}

.contact label {
	float: none;
	display: block;
}

.inputs-list {
	margin: 18px 0;
	width: 100%; 
}

.inputs-list li {
    list-style: none outside none;
    display: inline-block;
    margin-left: 0;
    padding: 0 0 18px;
    width: 100%;
}

.inputs-list span {
    float: left;
    margin-left: 10px;
}

.next {
	cursor:pointer;
	display: block;
	width: 99px; height: 45px;
	background-image: url('/img/next.png');
	background-position: top;
	background-color: #fff;
	text-indent: -9999px;
	-moz-transition: none; border: none; border-radius: none; box-shadow: none;
	padding: 0;
}

.next:active {
	display: block;
	width: 99px; height: 45px;
	background-image: url('/img/next.png');
	background-position: bottom;
	text-indent: -9999px;
	-moz-transition: none; border: none; border-radius: none; box-shadow: none;
	padding: 0;
}

.send {
	cursor:pointer;
	display: block;
	width: 99px; height: 45px;
	background-image: url('/img/send.png');
	background-position: top;
	background-color: #fff;
	text-indent: -9999px;
	-moz-transition: none; border: none; border-radius: none; box-shadow: none;
	padding: 0;
}

.send:active {
	display: block;
	width: 99px; height: 45px;
	background-image: url('/img/send.png');
	background-position: bottom;
	text-indent: -9999px;
	-moz-transition: none; border: none; border-radius: none; box-shadow: none;
	padding: 0;
}

.search {
	cursor:pointer;
	display: block;
	width: 99px; height: 32px;
	background-image: url('/img/searchbtn.png');
	background-position: top;
	background-color: #fff;
	text-indent: -9999px;
	-moz-transition: none; border: none; border-radius: none; box-shadow: none;
	padding: 0;
	margin: 18px 0;
}
.btn:hover{cursor: pointer; color: #ff0000;}
.leftDiv{float: left; position: relative; text-align: right; padding-right: 5px; width: 40%; height: 30px;}
.rightDiv{float: left; position: relative; text-align: left; width: 55%; height: 30px;}
.centerDiv{float: left; position: relative; text-align: center; padding-right: 5px; width: 98%; height: 30px;}
#lightbox{float: left; position: absolute; width: 100%; height: 1000px; top: 0; left: 0; background: #000000; z-index: 5000; opacity: .85; display: none;}
#reset, #wereset{float: left; position: absolute; width: 40%; height: 175px; left: 30%; top: 10%; background: #ffffff; border-radius: 8px; z-index: 5001; padding: 1%; display: none;}
#reset{height: 175px;}
#wereset{height: 100px;}
.search:active {
	display: block;
	width: 99px; height: 32px;
	background-image: url('/img/searchbtn.png');
	background-position: bottom;
	text-indent: -9999px;
	-moz-transition: none; border: none; border-radius: none; box-shadow: none;
	padding: 0;
}

.subscribe {
	cursor: pointer;
	display: block;
	width: 149px; height: 45px;
	background-image: url('/img/subscribe.png');
	background-position: top;
	background-color: transparent;
	text-indent: -9999px;
	-moz-transition: none; border: none; border-radius: none; box-shadow: none;
}

.subscribe:active {
	display: block;
	width: 149px; height: 45px;
	background-image: url('/img/subscribe.png');
	background-position: bottom;
	text-indent: -9999px;
	-moz-transition: none; border: none; border-radius: none; box-shadow: none;
}

.addtocart {
	cursor:pointer;
	display: inline-block;
	width: 149px; height: 45px;
	background-image: url('/img/add_to_cart.png');
	background-position: top;
	background-color: #fff;
	text-indent: -9999px;
	-moz-transition: none; border: none; border-radius: none; box-shadow: none;
	padding: 0;
	margin-bottom: 18px;
}

.addtocart:active {
	display: inline-block;
	width: 149px; height: 45px;
	background-image: url('/img/add_to_cart.png');
	background-position: bottom;
	text-indent: -9999px;
	-moz-transition: none; border: none; border-radius: none; box-shadow: none;
	padding: 0;
}

.field2left {
	float: left;
}

.field2right {
	float: left;
	margin-left: 20px;
}

/* Footer
========= */

#footer {
    background-color: #000000;
    height: 144px;
    color: #fff;
}