@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;
}


/*---------------------------------------------------------------------------*/

body {
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
}

p {
  line-height: 1.2em;
}

a {
  text-decoration: none;
  color: #C8DC00;
}

a:hover {
  color: #F5FF94;
}

.clear {
  clear: both;
}

/*---------------------------------------------------------------------------*/

#header {
  width: 960px;
  margin: 20px auto;
}

h1 {
  float: left;
  background: url(../images/logo.png);
  width: 258px;
  height: 309px;
}

h1 span {
  display: none;
}

#quote {
  float: right;
  margin-top: 35px;
}

#quote p {
  width: 585px;
  font-size: 24px;
}

#quote p.author {
  color: #2D807F;
/*  font-weight: bold;*/
  text-align: right;
}

#when_where {
  float: right;
  margin-top: 105px;
}


/*---------------------------------------------------------------------------*/


.container {
  width: 960px;
  margin: 0 auto;
}

#venue {
  margin-top: 55px;
  background: #009B87;
  height: 253px;
}

#venue p {
  float: left;
  width: 490px;
  color: #fff;
  font-size: 28px;
  margin-top: 70px;
}

#venue img {
  float: right;
}

/*---------------------------------------------------------------------------*/

#connect {
  margin-top: 5px;
  background: #505050;
  height: 253px;
  color: #fff;
}

#share {
  float: left;
  margin: 20px 0 30px 0;
}

#share p {
  width: 400px;
  margin: 0 0 1em 0;
}

#share a {
  font-size: 19px;
  font-weight: bold;
}

#share .share_icon {
  float: left;
  margin-right: 10px;
  width: 200px;
}

#share .share_icon img {
  float: left;
  margin: -5px 10px 0 0;
}

#subscribe {
  float: right;
  width: 378px;
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}

#subscribe p {
	margin: 0 0 1em 0;
}

#subscribe input.text {
  width: 350px;
  height: 24px;
  border: none;
  padding: 0 5px 0 5px;
  font-size: 16px;
  margin: 5px 0 15px 0;
}

#subscribe input.send {
  display: block;
  background: url(../images/form-enviar.gif) no-repeat;
  width: 113px;
  height: 43px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 5px 0;
  text-align: center;
/*  font-weight: bold;*/
  font-family: Helvetica, Arial, sans-serif;
}

#subscribe input.send:hover {
  background: url(../images/form-enviar_hover.gif) no-repeat;
}

#subscribe input.send:active {
  background: url(../images/form-enviar_active.gif) no-repeat;
}

#subscribe label {
	color: #CCC;
}

/*---------------------------------------------------------------------------*/

#footer {
  margin: 20px 0;
  height: 50px;
}

#footer .container p {
  text-align: center;
  margin: 0 0 1em 0;
}

#footer a {
	color: #333;
	text-decoration: underline;
}

/*---------------------------------------------------------------------------*/

#cancelled {
	float: left;
	margin: 20px 0 0 80px;
	width: 600px;
	font-size: 120%;
}

#cancelled p {
	margin: 0 0 1em 0;
}

strong {
	font-weight: bold;
	color: #000;
}