/*CAS 215 CSS Fall 2013
Name of programmer: Jane Eichenberger
Name of file: mysite.css
*/
/*
colors:
#009900-Green
#008000-Green
#008001-Green
#ffffff-White
#000000-Black
#696969-Gray
#feff99-Cream
#e5e696-Puke
*/
/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */
body	{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #009900;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#wrapper	{
	margin: 0;
	min-width: 900px;
	color: #000000;
	border-left: 4px solid #008000;
	border-right: 4px solid #008000;
	font-family: verdana, sans-serif;
	background-color: #ffffff;
	}	
	
#header	{
	width: 900px;
	background-color: #008000;
	text-align: center;
	padding-top: 5px;
	padding-left: 0;
	border-bottom: 2px solid #008000;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 5px;
	margin-bottom: 5px;
	}

h1	{
	background-color: #ffffff;
	color: #008000;
	font-family: verdana, sans-serif;
	font-size: 1.35em;
	text-align: center;
	margin: 5px;
	}
	
h2 	{ 
	background-color: #008000;
	margin: 5px;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 1.25em;
	text-align: center;
	padding: 5px;
	border-top: 4px solid #008000;
	border-bottom: 4px solid #008000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
	
h3	{
	color: #008000;
	font-family: verdana, sans-serif;
	font-size: 1.15em;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	}
	
h4	{
	color: #000000;
	font-family: verdana, sans-serif;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
h5	{
	color: #008000;
	font-family: verdana, sans-serif;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;	
	}

#leftcolumn	{
	float: left;
	background-color: #ffffff;
	display: block;
	margin: 0;
	width: 175px;
	font-family: verdana, sans-serif;
	}
	
#nav	{
	float: left;
	width: 175px;
	text-align: left;
	}
	
#nav a {
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	display: block;
	border-bottom: 4px solid #008000;
	}
	
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
	
#nav a:link {color: #008000;}
#nav a:visited {color: #696969;}
#nav a:hover {color: #000000;
	background-color: #008000;}
#nav a:active{color: #e5e696;}

#rightcolumn	{
	margin: 175px;
	background-color: #ffffff;
	padding-top: 0;
	margin-top: 0;
	width: 725px;	
	}
	
table	{
	width: 690px;
	margin: auto;
	border-top: 3px double #008000;
	border-bottom: 3px double #008000;
	border-left: 3px double #008000;
	border-right: 3px double #008000;
	border-spacing: 0;
	}
	
thead	{
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	color: #008000;
	font-size: 1.25em;
	text-align: center;
	}
	
caption	{
	padding-bottom: 5px;
	color: #008000;
	font-size: .95em;
	font-style: italic;
	font-family: verdana, sans-serif;
	}
	
tbody	{
	font-family: verdana, sans-serif;
	color: #008000;
	font-size: 1em;
	text-align: center;
	}

thead th	{
		border-bottom: 2px solid #008000;
		padding: 10px;
	}

tbody td	{
	padding: 10px;
	}
	
.floatleft {
	float: left;
	background-color: #ffffff;
	margin: 10px;
	padding: 1px;
	display: block;
	clear: right;
	}
	
.floatright	{
	float: right;
	padding: 1px;
	display: block;
	clear: left;
	margin: 10px;
	}

.details 	{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

#footer	{
	margin-top: 0;
	padding-top: 0;
	background-color: #008000; 
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 1em;
	text-align: center;
	border-top: 2px solid #008000;
	clear: both;
	}
	
#footer p	{
	font-size: .75em;
	}
	
#footer li	{
	display: inline;
	
	}
	
#footer a {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 1em;
	
	}
span	{
	margin: 10px;
	background-color: #008000;
	display: inline-block;
	color: #000000;
	}
	
#footer a:link {color: #000000;
	margin: 10px;
	}
	
#footer a:visited {color: #696969;
	margin: 10px;
	}
	
#footer a:hover, span:hover {color: #000000;
	background-color: #ffffff !important;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	margin: 10px;
	color: #008000;
	}
	
#footer a:active{color: #feff99;
	margin: 10px;
	}

.quote	{
	font-family: verdana, sans-serif;
	text-align: left;
	color: #008000;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#graph	{
	float: right;
	}

/*gallery*/	
figure	{
	float: left;
	margin-left: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	position: inherit;
	}

figcaption	{
	font-style: italic;
	font-size: .75em;
	text-align: center;
	}
	
.ups	{
	margin-top: 325px;
	}
	
.wellsfargo	{
	margin-top: 290px;
	}
	
.gabriel	{
	margin-top: 360px;
	}
	
.pesticide	{
	margin-top: 300px;
	}
	
.hillside	{
	margin-top: 375px;
	}
	
.seniors	{
	margin-top: 360px;
	}
.air	{
	margin-top: 325px;
	}
		
		
figure floatright	{
	float: right;
	padding: 5px;
	}
	
.gallery	{
	margin-left: 10px;
	padding: 4px;
	margin-bottom: 10px;
	}
	
.gallery:hover {
	background-color: #008000;
	cursor: pointer;
	transition-property: background-color;	
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-o-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
	}
	
p	{
	font-size: 1em;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
/*form*/	

form		{
	width: 690px;
	margin: auto;
	color: #008000;
	font-family: verdana, sans-serif;
	}
	
legend	{
	color: #008000;
	width: 100%;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	}
	

.area{
	height: 50px;
	width: 575px;
	margin-top: 25px;
	}
	
.type	{
	height: 80px;
	width: 575px;
	margin-top: 25px;
	}	

fieldset	{
	width: 500px;
	}
	
label	{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 35px;
	margin-top: 35px;
	}
	
text	{
	border: 2px solid #008000;
	font-size: 1em;
	margin-top: 10px;
	}

form p	{
	font-weight: bold;
	}
	
input checkbox	{
	display: inline;
	padding-left: 45px;
	}
	
input:focus	{
	background: #ffffff;
	}
	
input:active	{
	color: #008000;
	}
	
#input2 {
	margin-left: 175px;
	margin-top: 20px;
	}

#fname, #mname, #lname, #email, #phone, #address, #csz {
	border: 2px solid #008000;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
		
#groupname	{
	border: 2px solid #008000;
	font-family: "Times New Roman", sans serif;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

hr	{
	height: 5px;
	width: 500px;
	margin-left: 90px;
	background-color: #008000;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	}
	
.clearleft	{
	margin-top: 10px;
	margin-bottom: 10px;
	}

/*table*/	
.trend th, .impact th	{
	color: #008000;
	background-color: #feff99;
	}
.trend  tr:nth-of-type(even){
	background-color: rgb(229,230,150);
	}


/*lists*/	
.community  li	{
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-type: disc;
	}
	
.center li	{
	margin-left: 340px;
	overflow: visible;
	list-style-type: disc;
	}
	
	

