/* Fallback */
*, html { padding: 0px; margin: 0px; }

/* Common */
body {
	font: 14px serif;
	position: relative;
	background: url(images/acer.gif) repeat green center;
	margin: 0 auto;
	width: 800px;
	}

p { padding: 8px; line-height: 2em; text-indent: 10px; }
b, strong { color: #222c03; text-shadow: 1px 1px 1px #8da446; }
i, em { color: #a2e511; text-shadow: 1px 1px 1px #8da446; }
a:link, a:visited { color: #def862; text-decoration: none; }
a:hover { color: #abfd87; text-decoration: line-through; }

h1 { 	
	text-shadow: 1px 1px 1px #222c03;
	font-style: italic;
	font-family: serif;
	color: #db560e;
	padding: 10px;  
	margin-bottom: -15px;
	}

blockquote {
	font-family: Georgia, serif;
	font-size: 12px;
	width: 380px;
	margin: 0 auto;
	padding: 1.0em 15px;
	line-height: 1.45;
	position: relative;
	border: 1px solid #76140c;
	color: #cb5819;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	}

input,
textarea,
select {
	width: 80%;
	padding: 20px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #619d31 !important;
	color: #000000;
	border: 1px solid rgba(194,178,128,0.18);
	border-radius: 18px;
	font-family: 'Georgia', serif;
	font-size: 14px;
	letter-spacing: 1px;
	line-height:2.7;
	outline: none;
	box-sizing: border-box;
	transition:
		border-color 0.35s ease,
		background 0.35s ease,
		box-shadow 0.35s ease,
		transform 0.35s ease;
}

/* Wire Frame */
#menu {
	width: 800px; 
	height: 50px;
	list-style-type: none; 
	font-size: 0;
	}
	
#menu li { 
	background-color: #5c6f06;
	text-transform: uppercase;
	letter-spacing: 2px; 
	text-align: center;
	display: inline-block;
	height: inherit;
	font-size: 24px;
	width: 17%;
	}
	
#menu li:first-child, #menu li:last-child { width: 16%; }
#menu li:hover { background-color: #43550d; }
#menu li:nth-child(2n):hover { background-color: #839b14; }
#menu li:nth-child(2n) { background-color: #65790a; }
#menu li:nth-child(2n) a { color: #3d4907; }

#menu li a {
	display: block;
	padding: 10px 5px 0 5px;
	text-decoration: none;
	color: #839b14;
	}

#header {
	background: url(images/littlbits.jpg) no-repeat;
	width: 800px;
	height: 430px;
	}

#content {
	background-color: #8fab3c;
	font: 16px serif;
	width: 800px;
	color: #113D00;
	}

#footer {
	background-color: #5c6f06;
	width: 800px;
	height: 25px;
	padding-top: 10px;
	text-align: center;
	color: #222c03;
	}

#credit { 
	color: #B0BFB2;
	text-align: center; 
	padding: 5px; 
	font-size: 12px; 
	letter-spacing: 2px;
	text-decoration: none;
	}
