/*

The Rayne Summers Webcomic Scholarship

*/


/* Standard */

body {
  margin: 0;
  color: #000;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  background: #fff url('images/background.jpg') center top repeat-x;
 }
 
a {
	color: #770c11;
	text-decoration: none;
}

	a:hover {
		color: #ef1923;
	}
 
 	a:focus {
		outline: none;
	}
 
	a img {
		border: none;
	}
 
 img {
	max-width: 100%;
}
 
table {
	border-collapse: collapse;
}
	
	td  {
		padding: 0;
		margin: 0;
	}

small {
	color: #014fa1;
}
	
h1 {
	padding: 0 3px;
	margin: 0;
	clear: both;
	color: #000;
	font-size: 24px;
	font-family: 'VTC Letterer Pro', sans-serif;
	font-weight: normal;
	background: #ffe75f url('images/yellow.jpg');
	border: 2px solid #ff890d;
	}

h2 {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 20px;
	font-family: 'VTC Letterer Pro', sans-serif;
	font-weight: normal;
}


/* Desk */

#desk {
	min-width: 800px;
	height: 1000px;
	background: url('images/desk.jpg') center top no-repeat;
}

#comic {
	min-width: 800px;
	height: 1000px;
	background: url('images/comic.png') center top no-repeat;
}
	
	
/* Content */

#content {
	width: 800px;
	height: 600px;
	padding-top: 10px;
	margin: 0 auto;
}

#button-apply {
	width: 150px;
	height: 80px;
	margin: 420px 0 0 650px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#button-donate {
	width: 150px;
	height: 100px;
	margin: 0 0 0 650px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#page-left {
	width: 400px;
	height: 600px;
	float: left;
	overflow: hidden;
}

#page-right {
	width: 400px;
	height: 600px;
	float: left;
	overflow: hidden;
}

.box-fullpage {
	width: 330px;
	height: 530px;
	margin: 20px;
	padding: 10px;
	border: 5px solid #333;
	overflow: auto;
	background: url('images/blue.jpg');
}

.box-onethird {
	width: 350px;
	height: 150px;
	margin: 20px;
	border: 5px solid #333;
}

.box-twothirds {
	width: 350px;
	height: 370px;
	margin: 0 20px 20px 20px;
	border: 5px solid #333;
}

#page-left.boardofdirectors {
	width: 340px;
	height: 350px;
	padding: 250px 30px 0 30px;
	color: #fff;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}

#page-left.boardofdirectors small {
	color: #aaa;
	font-size: 13px;
	font-weight: normal;
}


/* Images */

.raynebust {
	background: url('images/raynebust.jpg') no-repeat;
}

.boardofdirectors {
	background: url('images/boardofdirectors.jpg') no-repeat;
}

.news-title {
	background: url('images/news-title.jpg') no-repeat;
}

.news {
	background: url('images/news.jpg') no-repeat;
}

.about-title {
	background: url('images/about-title.jpg') no-repeat;
}

.about {
	background: url('images/about.jpg') no-repeat;
}

.apply-title {
	background: url('images/apply-title.jpg') no-repeat;
}

.apply {
	background: url('images/apply.jpg') no-repeat;
}

.donate-title {
	background: url('images/donate-title.jpg') no-repeat;
}

.donate{
	background: url('images/donate.jpg') no-repeat;
}



/* Navigation */

#navigation {
	width: 550px;
	height: 35px;
	margin: 30px auto 0 auto;
	overflow: hidden;
}

#navigation a {
	height: 35px;
	display: block;
	margin-left: 5px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url('images/navigation.png');
	background-repeat: no-repeat;
}

a#nav-home {
	width: 80px;
	margin-left: 0;
	background-position: 0 0;
}
	
	a#nav-home:hover {
		background-position: 0 -35px;
	}
	
	a#nav-home.active {
		background-position: 0 -70px;
	}
	
a#nav-news {
	width: 76px;
	background-position: -85px 0;
}

	a#nav-news:hover {
		background-position: -85px -35px;
	}
	
	a#nav-news.active {
		background-position: -85px -70px;
	}

a#nav-about {
	width: 90px;
	background-position: -166px 0;
}

	a#nav-about:hover {
		background-position: -166px -35px;
	}

	a#nav-about.active {
		background-position: -166px -70px;
	}
	
a#nav-apply {
	width: 85px;
	background-position: -261px 0px;
}

	a#nav-apply:hover {
		background-position: -261px -35px;
	}
	
	a#nav-apply.active {
		background-position: -261px -70px;
	}

a#nav-donate {
	width: 103px;
	background-position: -351px 0px;
}

	a#nav-donate:hover {
		background-position: -351px -35px;
	}
	
	a#nav-donate.active {
		background-position: -351px -70px;
	}

a#nav-board {
	width: 91px;
	background-position: -459px 0px;
}

	a#nav-board:hover {
		background-position: -459px -35px;
	}
	
	a#nav-board.active {
		background-position: -459px -70px;
	}
	
	
/*Footer */

#footer {
	width: 800px;
	margin: 190px auto 0 auto;
	text-align: center;
}


/* Clear Floats */

.clear {
	clear: both;
}

