/* Photography Studio 1 Stylesheet by Nadia www.perrelink.com.au */
/* start by zeroing out the margins on elements, add padding or margins on each element separately */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
margin: 0; 
padding: 0; 
border: 0; 
}

/* stops the shorter pages from jumping if there is no need for a scrollbar */
html, body {
min-height: 100%;
margin-bottom: 1px;
}

body {
background-color: #ebe9ed;/* was #99cc00 was 666666*/
	background-image: url(../images/background.gif);
	font-size: 100.01%;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;/* was #49453f was 666666*//* changed text color of bulleted 1st paragraph */
}

/* div that holds everything together */
#wrapper {
width: 772px;  
width: 769px;  /*value for IE6*/
margin: 1px auto; 
position: relative;  
background-image: url(../images/wrapper_bg.jpg); /* This was tricky one - in order to shorten the background color of the left "link" column, I had to use photo show to shorten the "green" part - now link boxes can be shortened and text can be more to the left.  In essence, the "column" is now less wide */ /* IF I want to make the rest of the (now white) background pale green, I'd use photoshop to modify the bg_green jpg file */
background-repeat: repeat-y;
background-color: #339933; /* was #339933 doesnot seem to do anything*/
border-right: 10px solid #99cc33; /* was #b8b4ad *//* changed color of right border to light green */
border-left: 10px solid #99cc33; /* was #b8b4ad *//* changed color of left border to light green */
text-align: left; 
}

/* top headerpic */
#strapA {
height: 68px;/* was #216px */
background-image: url(../images/plantchronicles.gif);
background-repeat: no-repeat;}

#strap {
height: 160px;/* was #210px */ /* I was able to get PlantChronicles Logo to lay above other pic by creating a "#strapA" which I put in html file */
background-image: url(../images/slice.jpg);
background-repeat: no-repeat;}



/* main content area */
#content {
	border-left: 1px solid #fff;
	width: 556px; /* was 520 */ /* plus 36 */
	margin-left: 154px; /* was 190 */ /* minus 36 */
	padding: 10px 20px;
	background-color: transparent;
	font: .95em Arial, Helvetica, sans-serif;
}

* html body #content {
	width: 562px; /* was 526 */
	margin-left: 154px; /* was 190 */
}

/* Heading styles for the content area */
#content h1 {
	font-size: 100%;
	color: #009900;/* was #49453f *//* changed color of heading #1 */
}

#content h2 {
	font-size: 90%;	
	color: #009900;/* was #999999 *//* changed color of h2 heading to Dark Green */
	margin-bottom: 1.0em;
	letter-spacing: .1em;
}

#content h3 {
	font-size: 85%;	
	color: #003333;/* was #afacb7 */
	margin-bottom: 0.9em;
	letter-spacing: .1em;
}

#content h4 {
	margin-top: 25px;
	color: Maroon;
}

/* styles the paragraphs in the content area */
#content p {
	margin: 15px 0;
	font-size: 85%;
	line-height: 135%;
	color: #000;
}
#content a {
	color: #006633; /* was #8f8f8f */
}

#content ul {
	padding: 15px 20px 10px 30px;
	list-style-position: inside;
}

#content ul li {
	font-size: 85%;
	line-height: 1.5em;
	list-style-type: disc;
}


#content img {
	margin: 3px 8px 1px 0;
	border: 1px solid black;
}

hr {
	width: 350px; /* was 350 px Can't see any changes */
	margin-left: 35px;
}

/* styles to float images in the content area */
#content .leftfloat {
	float: left;
	margin: 4px 10px 1px 0;
	padding: 2px;
}
#content .rightfloat {
	float: right;
	margin: 4px 5px 1px 10px;
	padding: 2px;
}
/* end image styles */

/* footer area styles */
#footer {
 background-color: #666666;
height: 50px;
  clear: both; 
  background-image: url(../images/footer.jpg);
  background-repeat: repeat-y;  
}

#footer p {
	font-size: 90%;
	text-align: right;
	padding: 7px 7px 2px 0;
	padding: 9px 15px 0 35px;  /*value for IE6*/
	color: #ccffcc;/* footer color was dbdbdb */ /* this changes text color in footer */
	padding-top: 30px;	/* this changes footer height */
}

/* footer link styles */
#footer a {
color: #cc9900;/* was DBDBDB */ /* this changed link color of "your company name" in footer */
}

#footer a:hover {
	color: #ffff00; /* was D0bfaf */ /* this changed link HOVER color of "your company name" in footer */
}
	
/* left column styles */
#leftcol {
	width: 134px; /* was 170 */
	height: 250px;
	float: left;
	margin: 35px 0 10px 10px;
}
/* For IE6  - so that the menu doesn't sit right on the sidebar edge on right */
* html body #leftcol {
	width: 134px; /* was 170 */
	height: 250px;
	float: left;
	margin: 25px 0 10px 5px;
}

#leftcol ul {
	list-style-type: none;
	margin-bottom: 15px;
	}

#leftcol ul li {
   border-top: 1px solid #FAF9F7;
	border-bottom: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
	width: 120px; /* was 170 */
	line-height: normal;
	padding: 1px;	
	width: 132px; /* was 168 */
	line-height:118%;
	line-height: normal;
	margin-bottom: -3px;
	margin-bottom: 0;
}

/* the submenu in the left column styles */
#leftcol li a {
	font-size: 95%;
	font-weight: bold;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #fbf415;
	padding: 4px 0 4px 2px;
	padding: 4px 0 4px 2px;  /* for ie */
	background-color: #306d25;/* was 606060 - dark grey *//* changed background color of links */}

#leftcol li a:hover, #leftcol li a:focus {
background-color: #ccffcc;/* this changes background color of links to light green on hover */
color: #006633; /* was 000 - this changed color of text to dark green on hover */
}

/* SETS CURRENT PAGE STATE OF MENU BUTTONS */
#current a:link, #current a:visited, #current a:hover, #current a:active {
color: #ccffff;/* was 484848 changed hover color of "home" to pale green*/
text-decoration:none;
background-color: #66cc66;/* was eaeaea only shows up on website to show links visited */
}

/***** Begin laying out the contact form *****/
#content form {
	margin: 20px 0 50px 7px; 
}
#content fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 20px;
}
/* form input fields */
#content input, #content select {
	background-color: #DDDCD9;
	color: #414F4B;
	border: 1px solid #41141C;
	margin: 0 0 0 0;
	width: 150px;
	display: block;
}

#content textarea {
	background-color: #DDDCD9;
	color: #41141C;
	border: 1px solid #41141C;
	margin: 0 30px 0 0;
	height: 200px;
}

/* sets the enquiry box to the right of the input fields */
.labelfloat {
	float: right;
	padding-top: 20px;
}

#content label {
	color: #171717;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}

/***** Ends the form layout *****/