/* CSS for American Woodshop 2015 new site */

/* ----------  BASE/SITEWIDE LINK STYLE ---------- */ 

/*a:link {
	color: #663300;
	text-decoration:none;
	font-weight:600;
}

a:visited {
	color: #663300;
	text-decoration:none;	
	font-weight:600;
}

a:hover {
	color: #e1c778;
	text-decoration:underline;	
	font-weight:600;
}

a:active {
	color: #663300;
	text-decoration:none;	
	font-weight:600;
}

*/

body {
	width: 100%;
	margin: 0;
	background-color: rgb(45, 45, 45);
	font-family: "Source Serif Pro", serif;
}

a img {
	border: none;
}

h5 {
	font-size:18px;
	color: #663300;
	font-weight: bold;
}

h6 {
	font-size:12px;
	color: #663300;
	font-style: italic;
	margin-bottom: 30px;	
}
	
h7 {
	font-size:12px;
	color: #663300;
	font-style: italic;
}

#container {
	max-width: 1024px;
	margin-left: 0;
	padding: 0;
	background-color:#ffffff;
	margin: 0 auto;
}

#header {	
	max-width: 1024px;
	min-height: 122px
}

#navbar {
	background-color: #005182;
	min-height: 24px;
	max-width: 1024px;
	color: #FFFFFF;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navbar li {
    float: left;
    width: 16.66%;
}

.navbar a:link, 
.navbar a:visited {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #005182;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar a:hover, 
.navbar a:active {
    background-color: #0067a9;
}

#sponsors {
	background-color: #ffffff;
	min-height: 110px;
	max-width: 1024px;
	font-size: 10px;	
	padding: 5px;
}

#supporter-text {
	width: 100%;
	font-weight: bold;
	font-size: 14pt;
	padding: 10px 0;
	display: block;
}
	
#content {
	min-height: 580px;
	max-width: 1024px;
	font-size: 10px;	
}	

/*
#seasonsgrid {
	background-image: url("global/images/background.jpg");
	max-width: 1024px;
}

#seasonsgrid ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#seasonsgrid li {
	display: inline-block;
	width: 25%;
	height: 250px;
}

.grid-item-title {
	width: 100%;
	padding: 5px;
	text-align: center;
}
*/

#seasonsgrid {
	background-image: url(global/images/background.jpg);
	max-width: 1024px;
}

/* ----------  ABOUT PAGE STYLES ---------- */ 

#about {
	background-image: url("global/images/background.jpg");
	width: 100%;
	max-width: 1024px;
	overflow: auto;
	padding-bottom: 75px;
}

#about p {
	padding: 0 25px;
}

#about ul {
	margin-left: 25px;
	margin-top: 10px;
}

.aboutinfo {
	color: #663300;
	font-size: 14px;
}

/* ----------------------------------- */ 

.bodygridheader {
	max-width: 248px;
	max-height: 59px;
	color: #663300;
	font-size: 12px;
	float: left;
}

.bodygridheader a:link {
	color: #663300;
	text-decoration: none;
}

.bodygridheader a:visited {
	color: #663300;
	text-decoration: none;
}

.bodygridheader a:hover {
	background-color: #CCCCCC;
	text-decoration: underline;
}

.bodygridheader a.image-border {
	text-decoration: none;
	border: 0 none;
}



/* ----------  FOOTER STYLES ---------- */ 

#footer {
	padding: 10px 0;
	position: relative;			/* this gives IE6 hasLayout to properly clear */
	clear: both; 				/* this clear property forces the .container to 
								understand where the columns end and contain them */
	min-height: 214px;
	min-width: 1024px;
	background-image: url("global/images/footer_1024x214.jpg");
	color: #e1c778;
	clear: both;  				/* this clear property forces the .container to 
								understand where the columns end and contain them */
	font-size: 10pt;
	display: table;
	border-top: 1px solid rgba(255, 255, 255 .8);
}

.footer-col {
	display: table-cell;
	width: 25%;
}

#footer ul {
	margin: 0;
	padding: 0 0 0 35px;
}

#footer li {
	margin: 0;
	padding: 8px 0 0 0;
	list-style: none;
}

#footer-navigation,
#footer-underwriters {
	padding-left: 25px;
	vertical-align: top;
}

#footer-credits,
#footer-wbgu {
	vertical-align: middle;
	padding: 0 10px;
}

#footer-wbgu {
	text-align: center;
}

#footer	a:link {
	color: #e1c778;
}

#footer a:visited {
	color: #e1c778;
}

#footer a:hover  {
	background-color: #ffffff;
	text-decoration: underline;
}

#footer a.image-border {
	text-decoration: none;
	border: 0 none;
}

/* ----------------------------------- */ 
