html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}
* { outline: 0; }
em { font-style: italic; }
strong { font-weight: bold; }

html {
	background:#0d393f url("../images/background.png") repeat-x;
}

body {
	background:url("../images/background-header.png") no-repeat;
	width:980px;
	margin:0 auto;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif, "Times New Roman";
	font-size: .8em;
	line-height:24px;
}

a {
	color: #d0ff2e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 a:hover, h2 a:hover, #menu a:hover {
	text-decoration: none;
}

a:active, a:focus {
	outline: 0;
}

h1 {
	font-size: 5em;
	font-weight: bold;
}

h2 {
	font-size: 3em;
	font-weight: bold;
}

h3 {
	text-transform: uppercase;
	font-size: 1.385em;
	color: #d0ff2e;
}

h3 + p {
	margin-top: 20px;
}

ul {
	list-style: disc;
	color: #d0ff2e;
	padding-left: 30px;
	margin: 30px 0 10px 10px;
}

ul + ul {
	margin-top: 10px;
}

ul + p {
	margin-top: 30px;
}

	ul span {
		color: #fff;
		margin-left: 5px;
	}
	
	ul li {
		margin-top: 5px;
	}
	
	ul li ul {
		margin: 10px 0 10px 5px;
	}

p + p {
	margin-top: 20px;
}

p + h3 {
	margin-top: 30px;
}

img.left {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

/*** CONTAINER ***/

#container-main {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/*** HEADER ***/

#header {
	height:192px;
	position: relative;
}

	#header h1 {
		position: absolute;
		top: 18px;
		left: 0;
	}
	
	#header h2 {
		position: absolute;
		top: 70px;
		left: 0px;		
	}
	
/*** MENU ***/

#menu { 
	position: absolute; 
	left: 0;
	bottom: 0;
	right: 0;
	height: 62px;
	margin: 0;
}

	#menu li {
		display: block;
		float: left;		
		width: 130px;
		height: 60px;		
		margin-right: 5px;		
	}
	
		#menu li a {
			text-transform: uppercase;
			color: #fff;
			font-size: 1.231em;
			display: block;
			width: 100%;
			height: 49px;
			padding-top: 11px;
			text-align: center;
			background: url('../images/background-menu.png') no-repeat;
		}
		
		#menu li a:hover,
		#menu li.active a {
			background: url('../images/background-menu-hover.png') no-repeat;
		}
		
		#menu li.active a {
			color: #d0ff2e;
		}
		
/*** CONTENT ***/

.content-block {
	margin-bottom: 20px;
	background: #122a28;
	padding: 37px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*** NEWS ITEMS ***/

.news-item {
	margin-bottom: 40px;
}

	.news-item h3 {
		font-size: 2em;
	}
	
	.news-item h3 + p {
		margin-top: 0;
	}

/*** COLUMNS ***/

.left-column {
	float: left;
	width: 480px;
	margin-right: 35px;
}

.right-column  {
	float: left;
	width: 310px;	
}

/*** FORMS ***/
input[type="text"] {
	border: 1px solid #678500;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	width: 290px;
	margin-bottom: 3px;
}

input[type="file"],
select {
	color: #263d3a;
	width: 290px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 10px;
	background: #fff;
	border: 1px solid #678500;
}

select {
	width: 312px;
}

input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color: #fff;
	background: #acd817 url("../images/button.png") no-repeat;
	float: right;
	width: 183px;
	height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	text-shadow: 1px 1px 1px #556e00;
}

#poem-submission {
	margin-top: 20px;
}

/*** FORMS VALIDATION ***/

input.error {
	border: 1px solid #CE2024;	
	background: #FFEBEB;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

label.error {
	color: #fff;
	border: 1px solid #CE2024;
	width: 290px;
	padding: 0 10px;
	margin-top: -5px;
	margin-bottom: 10px;
	background-color: #CE2024;
	display: block;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
	
/*** SOCIAL MEDIA ***/	

.social {
	width: 150px;
	clear: both;
	background: #243734;
	padding: 10px 10px 3px 10px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	.social a + a {
		margin-left: 18px;
	}
	
/*** TEACHER ***/
.teacher {
	float: left;
	clear: both; 
	width: 100%;
	margin: 20px 0;
}	
	
	.teacher .details {
		font-size: .85em;
	}

/*** FOOTER ***/

#footer {
	width: 900px;
	float: left;
	clear: both;	
	margin-bottom: 25px;
	padding: 25px 0;
	background: #122a28;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

	#footer .logo-list {
		list-style: none;
		margin: 0 auto;
		padding: 0;
		width: 700px;
		clear: both;	
	}

		#footer .logo-list li {
			display: block;
			float: left;
			margin-right: 5px;
		}

/*** MISCELLANEOUS ***/

.clear {
	clear: both;
}

/*** TWITTER WIDGET ***/
.twtr-widget {
	margin-top: 20px;
	margin-bottom: 20px;
}

.twtr-widget .twtr-hd,
.twtr-widget .twtr-ft {
	display: none;
}

.twtr-widget .twtr-tweet {
	border-bottom: none !important;
	margin-bottom: 10px;
}

.twtr-widget .twtr-tweet-wrap {
	padding-left: 0 !important;
}


#twtr-widget-1 .twtr-bd, 
#twtr-widget-1 .twtr-timeline i a, 
#twtr-widget-1 .twtr-bd {
	font-size: 1.05em;
}
