/******** universal settings *********/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.clear {clear:both;}

/************ body *************/

body {
background:#484848;
font-family: 'Raleway', sans-serif;
color:#182100;
margin:0 auto;
text-align:center;
}

.title {
z-index:100;
position:absolute;
top:20px;right:20px;
}

.content {
background:transparent;
width:100%;
}

.event {
width:80%;
background:#fff;
margin:0 auto;
padding:20px 0px;
}

.event p {
color:#333;
  font-size:1.2em;
  text-align:left;
  padding:5px 55px 5px 55px;
  line-height:1.2em;
}

.event h1 {
font-size:4.2em;
color:#999900;
font-weight:normal;
text-align:left;
padding:0 0 10px 55px;
letter-spacing:5px;
}

.event h2 {
font-size:1.4em;
color:#999900;
font-weight:bold;
text-align:left;
 padding:10px 55px 5px 55px;
}

img.eventpic {
max-width:300px;
float:left;
margin:10px 0 0 0;
padding:0 10px 5px 55px;

}

img {margin:0 auto;}

h1 {
font-size:4.2em;
color:#999900;
font-weight:normal;
text-align:center;
padding:0;
letter-spacing:5px;
}

h1.right {text-align:right;}

h2 {
font-size:1.4em;
color:#fff;
font-weight:bold;
text-align:right;
padding:0;
}

h3 {
color:#ddd;
font-size:1.6em;
  width:90%;
  line-height:1.5em;
  text-align:center;
  margin: 0 auto;
  padding:5px 0 10px 0;
  font-weight:normal;
  }

p {
color:#ddd;
  font-size:1.2em;
  text-align:left;
  padding:5px 55px 5px 55px;
  line-height:1.2em;
}

p.small {
font-size:1em;
text-align:center;
}

span {text-align:center;}

a, a:link, a:visited {
	color:#999900;
	text-decoration:none;
	font-weight:normal;
	
}
a:hover {
	color:#666;
	text-decoration:none;}
	
a:active {color:#666;text-decoration:none;}


/***color:#a7a866;***/