@charset "utf-8";

/*
==========================================================================
	
	STYLE.CSS | CSS FRAMEWORK
	--------------------------
 	Main Project specific styles
	
	- PROJECT NAME HERE -
	
	author: FuelDesign Ltd www.fueldesign.co.nz

	Contents:
	--------------------------
	1 - Default Typography Sizing, Colours and Margins
	2 - Global Styles for types
	3 - Main Structural Divs
	4 - Header styles
	5 - Main body Styles
	6 - Footer Styles
	7 - Page Specific sty;es

==========================================================================
*/
	@import url("base.css");
	@import url("forms.css");

/*
==========================================================================
1 - Default Typography Sizing, Colours and Margins
==========================================================================
*/
body  { color:#666; background:#fff url(../images/bg/bg.png) repeat-x scroll left top; font-size:13px; line-height:22px; text-align:center; font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; font-variant:normal; }
/*
==========================================================================
2 - Global Styles for types
==========================================================================
*/
/* links */
a:link, a:visited { border-bottom: none; color:#060; }
a:hover, a:active { border-bottom: 1px solid #999; }
/* remove dotted outlines in FF */
a:hover, a:active, a:focus { outline:0 none; }

a:link.external, a:visited.external { background: transparent url(../images/bg/external.gif) top right no-repeat; padding-right: 12px; }

/* list types */
ul li { }
ul { }
.bullets li { margin-left: 50px; color: #70a970; text-transform: uppercase; }
ul.bullets { padding-bottom: 10px; }


dl dt { font-weight: bold; }
dl dd img { display: inline; }
/* ol li { list-style-type: lower-alpha; list-style-position: inside; } */

/* blockquotes */
blockquote { border-bottom: 1px dotted #ccc;  margin: 10px 25px 5px 0px; }
blockquote p { background-color: transparent; padding:0px; color: #666; font-size: 14px; font-family: georgia, "times new roman", serif; }
blockquote cite { color: #999; font-size: 11px; font-style: normal; }
quoter { color: #999; font-size: 11px; font-style: normal; }
/* strong */
strong.error { color: #F00; }

/* em */
em.required { color: #F00; font-weight: bold; font-style: normal; }

/* headers */
h1, h2, h3, h4 { color: #333; }

/* box model padding */
h1, h2, h3, h4, p, blockquote { padding: 0px 0px 15px; }

/*
==========================================================================
3 - Main Structural Divs
==========================================================================
*/
.thrColAbs #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 760px;  /* using 20px less than a full 900px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff url(../images/bg/bg-canvas.png) repeat-y scroll left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
*/
.thrColAbs #leftSideBar { position: absolute; top: 0; left: 0; width: 0px;  background: transparent; } /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
.thrColAbs #rightSideBar { position: absolute; top: 0; right: 0; width: 256px;  background: transparent; } /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
.thrColAbs #mainContent { margin: 0px 256px 0px 0px; } /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
.thrColAbs #header { position:relative; width:760px; margin:20px auto 0px; height:395px; text-align: left; background: #FFF url(../images/bg/bg-canvas-top.png) no-repeat scroll left top; }
.thrColAbs #footer { width:760px; margin:0px auto; height:52px; text-align: left; background:transparent url(../images/bg/bg-canvas-bottom.png) no-repeat scroll left top; }
/*
==========================================================================
4 - Header styles
==========================================================================
*/
#header a:hover, #header a:focus, #header a:active { border:0px;text-decoration:none; }

#header h1 { position:absolute;top:30px;left:30px; }
#header p { position:absolute;top:143px;left:15px; }
#header #flashcontent { position:absolute; width:730px; left:15px; top:150px; background-color:#eeeeee; }


/*
==========================================================================
5 - Main content styles
==========================================================================
*/

/* #leftSideBar styles */
.thrColAbs #leftSideBarPadding { /*padding: 15px 10px 15px 20px;*/ }

/* #rightSideBar styles */
.thrColAbs #rightSideBarPadding { padding: 15px 10px 15px 20px; }

/* #mainContent styles */
.thrColAbs #mainContentPadding { padding: 25px 35px !important; }

h1 { padding:0px 0px 10px; font-size:18px; letter-spacing:0px; }
h2 { padding:0px 0px 10px; font-size:18px; letter-spacing:-1px; }
h3 { padding:5px 0px 5px; font-size:16px; letter-spacing:-1px; color:#70a970; }

.leadin { color: #060; font-weight: bold; }

ul#galleryContainer { width:456px;_width:434px;padding-bottom:25px; }
ul#galleryContainer li { float:left;list-style:none;width:104px;margin:0px 10px 10px 0px; }

/*
==========================================================================
6 - Footer styles
==========================================================================
*/
ul#foot-nav { padding-right: 8px;}
ul#foot-nav li { list-style: none; float:left; font-size: 12px; padding: 0px 2px; margin-left: 0px; }
#foot-nav a { color: #999 }
#foot-nav a:hover, #foot-nav a:active {  color: #b50a13; }

#footer p {font-size:10px; margin-left:35px; color:#999999; padding-top:9px; }

/*
==========================================================================
7 - Page specific styles
==========================================================================
*/ 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* sitemap */
ul#sitemap, #sitemap ul { list-style-type: none; background: #FFF url(../images/bg/vline.png) repeat-y; margin: 0; padding: 0; } 
#sitemap ul { margin-left: 40px; }
#sitemap li { margin: 0; padding: 0 12px; line-height: 20px; background: #fff url(../images/bg/node.png) no-repeat top left; text-transform:uppercase; font-weight:bold; }
#sitemap li.noshow { background:none;}
#sitemap li ul { margin-left: 28px; }
#sitemap li ul li { margin: 0; padding: 0 12px; line-height: 20px; background: #fff url(../images/bg/node.png) no-repeat top left; text-transform:none; font-weight:normal;} 
#sitemap li.last { background: #FFF url(../images/bg/lastnode.png) no-repeat; }
#sitemap a { border-bottom: none; }
ul#sitemap a:hover {color: #000;}

/* error and success pages */
div#success { background: #e3fce5; border: 3px solid #9ae49e; padding: 10px; }
#success h2, #success p { color: #28a82e;  } 
#success h2 { border-bottom: 1px dotted #28a82e; }

div#error { background: #fed3d6; border: 3px solid #fc9ca3; padding: 10px; }
#error h2, #error p { color: #e3535d;  } 
#error h2 { border-bottom: 1px dotted #e3535d; }

