/*
Theme Name: Golden Grove
Theme URI: http://www.specialops.co.nz
Description: Custom skin for Golden Grove School
Version: 1.0
Author: Jaitra Gillespie • Special Operations Ltd
Author URI: http://www.specialops.co.nz
Tags: golden grove, wordpress, full of awesome

	Golden Grove School skin v1.0
	 http://www.specialops.co.nz

	This theme was designed and built by Jaitra Gillespie,
	whose site you will find at http://www.specialops.co.nz/

*/



/* Begin Typography & Colors */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #efefef url(images/background-repeat.png) repeat-y top center;
	color: #666;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
	border: none;
	}

#content, p, ul {
	font-size: 14px;
	line-height: 21px;
	}
	
p a, ul li a, ol li a, .navigation a {
	color: #ff0000;
	text-decoration: underline;
	}
	
p, ul {
	margin: 0;
	padding: 0 0 14px 0;
	}
	
.news-post p, #content .news-post p {
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	color: #535353;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small  {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #ff0000;
	text-transform: uppercase;
	}
	
.news-post small {
	padding: 0 0 10px 28px;
	display: block;
	}
	
p.read-more a {
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	padding: 0 11px 0 0;
	margin: 10px 0 0 0;
	color: #444444;
	text-transform: none;
	background: url(images/news-bullet.png) right 4px no-repeat;
	}
	
/*	Begin Headers */

h2, h1 {
	color: #ffcd40;
	font-size: 26px;
	line-height: 26px;
	font-style: normal;
	margin: 0;
	padding: 0 0 6px 0;
	}
	
h2 a {
	color: #ffcd40;
	text-decoration: none;
	}
	
h2 a:hover {
	text-decoration: underline;
	}
	
h2.recent-news {
	padding-left: 17px;
	}
	
h1 {
	color: #666;
	font-size: 23px;
	line-height: 23px;
	font-family: Helvetica, Arial, sans-serif;
	}
	
h1 a {
	color: #666;
	text-decoration: none;
	border: none;
	}
	
#content h1	{
	padding-bottom: 20px;
	}
	
#content h1, #content h1 a	{
	color: #666;
	}
	
h2.pagetitle {
	text-align: center;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px 0 12px 40px;
	margin: 0 0 0 -8px;
	color: #000;
	background: transparent url(images/h2-sidebar-bg.png) left top no-repeat;
	}
	
.news-post h2, #content .news-post h2 {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 30px 4px 28px; 
	color: #444444;
	}
	
.news-post h2 a, .news-post h2 a {
	color: #444444;
	text-decoration: none;
	}
	
#header #h2-wrapper h2, #header #h2-wrapper .description {
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 28px;
	border: none;
	color: #ff0000;
	}
	
#header #h2-wrapper h2 a {
	text-decoration: none;
	color: #ff0000;
	border: none;
	}

#header #h2-wrapper .description {
	color: #fff;
	}
	
#header #h2-wrapper .description a {
	text-decoration: none;
	color: #fff;
	}
	
h3 {
	color: #ff0000;
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 6px 0;
	margin: 0;
	}
	
h3 a {
	color: #ff0000;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h4 {
	color: #333;
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 6px 0;
	margin: 0;
	}
	
h4 a {
	color: #333;
	}
	
h5, h6 {
	color: #999;
	font-size: 15px;
	line-height: 15px;
	padding: 3px 0 6px 0;
	margin: 0;
	text-transform: uppercase;
	}
	
h5 a {
	color: #999;
	}
	
h6, h6 a {
	color: #333;
	text-transform: none;
	}
	
	
/* End Headers */	
	
.entry p.intro {
	color: #999;
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	padding: 0 0 14px 0;
	}
	
.entry p.note {
	color: #000;
	font-size: 12px;
	line-height: 13px;
	margin-top: 48px;
	}	
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #ff0000;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul {
	list-style: none;
	margin: 0 0 0 20px;
	}

.entry ul li {
	margin: 0;
	padding: 0 0 5px 20px;
	background: url(images/body-bullet.png) left 7px no-repeat;
	border-bottom: none;
	color: #afafaf;
	}
	
.entry ol {
	padding: 0 0 14px 30px;
	margin: 0 0 0 10px;
	}

.entry ol li {
	margin: 0;
	padding: 0 0 5px 3px;
	color: #afafaf;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li { /* each widget is wrapped within a top level <li> tag */
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 7px 8px;
	padding: 0 0 6px 0;
	border: none;
	border-bottom: #fff solid 1px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #ff0000;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0 0 8px 11px;
	background: url(images/sidebar-bullet.png) left 4px no-repeat;
	border-bottom: none;
	}
	
#sidebar ul ul li a, #sidebar ul ol li a {
	color: #ff0000;
	}
	
	
/* End Entry Lists */
	
	
/* End Typography & Colors */










/* Begin Structure */

#header {
	margin: 0;
	padding: 0 0 0 8px;
	border: none;
	height: 209px;
	width: 774px;
	background: transparent url('images/header-background.png') no-repeat 9px top;
	position: relative;
	}
	
#header #h2-wrapper {
	position: absolute;
	left: 36px;
	top: 35px;
	margin: 0;
	padding: 0;
	width: 300px;
	}
	
#header #h2-wrapper a h2, #header #h2-wrapper a {
	text-decoration: none;
	color: #ff0000;
	border: none;
	border-bottom: none;
	}

#page {
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	width: 782px;
	border: none;
	text-align: left;
	}
	

.narrowcolumn, .widecolumn {
	float: left;
	clear: left;
	padding: 28px 0 20px 17px;
	margin: 0;
	width: 515px;
	}
	
.post { 
	padding: 0 5px 0 17px;
	}
	
body#home .entry {
	border-bottom: #c8461f dotted 2px;
	margin-bottom: 15px;
	}
	
body#home #post-2 .entry, 
body#home .news-post .entry {
	border-bottom: none;
	margin-bottom: 0;
	}

.news-post { /* news posts need their own modified class as they will be displayed different from posts on the frontpage */
	margin: 0 0 9px 0;
	padding: 25px 0 0 0;
	width: 515px;
	background: #e3e3e3 url(images/post-bg-top.png) no-repeat;
	}

.news-post .entry {
	padding: 0 30px 64px 28px;
	margin: 0;
	width: 457px;
	background: #e3e3e3 url(images/post-bg-btm.png) left bottom no-repeat;
	}

a.post-edit-link {
	margin-left: 17px;
	}
	
.post a.post-edit-link {
	margin-left: 0px;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	display: none;
}

.clear {
	clear: both;
}

#footer {
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 780px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: #d0d0d0 solid 3px;
	}

img.alignright {
	padding: 0;
	margin: 0 0 2px 10px;
	display: inline;
	border: #d0d0d0 solid 3px;
	}

img.alignleft {
	padding: 0;
	margin: 0 10px 2px 0;
	display: inline;
	border: #d0d0d0 solid 3px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */




/* Begin Form Elements */
#searchform {
	margin: 10px 0;
	padding: 5px 0;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	display: none; /* we probably will not be needing comments, so... */
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0 0 123px 0;
	margin: 0;
	margin-left: 556px;
	width: 216px;
	background: transparent url(images/sidebar-bg.png) left bottom no-repeat;
	overflow: hidden;
	}
	
#sidebar .wrapper {
	background: #ffcd40 url(images/sidebar-header-bg.png) no-repeat;
	padding: 8px 15px 40px 7px;
	margin: 0;
	}

#sidebar form {
	margin: 0;
	}
	
/* Nav */

#header-menu {
	padding: 0;
	margin: 0;
	border: none;
	height: 36px;
	width: 498px;
	}	
	
#header-menu #sidebar {
	margin: 0 0 0 17px;
	padding: 0;
	border: none;
	background: none;
	float: none;
	background: none;
	width: 498px;
	height: 36px;
	}
	
#header-menu #sidebar h2.widgettitle {
	display: none;
	}
	
#header-menu #sidebar ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	height: 36px;
	}
	
#header-menu #sidebar ul li.flexipages_widget,
#header-menu #sidebar ul li.flexipages_widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	}

#header-menu #sidebar ul li.flexipages_widget ul li {
	float: left;
	padding: 0;
	margin: 0 6px 0 0;
	border: none;
	background: transparent url(images/nav-bg.png) no-repeat;
	}
	
#header-menu #sidebar ul li.flexipages_widget ul li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 11px 17px;
	margin: 0;
	border: none;
	background: transparent url(images/nav-bg-right.png) no-repeat bottom right;
	color: #fff;
	text-decoration: none;
	}

#header-menu #sidebar ul li.flexipages_widget ul li a:hover, 
#header-menu #sidebar ul li.flexipages_widget ul li.current_page_item a {
	color: #ffc010; /* current nav link highlights as yellow */
	}	
	
	
.widget_search {
	text-align: left;
	}
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
#content .post blockquote, #content .post blockquote p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	font-size: 18px;
	line-height: 22px;
	color: #c9461f;
	margin: 0 0 16px 0;
	padding: 0;
	border: none;
	background-image: url(images/quote-left.png);
	background-repeat: no-repeat;
	padding: 5px 10px 16px 0;
	}
	
#content .post blockquote p {
	background-image: url(images/quote-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 30px 0 28px;
	border-bottom: none;
	margin: 0;
	}
	
#content .post p.quote-author {
	color: #878787;
	font-size: 14px;
	padding: 0 0 13px 0;
	margin: -16px 0 30px 0;
	border-bottom: #b8b8b8 dotted 2px;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-bottom: 40px;
	padding: 0 17px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: none;
	text-align: center;
	background-color: #e7e7e7;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 2px 4px 5px;
	margin: 0;
	color: #000;
}
/* End captions */

/* Contact form styles */

div.wpcf7,
div.wpcf7 p,
div.wpcf7 span,
div.wpcf7 form {
	text-align: left;
	}

