/* --------------------------------------------------------------

    base.css

    Author: Greg Dalrymple
    Date: 18/03/2009

    This is the main stylesheet 
    
    +top
    
    +colours
        base green      #178d7f
        dark green      #0b6459
        mid green       #91cbc4
        light green     #e8f1f0

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

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,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body { 
	text-align: center; 
	font-size: 62.5%;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #555;
	background-image:url(/images/structure/main-page-bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#178D7F;
	background-attachment:fixed; 
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }


/* Links
-------------------------------------------------------------- */

a:link,
a:active 	{ color:#178d7f; text-decoration: none; }
a:visited { color:#178d7f; text-decoration: none; }
a:hover 	{ color:#65B5AB; text-decoration: underline; }
.a { cursor:pointer }


/* --------------------------------------------------------------

    +Layout
    
    -- This is a smaller layout for 1024px
    -- Individual column width 95px
    -- 8 column layout
    -- margin 15px

-------------------------------------------------------------- */

#top 		{ width: 100%; margin: 0 auto; padding: 0; position: relative; }
#shell 	{ width: 901px; margin: 0 auto; position: relative; }
#page 	{ text-align: left; padding: 15px 18px; }

#content { min-height:450px; }

.col { float: left; margin-right: 15px; width: 95px; }

.span-1 { width: 95px; } 
.span-2 { width: 205px; }
.span-3 { width: 315px; }
.span-4 { width: 425px; }
.span-5 { width: 535px; }
.span-6 { width: 645px; }
.span-7 { width: 755px; }
.span-8 { width: 865px; }

.span-third { width: 273px; margin-right: 21px; }

/* This should be the standard container ---------------------- */
.module { padding: 15px; margin-bottom: 15px; }

#content-body { border-width:0 0 0 1px; border-style:solid; border-color:#ccc; padding:0 15px 0 14px; margin-right:0; }
#wide-content-body { border-width:0 0 0 1px; border-style:solid; border-color:#ccc; padding:15px 0 0 14px; margin-right:0; float:left; width:645px }
#extras { background-image:url(/images/structure/extras-bg.jpg); background-repeat:no-repeat; background-position:top left; padding:14px 0; }

.span-4 img { margin-top:10px; }

#wide-content-body .title-image { border: 0; }

img.standard { border: 1px solid #abc5c2; }

/* Index page items ---------------------- */

.index-item img { float:right; margin-top:15px; }
.index-item h2 { margin-bottom:0.2em; }
.index-item p { margin-right:95px; }



/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, ol, blockquote, dd, dt, table { font-size: 1.2em; line-height: 1.6em; }
p.lead { font-weight:bold; color:#178d7f; }

#extras p { padding:0 15px; margin-bottom:7px; }
#extras h3 { padding:0 15px; margin-bottom:7px; }

/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul, ol { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}
	
h1 { font-family:arial, sans-serif; font-weight:bold; font-size: 4.2em; margin-bottom: 0.667em; color:#178d7f; }
h2 { font-family:arial, sans-serif; font-weight:bold; font-size: 2.4em; margin-bottom: 0.8em; color:#178d7f; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; }
h4 { font-size: 1.5em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 span, h2 span, h3 span { display: none; }

h1 img { margin-top:28px;}

/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +News

-------------------------------------------------------------- */

.latest-news-item { border-top: 1px dotted #dedede; padding: 14px 0; }
.latest-news-item h3.entry-title { margin-bottom: 0; }
.latest-news-item p.date { font-size: 1.2em; font-weight: bold; }

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

.contact-form { margin-left:28px; }
#success { border: 1px dotted #31a35c; background-color: #f3fbe6; padding: 14px; }
form dl dt { float: left; width: 100px; text-align: right; font-weight: bold; padding:10px 10px 0 0; clear: left; }
form dl dd { float: left; width: 270px; padding-top: 10px; margin-bottom: 10px; }


/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#nav { width: 100%; margin-bottom: 15px; }
#nav #main { list-style: none; margin: 0; padding: 0; }
#nav #main li { 
    display: inline; 
    float: left;
    width:172px;
    font-size: 1.4em; 
    margin-right: 1px; 
    background-color: #91cbc4; 
    padding: 0; 
    font-weight: bold;
    font-size:1.2em;
    }
#nav #main li a { padding: 7px; text-align:center; display:block; text-decoration: none; color: #fff; }
#nav #main li a:hover { background-color: #0b6459; }
#nav #main li.selected a { background-color: #178d7f; }

#top-nav { float: right; margin-bottom: 14px; width: 370px; }
#top-nav ul { margin: 0; padding: 0; list-style: none; }
#top-nav ul li { float: left; margin-left: 14px; }

/* Breadcrumb Nav ----------------------------------------------------- */

#nav-breadcrumb { border-width:0 0 1px 0; border-style:solid; border-color:#ccc; }

/* Secondary Nav ----------------------------------------------------- */

#nav-sec { margin-right:0; }
#nav-sec ul { text-align:right; padding:14px; list-style:none; }
#nav-sec li { margin-bottom:7px; }

/* Footer Nav ----------------------------------------------------- */

#nav-footer ul { list-style:none; margin:0; padding:0; }
#nav-footer li { width:130px; float:left; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

#logo h1, #logo h2 { display: none; }
#logo { float: left; }

#search { float: right; width: 340px; padding: 7px; background-color: #e8f1f0; }
#search #search-box { color: #888; width: 227px; float: left; padding: 4px; }
#search #searchbutton { float: right; }

#header { margin-bottom: 15px; }

.index-3-col { float:left; width:270px; margin-right:5px; }
.news-item { margin-bottom: 14px; }
.news-item h4 { font-size: 1.2em; margin:0; font-weight:bolder; }
.news-item p { margin-bottom:0; padding-bottom:0;}

#bottom-content { border-top: 1px solid #ccc; padding-top:10px; margin-bottom:14px; }

#section-content .item { width: 155px; margin-right: 22px; float: left;  }
#section-content .item.last { margin-right: 0; }
#section-content .item img { margin-bottom: 10px; }

/* --------------------------------------------------------------

    +Slideshow

-------------------------------------------------------------- */

#slideshow 				{ position:relative; height:300px; margin:0 0 14px 0; }
#slideshow ul 			{ top:0; list-style:none; padding:0; margin:0; }
#slideshow ul li		{ position:absolute; top:0; margin:0; padding:0; }
.slides-image			{ height:300px; width:532px; float:left; margin:0; padding:0; }
.slides-content			{ height:300px; width:333px; float:left; background-color:#E8F1F0; margin:0; padding:0; }
.slides-content h2		{ padding:15px; color:#178D7F; font-size: 1.8em; margin-bottom:0.2em; }
.slides-content h2 a	{ color:#178D7F; text-decoration:none; }
.slides-content h4 a	{ color:#178D7F; padding:15px; text-decoration:none; }
.slides-content p		{ padding:0 15px; font-size:1.3em; }

/* --------------------------------------------------------------

    +Content Page

-------------------------------------------------------------- */

#extras .right-image { padding-left: 15px; margin-bottom: 30px; }
#extras .right-image h4 { 
    font-size: 1.1em; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    font-weight: normal; 
    font-family: verdana; 
    }
#extras .right-image span { padding: 7px 0 0 0; display: block; font-size: 1.1em; font-style: italic; font-family: Georgia;}

/* --------------------------------------------------------------

    +Gallery

-------------------------------------------------------------- */

.gallery-item { float:left; width:105px; text-align:center; height:160px; }
.gallery-image { width:100px; height:110px; }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer { clear:both; border-top:1px solid #ccc; padding:14px 0; }
#copyright,
#designed-by { background-image:url(/images/graphics/footer-logos.gif); background-repeat:no-repeat; padding-bottom:14px; }
#copyright { background-position:-5px -2px; }
#copyright p { padding-left:70px; }
#designed-by { background-position:right -100px; text-align:right; }
#designed-by p { padding-right:70px; }

/* --------------------------------------------------------------
		
		+Overwrite Styles 
		
    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.no-marg 			{ margin: 0; }
.no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }

.pad-bottom 	{ padding-bottom: 14px; }

