@charset "utf-8";

/*
==========================================================================
	
	STYLE.CSS | CSS FRAMEWORK
	--------------------------
 	Main Project specific styles
	
	- LIMELIGHT CREATEVE -
	
	author: Stephen Blignault freelancewebsitedesign.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 {
	background:#fff url(../images/bg/bg-green-gradient.jpg) repeat-x scroll left top;
	color:#000; font-size:12px; line-height:18px; text-align:center;
	font-family: 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:#0d5fab; }
a:hover, a:active { border-bottom: 1px solid #999; }
/* remove dotted outlines in FF */
a:hover, a:active, a:focus { outline-color:invert; outline-style:none; outline-width:medium; }

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

/* list types */
ul { margin-bottom:1em; }
ul li { margin-left:1em; }

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

/* blockquotes */
blockquote { background-color: #F5F5F5; margin-bottom: 1em; }
blockquote p { font-family: georgia, "times new roman", serif; color: #CCC; font-size: 1.5em; margin: 5px 5px 5px 10px; }
blockquote cite { font-style: normal; color: #CCC; font-weight: bold; }

/* 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: 960px; height: 594px;
	background: transparent url(../images/bg/bg-watermark-pattern-left.jpg) no-repeat scroll left bottom;
	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: 193px;  background: none; } /* 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 0px 0px 193px; background: transparent url(../images/bg/bg-canvas-alpha.png) repeat-y scroll left top; } /* 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:960px; margin:0px auto; height:181px; line-height:50px; text-align: left; background: #baef4e url(../images/bg/bg-lights-heading.png) no-repeat scroll left top; }
.thrColAbs #footer { position:relative; width:960px; margin:0px auto; height:0px; line-height:0px; text-align: left; }

#activeCanvas { margin:0 19px; width:711px; height: 594px; background: #fff url(../images/bg/bg-watermark-pattern.jpg) no-repeat scroll left bottom; }
#footerRightBlock { position:absolute;right:19px;bottom:0px; width:18px;height:85px; background: #fff url(../images/bg/bg-canvas-bottom-right.png) no-repeat scroll left bottom; }
#footerLeftBlock { position:absolute;left:194px;bottom:0px; width:18px;height:85px; background: #fff url(../images/bg/bg-canvas-bottom-left.png) no-repeat scroll left bottom; }
/*
==========================================================================
4 - Header styles
==========================================================================
*/
#header a:hover, #header a:focus, #header a:active { border:0px;text-decoration:none; }

#header h1 { width: 711px; height: 121px; position:absolute; bottom:0px; right: 37px; padding:0px;margin:0px; }

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

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

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

/* #activeCanvas styles */
.thrColAbs #activeCanvasPadding { padding: 5px 50px 0px; }

#content-quicknav { float:right; color:#0e64b4; margin-left:10px; width:242px;height:214px; background: #eff3f2 url(../images/bg/bg-content-quicknav.png) no-repeat scroll left top; }
#content-quicknav h3 { color:#0e64b4; }
#content-quicknav ul li { margin-left:15px; line-height: 18px; list-style: none url(../images/bg/quick-nav-bullet.png) }
#content-quicknav h3,#content-quicknav ul,#content-quicknav p { margin: 5px 0px 10px 15px; padding:0px; }

#activeCanvas h1 { color: #0c569b; font-size: 14px; line-height: 26px; }
#activeCanvas h1 img { float:left; margin-right:5px; }

#activeCanvas { color:#666; }
#activeCanvas .leadin { color:#666; }
#activeCanvas .indentedBlock { margin: 25px 0px 0px 100px; }
#activeCanvas .indentedBlock img { padding: 15px; }

div#content_footer { position:absolute;width:611px;bottom:-30px; }
div#content_footer hr { border:none 0px; border-bottom: 2px solid #666; width:96%; margin-bottom: 10px;}
div#content_footer ul { margin: 0px auto; width: 500px; }
div#content_footer ul li { float: left; list-style: none; line-height:8px;height:8px; margin: 0px 5px; padding-left: 20px; background: #fff url(../images/img/footer-separator.png) no-repeat scroll left top; }
div#content_footer ul li.noSeparator { padding:0px; background:none; }

ul#nav {}
ul#nav li { list-style:none; margin-bottom:10px; }
ul#nav li h3,ul#nav li h4 { margin:0px;padding:0px;color:#0c569b; }
ul#nav li h4,ul#nav li em { font-weight:normal;font-style:normal; }

.noBG #activeCanvas { background-image:none !important; }
.noBG #activeCanvas div#content_footer { position:relative; }

/*
==========================================================================
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; }
/*
==========================================================================
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;
}
.noBG { background:none; }

/* terms and conditions */
#terms { font-size: 11px; }
#terms .main { font-size:12px }
#terms .leadin { font-weight:bold; }
#terms .left { width:48%;float:left; }
#terms .right { width:48%;float:right;}

/* business ethics */
#ethics {}
#ethics ol { margin-left:25px; }
#ethics ol li { padding-bottom:10px; text-indent: -10px; }
#ethics ol li ol { margin-top:10px; }
#ethics ol li ol li { text-indent:-20px; }
#ethics .leadin { font-weight: bold; color:#0C569B;  }
#ethics ol {
	counter-reset: section;                /* Creates a new instance of the
											  section counter with each ol
											  element */
	list-style-type: none;
}
#ethics li:before {
	counter-increment: section;            /* Increments only this instance
											  of the section counter */
	content: counters(section, ".") " ";   /* Adds the value of all instances
											  of the section counter separated
											  by a ".". */
}

/* limefiles */
/* reference */
/* cv */
#cv, #reference {}
#cv p, #reference p { text-align:center; }
#cv p a, #reference p a { border: none 0px; }
#cv p a:hover,#cv p a:active,#cv p a:focus,
#reference p a:hover,#reference p a:active,#reference p a:focus { border:none 0px; }
#cv p a img, #reference p a img { display:inline; }
#cv p.adobeReader,#reference p.adobeReader { text-align:right; }
/* freelancing */
/* portfolio */
/* limelight-creative */
/* naomi */
/* blog */
/* contact */

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

