/*  
Theme Name: Spoof University
Theme URI: 
Description: Custom WordPress Theme for Spoof University
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
}

body  {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 24px;
	background: url(images/background.jpg) repeat-x top;
}

#container {
	width: 980px;
	min-height: 100%;
	margin: 0px auto -299px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #0A2643;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #65110a; 
}

h2 {
	color: #0A2643;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

p {
	padding-bottom: 10px;
}

ul, ol {
	padding-left: 10px;
	list-style: none;
}

ul.penant li {
	list-style-image: url(images/penant_mini.png);
	padding-left: 0px;
	margin-left: 30px;
}

ul.football li {
	list-style-image: url(images/football_mini.png);
	padding-left: 0px;
	margin-left: 30px;
}

h4 a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

h4 a:hover {
	background: transparent url(images/learnmore.png) right no-repeat;
	padding-right: 130px;
	text-decoration: none;
}

h5 {
	margin-top: 15px;
}

.answer {
	margin-right: 10px;
}

/* Forms ////////////////////////////////////////////////////////// */

.comment_left {
	display: inline;
	float: left;
	width: 360px;
}

.comment_right {
	float: right;
	width: 180px;
	text-align: right;
}

.comments {
	list-style: none;
	width: 590px;
	border-bottom: dashed thin;
	border-bottom-color: #5E0003;
	margin-bottom: 10px;
}

.forms {
	width: 550px;
	border: 1px solid #0A2643;
	background: transparent;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.formsfour {
	width: 550px;
	height: 80px;
	border: 1px solid #0A2643;
	background: transparent;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.red {
	color: red;
	font-style: italic;
	font-size: 10px;
}

.submit_it {
	background-color: #0A2643;
	border: 1px solid #061b31;
	width: 100px;
	height: 30px;
	color: white;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 3px 10px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 10px 3px 0px;
   display: inline;
   float: left;
}

/* Header ////////////////////////////////////////////////////////// */

#logo {
	width: 980px;
	height: 220px;
	padding: 0px;
	background: url(images/header.jpg) no-repeat;
}

#logo h1 {
	margin: 0;
	padding: 0;
	background: url(images/spoof.jpg) no-repeat top left;
	width: 310px;
	height: 220px;
}

#logo a {
	width: 310px;
	height: 220px;
	display: block;
	text-indent: -999999px;	
}

#main {
	width: 980px;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#navigation {
	width: 980px;
	background: url(images/nav_back.jpg) center;
	position: relative;
}

#nav {
	width: 647px;
	height: 43px;
	margin: 0px auto;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 43px;
	float: left;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -99999px;	
}

#nav li a {
	border: 0;
	display: block;
	height: 43px;
	background: url(images/nav1.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(images/nav2.jpg);
}

#nav li#welcome a {
	width: 95px;
}
 
#nav li#welcome a:link,
#nav li#welcome a:visited,
#nav li#welcome a:hover {
	background-position: 0px 0px;
}

#nav li#about a {
	width: 67px;
}

#nav li#about a:link,
#nav li#about a:visited,
#nav li#about a:hover {
	background-position: -95px 0px;
}

#nav li#presentations a {
	width: 188px;
}

#nav li#presentations a:link,
#nav li#presentations a:visited,
#nav li#presentations a:hover {
	background-position: -162px 0px;
}

#nav li#booking a {
	width: 146px;
}

#nav li#booking a:link,
#nav li#booking a:visited,
#nav li#booking a:hover {
	background-position: -350px 0px;
}

#nav li#testimonials a {
	width: 116px;
}

#nav li#testimonials a:link,
#nav li#testimonials a:visited,
#nav li#testimonials a:hover {
	background-position: -496px 0px;
}

#nav li#contact a {
	width: 88px;
}

#nav li#contact a:link,
#nav li#contact a:visited,
#nav li#contact a:hover {
	background-position: -612px 0px;
}

/* Home ////////////////////////////////////////////////////////// */

#home_left {
	display: inline;
	float: left;
	width: 418px;
	height: 332px;
	background: url(images/home_paper.jpg) no-repeat;
	padding: 50px 130px 0px 90px;
	position: relative;
}

#home_right {
	float: left;
	width: 342px;
	height: 300px;
	background: url(images/blackboard.jpg) top no-repeat;
	padding: 82px 0px 0px 0px;
}

#schedule_large a {
	width: 980px;
	height: 83px;
	background: url(images/schedule_large.jpg);
	text-indent: -9999px;
	display: block;
}

#folders {
	width: 980px;
	height: 231px;
	margin-bottom: 30px;
}

#folder_one {
	width: 330px;
	height: 231px;
	padding: 0px;
	position: relative;
	text-indent: -99999px;
	display: inline;
	float: left;
}

#folder_one h3 {
	margin: 0;
	padding: 0;
	background: url(images/f_pop.jpg) no-repeat top left;
	width: 330px;
	height: 231px;
}

#folder_one a {
	width: 330px;
	height: 231px;
	display: block;
	text-indent: -999999px;	
}

#folder_two {
	width: 320px;
	height: 231px;
	padding: 0px;
	position: relative;
	text-indent: -99999px;
	float: left;
}

#folder_two h3 {
	margin: 0;
	padding: 0;
	background: url(images/f_testimonials.jpg) no-repeat top left;
	width: 320px;
	height: 231px;
}

#folder_two a {
	width: 320px;
	height: 231px;
	display: block;
	text-indent: -999999px;	
}

#folder_three {
	width: 330px;
	height: 231px;
	padding: 0px;
	position: relative;
	text-indent: -99999px;
	float: left;
}

#folder_three h3 {
	margin: 0;
	padding: 0;
	background: url(images/f_contact.jpg) no-repeat top left;
	width: 330px;
	height: 231px;
}

#folder_three a {
	width: 330px;
	height: 231px;
	display: block;
	text-indent: -999999px;	
}

.pad_it {
	margin: 15px 0px 30px 0px;
}

/* Slide Carousel ////////////////////////////////////////////////////////// */

#slide {
	width: 940px;
	height: 275px;
	position: relative;
}

#slide_right {
	width: 342px;
	height: 150px;
}

#slide_middle {
	width: 284px;
	height: 150px;
	background-position: top;
	float: left;
}

.stepcarousel{
	position: relative;
	overflow: scroll;
	width: 284px;
	height: 150px;
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}

.belt_image {
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 284px;
	height: 150px;
}

.teacher {
	position: absolute;
	width: 90px;
	height: 96px;
	left: 0px;
	bottom: 0px;
	background: transparent url(images/teacher.png);
	z-index: 100;
	text-indent: -99999px;
}

/* Inside ////////////////////////////////////////////////////////// */

#inside_left {
	display: inline;
	float: left;
	width: 558px;
	min-height: 382px;
	background: url(images/inside_paper.jpg) no-repeat;
	padding: 50px 40px 0px 40px;
	margin-bottom: 50px;
	position: relative;
}

#inside_right {
	float: left;
	width: 342px;
	margin-bottom: 50px;
}

#schedule_small a {
	width: 342px;
	height: 235px;
	background: url(images/schedule_small.jpg);
	text-indent: -9999px;
	display: block;
}

/* Books ////////////////////////////////////////////////////////// */

.books {
	margin-top: 30px;
	background: transparent url(images/choose.png) top no-repeat;
	padding-top: 80px;
}

.books1 a {
	width: 241px;
	height: 30px;
	background: transparent url(images/books1.png) repeat-y;
	display: block;
	font-weight: bold;
	color: #6C9093;
	padding: 30px 0px 0px 74px;
}

.books2 a {
	width: 248px;
	height: 31px;
	background: transparent url(images/books2.png) repeat-y;
	display: block;
	font-family: Times, serif;
	color: #8F7454;
	padding: 7px 0px 0px 67px;
}

.books3 a {
	width: 265px;
	height: 28px;
	background: transparent url(images/books3.png) repeat-y;
	display: block;
	font-family: Times, serif;
	color: #987C41;
	padding: 33px 0px 0px 50px;
}

.books4 a {
	width: 264px;
	height: 32px;
	background: transparent url(images/books4.png) repeat-y;
	display: block;
	font-family: Times, serif;
	color: #CAA879;
	padding: 38px 0px 0px 51px;
}

/* Parallax ////////////////////////////////////////////////////////// */

#school_parallax {
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 150px;
	background: white;
}

.p_left {
	position: absolute;
	top: 129px;
	left: 0px;
	z-index: 100;
	width: 446px;
	height: 3px;
}

.p_right {
	position: absolute;
	top: 129px;
	right: 0px;
	z-index: 100;
	width: 446px;
	height: 3px;
}

.p_school {
	position: absolute;
	top: 75px;
	left: 446px;
	z-index: 100;
	width: 88px;
	height: 75px;
}

#parallax {
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 150px;
}

.p1 {
	width: 446px;
	height: 129px;
	position: absolute;
	top: 0px;
	right: 20px;
}

.p2 {
	width: 446px;
	height: 129px;
	position: absolute;
	top: 0px;
	left: 20px;
}

.p3 {
	width: 980px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 60px;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 299px;
	clear: both;
}

#footer {
	width: 100%;
	height: 299px;
	background: url(images/footer.jpg) repeat-x bottom;
	line-height: normal;
	font-size: 12px;
	position: relative;
	color: #538B25;
}

#footer a {
	color: #538B25;
	text-decoration: none;
	border: 0px;
}

#footer a:hover {
	color: #538B25;
	text-decoration: none;
}

#footer_container {
	width: 980px;
	height: 299px;
	margin: 0px auto;
}

#footer_nav {
	background: url(images/thank_you.jpg) top no-repeat;
	padding-top: 100px;
	height: 49px;
	text-align: center;
}