/* -----------------------------------
TISH COHEN/ZOE LAMA
Master Stylesheet
www.zoelama.com

Author: Michael Borum, etherweave
http://www.etherweave.com

Version: May 2007
-------------------------------------*/
	
body {
	background: #4a9c81;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	z-index: 0;
	}

/* LINKS */

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	}
	
a:link {
	color: #fcf;
	}
a:visited {
	color: #ffc;
	}
a:hover {
	color: #ffc;
	}
a:active {
	color: #333;
	}

a img {
	border: none;
	}
	
/* TEXT HEADERS and SUBHEADS */

h1, h2, h3, h4 {
	color: #ffc;
	line-height: 150%;
	font-weight: bold;
	}

h1 {
	font-size: 16px;
	}

h2 {	
	font-size: 14px;
	}

h3 {
	font-size: 12px;
	}

h4 {
	font-size: 10px;
	font-weight: normal;
	}

/* LISTS */

ul {
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
	}

ul.bullets {
	list-style: square;
	margin: 0 0 15px 15px;
	padding: 0;
	}

ul.buy {
	list-style: none;
	margin: 15px 0 15px 5px;
	padding: 0;
	}

hr {
	width: 600px;
	height: 1px;
	border-top: 1px dotted #ffc;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0;
	padding: 0;
	}
	
/* FORMS and INPUTS */

/* FORM STYLES */

fieldset {
	width: 400px;
	margin: 0;
	padding: 0;
	border: none;
	}

label {
	display: block;
	font-size: 14px;
	line-height: 20px;
	}
	
input:focus, textarea:focus, select:focus {
	background: #4a9c81;
	}

input {
	border: 1px solid #ffc;
	background: #fcf;
	font-size: 16px;
	color: #333;
	margin-right: 5px;
	display: block;
	}

input.submit {
	border: 1px solid #ffc;
	background: #fcf;
	font-size: 16px;
	color: #333;
	}

select {
	border: 1px solid #ffc;
	background: #fcf;
	font-size: 14px;
	}
	
textarea {
	border: 1px solid #ffc;
	background: #fcf;
	font-size: 16px;
	margin: 10px 0 0 0;
	padding: 0;
	}

