/* -----------------------------------------------
Master Style Sheet

site:     greenetowneschool.org
version:  1.0
author:   Alex Gilbert, Rick Banister
email:    alex@valueneutral.com
website:  http://www.valueneutral.com
----------------------------------------------- */

*{
  margin: 0;
  padding: 0;
}

html,
body,
div,
p {
	color: #7f7f7f;
}

body {
	font: small/1.4 Verdana, Arial, "Lucida Grande", "Trebuchet MS", sans-serif; 
	margin: 0;
	padding: 0;
	background-color: #84C163;
}

/* =links
----------------------------------------------- */

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

a:hover{
  color: #F68B1F;
}

a img{
	border: none;
}

/* =common
----------------------------------------------- */

h1,
h2,
h3,
h4{
  
  font-weight: normal;
  margin: 0;
  padding: 0;

}

h1{ 
	font-size: 210%;
	font-family: Georgia, "Times New Roman";
	color: #0F6022;
	line-height: 100%;
	margin-bottom: 0px;
}
h2{ 
	font-size: 140%;
	color: #F68B1F;
	font-weight: bold;
}
h3{ 
	color: #0F6022;
	font-size: 120%;
	font-weight: bold;
}

h4 { font-size: 100%; }

br{
	clear: both;
}

hr {
	margin: 0;
	border: none;
	border-top: 1px dotted #666;
}

p {
	line-height: 150%;
	padding: .5em 0;
}

img {
	color: #fff;
	margin: auto !important;
	padding: auto !important;
}

#inner li{
	list-style:none;
}

/* =wrappers
----------------------------------------------- */

#wrapper{
  margin: 50px auto;
	width: 750px;
}


/* =nav
----------------------------------------------- */


#nav{
	font: 125% Georgia, "Times New Roman";
	color: #fff;
	background: url(../images/bg-nav.gif) no-repeat bottom;
	width: 754px;
	height: 45px;	
}

#nav li{
	float: left;
	list-style: none;
	line-height: 39px;
}

#nav li a{
	display: block;
	height: 39px;
	margin: 2px 0 4px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#nav #home{	width: 70px; border-right: 1px solid #fff; }
#nav #home:hover{ background: url(../images/bg-nav-over.gif) no-repeat left top; }
.home #home{background: url(../images/bg-nav-over.gif) no-repeat left top; cursor: default; }

#nav #about{ width: 70px; border-right: 1px solid #fff; }
#nav #about:hover{ background: url(../images/bg-nav-over.gif) no-repeat center top; }
.about #about,
.montessori #about,
.calendar #about,
.people #about,
.admin #about,
.faculty #about,
.staff #about,
.location #about{ background: url(../images/bg-nav-over.gif) no-repeat center top; cursor: default;}

#nav #toddler{ width: 128px; border-right: 1px solid #fff; }
#nav #toddler:hover{ background: url(../images/bg-nav-over.gif) no-repeat center top; }
.toddler #toddler{ background: url(../images/bg-nav-over.gif) no-repeat center top; cursor: default;}
.toddler-afterschool #toddler{ background: url(../images/bg-nav-over.gif) no-repeat center top; cursor: default;}

#nav #primary{ width: 145px; border-right: 1px solid #fff; }
#nav #primary:hover{ background: url(../images/bg-nav-over.gif) no-repeat center top; }
.primary #primary{ background: url(../images/bg-nav-over.gif) no-repeat center top; cursor: default;}
.primary-afterschool #primary{ background: url(../images/bg-nav-over.gif) no-repeat center top; cursor: default;}

#nav #summer{ width: 149px; border-right: 1px solid #fff; }
#nav #summer:hover{ background: url(../images/bg-nav-over.gif) no-repeat center top; }
.summer #summer{ background: url(../images/bg-nav-over.gif) no-repeat center top; cursor: default;}

#nav #admissions{ width: 106px; border-right: 1px solid #fff; }
#nav #admissions:hover{ background: url(../images/bg-nav-over.gif) no-repeat center top; }
.admissions #admissions{ background: url(../images/bg-nav-over.gif) no-repeat center top; cursor: default;}

#nav #contact{	width: 79px; }
#nav #contact:hover{ background: url(../images/bg-nav-over.gif) no-repeat right top; }
.contact #contact{ background: url(../images/bg-nav-over.gif) no-repeat right top; cursor: default;}


/* =content
----------------------------------------------- */

#content{
	float: right;
	width: 600px;
  	margin: 20px 0;
  	background: #FFF url(../images/bg-top.gif) no-repeat;
}

#content #inner{
	float: left;
/*	display:inline;*/
	margin: 0 0 0 20px;
	padding: 20px 0 12px 0;
	width: 90%;
}

#content #contentfooter{
	clear:both;
	height: 8px;
	width: 600px;
	line-height: 8px;
	background: url(../images/bg-bottom.gif) no-repeat;
}

#mast{
	margin-bottom: 20px;
}

#logo{
	float: left;
	clear: fix;
	line-height: 150%;
	padding-right: 20px;
}

#content p a[href^="http:"]{
  /* NOTE: style for external links */
}

#content p a[href^="http://www.site.com"],
#content p a[href^="http://site.com"]{
  /* NOTE: style for internal links */
}

#photowrapper{
	position: relative;
	width: 560px;
	height: 320px;
	overflow: hidden;
	margin: 20px 0;
}

#mask{
	position: absolute;
	z-index: 10;
	height: 320px;
	width: 560px;
	background: url(../images/photo-over.png) no-repeat;
}

.about #photo,
.montessori #photo,
.calendar #photo,
.people #photo,
.administration #photo,
.faculty #photo,
.staff #photo,
.location #photo,
.toddler #photo,
.afterschool #photo,
.primary #photo,
.primary-afterschool #photo,
.toddler-afterschool #photo,
.summer #photo{
	position: absolute;
	z-index: 1;
	width: 560px;
	height:320px;
}


/* calendar
------------------------------------- */

.calendar #calendarnav{
	margin-top: 20px;
}

.calendar #inner h3{
	display: inline;
	font-weight: bold;
	font-size: inherit;
}

.calendar #calendarnav ul{
	float: left;
	clear: both;
	font-size: 90%;
}

.calendar #inner li{
	float: left;
	list-style: none;
	padding: 0 5px;
}

.calendar #calendarnav li a{
	text-decoration: none;
}

.calendar #calendarnav .selected{
	background: #0F6022;
	color: #fff;
	text-decoration: none;
}

.calendar .month{
	padding: 20px 0;
	clear: both;
	font-size: 110%;
	color: #0F6022;
}

.calendar .event{
	padding: 5px;
	float: left;
	width: 550px;
	margin-bottom: 10px;
}

.calendar #inner .event li{
	clear: both;
	padding: 0 5px;
}

.calendar .alt{
	background: #ebebeb;
}

/* faculty & staff
------------------------------------- */

#peoplenav{
	font: 125% Georgia, "Times New Roman";
	width: 375px;
	height: 31px;
	background: url(../images/bg-staff.gif) no-repeat;
	margin-top: 20px;
}


#peoplenav li{
	float: left;
	list-style: none;
	line-height: 25px;
}

#peoplenav li a{
	display: block;
	height: 25px;
	margin: 1px 0 5px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#peoplenav #admin{	width: 165px; border-right: 1px solid #fff; }
#peoplenav #admin:hover{ background: url(../images/bg-staff-over.gif) no-repeat left; }
.administration #admin{background: url(../images/bg-staff-over.gif) no-repeat left; cursor: default; }

#peoplenav #faculty{	width: 99px; border-right: 1px solid #fff; }
#peoplenav #faculty:hover{ background: url(../images/bg-staff-over.gif) no-repeat center; }
.faculty #faculty{background: url(../images/bg-staff-over.gif) no-repeat center; cursor: default; }

#peoplenav #staff{	width: 109px; }
#peoplenav #staff:hover{ background: url(../images/bg-staff-over.gif) no-repeat right; }
.staff #staff{background: url(../images/bg-staff-over.gif) no-repeat right; cursor: default; }

.person{
	margin-top: 20px;
	clear: both;
	float: left;
	width: 560px;
}

.person span{
	color: #0F6022;
}

.personwrapper{
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-right: 20px;
	float: left;	
	display:none;
}

.personmask{
	position: absolute;
	z-index: 10;
	height: 150px;
	width: 150px;
	background: url(../images/person-over.png) no-repeat;
}

.personpic{
	position: absolute;
	z-index: 1;
	width: 150px;
	height: 150px;
}

/* =admissions
----------------------------------------------- */

#inner a.dl{
	display: block;
	height: 25px;
	text-indent: 25px;
	background: url(../images/pdf-icon.gif) no-repeat 0px 5px;
	font-size: 125%;
	font-weight: bold;
	margin-top: 15px;
}

#inner .dltext{
	margin: 0 0 0px 25px;
}

/* =contact form
----------------------------------------------- */

form dl{
	margin-bottom: 10px;
	float:left;
}

form dt{
	float: left;
	clear: both;
	margin-top: 10px;
	text-align: right;
	width: 120px;
}

form dd{
	float: left;
	margin: 10px 0 0 20px;
}

form dd input.text,
form dd textarea{
	width: 278px;
	border: 1px solid #84C163;
}

form dd input.textshort{
	width: 139px;
	border: 1px solid #84c163;
}

form dd textarea{
	height: 150px;
}

form dd input.text:focus,
form dd textarea:focus{
	border-color: #0F6022;
}

form dd .submit{
}

/* =sidebar
----------------------------------------------- */

#sidebar{
	float: left;
	margin: 28px 0 20px 0;
}

#sidebar ul{
	list-style: none;
	font-family: Georgia, "Times New Roman";
	color: #0F6022;
}

#sidebar li a{
	display: block;
	height: 20px;
	width: 150px;
	text-indent: 8px;
	text-decoration: none;
}

#sidebar li a:hover{
	background: url(../images/bg-leftnav.gif) no-repeat;
}

#sidebar li.on a,
.about #sidebar li a#abouttheschool,
.montessori  #sidebar li a#what,
.calendar  #sidebar li a#calendar,
.people  #sidebar li a#people,
.administration  #sidebar li a#people,
.faculty  #sidebar li a#people,
.staff  #sidebar li a#people,
.location  #sidebar li a#location,
.toddler  #sidebar li a#about,
.afterschool  #sidebar li a#afterschool,
.primary  #sidebar li a#about,
.primary-afterschool  #sidebar li a#afterschool,
.toddler-afterschool  #sidebar li a#afterschool{
	cursor: default;
	background: url(../images/bg-leftnav.gif) no-repeat;
}



/* =home body
----------------------------------------------- */

#alert{
  	margin: 17px 0 0px 0;
  	padding: 0;
	background: #FFF url(../images/bg-alert-top.gif) no-repeat;
}

#alert #inner{
	padding: 8px 20px 0 20px;
	color: #333;
}

#alert h4{
	display: inline;
	color: #fff;
	font-weight: bold;
	background-color: #ff0000;
	padding: 3px;
	margin-right: 20px;
}

#alert #alertfooter{
	clear:both;
	height: 8px;
	width: 750px;
	background: url(../images/bg-alert-bottom.gif) bottom no-repeat;
}

.home #photowrapper{
	position: relative;
	width: 750px;
	height: 360px;
	overflow: hidden;
}

.home #mask{
	position: absolute;
	z-index: 999;
	height: 360px;
	width: 750px;
	background: url(../images/home-over.png) no-repeat;
}

.home #photo{
	position: absolute;
	z-index: 1;
	width: 750px;
	height: 360px;
}

#brand{
	position: absolute;
	bottom: 28px;
	z-index: 1000;
  	margin: 20px 20px 0 20px;
  	width: 710px;
	background: url(../images/brand-over.png) top no-repeat ;
}

#brand #inner{
	padding: 10px 10px 2px 10px;
}

#brand #inner h1{
	font-size: 300%;
	line-height: .8;
}

#brand #inner h2 span{
	font: small/1 Verdana, Arial, "Lucida Grande", "Trebuchet MS", sans-serif; 
	color: #333;
	margin-left: 10px;
}

#brandfooter{
	position: absolute;
	bottom: 20px;
	z-index: 1000;
	width: 710px;
	height: 8px;
	line-height: 0;
	margin: 0 20px 0 20px;
	background: url(../images/brand-over-bottom.png) no-repeat;
}

/* =footer
----------------------------------------------- */

#footer{
	font: 80% Georgia, "Times New Roman";
	float: right;
	width: 584px;
	padding: 0px 8px;
	color: #0F6022;
}

#footer ul {
	display: block;
	float: left;
	width: 100%;
}

#footer ul li {
	list-style: none;
	float: left;
	margin-right: 15px;
}

.home #footer{
	float: left;
	font: 80% Georgia, "Times New Roman";
	color: #0F6022;
	padding: 0px;
	width: auto
}

#footer a.btn{
	width: 177px;
	height: 31px;
	margin-right: 10px;
	font: 125%/1.8 Georgia, "Times New Roman";
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	background: url(../images/bg-giving.gif) no-repeat bottom;
}

#footer a.btn:hover{
	background: url(../images/bg-giving.gif) no-repeat top;
}

#footer span{
	display: block;
	float: left;
	line-height: 2;
margin: 10px 10px 10px 0px;
}

/* =misc
----------------------------------------------- */

#sf_guard_auth_form {
	margin: 10px;
/*	border: 1px solid #fff;*/
}

#sf_guard_auth_form form {
	width: 275px;
	margin: 0 auto;
}

#sf_guard_auth_form label {
	color:#fff;
	display: block;
	width: 100px;
	float: left;
		text-transform: capitalize;
}

#sf_guard_auth_form input {
	width: 150px;
}

#sf_guard_auth_form .form-row {
	float: left;
	width: 100%;
	margin: 5px 0;
}

#sf_guard_auth_form fieldset {
	border: none;
	margin-top:30px;
}

#sf_guard_auth_forgot_password,
#sf_guard_auth_remember {
	display: none;
}

#sf_guard_auth_form .submit {
	margin-left: 100px;
	text-transform: capitalize;
}

#sf_guard_auth_form .submit input {
	width: auto;
}

ul.signout {
	text-align:right;
	margin: 10px 0;
	text-transform: capitalize;
clear: both;
}

ul.signout li {
	list-style: none;
	margin: 0 0 0 10px;
	display: inline;
}

/* NEWS POSTS */

.news_post {
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0;
}

.news_post .date {
	font-size: 11px;
	color: #333;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.post_admin li {
	list-style: none !important;
	float: left;
	margin: 10px 10px 0 10px;
}

.post_controls {
	display: block;
	float: left;
	width: 100%;
}

.login_message {
	float: left;
	width: 100%;
	margin-bottom: 150px;
}

#parents_signin_form fieldset {
	border: none;
}

#parents_signin_form .form-row {
float: left;
width: 100%;
}
#parents_signin_form label {
	display: block;
	float: left;
	width: 100px;
}

#parents_signin_form input {
	margin: 5px 0;
	float: left;
}

#news_pager {
	float: left;
	width: 100%;
	font: 14px/16px Arial;
	font-weight: bold;
}

#news_pager a,
#news_pager span {
	display:block;
	float: left;
}

#news_pager a.arrow {
	width: 23px;
	height: 16px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(/images/arrow_l.png) top center no-repeat;
}

#news_pager a.arrow:hover {
	background-position: bottom center;
}

#news_pager a.arrow.l {
	background-image: url(/images/arrow_l.png);
}

#news_pager a.arrow.r {
	background-image: url(/images/arrow_r.png);	
}

#news_pager a.arrow.double.l {
	background-image: url(/images/arrow_dbl_l.png);	
}

#news_pager a.arrow.double.r {
	background-image: url(/images/arrow_dbl_r.png);	
}

div.news_post hr {
	border-top: 1px solid #e2e2e2;
	height: 1px;
	width: 560px;
	margin: 10px 0;
	display: block;
	float: left;
}

div.news_post img {
	padding: 5px;
}