* { margin: 0; padding: 0; color: #333; line-height: 10px; }

body{ 
	font: normal 62.5% Arial, Helvetica, 'Lucida Sans' serif; 
	background: #fff;
	// background: #fff url(/images/bg.gif) no-repeat 50% 0; 
}

#container{
	width: 950px;
	margin: 10px auto 0;
}

#header{
	width: 100%;
	background: #fff;
	position: relative;
	margin-bottom: 5px;
	z-index: 1;
}


#logo{
	position: absolute;
	z-index: 5;
	left: 5px;
	bottom: 5px;
	width: 67px;
	height: 75px;
	background: #000 url('images/logo.gif') no-repeat top left;
	text-indent: -2000px;	
}
#flash{position: absolute; z-index: 4; top: 0; left: 0;}

/* Strucure */

.column{}

.tripleColumn{
	width: 480px;
}
.formColumn{width: 670px;} /* class specific to summer camp section to create 2 column layout */
.dubbleColumn{width: 310px;}
.singleColumn{
	width: 140px;
}

.left{
	float: left;
	display: inline;
}

.right{
	float: right;
	display: inline;
}

.img{
	padding: 0 10px 4px 0;
	margin-top: 4px;
}

#main{
	margin-left: 10px;
	border-top: 1px solid #999;
	padding-top: 5px;
	margin-bottom: 20px;
}
#main img{ margin-bottom: 20px; }
#secondary img{margin-bottom: 10px;}

#secondary,
#third{
	border-top: 1px solid #999;
	padding-top: 5px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#content p,#content h2, #footer p{ margin: 0 5px; }

#main p{margin-bottom: 20px;}

#footer{
	clear: both;
	background: #000;
	padding: 20px 0;
	margin-bottom: 5px;
}

.break{
	display: block;
	clear: both;	
}

/* Modules */

#mod_calendar,
#mod_giving, 
#mod_curriculum, 
#mod_greenschool,
#mod_location,
#mod_apply,
#mod_voices{ width: 100%; border-top: 1px solid #999; margin-bottom: 5px; padding-top:10px; float:left;}

#mod_calendar h3,
#mod_location h3,
#mod_greenschool h3,
#mod_voices h3,
#mod_apply h3,
#mod_curriculum h3{margin: 0 5px;}


#mod_copyright{ margin-left: 160px;}
#mod_contact{ margin-left: 10px;}


.staff_presentation{float: left; background: #fff url('images/staff_press.gif') no-repeat bottom left; margin-bottom: 20px;}
.staff_presentation div{width: 230px;}

#content .staff_presentation div p,
#content .staff_presentation div h3,
#content .staff_presentation div h4{ margin: 0 10px;}
#content .staff_presentation div h4{ margin-bottom: 10px; color: #505050; font-weight: normal;}
#content .staff_presentation div p{font-style: italic; color: #666; margin-bottom: 10px; }
.staff_presentation .dual{margin-left: 10px;}
/* Typografi */

h1 {
	// LOGO
	text-indent: -9000px;
}

h2{
	// SIFR
	margin-bottom: 20px;
}

.activesection{
	background: #000;
	color: #fff;
	line-height:2.3em;
	font-weight: normal;
	font-size: 1.3em;
	padding-left: 10px;
	letter-spacing: 0.1em;
}

p{
	line-height: 1.65em;
	font-size: 1.1em;
}

.ingress{
	font-style: italic;
	color: #505050;
}
.copyright{
	color: #ccc;	
}

small{
		
}

strong{
	
}

em{
	
}

#main blockquote p{
	margin: 0 5px 0;
	display: block;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.4;
	color: #808080;	
	font-style: italic;
}

#main blockquote p cite{
	display: block;
	margin-top: 5px;
	text-align: right;
	color: #4a4a4a;
	font-size: 0.7em;
	margin-bottom: 20px;
}

abbr{
	
}

/*Main navigation */

#navigationholder{
	background: #000;
	width: 100%;
	float:left;
	margin-top: -2px;
}

#mainnav{
	margin-left: 77px;
	width: 873px;
	list-style: none;
	background: #000;
}
#mainnav li{
	letter-spacing: 0.1em;
	float: left;
	display: inline; /* Kludge: Removes gaps between li in IE/Win */
		
}
#mainnav li a{
	background: #000;
	padding: 2px 10px 0;
	font-size: 1.3em;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	line-height: 2.1em; /* Kludge: Same value as the height of the nav */
}
#mainnav li a:hover{
	background: #0595e8;
}


#home #t-home a,
#philosophy #t-philosophy a,
#calendar #t-calendar a,
#greenschool #t-greenschool a,
#admissions #t-admissions a,
#curriculum #t-curriculum a,
#location #t-location a{
	background: #fff;
	color: #0595e8;
}

/* Sub navigation */

#subnavigation{
	width: 100%;
	border-bottom: 5px solid #000;
}

#subnavigation li{
	font-size: 1.2em; /* was 1.2em */
	list-style: none;
	border-bottom: 1px solid #999;
}

#subnavigation li.last{
	border-bottom: 0;	
}

#subnavigation li a{
	display: block;
	line-height: 1.4em;
	text-decoration: none;
	padding: 8px 10px;
}
#subnavigation li a:hover{	
	background: #eee;
}

#subnavigation li.active a{
	color: #0595e8;
	background: #eee;
}


/* Top navigation */

#topnavigation{
	width: 100%;	
	list-style: none;
	background: #fff;
}

#topnavigation li{	
	float: left;
	display: inline;
	margin: 5px 15px 5px 0;
}
#topnavigation li a{	
	color: #333;
	text-decoration: none;
	
}
#topnavigation li a:hover{
	border-bottom: 1px dotted #555;
	color: #555;
}

/* Links */

p a:link,
p a:visited{
	color: #097fc2;
	background: transparent url('images/dottedlink.gif') repeat-x bottom left;
	text-decoration: none;
	padding-bottom: 1px;
}
.copyright a:link,
.copyright a:visited{
	letter-spacing: 0.4px;
	background: none;
	color: #fff;
	text-decoration: underline;
}

#main p a:hover,
#main p a:active{
	color: #0595e8;
	background: none;
}

.copyright a:hover,
.copyright a:active{
	color: #0595e8;
	text-decoration: none;
}
a img{border: 0; border-bottom: 5px solid #fff;}
a:hover img{
	border-bottom: 5px solid #0595e8; 
}

#secondary .readmore,
#third .readmore{
	float: right;
	clear: left;
	background: transparent url('images/plus.gif') no-repeat left center;
	padding-left: 10px;
	margin: 5px 0 10px 0;
}

#secondary a:hover.readmore,
#third a:hover.readmore{
	color: #0595e8;
}

/* LISTS */
// Special lists for the curriculum
#monthly,
#daily{
	border-bottom: 4px solid #ccc;
	margin-bottom: 20px;
}

.numbered_list{border-top: 1px solid #ccc;}

.numbered_list li{
	color: #555;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 30px 10px 30px 160px;
	font-size: 1.2em;
	line-height: 1.4;
}
.numbered_list li span{ font-size: 0.9em; }

.even{ background: #eee; }
.odd{ background: #fff; }

#monthly #one{background: #eee url('images/monthly/sept.gif') no-repeat center left; }
#monthly #two{background: #fff url('images/monthly/oct.gif') no-repeat center left; }
#monthly #three{background: #eee url('images/monthly/nov.gif') no-repeat center left; }
#monthly #four{background: #fff url('images/monthly/dec.gif') no-repeat center left; }
#monthly #five{background: #eee url('images/monthly/jan.gif') no-repeat center left; }
#monthly #six{background: #fff url('images/monthly/feb_mar.gif') no-repeat center left; }
#monthly #seven{background: #eee url('images/monthly/april.gif') no-repeat center left; }
#monthly #eight{background: #fff url('images/monthly/may_june.gif') no-repeat center left; }

#daily #one{background: #eee url('images/daily/800.gif') no-repeat center left;}
#daily #two{background: #fff url('images/daily/845.gif') no-repeat center left;}
#daily #three{background: #eee url('images/daily/915.gif') no-repeat center left;}
#daily #four{background: #fff url('images/daily/930.gif') no-repeat center left;}
#daily #five{background: #eee url('images/daily/940.gif') no-repeat center left;}
#daily #six{background: #fff url('images/daily/1030.gif') no-repeat center left;}
#daily #seven{background: #eee url('images/daily/1045.gif') no-repeat center left;}
#daily #eight{background: #fff url('images/daily/1130.gif') no-repeat center left;}
#daily #nine{background: #eee url('images/daily/1200.gif') no-repeat center left;}
#daily #ten{background: #fff url('images/daily/1220.gif') no-repeat center left;}
#daily #eleven{background: #eee url('images/daily/1230.gif') no-repeat center left;}
#daily #twelve{background: #fff url('images/daily/1245.gif') no-repeat center left;}
#daily #thirteen{background: #eee url('images/daily/100.gif') no-repeat center left;}
#daily #fourteen{background: #eee url('images/daily/a_1245_200.gif') no-repeat center left;}
#daily #fifteen{background: #fff url('images/daily/a_100_300.gif') no-repeat center left;}


/* APPLICATION PROCESS */

.application-step{
	border-top: 1px solid #ccc;
	padding-bottom: 20px;
}
.last-step{border-bottom: 1px solid #ccc;}
.application-step h3{
	margin: 20px 10px 10px 10px;
}
.application-step img{
	
}

#main .application-step p{
	margin: 0 10px;
}

/* VOICES SINGELS */
.voices-single{
	width: 100%;
	border-top: 1px solid #ccc;
	padding-bottom: 10px;
}
.voices-single.last{border-bottom: 1px solid #ccc; margin-bottom: 20px;}
.voices .left{
	width: 235px;	
}
.voices .right{width: 225px;}
.voices-single h3{
	width: 215px;
	margin: 20px 0 10px 0;
	margin-left: 5px;	
}
.voices-single img{
	margin: 20px 0 0 10px;
}
#main .voices-single p{
	width: 215px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main .voices-single p.caption-copy{
	color: #555;
	font-style: italic;
	margin-top: -5px;
	text-align: right;
}

#calendar-body{background-color: #eee; padding: 10px 0;}
.current-month h3{ text-align: center; font-size: 1.3em;}
#calendar-body h4{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 5px;
}
#calendar-body .even,
#calendar-body .odd{
	padding: 20px 0 0;
	float: left;
	width: 100%;
}

.cal-date{ float: left; width: 130px; font-size: 1.2em; text-align: center;}
.browse-month{display:block; width: 140px; text-align: center; float: left; font-size: 1.2em; line-height: 1.7;}
.current-month{display: block; width: 190px; float: left; text-align: center;}

/* Formulär */

form div{	
	margin: 20px 0;
}
fieldset{
	border: solid 0 transparent;	
}
label{
	display: block;
}
input{
	width: 75%;
	background: #e1e1e1;
}
textarea{
	width: 75%;
	height: 25%;
}
em .required{
	font-size: 0.8em;
	color: #888 ;	
}

input:focus,
textarea:focus{
	border: 1px dubble #444;
	background: #f1f1f1;
}

.padding {
	padding-top: 30px;
	padding-bottom: 30px;
}
ul.paddingLeft {
	padding-left: 30px;
	padding-bottom: 15px;
}

li.lineHeight {
	padding-bottom: 5px;
}

#summer {
	font-size:130%;
}

#summer ul li {
	list-style-position: inside;
	font-size: 14px;
	margin-left: 25px;
	margin-top: 15px;
}
#summer td {
	padding-bottom: 2px;
	line-height: 20px;
	font-size: 14px;
}
table {
	margin-left: 16px;
}

.more-height {
	line-height:26px;
}