/*  
Theme Name: The Yawkey Way
Theme URI: http://www.theyawkeyway.com
Description: Custom wordpress theme - TheYawkeyWay.com
Version: 1.0
Author: TheYawkeyWay.com
Author URI: http://www.theyawkeyway.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman;
	color: #000;
	font-size: 12px;
        line-height: 170%;
	background: #FFF url(images/bg_website.jpg) repeat top left;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#sitewrapper {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background: #FFF url(images/bg_website.jpg) repeat top left;

}

a, a:visited { color: #000; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }

img { border: 0; }

/* HEADER WRAP CODES */

.header100 {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(images/bg_header.jpg) repeat-x top center;
}


.headerwrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	padding: 0;
	height: 380px;
}

.logo {
	width: 229px;
	height: 110px;
	position: absolute;
	top: 0;
	right: 384px;
	background: url(images/img_logo.jpg) no-repeat top left;
}

.rsstop {
	width: 117px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 138px;
	background: url(images/bg_rsstop.jpg) no-repeat top left;
	text-align: center;
}

.rsstop img { margin-top: 9px; margin-left: 12px; margin-right: 12px; margin-bottom: 0; padding: 0; border: 0; }

.scheduletop {
	width: 95px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 16px;
	background: url(images/img_schedule.jpg) no-repeat top left;
}

.seasontagtop {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 130px;
	background: url(images/img_08season.jpg) no-repeat top left;
}

.featuredphoto {
	width: 425px;
	height: 302px;
	position: absolute;
	top: 80px;
	left: 33px;
	background: transparent;
	text-align: center;
}

.featuredtext {
	width: 502px;
	position: absolute;
	top: 130px;
	right: 10px;
	color: #FFF;
}

.featuredtext ul {list-style-type: circle; margin: 0; padding: 0;}
.featuredtext ul li {color: #FFF; padding-top: 0; padding-left: 0; padding-right: 0; margin: 0; padding-bottom: 5px;}
.featuredtext ul li a, .featuredtext ul li a:visited { color: #FFF; text-decoration: none; }
.featuredtext ul li a:hover { text-decoration: underline; }

.featuredtext h1 {
	color: #FFF;
	font-size: 24px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: bold;
}

.featuredtext h1 a, .featuredtext h1 a:visited {
	color: #FFF;
	font-size: 24px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}

.featuredtext h1 a:hover {
	color: #FFF;
	font-size: 24px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-decoration: underline;
}

.featuredmore {
	width: 170px;
	height: 48px;
	position: absolute;
	bottom: 39px;
	right: 23px;
	text-align: left;
	background: url(images/img_featuredmore.jpg) no-repeat top right;
	font-size: 20px;
	line-height: 40px;
	color: #FFF;
}

.featuredmore a, .featuredmore a:visited { color: #FFF; text-decoration: underline; }
.featuredmore a:hover { color: #FFF; text-decoration: none; }

/* NAVIGATION CODES */

.navigationwrap {
	position: absolute;
	top: 77px;
	right: 10px;
	height: 27px;
}

#nav {
	list-style:none;
	margin:0px 0px 0px;

	padding:0px;
	clear:both;
	float:left;
	line-height:0px;
}
#nav li{
	margin:0px;
	float:left;
}
#nav li a{
	height: 33px;
	display:block;
	float:left;
	text-decoration:none;
	text-indent: -900em;
}
#nav #nav-home a{
	width: 72px;
	background: url(images/nav_home.jpg) no-repeat left top;
}
#nav #nav-home a:hover{
	background: url(images/nav_home.jpg) no-repeat left bottom;
}

#nav #nav-about a{
	width: 79px;
	background: url(images/nav_about.jpg) no-repeat left top;
}
#nav #nav-about a:hover{
	background: url(images/nav_about.jpg) no-repeat left bottom;
}

#nav #nav-archives a{
	width: 104px;
	background: url(images/nav_archives.jpg) no-repeat left top;
}
#nav #nav-archives a:hover{
	background: url(images/nav_archives.jpg) no-repeat left bottom;
}

#nav #nav-store a{
	width: 69px;
	background: url(images/nav_store.jpg) no-repeat left top;
}
#nav #nav-store a:hover{
	background: url(images/nav_store.jpg) no-repeat left bottom;
}

/* CONTENT WRAP CODES HERE */

.contentwrap {
	position: relative;
	float: left;
	width: 522px;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	background: transparent;
}

.contentwrapper {
	position: relative;
	float: left;
	padding: 5px;
	width: 512px;
	background: url(images/bg_boxes.jpg) repeat top left;
}

.contentwhite {
	position: relative;
	float: left;
	width: 510px;
	background: #F9F9F9;
	border: 1px solid #9A9A9A;
}

.postwrap {
	position: relative;
	float: left;
	margin: 10px;
	padding: 0;
	width: 490px;
}

.postwrap h1 {
	background: url(images/icon_postname.jpg) no-repeat top left;
	padding-left: 39px;
        padding-top: 10px;
	padding-bottom: 30px;
	margin: 0;
	color: #2F4805;
	font-weight: normal;
	font-size: 24px;
}

.postwrap h1 a, .postwrap h1 a:visited { color: #2F4805; text-decoration: none; }
.postwrap h1 a:hover { color: #AC061C; }

.postwrap p { padding-bottom: 10px; margin: 0; }

.postbottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 490px;
	height: 29px;
	background: url(images/bg_postbottom.jpg) repeat-x top left;
}

.postbottomlist {
	list-style:none;
	margin:0px 0px 0px;
	padding:0px;
	clear:both;
	float:left;
	line-height:0px;
}
.postbottomlist li{
	margin:0px;
	float:left;
}
.postbottomlist li a{
	height: 29px;
	display:block;
	float:left;
	font-size: 13px;
	color: #AC061C;
	text-decoration:none;

}
.postbottomlist .postreadmore a{
	width: 108px;
	background: url(images/post_readmore.jpg) no-repeat left top;
}
.postbottomlist .postreadmore a:hover{
	background: url(images/post_readmore.jpg) no-repeat left bottom;
}

.postbottomlist .postcomments a{
	width: 105px;
	padding-top: 14px;
	padding-left: 35px;
	height: 15px;
	background: url(images/post_comments.jpg) no-repeat left top;
}
.postbottomlist .postcomments a:hover{
	background: url(images/post_comments.jpg) no-repeat left bottom;
}

.postdate {
	position: absolute;
	right: 0;
	top: 0;
	background: url(images/post_date.jpg) no-repeat top left;
	height: 29px;
	line-height: 29px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
	color: #AC061C;
}

.post-navigation {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	width: 490px;
	color: #848484;
	font-size: 12px;
}

.post-navigation-next {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 245px;
	text-align: right;
}

.post-navigation-previous {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 245px;
}

.post-navigation-next a, .post-navigation-next a:visited { padding: 5px; color: #252525; font-weight: bold; font-size: 11px; line-height: 21px; text-decoration: none; border: 1px solid #B8B8B8; background-color: #F6F6F6;}
.post-navigation-next a:hover {color: #AC061C; text-decoration: none;}

.post-navigation-previous a, .post-navigation-previous a:visited { padding: 5px; color: #252525; font-weight: bold; font-size: 11px; line-height: 21px; text-decoration: none; border: 1px solid #B8B8B8; background-color: #F6F6F6;}
.post-navigation-previous a:hover {color: #AC061C; text-decoration: none;}


/* COMMENT CODES */

ul.commentlist {
margin: 0;
padding: 0;
border-top: 1px solid #7893A8;
list-style-type: none;
}

ul.commentlist li {
background: #FFF;
margin: 0;
padding: 5px;
border-bottom: 1px solid #7893A8;
}

ul.commentlist li.alt {
background: #FFF;
margin: 0;
padding: 5px;
border-bottom: 1px solid #7893A8;
}

ul.commentlist li.authorcomment {
background: #E9F4F4;
margin: 0;
padding-left: 5px;
padding-bottom: 5px;
padding-top: 5px;
padding-right: 100px;
border-bottom: 1px solid #7893A8;
}

ul.commentlist li {
padding: 5px;
margin: 0;
border-bottom: 1px solid #7893A8;
}

ul.commentlist li a, ul.commentlist li a:visited {
	color: #00538D;
	font-weight: normal;
	text-decoration: none;
}

ul.commentlist li a:hover {color: #252525; }

.comment-author {
	font-size:20px;
	margin: 0;
	padding: 0;

}

/* LEFT SIDEBOX WRAP CODES */

.leftsidewrap {
	position: relative;
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 13px;
	width: 146px;
}

.leftsidewrapper {
	position: relative;
	float: left;
	padding: 5px;
	width: 136px;
	background: url(images/bg_boxes.jpg) repeat top left;
	margin-bottom: 10px;
}

.leftsideads {
	position: relative;
	float: left;
	width: 126px;
	background: #F9F9F9;
	border: 1px solid #9A9A9A;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 0;
}

.leftsideads img { margin-bottom: 10px; }

.leftsidebox {
	position: relative;
	float: left;
	width: 126px;
	background: transparent;
	border: 1px solid #9A9A9A;
	text-align: left;
	padding: 4px;
}

.leftsidebox h2 { color: #FFF; font-weight: normal; font-size: 24px; padding-bottom: 5px; margin: 0; }

.leftsidebox ul {
padding: 0;
margin: 0;
border-bottom: 1px solid #DBDBDB;
width: 120px;
}

.leftsidebox ul li {
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #DBDBDB;
}

.leftsidebox ul li a, .leftsidebox ul li a:visited { color: #FFF; text-decoration: none; }
.leftsidebox ul li a:hover { color: #000; text-decoration: none; }



/* RIGHT SIDEBOX WRAP CODES */

.rightsidewrap {
	position: relative;
	float: left;
	margin-top: 30px;
        padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 13px;
	width: 286px;
}

.rightsidewrapper {
	position: relative;
	float: left;
	padding: 5px;
	width: 276px;
	background: url(images/bg_boxes.jpg) repeat top left;
	margin-bottom: 10px;
}

.rightsidesearch {
	position: relative;
	float: left;
	width: 266px;
	background: #F9F9F9;
	border: 1px solid #9A9A9A;
	padding: 4px;
}

.form { padding: 0; margin: 0; }

.search_input { width: 258px; margin: 0; padding-left: 5px; padding-top: 2px; padding-bottom: 2px; color: #252525; background: #F9F9F9 url(images/bg_search.jpg) no-repeat top right; border: 0; font-size: 14px;}

.rightsiderss {
	position: relative;
	float: left;
	width: 274px;
	background: transparent;
	border: 1px solid #9A9A9A;
	text-align: center;
	padding: 0;
}

.rightsidetwitter {
	position: relative;
	float: left;
	width: 254px;
	background: url(images/bg_twitter.jpg) no-repeat top center;
	border: 1px solid #9A9A9A;
	padding-top: 36px;
	padding-bottom: 46px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	color: #FFF;
}

.rightsidetwitter ul {
padding: 0;
margin: 0;
width: 254px;
}

.rightsidetwitter ul li {
list-style: none;
margin: 0;
padding: 0.25em;
border-bottom: 1px solid #DBDBDB;
}

.rightsidetwitter ul li a, .rightsidetwitter ul li a:visited { color: #000; text-decoration: none; }
.rightsidetwitter ul li a:hover { color: #FFF; text-decoration: none; }

.tweets { width: 150px; color: #FFF; padding-bottom: 5px; }

.tweets a, .tweets a:visited { color: #FFF; text-decoration: underline ;}
.tweets a:hover { color: #FFF; text-decoration: none; }

.mytwitter_tweet_time { padding-left: 5px; color: #1E3700; }

.rightsideflickr {
	position: relative;
	float: left;
	width: 254px;
	background: url(images/bg_photos.jpg) no-repeat top center;
	border: 1px solid #9A9A9A;
	padding-top: 36px;
	padding-bottom: 46px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	color: #000;
}

.flickrphoto {
	position: relative;
	float: left;
	margin: 2px;
	padding-top: 3px;
	padding-left: 3px;
	width: 77px;
	height: 77px;
	background: url(images/bg_flickr.jpg) no-repeat top center;
}

.rightsidebox {
	position: relative;
	float: left;
	width: 266px;
	background: transparent;
	border: 1px solid #9A9A9A;
	text-align: left;
	padding: 4px;
}

.rightsidebox h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 10px;
	margin: 0;
}

.rightsidebox td.name {
        color: #ffffff;
}

.rightsidebox td.email {
        color: #ffffff;
}

.rightsidebox input.namefield {
        background-color: #F5F5D1; 
}

.rightsidebox input.emailfield {
        background-color: #F5F5D1; 
}

/* FOOTER WRAP CODES */

.footer100 {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #1E3700 url(images/bg_footer.jpg) repeat-x top left;





}

.footerwrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	color: #FFF;
}

.footerwrap h2 {
	color: #FFF;
	font-size: 24px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: normal;
}

.footerwrap ul {
padding: 0;
margin: 0;
border-bottom: 1px solid gray;
width: 250px;
}

.footerwrap ul li {
list-style: none;
margin: 0;
padding: 0;
border-top: 1px solid gray;
}

.footerwrap ul li a {
display: block;
padding: 3px;
width: 244px;
background-color: transparent;
color: #FFF;
text-decoration: none;
}

.footerwrap ul li a:link, .footerwrap ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

.footerwrap ul li a:hover { 
color: #FFF;
text-decoration: none;
background: url(images/footer_hover.jpg) repeat-x bottom left;
 }


.footerleft {
	position: relative;
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 310px;
}


.footercenter {
	position: relative;
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 320px;
}

.footerright {
	position: relative;
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 340px;
}

.footerwrap p { padding-right: 10px; padding-bottom: 10px; padding-top: 0; margin: 0; }

.footercopyright {
	position: relative;
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #839F53;
	color: #839F53;
	width: 330px;
}

.footernav {
        text-align: center;
        padding-bottom: 10px;
        color: #839F53;
}

.footernav a {
        color: #839F53;
}


/* SCHEDULE CODE */

.keyseries {
        font-size: 15px;
}


.schedulemonth {
        color: #2F4805;
}

table.schedule {
        font-size: 15px;
        color: #525252;
}

tr.gameodd {
        background-color: #FFFFFF;
}

tr.gameeven {
        background-color: #F1F1F1;
}

td.date {
        font-weight: bold;
        padding-left: 7px;
        padding-right: 7px;
}

td.opponent {
        padding-left: 5px;
        padding-right: 5px;
}

td.recordw {
        color: #2F4805;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
}

td.recordl {
        color: #AC061C;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
}

td.score {
        padding-left: 7px;
        padding-right: 7px;
}

td.pitchers {
        padding-left: 4px;
        padding-right: 2px;
}

/* CONTEST CODE */

.contestbanner2 {
        clear: both;
}

.contestimage { padding-left: 13px; padding-top: 30px; }

/* POST AD BOTTOM CODE */


.bottompostad {
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 5px;
}

/* STORE DESIGN CODE HERE - DO NOT DELETE */


.storepostwrap {
	position: relative;
	float: left;
	margin: 0;
	padding-right: 5px;
	width: 240px;
}


.storepostwrapsingle {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 490px;
}
.storecatimg {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 240px;
}

.storecatcontent {
	position: relative;
	float: left;
	margin: 0;
	paddin: 0;
	width: 240px;
}


.storecatcontent h1 {
        background: transparent;
	padding: 0;
	margin: 0;
	color: #2F4805;
	font-weight: normal;
	font-size: 18px;
}

.storecatcontent h1 a, .storecatcontent h1 a:visited { color: #2F4805; text-decoration: none; }
.storecatcontent h1 a:hover { color: #AC061C; }

.storecatcontent p { padding-bottom: 5px; margin: 0; }

.storeitemprice { color: #AC061C; font-weight: normal; font-size: 14px; }

#storetop li {
display: inline;
list-style-type: none;
padding-right: 20px;
margin: 0;
}

#storetop li a, #storetop li a:visited { color: #AC061C; text-decoration: none; }
#storetop li a:hover { color: #252525; }
