*{
	margin:0;
	padding:0;
}

html{
/* Fixes background nastiness when a sidebar is open in Firefox */
	min-width:770px;
}

body{
/* Use backgound image as opposed to colour so that site is still functional if images are off */
	background:white url(../candy/bg.jpg) 0 0 repeat;
/* Shove all content to the center of the screen for Internet Explorer 5 */
	text-align:center;
}

/*=====[ Set up container divs and add background tiles ]=====*/

#pageheadContainer,
#contentContainer,
#footContainer{
/* 100% so we can create the fullscreen width backgrounds */
	width:100%;
}

#pageheadContainer{
	background:transparent url(../candy/pageheadBackground5.png) repeat-x 100%;
}

#contentContainer{
	background:#343434 url(../candy/contentBackground2.png) 50% 100% repeat-y;
/* Float left to prevent floated child divs(#article & #subContent) overflowing . aka the FnE method http://www.orderedlist.com/articles/clearing_floats_fne */
	float:left;
}

#footContainer{
	background:transparent url(../candy/footBackground.png) 0 0 repeat-x;
	clear:both;
}

#pagehead,
#content,
#foot{
/* Set widths for "sub" container divs and center on the screen . fluid you say? I think not sir, you are quite mad! */
	width:770px;
	margin:0 auto;
/* Position relative so we can position children absolutley but keep them relative to their parents and not the document root - confused? Me too! */
	position:relative;
/* Shove the content back where it should be now we have convinced IE5 that center aligned websites are, infact, groovy (see body{}) */
	text-align:left;
}

#pagehead{
	height:120px;
}

#foot{
	height:150px;
}

/* More backgounds, we need more backgrounds! */
#pagehead{
	background:url(../candy/header3.jpg) 0 100% repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content{
/* Add drop shadow/fading backgound to top of content area . doesn't work on IE5/MAC . oh the shame! */
	background:transparent url(../candy/contentBackground.png) 0 0 no-repeat;
/* Ensure this background tile is never cut short, min-height for Firefox and pals, _height 'hack' for Internet Exploiter */
	min-height:300px;
	_height:300px;
}

#foot{
	background:transparent url(../candy/footBackground2.png) 100% 0 repeat-x;
}

/*=====[ Set up two column layout for articles and subcontent ]=====*/

#article{
	width:450px;
	float:left;
	padding:40px 0 20px 0;
	margin-left:50px;
}

#subContent{
/* Fix double margin bug in IE on floats using display:inline */
	display:inline;
	width:180px;
	float:left;
	padding:40px 0 20px 0;
	margin-left:30px;
	color:#bedf5d;
	font-size:0.9em;
}

/*=====[ Navigations ]=====*/

#pagehead h1 a{
/* Create blank hit area for logo/signature - PNG here would have been nice but hey, this is IE land we live in!  */
	display:block;
	text-indent:-9999px;
	width:230px;
	height:150px;
	text-decoration:none;
/* Float to make hit area work in... yup, you gussed it ayyyeee 5! */
	float:left;
}

#pagehead a:hover{
	color: #ff9900;
}

#pagehead h1{
/* Position blank hit area over background logo/signature */
	position:absolute;
	top:0;
	left:0;
}

/* Main navigation list */

#pagehead ul{
	display:block;
	position:absolute;
	top:110px;
	left:174px;
}

#pagehead li{
	display:block;
	float:left;
	width:80px;
	margin-left:3px;
}

#pagehead li a{
	display:block;
	height:20px;
	text-align:center;
	color:#000000;
	font-size:1.2em;
	font-weight:bold;
/* Line height same as height, which puts the text vertically centered, hoorah! */
	line-height:20px;
	text-decoration:none;
	text-transform:lowercase;
}


#pagehead li.odd a{
	background:#ff9900;
}

#pagehead li.even a{
	background:#206ba4;
}

#pagehead a:hover{
	color:#000000;
	background-color: #ff9900;
}

/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------*/

Theme Name: Sunrise
Theme URI: http://www.themeporter.com
Version: 1.0
Description: Sunrise Theme Porter to Wordpress
Author: Theme Porter
Author URI: http://www.themeporter.com

*/

/*

	SunRise - New Template for sNews 1.5
	by David Herreman
	http://www.free-css-templates.com
	
*/
a img
{
border:none;
}

body { 
	margin:0px 0; 
	padding:0; 
	color:#ccc;  
	background: #343434 url('images/bg.jpg') repeat-x;
	line-height: 1.6em; font-style:normal; font-variant:normal; font-weight:normal; font-size:80%; font-family:Arial, Sans-Serif 
}


.content { 
	background: #FFF url('images/bgmain.jpg') repeat-y center;
	color: #ccc; 
	margin: 0 auto; 
	padding: 0; 
	width: 787px
}

/* HEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------
*/
#header { 
	margin: 0; 
	width: 787px; 
	background: #FF9503 url('images/header2.jpg') no-repeat center top;  
	height: 165px; 
	color: #FFF 
}

#header .f_search { float: right; padding: 70px 50px 0 0; }
#header .title {	padding: 45px 0 0 50px; }
#header h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 22px; font-weight: bold;
		margin: 0;
		padding: 0; 
}

#header h2 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px; 
		background-image: url('images/none');
		color: #A90000;
		margin: 0;
		padding-left:2px; padding-right:0; padding-top:0; padding-bottom:0
}


/* SUBHEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#subheader { 
	background: #A90000 url('images/bgmenu.jpg') repeat-y center;
	width: 787px;
	height: 105px;
	color:#FFF; background-color:#A90000
}
#subheader .padding { padding: 10px 15px 10px 15px; }
#subheader h2 { color: #FEAB06; }
#subheader a {color: #FECF5F; }



/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.nav { text-align: left; color: 	#7D8085; padding: 20px 0 0 0px; width: 150px; }
.nav li { 
	list-style-type:none;
	font-weight: bold; 
	border-bottom: 1px solid #ccc; 
	height: 25px; background: url('http://www.semfire.com.au/candy/li.png') no-repeat left; margin-left:0px; margin-right:0; margin-top:5px; margin-bottom:5px; padding-left:0px; padding-right:0; padding-top:0px; padding-bottom:0
}
.nav li a { color: #546078; text-decoration: none;  padding: 5px 0 0 10px; display: block; height: 25px;}
.nav li a:hover { color: #FFF; text-decoration: none; background: #A90000; display: block; height: 25px;}



/* Foot navigation and FIR */

#foot ul{
	position:absolute;
	top:45px;
}

#foot li{
/* hide bullets */
	list-style-type:none;
}

#foot #foot1{
/* width to solve odd problem with Opera 7.5 */
	width:200px;
	position:absolute;
	left:300px;
}

#foot #foot2{
	/* width to solve odd problem with Opera 7.5 */
	width:800px;
	position:absolute;
	left:85px;
	color: #333333;
}

/* This is the anchor top button at bottom of page */
#foot #pageTop{
	position:absolute;
/* This position worked out using a highly technical formula: left a bit, right a bit, no left a bit... bingo! */
	left:482px;
	top:-40px;
}

#foot #sitemap{
	position:absolute;
/* This position worked out using a highly technical formula: left a bit, right a bit, no left a bit... bingo! */
	left:260px;
	top:-40px;
}

#foot #pageTop a{
	display:block;
	width:26px;
	height:26px;
	text-indent:-9999px;
	text-decoration:none;
	background:transparent url(../candy/pageTop.png) 0 0 no-repeat;
/* Float to make hit area work in... yup, you gussed it again Internot Exploder 5 */
	float:left;
}

/*=====[ General params and typography ]=====*/

body{
/* relative font sizing to allowing scaling in Internet Exfoliator - http://www.clagnut.com/blog/348/*/
	font:normal 62.5%/1.8em Arial, Helvetica, sans-serif;
}

/* #content ul used to prevent main navigation, within #pagehead, list breaking */
#content ul{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	list-style-type:square;
	color: #333333;
}

ol{
	margin:0.8em 0 0.6em 2em;
	padding-left:1em;
	list-style-type:decimal;
}

blockquote{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	font-style:normal;
}

/* Frame images */
img{
	padding:2px;
	border:1px solid #F2F2F2;
}
.icon {
	margin-right: 4px;
	margin-top: 0px;
	margin-bottom: -4px;
}
/*Set font size for content area */
#content{
	font-size:1.25em;
}

p{
	margin:0.3em 0 0.6em 0;
	color: #333333;
}

a{
	color:#a90000;
	font-weight:normal;
	text-decoration:none;
}

a:hover{
	background:inherit;
	color:#FC7901;
}

#article{
	line-height:1.7em;
	color:#635141;
}



h2 { 
	background: url(../images/h.gif) no-repeat left;
	color:#000;
	font-size:140%; 
	font-weight:bold; 
	margin-left:0px; margin-right:0; margin-top:10px; margin-bottom:10px; padding-left:15px; padding-right:0; padding-top:0; padding-bottom:0 
	
}

h2 a { background: #FFF; color: #000; }
h2 a:hover { background: #FFF; color: #A90000; }


h3{
	margin:0.8em 0 0.6em 0;
	font-size:1.3em;
	color: #336633;
}

h4{
	margin:0.8em 0 0.6em 0;
	font-size:1.1em;
}

/* Sub Content */

#subContent h2{
	font-size:1.3em;
}

#subContent h3{
	font-size:1.1em;
}
.overviewtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #206ba4;
	line-height: 150%;
}
.christest {
	background-color: #cccccc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.christest2 {
	background-color: #cccccc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.image {
	margin-right: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 1.9em;
	line-height: 1.7em;
	color: #51ad27;
}
.tablecells {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 115%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.formlabels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: none;
	color: #555555;
	text-align: left;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.formheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: capitalize;
	color: #df4d09;
}
.formelements {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #555555;
	font-size: 12px;
}
.formelement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	width: 300px;
	line-height: 150%;
}
.formcells {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #f7f3f7;
	text-align: left;
	border-bottom: 2px dashed #cccccc;
}
.highlight {
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
}
.sitemapheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #666666;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CC3300;
}
.rotator {
	border: 1px solid #CCCCCC;
}
