/* 
STYLESHEET NAME: style.css
DEVELOPED FOR: Helia Antonio
WEBSITE: www.designbyhelia.co.za
DEVELOPED BY: Freedom Studios
DEVELOPER: Graham Holtshausen
CREATION DATE: 20/01/2009
DATE MODIFIED: 24/01/2009
*/



/* COLORS
	Body Background:       #000000
   Page Background:       #2F2C22
   Main Text:             #c0c0c0
   Links:                 #c0c0c0
   Dark Brown Border:     #222019
   Green Headline:        #958944
*/




/* =========================== ELEMENT STYLES ==================================*/

body {
background-color: #000000;		

}


h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B22222;
}


h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c0c0c0;
}



h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c0c0c0;
	font-size:16px;
}




p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-align: justify;
	color: #ff00ff;
}

a {
	color: #ff00ff;
	text-decoration: none;
}


a:hover {
	color: #ff00ff;
	text-decoration: none;
}

li {
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

/* ========================== END OF ELEMENT STYLES ============================*/










/* =========================== ID STYLES ==================================*/

#page {
	width: 750px;
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;	
	margin-top: auto;
	margin-bottom:auto;
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ff00ff;
	font-size:11px;
	vertical-align:middle;
}


#logo {
	background-image: url(images/helia-design.gif);
	width: 509px;
	height: 210px;
	margin-left: auto;
	margin-right: auto;		
}


#footer {
	background: url(images/footer.gif) no-repeat;
	width: 717px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;		
}

#footer a{
color: silver;	
}


#nav-bar {
	width: 717px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;	
}


#breadcrumbs {
	width: 690px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}

#slider-wrapper {
	width: 717px;
	height: 329px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}


#home-col1 {
	float: left;
	width: 330px;
	padding-left: 15px;
	padding-top: 15px;
}


#home-col2 {
	float: right;
	width: 330px;
	padding-right: 15px;
	padding-top: 15px;	
}



#home-col2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;

}


#content {
	margin-left: auto;
	margin-right: auto;		
	width: 660px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}



#info-col {
	float: left;
	width: 315px;
}


#pic-col {
	float: right;
	width: 315px;
	text-align: right;
}


#clear {
clear: both;
}



#copyright {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	padding-left: 12px;
	padding-top: 30px;
	color: #c0c0c0;
}


#freedom-studios {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	padding-right: 12px;
	padding-top: 30px;
	color: #c0c0c0;
}


#freedom-studios a {
	color: #c0c0c0;
	text-decoration: none;
}



#left { float:left;
width:245px;
}

#right { float:right;
width:245px;
}

#center { margin-right:255px;
margin-left:255px;
}


#flash-nav {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 120px;
}

#services-page {
	width: 750px;
	background-color:#000000;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	vertical-align:middle;
	color: #c0c0c0;
}



#home-left { float:left;
width:150px;
vertical-align: middle;
margin-top: auto;
margin-bottom: auto;
padding-left: 10px;
}

#home-right { float:right;
width:545px;
padding-right: 10px;
}




#helia-left { float:left;
width:150px;
vertical-align: middle;
margin-top: auto;
margin-bottom: auto;
padding-left: 10px;
padding-top: 30px;
}

#helia-right { float:right;
width:245px;
padding-right: 10px;
padding-top: 20px;
}

#helia-center { 
width: 280px;
margin-left: 190px;
margin-right: 255px;
}

#flashcontent {
		height: 100%;
	}
	
#portfolio { 
float:right;
width:545px;
height:545px;
padding-right: 10px;
}
	
	
	


/* ============================ END ID STYLES =============================*/











/* =========================== CLASS STYLES ==================================*/


.quote {
	font-family: Times New Roman;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	text-align: right;
	line-height: 1.3em;
	color: #ffffff;

}


/* =========================== END CLASS STYLES ==============================*/







/* ---------------- Styling for Form -------------- */

input {
	margin: 0.1em;
	
}

input.invalid, textarea.invalid {
	background-color: #E88888;
	margin: 1px; !important;
	border: thin;
	border-color: #B22222;
	border-style: solid;
}


select.invalid, textarea.invalid {
	background-color: #E88888;
	margin: 1px; !important;
	border: thin;
	border-color: #B22222;
	border-style: solid;
}



/*input.invalid:focus, textarea.invalid:focus {
	background-color: #9ACD32;
	border: 0.1em;
	border-color: Green; !important;
	border-style: solid;
	margin: 0 !important;
}

input:focus, textarea:focus {
	background-image: none;
	border: 0.1em;
	border-color: #839EED;
	border-style: solid;
	margin: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
}

input[type="submit"] {
	border-style: solid;
	border-width: 0.2em;
	margin: 0em;
	border-bottom-color: #839EED;
}

input[type="submit"]:active {
	border-style: solid;
	border-width: 0.2em;
	margin: 0em;
}

input[type="submit"]:focus {
	border-style: solid;
	border-width: 0.2em;
	margin: 0em;
}

*/


div#errorDisplay {
	background-image: url(images/field-alert.gif);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border: 1px;
	border-color: #B22222;
	border-style: solid;
	background-color: #E88888;
	display: none;
	padding: 5px 0px;
	margin: 10px;
}
div#errorDisplay ul {
	list-style-type: square;
	margin-top:0px;
	margin-bottom:0px;
}


.required {
	background-image: url(images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
	border: thin;
	border-color: Silver;
	border-style: solid;
}




form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 300px;
  max-width: 400px;
  width: 300px; 
	font-size: 12px;  
}



form fieldset {
	border-color: #4682B4;
	border-width: 1px;
	border-style: solid;
	padding: 10px; /* padding in fieldset support spotty in IE */
	margin: 0;
	background-image: url(images/beach-box-gradient.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #E0F5FC;
}

 /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */


form fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #a28e66;
	border: none;
	padding-left: 10px;
	background-image: url(images/beach-box-h-gradient.gif);
	background-position: top;
	background-repeat: repeat-x;	
	
	} /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
							  
							  
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}							  



form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
											  
											  
											  
											  
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
										
										
										
										
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}



textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}


form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}																				  

/* ---------------- End of Styling for Form -------------- */
