/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .9em/150% Arial, Helvetica, sans-serif;
	color: #666;
	background-image: url('/images/body-bg.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: left top;
	height: 1024px;	
}

#framefloat iframe {
width: 350x;
height: 400px;
float: left;
margin: 0 10px 0 0 ;
}

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 12px 0 .4em;
	color: #535252;
}
h1 {
	font-size: 2.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

hr {
    border: none;
    background-color: #66A467;
    color: #66A467;
    height: 1px;
}

.whitetext {color: #fff; }

.storytitle {	font-size: 1.4em; }

.storytitlewhite {	font-size: 1.6em; color:#fff; padding:5px 0 0 0; }

.teamtitle {	font-weight:600; font-size: 2.0em; color:#333333; padding: 0 0 10px 5px;  }

.teamsmall { font-size: 0.8em; color:#339966; }
.teamdata { font-size: 1.3em; font-weight:500; }
.teamsmalline {font-size: 0.1em; line-height:6px }

.green_banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	background: #758C7D;
	color: #FFFFFF;
	margin-top: 3px; 
	margin-bottom: 3px;
	padding: 5px 0 5px 15px;
	border-top: 1px solid #000;
	border-bottom: 5px solid #64808a;			
}

.A-Z {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #005826;
	background-image: url(/images/backgr_bubble.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-position: center;
}

.datablock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;	
	font-weight: bold;
	color: #333333;
}

.dateline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #005826;
}

.playerphotocontainer{
	width: 150px;
	height:120px;
	border-right-color:#006666;
	border-right-width:10px;
	border-bottom-color:#006666;
	border-bottom-width:10px;
}
	
.greencap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;	
	font-weight: bold;
	color: #1ea156;
}	
	
.scores {
	font: .9em/150% Arial, Helvetica, sans-serif;
	color: #666;
}

.alert-box {
	color:#555;
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;font-size:.8em/150%;
	padding:10px 36px;
	margin:10px;
	background:#fff8c4 10px 50%;
	border:1px solid #f2c779;	
}


/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.valid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;	
	font-weight: bold;
	color: #1ea156;
}

.invalid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;	
	font-weight: bold;
	color: #cd2633;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 980px;
	margin: auto;	
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 160px;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
	left: 20px;
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}

/* site description */
#site-description {
	font: italic 130%/150% "Times New Roman", Times, serif;
	color: #fff;
	position: absolute;
	top: 60px;
	width: 339px;
	left: 40px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 100px;
}
#searchform #s {
	width: 100px;
	float: right;
	background: #fff;
	border: none;
	padding: 4px 2px;
	/* border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

#searchform a {
	line-height: 100%;
	padding: 4px 8px;
	font-weight: bold;
	color: #146627;
	display: block;
	text-decoration: none;
}

#searchform a:hover {
	color: #fff;
	background: #474747;
	padding: 4px 8px;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#146627), to(#10511f));
	background: -moz-linear-gradient(top,  #146627,  #10511f);
	background: linear-gradient(-90deg, #146627, #10511f);
}


/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #0ca555 url(images/nav-bar-bg.png) repeat-x; 
 	background: -webkit-gradient(linear, left top, left bottom, from(#A95046), to(#6E1F17));
	background: -moz-linear-gradient(top, #A95046, #6E1F17);  
	background: linear-gradient(-90deg, #A95046 , #6E1F17  );
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #358046;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#c3bca2), to(#867744));
	background: -moz-linear-gradient(top,  #c3bca2,  #867744);
	background: linear-gradient(-90deg, #c3bca2, #867744);
		/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 1px rgba(0,0,0,.4);
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 30px 0 5px;
	padding: 20px 35px 0 35px;
	width: 600px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	font-size: 75%;
	color: #000066;
	font-style:italic;
	font-weight:bold;
}

/* post image */
.post-image-left {
	padding: 0 8px 0 0;
}
/* post image */
.post-image-right {
	padding: 0 0 0 8px;
}

div.centered 
{
    text-align: center;
}
div.centered table 
{
    margin: 0 auto; 
    text-align: left;
}


/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	color: #4a7466;
	margin: 0 0 5px;
	padding: 0;	
}
.widgettitlebold {
	margin: 0 0 5px;
	padding: 0;	
	font-weight: bold;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widgetads {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
}

.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: auto;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	color: #fff;

	font-size: 85%;
}
.footerback {
 	background-color:#115220; 
	padding: 3px;
} 
#footer a {
	color: #fff;
}

.footer2016{
text-align:center;
padding:8px;
margin:0;
border-top:1px solid #ddd;
color:#777;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background: #d7e6dc; ;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }



.img-left{
border:2px solid #555; box-shadow: 4px 4px 1px #929292; -moz-box-shadow: 4px 4px 1px #929292; -webkit-box-shadow: 4px 4px 1px #B9B9B9; -khtml-box-shadow: 4px 4px 1px #929292; 
float: left; margin: 0 12px 10px 0;}

.img-right{
border:2px solid #555; box-shadow: 4px 4px 1px #929292; -moz-box-shadow: 4px 4px 1px #929292; -webkit-box-shadow: 4px 4px 1px #B9B9B9; -khtml-box-shadow: 4px 4px 1px #929292; 
float: right; margin: 0 8px 10px 10px;}

