@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
-------------------
*/




/* =0 Css Reset
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =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-left: auto;
	margin-right: auto;
}

.clearer {
	clear:both;
}

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;
}

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

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

#logo {
	width:410px;
	height:120px;
	float:left;
	margin-left:20px;
	display: inline;
	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-top:70px;
}

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

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

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


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

#menu li {
	display: inline;
	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;
	position: relative;
	background-repeat: repeat-x;

}

#mainContent{
	width: 800px;
	display: block;
	float: left;
	margin: 20px 90px 20px 90px;
	display: inline;
	background-color:#fff;
}

#mainadminContent{
	width: 800px;
	display: block;
	background-image:url("../images/contentback.gif");
	background-repeat:repeat-y;
	float: left;
	margin: 20px 90px 20px 90px;
	display: inline;

}

#mainHomeContent
{
	width: 800px;
	display: block;
	background-image:url("../images/homecontentback.gif");
	background-repeat:repeat-y;
	float: left;
	margin: 20px 90px 20px 90px;
	display: inline;
}

.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;
}

.homeTextLeft{
	width: 470px;
	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;
}

#newsfeed
{
	width:270px;
	float:right;
	margin-right:10px;
	margin-top:20px;
}

.homenewstext 
{
	color:white;
	margin-top:20px;
	font-size:14px;
}

.homenewstext p
{
	color:white;
	margin-top:20px;
	font-size:14px;
	
}
#homeGallery{
	width: 800px;
	height: 265px;
	display:block;
	float:left;
	clear:both;
	background:#fff;
}

#homeGallery embed {
	margin:10px;
	float:left;
	display:block;
}

#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%;
}

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

.rightcolumn
{
	float:right;
	width:150px;
	padding-bottom:100px;
	min-height:100%;
	
}

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

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

.newsheader
{
	margin-top:20px;
}

.latestnews {
	color:#8cc32d;
	margin-left:5px;
	margin-bottom:15px;
	font-size:22px;
}

#newsFeedList {
	list-style:none;
	padding:0;
}

#newsFeedList li {
	margin-bottom:30px;
	padding:0;
	float:left;
	clear:both;
	list-style:none;
	width:270px;
}

#newsFeedList li a h2
{
	font-family:arial, verdana;
	color:#8cc32d !important;
	text-decoration:underline !important;
	font-weight:lighter;
}

.homenewstext p {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

.maintext
{
	margin-top:20px;
}

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

.rightcolumn .archiveheader
{
	display:block;
	color:#8cc32d;
	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
}

/* = 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;
}

#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
-----------------------------------------------------------------------------*/

#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;
}

/* = 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;
	margin: 0 auto;
}

.scienceInfo {
	width: 440px;
	height: 390px;
	float: left;
	margin: 50px 20px 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
-----------------------------------------------------------------------------*/

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

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

.latestnews a:link, .latestnews a:visited, .latestnews a:active 
{
	color:#ffffff;
}

.latestnews a:hover
{
	color:#8cc32d;
}
