body{
	font-family:Verdana;
}

/* Large Header */
#header-large{
	position: relative;
	width:1109px;
	height:716px;
	margin:0 auto;
	padding-top:36px;
	background-image:url("../img/header-large.jpg");
}
#header-large-background{
	position:absolute;
	margin-top:36px;
	height:148px;
	width:100%;
	background-color: #AD7032;
}
#header-large-title-bar{
	position:relative;
	width:1099;
	height:123px;
	padding-top:25px;
	padding-left:10px;
	background: rgba(255, 147, 38, 0.95);
	/*background-color:#FF9326; */
}
#header-large .header-title-wrapper{
	width:520px;
}
.header-title-wrapper a:link, .header-title-wrapper a:visited, .header-title-wrapper a:active, .header-title-wrapper a:hover{
	color:inherit;
	text-decoration: none;
}
div#header-large h1#header-title{
	line-height:0.6em;
	font-size:80px;
	color:#333333;
}
div#header-large h2#header-subtitle{
	margin:15px 0 0 0;
	text-align:right;
	font-size:30px;
	color:#535362;
}

div#header-large ul#header-nav{
	float:right;
	margin:-10px 15px 0 0;
	text-align: right;
}

/* All headers */
h1#header-title{
	border:none;
}


ul#header-nav li{
	margin-left:20px;
	font-size:20px;
	list-style: none;
	height:1.5em;
}

/* Small Header */


#header-small .header-title-wrapper{
	width:400px;
}
div#header-small h1#header-title{
	font-size:60px;
	margin:15px 0 -20px 0;
}

div#header-small ul#header-nav{
	margin:20px 15px 0 0;
}

div#header-small h2#header-subtitle{
	text-align:right;
	border-bottom:2px solid #F58F28;
	font-size:30px;
	color:gray;
}

div#header-small ul#header-nav li{
	float:left;
}

/* Adjust Defaults */

/* Large screens */
@media (min-width: 979px) {
	h1{
		font-size:60px;
	}
}
/* Small Screens */
@media (max-width: 979px) {
	h1{
		font-size:20px;
	}
	h2{
		font-size:18px;
	}
	.row-fluid > div{
		padding-left:15px;
	}
	.row-fluid p{
		margin: 0 15px 0 15px;
	}
}

/* All screens */
img{
	margin:15px auto !important;
	display:block;
	border:1px solid #F58F28;
}
a:link{
	color:#f0f0f0;
}
a:visited{
	color:#f1f1f1;
}
h1{
	width:100%;
	font-weight:normal;
	line-height:1.5em;
	border-bottom:2px solid #F58F28;
}
h2{
	color:#535362;
}
h1, h2, h3, h4{
	font-weight:normal;
}
p{
	text-align:justify;
}
.row-fluid, .container{
	max-width:1109px;
	margin:0 auto;
}


/* Per page */
ul#readWays{
	float:right;
	margin-right:15px;
}
ul#readWays li{
	font-size:1.5em;
	line-height:2em;
	list-style: none;
}
img.book-icon{
	border:none;
}

#search-bar{
	position:relative;
	margin-right: 20px;
	float:right;
	margin-top:25px;
}
#search-bar i{
	position:absolute;
	top:7px;
	left:8px;
}
#search-bar input{
	padding-left:25px;
}