@charset "UTF-8";
/* CSS Document */

/* GENERAL FORMATTING */

*{
	margin: 0;
	padding: 0;
	}

html{
	height: 100%;
	}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_body.jpg) repeat-x #4B4B4B fixed;
	color: #f2f2f2;
	}

h1{
	font-size: 38px;
	font-weight: 100;
	margin: 0 0 15px 0;
	text-shadow: 2px 2px 0 #333333;
	}

h2{
	font-size: 30px;
	font-weight: 100;
	margin: 0;
	text-shadow: 2px 2px 0 #333333;
	}

h3{
	font-size: 22px;
	font-weight: 100;
	margin: 0;
	text-shadow: 2px 2px 0 #333333;
	}

p{
	margin: 0 0 15px 0;
	font-size: 18px;
	line-height: 30px;
	}

img.center{
	display: block;
	margin: 0px auto;
	}

/* LINKS */

a{
	color: #f2f2f2;
	text-decoration: underline;
	}

a:hover{
	color: #f2f2f2;
	text-decoration: none;
	}
	
a:visited{
	color: #f2f2f2;
	text-decoration: underline;
	}

img{
	border: none;
	text-decoration: none;
	}
	
/* BANNER */
	
div#banner_wrap{
	height: 183px;
	width: 100%;
	background: url(../images/bg_banner_footer.jpg) repeat #383838 scroll;
	border-bottom: 1px solid #4a4a4a;
	box-shadow: 0 0 20px #000;
	}
	
div#banner{
	height: 100%;
	width: 880px;
	margin: auto;
	padding: 10px 0; 
	}
	
img#submissions{
	position: absolute;
	margin-left: 260px;
	top: 156px;
	left: 50%;
	}

div#social{
    left: 50%;
    margin-left: 310px;
    position: absolute;
    width: 115px;
	top: 15px;
	}

div#social a{
	text-decoration: none;
	}

img.social_icon{
	margin-top: -20px;
	}
	
/* NAVIGATION */

div.nav_divider{
	margin: 35px 0 10px 0;
	}

div.push_divider{
	margin: 0 0 30px 0;
	}

ul.nav{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.nav li{
  margin: 2px 70px 5px 0;
  display: inline;
  float: left;
  padding: 0;
  font-size: 22px;
  font-weight: 100;
}

ul.nav li.test{
  margin: 2px 46px 5px 0;
	}

ul.nav li.active { text-decoration: underline; }	
	
/* CONTENT */

div#main_wrap{
	height: 100%;
	width: 880px;
	margin: auto;
	}

div.copy_wrapper{
	width: 100%;
	margin-top: 25px;
	}

h1.main_header{
	margin: 15px 0 10px 0;
	}

h2.sub-heading{
	border-top: 1px solid #4A4A4A;
    font-size: 25px;
    margin: auto;
    padding-top: 5px;
    text-align: center;
    width: 475px;
	}
	
h3.gallery_link{
	float: right;
	margin-top: 7px;
	}
	
div.divider{
	height: 1px;
	width: 100%;
	border-top: 1px solid #4a4a4a;
	}

ul.resource-links{
	font-size: 18px;
    list-style-type: none;
    text-align: center;
    }


/* GALLERY */

div.thumbs{
	margin-top: 5px;
	}

div.thumbs img{
	border: 1px solid #4a4a4a;
	}

div.thumbs a{
	text-decoration: none;
	}

/* FOOTER */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -160px;
	}

.footer{
	height: 160px;
	width:auto;
	background: url(../images/bg_banner_footer.jpg) repeat #2d2d2d scroll;
	border-top: 1px solid #4a4a4a;
	position: relative;
	box-shadow: 0 0 20px #000;	
	}

.push {
	height: 160px;
	}

div.footer_wrap{
	height: 100%;
	width: 880px;
	margin: auto;
	line-height: 20px;	
	}

div.footer_wrap a{
	text-decoration: none;
	}

div.footer_wrap p{
	font-size: 15px;
	line-height: 18px;
	}

div.footer_wrap li{
	font-size: 15px;
	line-height: 18px;
	}

div.footer_links{
	float: left;
	margin-top: 10px;
	}
	
div.footer_wrap p.title{
	font-size: 18px;
	line-height: 25px;
	border-bottom: 1px solid #4a4a4a;
	}
	
div.footer_links ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
	}

div.footer_contact{
	width: 720px;
	float: right;
	margin-top: 10px;
	text-align: right;
	}
	
/* NEWS */

h2.news_date{
	float: right;
	font-size: 22px;
	margin-top: 8px;
	}