@import url(http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light);

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


html {
	min-height: 100%;
}

body {
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#cccccc)) no-repeat;
	background: -moz-linear-gradient(top, #fcfcfc, #cccccc) no-repeat;
	color: #333;
	font-family: Cambria, Georgia, serif;
	font-size: 62.5%;
}

h1, #content, #menu {
	margin: 0 50px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Josefin Sans Std Light', Calibri, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}

h1 {
	position: relative;
	font-size: 4em;
	color: #ff7200;
	margin-top: 1em;
	text-shadow: 0 1px 0 white;
}

#menu {
	font-size: 2em;
}

#menu ul {
	overflow: hidden;
	list-style-type: none;
	margin-left: -1em;
}

#menu li {
  float: left;
}

#menu a {
  display: block;
  padding: .2em 1em;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  text-shadow: none;
}
#menu a:hover {
  background-color: rgba(255, 255, 255, 255);
  text-shadow: none;
  -webkit-transform: scale(1);
}

#content {
	margin-top: 1em;
	font-size: 1.8em;
	position: relative;
	text-shadow: 0 1px 0 white;
}

#content p {
	line-height: 1.5;
	margin: 1em 0;
}

h2, h3 {
	font-size: 1.6em;
	color: #999;
	margin-top: 2em;
}

li {
	margin: .5em 0;
	line-height: 1.5;
}

a {
	display: inline-block;
	position: relative;
	color: #ff7200;
	text-decoration: none;
	text-shadow: 0 0 15px rgba(255, 114, 0, 0);
	-webkit-transition: all .5s linear;
}

a:hover {
	text-shadow: 0 0 15px rgba(255, 114, 0, 255);
	-webkit-transform: scale(1.02);
}
