/*****************************************************************************************************

This file should contain all div tags structuring the layout of the website

reasoning : 

so this style sheet could be used to re-structure the website and when removed
should produce the website as a easily readable list which can be used for small
screens (such as phones)

*****************************************************************************************************/

/*************************************** Structure Settings *****************************************/

html
{
	margin:0px;
	padding:0px;
}
body
{
	margin:0;
	padding:0;
	line-height: 1.2em;
	text-align:left;
}
#layout
{
	width:1000px;
	margin:auto;
}
#header
{
	width: 100%;
	height:auto; /*Height of top section*/
	clear: left;
}
#contentwrapper
{
	float: left;
	width: 100%;
}
#contentcolumn
{
	margin: 0 40px 0 280px; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
}
#leftcolumn
{
	float: left;
	width: 210px; /*Width of left column in percentage*/
	margin-left: -970px;
}
#rightcolumn
{
	float: left;
	width: 0px; /*Width of right column in pixels*/
	margin-left: -0px; /*Set margin to -(RightColumnWidth)*/
}
#footer
{
	width: 100%;
	height:auto; /*Height of bottom section*/
	clear: left;
}

.hr { overflow:hidden; height:0px; clear:both; margin:0px; padding:0px; /*Force hr of floating objects*/ }/*****************************************************************************************************

This file should contain
1.) all site wide colour, background and font styles for html tags
2.) a selection of class(.) styles that can be used in the cms text editor

reasoning : so this style sheet could be used to re-style the website

*****************************************************************************************************/

/**************************************** Website Settings *******************************************/

body
{
	background: #375656;
	color: #000000;
	font: small/18px Arial, Verdana, Helvetica, sans-serif; /* Medium = 11 px - Small = 9px */
}

#layout
{
	background:url(/images/bg.jpg) top center repeat #1f3334;
	color:#FFFFFF;
}

/******************************************** CMS Styles *******************************************/

body.mceContentBody
{
	background: #375656;
	color: #ffffff;
}

.green { color:#d3dc32 }
.captioned { border: 3px groove #ffffff; margin:5px; }

/**************************************** Text Settings **********************************************/

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px 0px 1em 0px;
}
p
{
	margin: 0px 0px 1em 0px;
	line-height: 1.2em;
}
li
{
	margin: 0em;
	padding: 0em; 
	line-height: 1.2em;
}
a
{
	color:#ced600;
	text-decoration:none;
}
a:hover
{
	color:#ced600;
	text-decoration:underline;
}

/************************************** Image Settings ***********************************************/

img { border:0px solid #000000; }
div.image { width:auto; margin:20px; border: 3px groove #375656 }
div.image.alignright { float:right; margin-right:0px; }
div.image.alignleft { float:left; margin-left:0px; }
div.image div.caption { clear:both; width:auto; background-color:#375656; color:#FFFFFF }
div.image div.caption div.padding { padding:5px; font-size:0.8em; line-height:0.9em }

/************************************** Table Settings ***********************************************/

caption { text-align:left; }

/*************************************** Form Settings ************************************************/

form
{
	margin: 0px;
	padding: 0px; 
}
fieldset
{
	border:none;
	padding: 0;
	margin: 0;
}
legend
{
	font-size: 1.2em;
}
fieldset div
{
	clear: left;
	margin: 0.5em 0em 0em;
	padding: 0.1em 0.3em 0.1em 0em;
}
fieldset div label
{
	display: block;
	float:left;
	width: 20%;
	padding: 0em;
	margin: 0em 0.5em;
	text-align:right;
}
fieldset div span.block
{
	display: block;
	float:left;
	width: 75%;
	padding: 0em;
}
fieldset div * label
{
	display: inline-block;
	float:none;
	width:auto;
	padding: 0px;
	margin: 0px;
	text-align:left;
}
fieldset div input[type="text"],
fieldset div input[type="password"],
fieldset div textarea,
fieldset div select { width:60%; min-width:200px; max-width:400px; border: 1px solid black; margin-right: 1em; }
input:focus,
textarea:focus,
select:focus { border: 1px dotted black !important; }
input.error,
textarea.error,
select.error { border: 1px dotted red !important; }

label.error
{
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	text-align:left;
	width:auto;
}

/*************************************** Header Settings ************************************************/

div#logo
{
	display:block;
	float:left;
	overflow:hidden;
	padding:35px 30px 30px 30px; 
}
div#logo h1
{
	margin:0px;
	padding:0px;
}
div#logo h1 a
{
	background:url(/images/logo.gif) no-repeat scroll 0 0 transparent;
	display:block;
	height:60px;
	width:220px;
	text-indent:-99999px;
}
div#search 
{
	float:right;
	width:auto;
	padding:20px 40px 10px 10px;
}
div#search label { display:none; }
div#search input#searchbox
{
	background-color:#FFFFFF;
	color:#ced600;
	width:175px;
	height:auto;
	float:left;
}
div#search input#searchbutton
{
	display:block;
	color:#ced600;
	margin:2px;
}

/************************************** Header Navigation ***********************************************/

div.topmenu
{
	float:left;
	background-color:#ced600;
	color:#1f3233;
	width:720px;
	margin-bottom:30px; 
}
div.topmenu ul { padding:0; margin:0; list-style:none; }

/* option style */
div.topmenu ul li { display:block; float:left; width:auto; margin-right:5px; }
div.topmenu ul li a { display:block; color:#1f3233; padding:10px }
div.topmenu ul li a.selected { color:#ffffff; }

/************************************** Left Navigation ***********************************************/

div.leftmenu
{
	width:auto;
	padding:0px;
	margin:5px;
}
div.leftmenu ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.leftmenu li
{
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 14px;
}

/******************************************** Panels **************************************************/

.panel { margin-bottom:10px; font-size:0.9em; }

#projectspanel
{
	overflow:hidden;
	color:#ffffff;
	background-color:#375656;
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url(/images/projects.jpg);
}
#projectspanel h4
{
	color:#000000;
	background-image:url(/images/title_bg.png);
	padding:5px 20px 5px 5px;
	margin:10px 40px 10px 0px;
	width:auto;
	font-size:1em;
}
#projectspanel .panelcontent
{
	margin-top:90px;
	background-image:url(/images/content_bg.png);
	padding:10px;
}
#projectspanel .panelcontent ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#projectspanel .panelcontent li { padding: 0px; margin:0px; }
#projectspanel .panelcontent li a { color:#FFFFFF; }

#specialprojectspanel p
{
	display:block;
	background-color:#ced600;
	color:#000000;
	padding: 10px;
}
#specialprojectspanel p a { color:#000000; }

#featureprojectpanel
{
	overflow:hidden;
	color:#ffffff;
	background-color:#375656;
	background-position:top left;
	background-repeat:no-repeat;
}
#featureprojectpanel h4
{
	color:#000000;
	background-image:url(/images/title_bg.png);
	padding:5px 20px 5px 5px;
	margin:10px 40px 10px 0px;
	width:auto;
	font-size:1em;
}
#featureprojectpanel .panelcontent
{
	margin-top:90px;
	background-image:url(/images/content_bg.png);
	padding:10px;
}
#featureprojectpanel .panelcontent ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#featureprojectpanel .panelcontent li { padding: 0px; margin:0px; }
#featureprojectpanel .panelcontent li a { color:#FFFFFF; }

#relatedprojectpanel h4, #newspanel h4 { font-size:1.2em; }
#relatedprojectpanel .panelcontent ul, #newspanel .panelcontent ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#relatedprojectpanel .panelcontent li, #newspanel .panelcontent li
{
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 14px;
}
#relatedprojectpanel .panelcontent li span.more, #newspanel .panelcontent li span.more
{
	display:block;
	text-align:right;
	margin-bottom:5px;
}

#newsletterpanel
{
	background:url(/images/newsletter.gif) 0 0 no-repeat #375656;
	width:210px;
	height:50px;
}
#newsletterpanel a
{
	display:block;
	width:210px;
	height:50px;
	text-indent:-999999px;
}

/************************************** Footer Settings ***********************************************/

p#fatfrog
{
	float:right;
	width:58px;
	height:28px;
	background:url(/images/fatfrog.gif) no-repeat scroll 0 0 transparent;
	text-indent:-99999px;
	margin:5px 40px 20px 5px;
}
p#fatfrog a
{
	display:block;
	width:58px;
	height:28px;
	text-indent:-99999px;
	text-decoration:none;
}

/************************************** Footer Navigation ***********************************************/

div.footermenu
{
	margin:20px 0px 20px 30px;
	padding:5px 0px;
	font-size:0.7em;
	float:left;
}
div.footermenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border:none;
	display:inline;
}
div.footermenu ul li
{
	display:inline;
	list-style: none;
	padding:0px 5px;
	border-right:1px solid #FFFFFF;
}
div.footermenu ul li.last { border-right:none; }
div.footermenu ul li a { color:#FFFFFF; }
div.footermenu ul li a strong { font-weight:100 }
div.footermenu ul li a.selected strong { font-weight:bold }

/*************************************** Page Settings ************************************************/

.pagetitle .banner
{
	height:auto;
	background:none;
	overflow:hidden;
	background-color:#ced600;
	color:#1F3233;
}
.pagetitle h2
{
	float:left;
	background-image:url(/images/title_bg.png);
	padding:10px 40px 10px 10px;
	margin:10px 200px 10px 0px;
	min-width:200px;
	font-size:1.4em;
}

div#breadcrumbs { margin-bottom:1em; }

/*************************************** Content Settings *********************************************/

.intro {}
.content
{
	color:#FFFFFF;
	background-color:#375656;
	padding:15px 15px 5px 15px;
}

/*************************************** List Settings ************************************************/

.groupmenu { margin-bottom:1em; }
.groupmenu li {}

.list
{
	color:#FFFFFF;
	background-color:#375656;
	padding:15px 15px 5px 15px;
}
.listgrouptitle { font-size:1.5em; }
.listrow {}
.listdetails {}
.listtitle { margin-bottom:0em; }
.listdate { font-style:italic; }
.listthumbnail
{
	float:left;
	margin:0 1em 1em 0;
	padding-right:1em;
}
.listthumbnail a
{
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	width:100px;
	height:50px;
	text-decoration:none;
}
.listcaption { margin-bottom:1em; }
.listselect {}
.listmore { padding: 0 0 5px 0; margin:0 0 1em 0; text-align:right; border-bottom:1px dashed #ffffff; }
.listunavailable {}
 
.selectedtitle {}
.selecteddate { font-style:italic; }
.selectedimage { display:inline; float:right; padding:0 0 1em 1em; }
.selectedtext {}
.selectedunavailable {}

.pagenavigation {}
.previouspage {}#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/scripts/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(/scripts/shadowbox/close.png);}
#sb-nav-next{background-image:url(/scripts/shadowbox/next.png);}
#sb-nav-previous{background-image:url(/scripts/shadowbox/previous.png);}
#sb-nav-play{background-image:url(/scripts/shadowbox/play.png);}
#sb-nav-pause{background-image:url(/scripts/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

