/*
Theme Name: Hope Christian School Custom
Theme URI: 
Description: A custom Wordpress theme for Hope Christian School
Version: 1.0
Author: Russell McWhae
Author URI:
*/
/* Basic Elements
----------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	font-size: 62.5%;
	background: #e4e4e4;
}
a {
	outline:none;
	text-decoration: none;
}
img {
	border: none;
	outline: none;
}
#main p, #main ul, #main ol, #footer p, table, .ngg-navigation, .mapp-overlay-div {
	font:1.2em/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main ul {
	list-style:none;
}
#main li {
	background: url(images/bullet.gif) 5px 7px no-repeat;
	padding:0 0 0 18px;
	margin-bottom:5px;
}
#main ul ul, #main ul ul ul, #main ul ul ul ul {
	font-size:1em;/*necessary for nested lists to have same font-size as parent lists*/
	padding:0.8em 0 0 2em;/*remove padding-bottom for nested lists*/
}
#main ol {
	padding:0 0 0 25px;
}
#main ol li {
	margin-bottom:5px;
}
#main p, #main ul, #main ol {
	margin:0 0 1em 0;
	color:#404040;
}
.clear {
	clear:both;
	overflow:hidden;
	height:0px;
}
.alignright {
	float: right;
	padding:10px 0 10px 10px;
}
.alignleft {
	float: left;
	padding:10px 10px 10px 0;
}
strong.search-excerpt {
	background: yellow;
}
#main .post-edit-link {
	text-transform: uppercase;
	font-size:0.9em;
}


/* Layout DIVs
----------------------------------------------- */
#wrapper {
	width: 850px;
	margin: 0 auto;
	background: url(images/wrappershadow.gif) 0 0 repeat-y;
	padding:0 16px;
}
#banner {
	width: 850px;
	height: 200px;
	background: url(images/HCSbanner.jpg) 0 0 no-repeat;
}
#main {
	padding: 15px 25px 10px 25px;
}
#blueband {
	background:#3e659c url(images/lightblue.gif) 0 0 repeat-x;
	float: left;
}
#pagetitle {
	float: left;
	width: 525px;
	height: 30px;
	color: #fff;
	padding:5px 25px;
}
h1 {
	font:1.8em/1.6em Georgia, "Liberation Serif", Serif;
}
#search {
	float: right;
	width: 250px;
	padding: 8px 25px 5px 0;
}
#search #s {
	width: 170px;
	padding: 1px;
	margin-right: 10px;
}
.entry {
	margin-bottom: 30px;
}
.newspost {
	width: 250px;
	float: left;
	border-top: 1px solid #BFBFBF;
	padding-top: 3px;
}
.margright {
	margin-right: 25px;
}
#footer {
	margin: 0 25px;
	border-top: 1px solid #ccc;
}
#footer p {
	margin: 1em 0 0 0;
}
#bottomshadow {
	background: url(images/bottomshadow.gif) top left no-repeat;
	width: 882px;
	height: 32px;
	margin: 0 auto;
}



/* Main Menu
----------------------------------------------- */
#mainmenu {
	font: 1.4em/1em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: #8a7a54 url(images/menubg.gif) top left repeat-x;
	padding-left: 14px;/*14 + 11 = 25*/
	float: left;
	width: 836px;
}
#mainmenu ul {
	list-style: none;
	background: transparent;
}
#mainmenu li {
	display: inline;
}
#mainmenu li a {
	color: #fff;
	padding:13px 11px;
	display: block;
	float: left;
}
#mainmenu li.current_page_item a, #mainmenu li a:hover {
	color: #ffe45c;
}



/* Multiple Columns
----------------------------------------------- */
.threecol {
	float:left;
	width:250px;
	margin-right:25px;
}
.twothirdscol {
	float:left;
	width:525px;
	margin-right:25px;	
}
.twocol {
	float:left;
	width:385px;
	margin-right:30px;
}
.last {
	margin-right: 0;
}



/* div#main, incl links, headings, para, etc.
----------------------------------------------- */
#main a, #footer a {
	color: #4373b2;
}
#main a:hover, #footer a:hover {
	text-decoration: underline;
	color: #b25900;
}
h2 {
	font:normal 1.8em/1.2em Georgia, Times, Times New Roman, Serif;
	margin:0.5em 0 0.5em 0;
	color:#000;
}
h3 {
	font:bold 1.4em/1.2em Helvetica, Arial, sans-serif;
	margin:1.5em 0 0.7em 0;
	color:#000;
}
h4 {
	font: 1.4em/1.4em Helvetica, Arial, sans-serif;
	margin:1.5em 0 0.5em 0;
}
.entry h5 {
	font-size: 1.2em;
	color: #6f6f6f;
	margin:0 0 0.3em 0 !important;
}
.entry h3 a {
	display: block;
}
.entry h3 {
	font:bold 1.4em/1.2em Helvetica, Arial, sans-serif;
	margin:0.4em 0;
}
h5 {
	font: 1.4em/1.4em Helvetica, Arial, sans-serif;
	margin:0.5em 0 0.5em 0;
	color: #404040;
	text-transform: uppercase;
}
#shName h5 {
	color: #fff;
}
.staffmember {
	clear: left;
}
.staffmember img {
	float: left;
	padding:4px;
	border:1px solid #999;
	margin:0 25px 20px 0;
}
.staffmember h2 {
	padding-top:25px;
}
.mapp-div {
	margin:15px 0 !important;
}



/* Quick Links
----------------------------------------------- */
#quicklinks {
	width: 210px;
	background:#3f679f url(images/quicklinks.png) 0 0 repeat-x;
	color: #fff;
	padding:10px 20px 1px 20px;
	margin:10px 0 20px 0;
}
#quicklinks h4 {
	margin:0.2em 0 0.5em 0;
	color:#fff;
	border-bottom: 1px solid #fff;
}
#quicklinks ul {
	list-style:none;
}
#quicklinks li {
	background: url(images/whitebullet.gif) 0 7px no-repeat;
	padding:0 0 1px 12px;
	margin: 0;
}
#quicklinks li a {
	color: #fff;
	display: block;
	padding-bottom:5px;
}
#quicklinks li a:hover {
	color: #fccf00;
	text-decoration: none;
}



/* Link block and fivelatest
----------------------------------------------- */
#main ul.linkblock {
	border-top: 1px solid #bfbfbf;
	list-style:none;
	width: 250px;
}
#main ul.linkblock li {
	border-bottom: 1px solid #bfbfbf;
	padding: 0;/*overrides #main li*/
	margin: 0;
	background: none;
}
#main ul.linkblock a {
	border:none !important;
	display: block;
	padding:5px 10px;
	background: #eee;
	text-decoration: none !important;
}
#main ul.linkblock a:hover, a:hover .black {
	color: #fff !important;
	background-color: #3f679f;
}
#main ul.linkblock .current_page_item a {
	color: #000;
}
.black {
	color: #000;
	padding-right: 0.5em;
}
