/*Version 1.0 -- Contest Version */

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #336699; /* aqua color for browser window background color and footer top border */
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
color: #336699;
clear: both;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
	margin-top: 5px;
	border-bottom: 0 solid #999999;
	text-align: center;
}

h2 {
border-bottom: 1px solid #999999;
}

h3 {
border-bottom: 0 solid #999999;
}

blockquote {
margin: 12px 56px;
color: #003366;
font-size: 100%;
line-height: 20px;
}

code {
color: navy;
}

img {
border: 0 solid #ddd;
}

a:link img {
border: 0;
}


/* -- General Link Styling -- */

a:link {
color: #336699; 
text-decoration: underline;
}

a:visited {
color: #663366;
text-decoration: underline;
}

a:hover {
color: #CC3333;
text-decoration: underline;
}

/* -- C2 Form Styling -- */

body .storyInput { height: 150px } 
body .vIsText_3000 { height: 85px }

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 1px solid #666666;   /* blue, headlines and borders */
}

#Header {
position: relative;
height: auto;	             /* updated from original style of height: 160px on 27 Sept 2009 */
}

#Tagline {		             /* under header added 27 Sept 2009 */
position: relative;
}

#HeaderHorizontalNav {	     /* under tagline added 27 Sept 2009 */
position: relative;
}

#ContentWrapper {
float: left;
width: 100%;
}

#ContentColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 ExtraColumnWidth 0 NavColumnWidth" */
}

#NavColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#ExtraColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(ExtraColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
padding: 8px 0;
border-top: 1px solid #CCCCCC;
}

.Liner {
padding: 10px;
}

#Header .Liner {
padding: 0;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
	margin: 24px auto;
	background-image: url(../image-files/column-borders-background.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#Header {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
background-position: left top;
}

#ContentWrapper {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#NavColumn {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
}

#ContentColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#ExtraColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
}

#Footer {
	background-image: url();
	background-repeat: no-repeat;
	background-color: #EEEEEE;     /* royal blue used in header, left and right columns, footer and horizontal text-navbar */
	text-align: center;
	font-size: 85%;
	color: #333333;
}

#NavColumn {
font-size: 90%;
color: #333333;
}

#ExtraColumn {
	font-size: 90%;
	color: #333333;
}

#NavColumn h4 {
font-size: 90%;
color: #336699;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #333333;
margin-top: 0;
}
/*Tagline under header above horizontal nav added 27 Sept 2009 */
#Tagline{
	margin: 0px;
	color: #eeeeee;
	font-size: 85%;
	padding: 5px 0px 5px 10px;
	background-color: #000000;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/*top horizontal nav added 27 Sept 2009 */

#HeaderHorizontalNav ul {
	float: right;
	font-size: 85%;
	list-style: none;
	width: 100%;
	background-color: #eeeeee;
	padding: 0;
	margin: 0;
	height: 20px;
	display: inline;
	border-bottom: 1px solid #CCCCCC;
} 

#HeaderHorizontalNav ul li { 
	display: inline; 
	margin: 0; 
	padding: 0;
} 

#HeaderHorizontalNav ul li a {
	display: block;
	float: right;
	width: auto;
	background-color: #669966;
	margin: 0;
	padding: 0 10px;
	color: #eeeeee;
	text-decoration: none;
	line-height: 20px;
	border-left: 1px solid #ffffff;
} 

#HeaderHorizontalNav ul li a:hover, #navtop ul li a:active { 
	color: #ffffff; 
	background-color: #999999; 
} 

/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
padding: 0;
font-size: 110%;
color: #336699;
border-bottom: 0px solid #CCCCCC;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #eeeeee;        /* tan, for button and RSS box backgrounds -- */
border: 1px solid #cccccc;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #336699;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:visited {
color: purple;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: red;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: #cccccc;   /* light grey used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
	text-align: center;
	color: #333333;
}

.ThumbnailLink a:link {
	text-decoration: none;
	color: #333333;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
font-family: Arial, Helvetica, sans-serif;
}

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
	display: inline;
	background-color: #EEEEEE;
	text-align: center;
	color: #333333;
}

.ExtraNav a:link {
color: #336699;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: #663366;
text-decoration: none;
}

.ExtraNav a:hover {
color: #CC3333;
background-color: #CCCCCC;
text-decoration: none;
}

#Header .ExtraNav {
	font-size: 90%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #336699;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
	margin: 12px auto;
	background-color: #EEEEEE;
	color: #333333;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
background-color: #ffffff;
width: 85%;
border: 1px dotted #999999;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

.ReminderBox {          
background-color: #eeeeee;
width: 24%;
border: 1px solid #cccccc;
margin: 0 0 4px 10px;
float: right;             /* adding float enables text to flow around it */
color: #003366;
}

.ReminderBox h4 {
	margin: 0;
	padding: 4px;
	text-align: center;
	background-color: #cccccc;
	color: #336699;
}

.ReminderBox p {
font-size: 80%;
padding: 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxCenter, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #FFFFFF;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxCenter {
	text-align: center;
	margin: 0 auto 12px auto;
	clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}
.SearchBox {
background-color: #fff;
width: 90%;
border: 1px solid #cccccc;
margin: 0 auto 12px auto;
padding: 4px;
}
.ReturnToNavBox {
background-color: #fff;
width: 90%;
border: 1px solid #cccccc;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	font-size: 100%;
	font-weight: bold;
	color: #336699;
	line-height: 120%;
	text-align: center;
    margin: 8px auto 10px 5px;
    padding: 2px 2px 10px 2px;
}

/* -- Explore New Zealand E-zine Box -- */

#ENZEzineBox { 
font-size: 90%;
color: #003366;
background-color: #ffffff;
border: 1px solid #339966;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #333333;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

.FloatRight {
float: right;
margin: 2px 0 12px 18px;
}

.FloatLeft {
float: left;
margin: 2px 18px 12px 0;
}

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

/* -- news feed -- */

.NewsFeedRight {
float: right;
margin: 2px 0 12px 18px;
}

/* .clear styles */

.clear {
	clear: both;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
