/*
Theme Name: Sherwood Hills Christian School
Theme URI: http://www.sherwoodhills.nsw.edu.au/
Description: Theme developed by Roy Arellano for Sherwood Hills Christian School.
Author: Roy Arellano
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: school, blue, live feed, red
*/


@import url('css/reset.css');

/* START GLOBAL STYLES
----------------------------------------------------------------------------------------*/

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#323232;
}

a {
	color:#681818;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

p {
	line-height:18px;
	padding:0 0 16px 0;
}

.entry p, .entry-content p {
	float: left;
	clear: both;
}

textarea {
	font-family: Arial;
	font-size: 11px;
	padding: 5px;
	height: 90px;
	width: 278px;
        border-left:1px solid #999999;
	border-right:1px solid #dfdfdf;
	border-top:1px solid #999999;
	border-bottom:1px solid #dfdfdf;
}

.floatright, .alignright {
	float:right;
	padding:0px;
	margin:15px 0px 15px 15px;

}

.floatleft, .alignleft {
	float:left;
	padding:0px;
	margin:15px 15px 15px 0px;
}

.divider {
	border-bottom:1px solid #535f74;
	display:block;
	height:1px;
	overflow:hidden;
	margin:0px 0px 13px 0px;
	text-align:center;
}


/* Headings */

h1, .grid h2, .sp_events h2 {
	font-size:30px;
	color:#681818;
	line-height:32px;
	margin:0 0 20px 0;
	font-family:Palatino, Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size:16px;
	color:#1f292f;
	line-height:20px;
	margin:0 0 8px 0;
	font-weight:bold;
}


h4 {
	font-size:14px;
	color:#000000;
	line-height:16px;
	margin:0 0 4px 0;
	font-weight:bold;
}

body.page h4 {
	margin: 0 0 10px 0;
}

#content ul {
	margin: 0 0 20px 12px;
}

#content ul li {
	padding: 3px 3px 3px 0px;
	color: #666;
	list-style: disc;
	font-style: italic;
}

a.pdf {
	padding: 2px 0 5px 25px;
	background: url(images/pdf-icon.gif) no-repeat;
	float: left;
	margin-bottom: 3px;
	width: 100%;
	clear: both;
}

a.doc {
	padding: 2px 0 5px 25px;
	background: url(images/doc.gif) no-repeat;
	float: left;
	margin-bottom: 3px;
	width: 100%;
	clear: both;
}

table {
	float: left;
	margin-bottom: 20px;
}

/* Wrappers */

#outer-wrapper {
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
}

#wrapper {
	width:900px;
	margin:0 auto;
}


/* END GLOBAL STYLES
----------------------------------------------------------------------------------------*/




/* START HEADER STYLES
----------------------------------------------------------------------------------------*/

#header-wrapper {
	width:100%;
}

#header {
	width:900px;
	margin:0 auto 16px auto;
	padding:0;
	text-align:left;
	position:relative;
	overflow:hidden;
}

#logo {
	float:left;
	margin:22px 18px 0 0;
	display:inline;
}

#logo-details {
	background:url(images/sherwood-hills-christian-school.png) no-repeat 0 0;
	width:519px;
	height:0;
	padding-top:29px;
	display:block;
	overflow:hidden;
	margin:70px 0 0 0;
	float:left;
}


/* Top Right Button */

#top-rig