body {
	background: #fff;
/*	min-width: 1000px;	
	max-width: 1500px;*/
	-webkit-font-smoothing: antialiased;
}

#outerWrap {
	float: left;
	width: 100%;	
}

#center {
	float: left;
	width: 100%;
	margin-left: 0 !important;
}

#nav {
	position: relative;
	z-index: 2;
	width: 800px;
	margin: 32% auto 0 auto;
	max-width: 100%;
	background: none;
}


#name {
	float: none;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	padding-bottom: 10px;
	font-family: "Libre Baskerville", serif;
	text-decoration: none;
	letter-spacing: 0px;
	/*font-style: italic;*/
	color: #fff;
	font-size: 48px;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
}

#name img{
}

#nav ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0px auto 0 auto;
	text-align: left;
}

#nav ul li{
	display: inline-block;
	margin: 1% 4% 1% 0;
}

#nav ul li a:hover {
	background: none;
	border: none;
}

#nav ul li a{
	display: block;
	list-style: none;
	font-size: 34px;
	/*color: #fff;*/
	padding: 0;
	margin: 0;
	/*letter-spacing: 1px;*/
	/*height: 33px;*/
	float: left;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	color: rgb(254,220,167);
	-webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    -ms-transition:     all 0.2s ease;
    transition:         all 0.2s ease;
}

#nav ul li a:hover {
	color: #fff;
}

/*
#nav ul li a#news {
	background: url('/static/img/home_54.png') 0 0  no-repeat;
	width: 124px;
}

#nav ul li a#news:hover {
	background-position: 0 -36px;
	cursor: pointer;
}

#nav ul li a#books {
	background: url('/static/img/home_51.png') 0 0  no-repeat;
	width: 147px;
}

#nav ul li a#books:hover {
	background-position: 0 -36px;
	cursor: pointer;	
}

#nav ul li a#notebook {
	background: url('/static/img/home_46.png') 0 0  no-repeat;
	width: 246px;
}

#nav ul li a#notebook:hover {
	background-position: 0 -36px;
	cursor: pointer;	
}

#nav ul li a#about {
	background: url('/static/img/home_49.png') 0 0  no-repeat;
	width: 153px;
}

#nav ul li a#about:hover {
	background-position: 0 -36px;
	cursor: pointer;	
}

#nav ul li a#events {
	background: url('/static/img/home_60.png') 0 0  no-repeat;
	width: 166px;
}

#nav ul li a#events:hover {
	background-position: 0 -36px;
	cursor: pointer;	
}

#nav ul li a#contact {
	background: url('/static/img/home_62.png') 0 0  no-repeat;
	width: 211px;
}

#nav ul li a#contact:hover {
	background-position: 0 -36px;
	cursor: pointer;	
}*/

#nav ul li#dot {
	display: none;
}

#homeimg {
	position: absolute;
	top: 0;
	z-index: 1;
/*	min-width: 1000px;*/
	width: 100%;
	min-width: 1000px;
}

#homeimg img{
	width: 100%;
}

.footer {display: none}

#mobilehome {	
	display: none;
	}
	
.feature {
	position: fixed;
	z-index: 2;
	top: 10%;
	width: 90%;
	right: 10%;
	float: right;
}

.blurb {
	float: right;
	width: 100%;
	max-width: 380px;
	text-align: right;
	margin-top: 10%;
	margin-right: 5%;
	color: #F4EFE8;
	font-weight: 400;
	font-size: 20px;
	-webkit-font-smoothing: auto;
}

.blurb p{
	font-size: 20px;	
}

.cover {
	float: right;
	width: 22%;
	max-width: 230px;
	-moz-box-shadow: 0 1px 2px #555;
	-webkit-box-shadow: 0 1px 2px #555;
	box-shadow: 0 1px 2px #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=120, Color='#555555')";
}

.cover img{
	width: 100%;
	height: auto;
}