@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, 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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styling */

body {
	font-size: 100%;
	background-color: #96F;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
div , header, nav, footer{
	padding: 10px;
}

nav {
	width: auto;
	padding: 0;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
}
nav ul {
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
}
nav li {
	float: left;
	width: 25%;
	text-align: center;
}
nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #170C0A;
	border-right: 2px solid #ccc;
}
nav li:first-child a {
	border-left: 2px solid #ccc;
}
nav li a:hover {
	color: #EAD5FF;
	background-color: #96F;
}

footer {
	clear: both;
}
footer p {
	text-align: center;
}

/*** Large Window Size ***/

@media(min-width: 900px) {
	
body {
	font-size: 100%;
	background-color: #96F;
}

#centerwrap {
	background-color: #EAD5FF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#leftcol {
	float: left;
	width: 280px;
	margin-top: 20px;
}
#midcol {
	float: left;
	width: 280px;
	margin-top: 20px;
}
#rightcol {
	float: left;
	width: 280px;
	margin-top: 20px;
}
#rightcol div {
	padding: 0px;
	margin-bottom: 20px;
}
}

/*** Medium Window Size ***/

@media(min-width: 481px) and (max-width: 899px) {

body {
	font-size: 90%;
	background-color: #96F;
	line-height: 120%;
}

#centerwrap {
	background-color: #EAD5FF;
	width: auto;
	min-width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

#leftcol {
	float: left;
	width: 220px;
	margin-top: 10px;
}

#midcol {
	float: left;
	width: 220px;
	margin-top: 10px;
}

#rightcol {
	float: none;
	width: auto;
	margin-top: 10px;
	clear: both;
}
#rightcol div {
	padding: 0px;
	margin-bottom: 10px;
	float: left;
}
}

/*** Small Window Size ***/

@media(min-width: 280px) and (max-width: 479px) {

body {
	font-size: 80%;
	background-color: #96F;
	line-height: 120%;
}

#centerwrap {
	background-color: #EAD5FF;
	width: auto;
	min-width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
}

#midcol {
	float: none;
	width: auto;
	margin-top: 5px;
}

#rightcol {
	float: none;
	width: auto;
	margin-top: 5px;
}

#rightcol div {
	padding: 0px;
	margin-bottom: 5px;
}
nav li a {
	display: inline;
	padding: 1px 3px;
	border-right: 1px solid #ccc;
}

nav {
	width: auto;
	padding: 0;
	margin-bottom: 15px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
}


nav ul {
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
}
nav li {
	float: left;
	width: 25%;
	text-align: center;
}
nav li a {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #170C0A;
	border-right: 1px solid #ccc;
}


}
