/* RESET BROWSERS */

/* CSS Reset via
   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;
}


body {background-color: #663095; color:rgba(255,255,255,0.8);}

#wrapper {margin-top:10px;width:768px;margin-left: auto;margin-right: auto;}
#header {width: 100%;margin-left: auto;margin-right: auto;text-align: center;}
#content {width:100%;text-align: center;}
#menu {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "museo", serif;
	font-size:1.1em;
	margin-bottom: 60px;
	}
	
#menu p {
	line-height: 200%;
}

#menu a {
	text-decoration: none; 
	border-left:1px solid rgba(255,255,255,0.7);
	padding-left: 12px;
	padding-right: 8px;
	white-space: nowrap;
	}

#menu a:first-child {
	border-style: none;
}

h1 {font-size: 2em;margin-bottom: 20px;}

h2 {width: 86%;font-size: 2.4em;font-family: "Natalya", "Noteworthy", script; margin-bottom: 20px; font-weight: normal;margin-left: auto;margin-right: auto;}

img {margin-bottom: 20px;}

iframe {margin-bottom: 40px;}


#menu ul li {padding-bottom: 24px; float:left;}

a.hereLink {font-weight: bold; color:rgba(255,255,255,0.4);}
a.thereLink {color:#fff;}

