@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------------------------------
Main Style Sheet
version: 1
author: Creative Bite
email: sharples@farmside.co.nz
website; scienceolympianz.org.nz
copyright: Copyright Science OlympiaNZ(C) 2009. All rights reserved.
----------------------------------------------------------------------------*/

/*
 = 1 Body
-------------------

 = 2 Banner
-------------------

 = 3 Navigation
-------------------

 = 4 Content
-------------------

 = 5 Buttons
-------------------

 = 6 Contact Form
-------------------

 = 7 Footer
-------------------

 = 8 Font, Text, Colors, Links, Borders
-------------------
*/



/* =1 Body
-----------------------------------------------------------------------------*/
body {
	height:100%;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	background: #4F5457 url(../images/bg_website_body.png) repeat-x  center top;
	background-color: #000000;
}
	
#container {
	width: 980px;
	margin:0 auto;
}

clearer {
	clear:both;
}

/* =2 Banner
-----------------------------------------------------------------------------*/

#banner{
	width: 980px;
	height: 120px;
	float: left;
}

#logo {
	width:410px;
	height: 120px;
	float: left;
	margin: 0px 0px 0px 20px;
	display: inline;
	/*background-image: url(../images/so_logo.png);*/
	background-repeat: no-repeat;
}

/* =3 Navigation
-----------------------------------------------------------------------------*/

#mainNav{
	width: 980px;
	height: 80px;
	float: left;
	background-color: #8cc32d;
	background-repeat: repeat-x;
	background-image: url(../images/bg_navi.png);
}

#secNav{
	width: 450px;
	height: 25px;
	float: right;
	margin: 70px 0px 0px 0px;
}

#secMenu li {
	display: inline;
	float: left;
	margin: 0px 0px 0px 50px;
}

#secMenu li a {
	font-size: 16px;
	color: #FFFFFF;
}

#secMenu li a:hover {
	color: #8cc32d;
}

#menu{
	width: 980px;
	height: 80px;
	float: left;
	margin: 0px 0px 0px 0px;
}

ul {
	margin:0;
	padding:0;
}

#menu li {
	display: inline;
	margin-left: 0px;
	float: left;
}

#menu li.buttons a {
	width: 140px;
	height: 80px; /* 68px is the height of the single button image */
	display: block;
	overflow: hidden;
	background: url(../images/buttons.png) top left no-repeat;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}

#menu li.buttons a:hover {
	background-position: 0px -80px; /* This adjusts background positioning so that only the bottom half of the image can be seen */
	background-repeat: no-repeat;
}

#menu li.buttonson a {
	width: 140px;
	height: 80px;
	display: block;
	overflow: hidden;
	background: url(../images/buttonson.png) bottom left no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}


/* = 4 Content
-----------------------------------------------------------------------------*/

#contentArea{
	width: 980px;
	display: block;
	background-color: #8cc32d;
	float: left;
	background-repeat: repeat-x;
	margin:0 auto;

}

#mainContent{
	width: 800px;
	display: block;
	background-color:#fff;
	background-repeat:repeat-y;
	float: left;
	margin: 20px 90px 20px 90px;
	
}
#newsContainer{
	width:520px;
	height:120px;
	margin:auto;
}
.contactText{
	width: 740px;
	margin: 0px 0px 20px 20px;
	padding: 0 0 0 20px;
	border-top: solid #333333 1px;
}

.contactText p{
	margin-left:20px;
}

.orgTextLeft{
	width: 360px;
	float: left;
	margin: 10px 0px 20px 20px;
	display: inline;
}

.orgTextLeft li{
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0px 10px 20px;
}
.orgTextRight{
	width: 360px;
	float: right;
	margin: 10px 20px 20px 0px;
	display: inline;
}
	
.separator{
	height: 1px;
	width: 360px;
	background-color: #333333;
	margin: 0px 0px 30px 0px;
	float: right;
}

#homeGallery{
	width: 800px;
	height: 245px;
}

#orgGallery{
	width: 360px;
	height: 240px;
	float: right;
	margin: 30px 20px 20px 0px;
}

.storyPicPort{
	width: 300px;
	height: 320px;
	float: right;
	margin: 30px 20px 0px 0px;
}

.fpsList ul{
	list-style-type: circle;
}

.fpsList li{
	margin-left: 20px;
	line-height: 100%;
}
.newsTitle{
	float:left;
}

#newslist
{
	float:left;
	width:628px;
	margin-left:20px;
	padding-top:50px;
	padding-bottom:30px;

}

.newspagination
{
	margin-left:140px;
}
.rightcolumn
{
	float:right;
	width:170px;
	background-color:#666;
	height:1150px;
}

.rightcolumn ul
{
	margin-left:30px;
	margin-top:20px;
	font-size:14px;
}

.rightcolumn ul li
{
	list-style:none;
	color:#fff;
}

.newsheader
{
	color:#8cc32d;
	text-decoration:underline;
	width:500px;
	float:left;
	margin:0 0 5px 0;
}

.newsheaderadmin
{
	color:#8cc32d;
	text-decoration:underline;
	width:500px;
	margin-top:50px;
}

.imgThum{
	width:62px;
	float:left;
}
.subnewsheader
{
	margin-top:-5px;
	color:#000;
	text-decoration:underline;
	width:350px;
}
.maintext
{
	margin-top:20px;
	width:400px;
	float:left;
	margin:0 0 0 10px;

}

#maintextadmin
{
	margin-top:20px;
	width:450px;

}

#maintextadmin p 
{
	width:400px;
}

.readmore
{
	float:right;
	color:#8cc32d;
	font-size:10px;
	text-decoration:underline;
	margin-right:30px;
}
.rightcolumn .archiveheader
{
	display:block;
	color:#666666;
	text-decoration:underline;
	margin-left:30px;
	margin-top:30px;
	
}
.addnew
{
	color:#8cc32d;
	float:right;
	margin-right:30px;
	text-decoration:underline;
}

.addnew a:hover
{
	color:#000;
}

.imagelist
{
	list-style:none;
	font-size:12px;
	color:#666
}

#imagepreview
{
	width:800px
	float:left;
}

/* = 5 Buttons
-----------------------------------------------------------------------------*/

#viewSite {
	width: 115px;
	height: 32px;
	float: right;
	clear: right;
	margin: 10px 0px 0px 0px;
}

#viewSite a {
	width: 115px;
	height: 32px; /* 32px is the height of the single button image */
	display: block;
	overflow: hidden;
	background-image: url(../images/btn_view.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: top left;
}

#viewSite a:hover {
	background-position: bottom left; /* This adjusts background positioning so that only the bottom half of the image can be seen */
	background-repeat: no-repeat;
	color:#666666;
}

#readStory {
	width: 115px;
	height: 32px;
	float: right;
	margin: 10px 0px 0px 0px;
}

#readStory a {
	width: 115px;
	height: 32px; /* 32px is the height of the single button image */
	display: block;
	overflow: hidden;
	background-image: url(../images/btn_read.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: top left;
}

#readStory a:hover {
	background-position: bottom left; /* This adjusts background positioning so that only the bottom half of the image can be seen */
	background-repeat: no-repeat;
}

#backBtn {
	width: 115px;
	height: 32px;
	float: right;
	margin: 10px 0px 0px 0px;
}

#backBtn a {
	width: 115px;
	height: 32px; /* 32px is the height of the single button image */
	display: block;
	overflow: hidden;
	background-image: url(../images/btn_back.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: top left;
}

#backBtn a:hover {
	background-position: bottom left; /* This adjusts background positioning so that only the bottom half of the image can be seen */
	background-repeat: no-repeat;
}

.contactBtn {
	width: 115px;
	height: 32px;
	float: right;
	margin: 10px 0px 0px 0px;
}

.contactBtn a {
	width: 115px;
	height: 32px; /* 32px is the height of the single button image */
	display: block;
	overflow: hidden;
	background-image: url(../images/btn_contact.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: top left;
}

.contactBtn a:hover {
	background-position: bottom left; /* This adjusts background positioning so that only the bottom half of the image can be seen */
	background-repeat: no-repeat;
}


/* = 6 Contact Form
-----------------------------------------------------------------------------*/

.clear { clear: both; }
fieldset { border: none; }
input, textarea, a { outline: none; }

#contactWrap {
	width: 800px;
	margin: 0;
	min-height: 400px;
	float: left;
}
form {
	padding: 40px 0 0 0px;
}

#formLeft {
	width: 320px;
	float: left;
	}
	#formLeft input {
	width: 250px;
	margin: 0 0 20px 0;
	border: none;
	text-align: left;
	background: none;
	margin: 12px 0 0 8px;
	font-size: 14px;
	padding-left: 10px;
	}
	
	#formLeft .input-bg {
	background:url(../images/bg_name.jpg) top left no-repeat;
	height: 45px;
	margin-bottom: 10px;
	}


#formRight {
	width: 360px;
	float: right;
	}
	#formRight textarea {
	width: 298px;
	height: 209px;
	display: block;
	border: none;
	background: none;
	margin: 0 0 0 20px;
	padding: 13px 0 13px 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	}
	#formRight .message-bg {
		background: url(../images/bg_message.jpg) bottom left no-repeat;
		height: 238px;
	}

label {
	display: block;
	font-size: 14px;
	text-indent: 10px;
	font-weight: bold;
}
label.error {
	position: absolute;
	top: -16px;
	right: 49px;
	padding: 3px;
	color: #da3939;
	font-size: 12px;
	text-align: right;
	font-style: italic;
	font-weight: normal;
}
input.sendBtn {
	width: 115px;
	height: 32px; /* 32px is the height of the single button image */
	display: block;
	overflow: hidden;
	background-image: url(../images/btn_send.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: top left;
	float: right;
	margin: 0 30px;
}

input.sendBtn a:hover {
	background-position: bottom left; /* This adjusts background positioning so that only the bottom half of the image can be seen */
	background-repeat: no-repeat;
}

#form1
{
	margin-left:50px;
}

.formMessage {
	width:348px;
	margin:0 auto;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	display:block;
}

/* = 7 Footer
-----------------------------------------------------------------------------*/

#footerArea{
	width: 980px;
	float: left;
	background-image: url(../images/footer_head.png);
	background-repeat: no-repeat;
	height: 480px;
	padding: 0;
	background-color: #666666;
	clear:left;
}

.scienceInfo {
	width: 440px;
	height: 390px;
	float: left;
	margin: 50px 10px 0px 100px;
	display: inline;
}

.scienceInfo p{
	color: #FFFFFF;
	font-size: 14px;
}

.caption {
	color: #000000;
	font-size: 10px;
	font-style: italic;
	line-height: 150%;
}

#sponsorLinks {
	width: 180px;
	height: 360px;
	float: right;
	margin: 85px 95px 0px 20px;
	padding: 0px;
}

#sponsors li{
	padding: 0;
	margin-bottom: 20px;
	list-style-type: none;
}

#creative {
	width: 180px;
	height: 20px;
	padding: 0;
	margin-top: 35px;
}

#creative p{
	color: #FFFFFF;
	font-size: 14px;
}

#copyright {
	width: 240px;
	height: 15px;
	float: left;
	margin: 35px 0px 30px 0px;
}


#copyright p{
	color: #FFFFFF;
	font-size: 10px;
}

.sponsorText {
	color: #FFFFFF;
	font-size: 14px;
}

.creativeText {
	color: #93AF2B;
	font-size: 14px;
}

/* = 8 Font, Text, Colors, Links, Borders
-----------------------------------------------------------------------------*/

h1 {
	color:#333333;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 10px 0px 20px 0px;
}

h2 {
	margin:10px 0px 5px 0px;
	padding:0;
	font-size: 14px;
	font-weight:bold;
	color: #333333;
}

h3 {
	margin:30px 0px 20px 0px;
	padding:0;
	font-weight:bold;
	font-size: 14px;
	color: #FFFFFF;
}

h4 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size: 14px;
	color: #8cc32d;
}


h5 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}

h6 {
	margin-left: 40px;
	font-weight:bold;
	color: #333333;
	font-size: 16px;
}

p {
	margin:0;
	padding:0;
	font-size: 14px;
	font-weight:normal;
	color: #333333;
}

.border {
	border: none;
}

.olympia{
	color: #8cc32d;
}

a:link, a:visited, a:active {
	text-decoration:none;
	outline: none;
	color: #333333;
}

a:hover {
	color:#8cc32d;
	text-decoration:none;
	outline: none;
}

.edit
{
	float:right;
	font-size:10px;
	text-decoration:underline;
	margin-right:30px;
	color:#8cc32d;
}

.edit a:hover
{
	color:#000;
}

.newsmainheader
{
	color:#8cc32d;
	margin-left:50px;
}

.adminlogintitle
{
	color:#8cc32d;
	margin-left:325px;
	margin-top:30px;
	margin-bottom:-20px;
}

.backbutton
{
	clear:both;
	float:right;
	margin-right:50px;

}

#maintextadmin p em
{
	display:none;
}

#newslist .editdelete
{
	width:600px;
	float:right;
	margin-bottom:30px;
}
 
#page
{	
clear:both;
}

.newsheader h1
{
	margin-left:50px;
}

.newsheader h2
{
	
}

#mainContent .newslist
{
	margin-left:50px;
	margin-right:50px;
}
#form1 .normalDiv h2
{
clear:both:
float:left;
	width:200px;
}

.subnewsheader p 
{
	clear:both;
	margin-bottom:30px;
}

#form1 label
{
	
clear:both:
float:left;
	width:200px;
}

.newslist p
{
	width:500px;
}

.maintext p em
{
	display:none;
}

.newslist p em
{
	display:none;
}

.maintext .newsreadmore
{
	text-decoration:underline;
}