/*********************

	Stylesheet for the Granite Bay High School Library
	Author: Ryan Sundberg
	
*********************/

body {
	position: relative;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

#header {
	height: 190px;
	background: url('../images/header_bg.jpg');
	border: 0px;
}

#topnav {
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: url('../images/topnav_bg.jpg');
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	color: #e4e4e4;
	font-family: Georgia, Garamond, Serif;
	font-size: 18px;
	font-weight: normal;
}

#topnav li {
	display: inline;
	list-style: circle;
	padding-left: 12px;
}

#topnav a:link, #topnav a:visited {
	color: #e4e4e4;
	text-decoration: none;
}

#topnav a:hover, #topnav a:active {
	color: #cfcfcf;
	text-decoration: none;
}

#topnav-shadow {
	position: absolute;
	top: 224px;
	margin: 0px;
	left: 0px;
	height: 10px;
	width: 100%;
	background: url('../images/topnav_shadow.jpg') blue;
	_z-index: -1;


	/* shadow opacity attributes */
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	/* end shadow opacity attributes */
}

#sidenav {
	width: 250px;
	height: 100%;
	clear: none;
	float: left;
	background: none;	
	margin: 0px;
	padding: 0px;
	padding-top: 24px;
	font-family: Georgia, Garamond, Serif;
	font-size: 16px;
	color: #383838;
}

.sidenav-section {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.sidenav-section-title {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
}

.sidenav-section-bar {
	width: 250px;
	height: 5px;
	background: #426A42;
	margin: 0px;
	padding: 0px;
	margin-left: -10px;
	margin-top: -3px;
}

.sidenav-section ul{ 
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	margin-left: 16px;
}

.sidenav-section li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*    green links
.sidenav-section a:link, .sidenav-section a:visited {
	color: #426A42;
	text-decoration: none;
}

.sidenav-section a:hover, .sidenav-section a:active {
	color: #426A42;
	text-decoration: underline;
}*/

.sidenav-section a:link, .sidenav-section a:visited {
	color: #0000ff;
	text-decoration: underline;
}

.sidenav-section a:hover, .sidenav-section a:active {
	color: #0000ff;	
	text-decoration: underline;
}

#content-container {
	clear: right;	
	margin: 0px;
	padding: 0px;
	margin-left: 250px;
	background: none;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 20px;
	font-family: Georgia, Garamond, Serif;
	font-size: 16px;
	color: #383838;
	border-left: 1px solid #aeaeae;
	min-height: 600px;
}

#content-container h1 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 40px;
}

#content-container h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 30px;
}

#content {
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 20px;
	clear: right;
	width: auto;
	/*max-width: 40em;
	_margin-right: 100px;*/
}

#content li {
	list-style-position: inside;
}

/* old link style
#content a:link, #content a:visited {
	color: #426A42;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #426A42;
	text-decoration: underline;
}*/

#content a:link, #content a:visited {
	color: #0000ff;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #0000ff;
	text-decoration: underline;
}

#content p {
	margin: 0px;
	padding: 0px;
	padding: 7px;
	line-height: 20px;
	font-size: 16px;
}

#content img {
	margin: 0px;
	padding: 10px;
	width: 150px;
	clear: none;
}

#footer {
	font-family: Arial, Sans-serif;
	font-size: 10px;
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	margin-top: 160px;
	margin-bottom: -50px;
	_margin-bottom: 0px;
}

#footer img {
	margin: 0px;
	padding: 0px;
	float: right;
	border: 0px;
	width: 120px;
	margin-top: -50px;
}

/* News page style */

.news-date {
	font-size: 12px;
}

.news-title {
	font-size: 22px;
	font-weight: bold;
}

.news-picture {
	float: right;
	padding: 10px;
	margin-top: -40px;
}

.news-content {

}

/* book of the month */

#botm {

}

#botm img {
	width: 195px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 0px;
}

#botm li {
	margin-left: -26px;
	text-align: center;
}
#photos{
	width: 516px;
	height: 130px;
	z-index: 1;
	position:absolute;
	right:0px;
	top:20px;
}