/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear_fix {
  margin: 0 10px;
  zoom: 1;
}

.clear_fix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* = Grid core ------------------------------------------------------------ */

body { font-size: 0; }

.c1, .c2, .c3, .c4, .c5, .c6 {
  display: -moz-inline-stack;
  display: inline-block;
  /*font-size: 13px;*/
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}

/* = Grid customization --------------------------------------------------- */

/* Set up a centered 960 pixels grid layout */

/* Gutter */
.c1, .c2, .c3, .c4, .c5, .c6 { margin: 10px 10px 10px 0; }

/* 6 columns grid */
.c1  { width: 140px; }
.c2  { width: 300px; }
.c3  { width: 460px; }
.c4  { width: 620px; }
.c5  { width: 780px; }
.c6  { width: 940px; }


.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

  /* Modal */

  .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }

  /* Border */

  .boxy-wrapper { empty-cells: show; }
  .boxy-wrapper .top-left,
  .boxy-wrapper .top-right,
  .boxy-wrapper .bottom-right,
  .boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }

  .boxy-wrapper .top-left { background: url('/images/boxy-nw.png'); }
  .boxy-wrapper .top-right { background: url('/images/boxy-ne.png'); }
  .boxy-wrapper .bottom-right { background: url('/images/boxy-se.png'); }
  .boxy-wrapper .bottom-left { background: url('/images/boxy-sw.png'); }

  /* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
  /* NB: these must be absolute paths or URLs to your images */
  .boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-nw.png'); }
  .boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png'); }
  .boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png'); }
  .boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png'); }

  .boxy-wrapper .top,
  .boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }

  .boxy-wrapper .left,
  .boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }

  /* Title bar */

  .boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
    .boxy-wrapper .title-bar.dragging { cursor: move; }
      .boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
      .boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }

  /* Content Region */

  .boxy-inner { background-color: white; padding: 0 }
  .boxy-content { padding: 15px; }

  /* Question Boxes */

    .boxy-wrapper .question { width: 350px; min-height: 80px; }
    .boxy-wrapper .answers { text-align: right; }

.boxy-content #facebook_image_chooser { padding: 0; }
.boxy-content #facebook_image_chooser label,
.boxy-content #facebook_image_chooser input,
.boxy-content #facebook_image_chooser select { float: left; }

#facebook_albums.boxy-content,
#facebook_images.boxy-content {
  clear: both;
  display: inline-block;
}

#facebook_albums.boxy-content #albums,
#facebook_images.boxy-content #images {
  width: 530px;
  max-width: 530px;
  height: 120px;
  max-height: 120px;
  overflow: auto;
}

#facebook_images.boxy-content { display: none; }

#facebook_albums.boxy-content #albums li,
#facebook_images.boxy-content #images li {
  float: left;
  width: 100px;
  max-width: 100px;
  cursor: hand;
  cursor: pointer;
}



li
html { background: #fff; }

body {
  color: #324047;
  font: 87.5%/1.5 Helvetica, Arial, sans-serif;
}

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

/* =HEADINGS */

h1 {
  border-bottom: 3px solid #e9e9e9;
  color: #707070;
  font: bold 40px/1.4 Helvetica, Arial, sans-serif;
  text-align: left;
}

a:link, a:visited {
  color: #3c667d;
  text-decoration: none;
}

/* =FORMS */



/* =LAYOUT */

#content {
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  /*padding-top: 10px;*/
}

a.button, a.button > span,
div.button, div.button > button {
  display: inline-block;
  font-family: inherit;
  background-color: transparent;
  background-image: url(/images/button.png);
  background-repeat: no-repeat;
}

a.button,
div.button {
  margin-left: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 22px;
  padding-left: 0;
  border: none;
  background-position: right center;
}

a.button > span,
div.button > button {
  margin-left: -22px;
  padding-left: 22px;
  height: 47px;
  line-height: 47px;
  background-position: left center;
  color: #0076A3;
  font-size: inherit;
  font-weight: bold;
  border: none;
  padding-right: 0;
}

a.button:hover,
a.button:hover > span,
div.button:hover,
div.button:hover > button {
  background-image: url(/images/button_hover.png);
  border: none;
}

a.button.small, a.button.small > span {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  background-image: url(/images/buttons/button_small.png);
}

a.button.small:hover, a.button.small:hover > span {
  background-image: url(/images/buttons/button_hover_small.png);
}

a.button.warning span { color: #f00; }

#user_side a.button {
  display: block;
  width: 220px;
  margin: 10px auto;
  margin-left: 25px;
}

#user_side a.button span {
  display: block;
  text-align: center;
}

.button.right {
  float: right;
}

.modal {
    display: none;
    width: 400px;
    background: #fff;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* =MASTHEAD */

#masthead {
  background: #0e0e0e;
  overflow: hidden;
}

#masthead #logo {
  border: none;
  color: #fff;
  float: left;
  font: 26px/60px Helvetica, Arial, sans-serif;
  text-indent: -9000px;
  background: url(/images/gv_logo.png) no-repeat left center;
  height: 70px;
  width: 248px;
}

/* =SUBHEAD */

#subhead {
  background: #d5d5d5 url(/images/header_tile.png) scroll left top;
  padding-top: 20px;
  text-align: center;
}

body.front #subhead {
  background-image: url(/images/header_bg_bubbly.png);
}

#subhead h1 {
  font-family: "American Typewriter", "Georgia", "Times", serif;
  font-weight: normal;
  color: #e0e0e0;
  border: 0;
  padding: 20px 0;
  margin-bottom: 20px;
  display: inline-block;
}

#subhead h1.container { text-align: center; }

#notifications {
  line-height: 66px;
  text-align: center;
  margin-top: 10px;
}

#notifications {
  background: #d5d5d5 url(/images/home_test_bar_bg.png) repeat-x;
}
#notifications a.button { margin-top: 0; margin-bottom: 0; }
#notifications a.button,
#notifications a.button > span {
    background-image: url(/images/button_dark.png);
}
#notifications a.button:hover,
#notifications a.button:hover > span {
    background-image: url(/images/button_dark_hover.png);
}

#subnav {
  border-bottom: 1px solid #cfd7db;
  background: #d5d5d5 url(/images/subnav_bg.png) repeat-x;
  margin: 0;
}


/* =NAVIGATION */

#nav {
  float: right;
  list-style: none;
  margin: 0 3px;
  padding: 0;
}

#footer_nav {
  list-style: none;
  clear: both;
  display: inline-block;
  border-top: 1px dashed #b5c2c8;
  width: 100%;
  margin-top: 10px;
}

#nav li, #footer_nav li {
  float: left;
}

#nav li {
  border-right: 1px dashed #4f4f4f;
  margin-right: -1px;
}

#nav li:first-child {
  border-left: 1px dashed #4f4f4f;
}

#nav a:link, #nav a:visited, #nav input[type=search] {
  border: none;
  color: #b2b2b2;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  float: left;
  line-height: 30px;
  margin: 20px 0;
  padding: 0 15px;
}

#nav a:hover, #nav a:active, #nav a:focus {
  color: #fff;
}

#nav li input[type=submit] { display: none; }
#nav li input[type=search] {
  padding: 5px;
  margin: 20px 10px;
}

#footer_nav li {
  padding-top: 13px;
}

#footer_nav a:link, #footer_nav a:visited {
  color: #3d3d3d;
  font-size: 14px;
  padding: 0 30px 0 0;
}

#footer_nav li:last-child a {
  border-left: 1px solid #afbdc5;
  padding-left: 30px;
}

#subnav ul.sub_tabs li {
  float: left;
  margin-right: 40px;
}

#subnav ul.sub_tabs li a.selected {
  font-weight: bold;
  top: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url(/images/subnav_arrow.png) no-repeat center bottom;
}

#subnav ul.sub_tabs li a {
  position: relative;
  padding: 16px 0 14px 0;
  color: #455159;
  display: block;
}

/* =CLIENTS */

.client {
  float: left;
  width: 300px;
  margin-right: 30px;
}

div.client h3 { margin-left: 0; }

.last {
    margin-right: 0;
}

#content div.index { padding-top: 10px; }

.container .index h2 {
  font-family: "American Typewriter", "Georgia", "Times", serif;
  font-size: 2em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 20px;
}

.container .index h3 {
  margin: 10px 0 5px 0;
  font-size: 18px;
}

div.client a.logo {
  display: block;
  width: 300px;
  height: 160px;
  text-indent: -3000px;
}

div.client a.logo.nudiejeans {
  background: url(/images/clients_nudie_jeans.png) no-repeat scroll left top;
}

div.client a.logo.bukowskis {
  background: transparent url(/images/clients_bukowskis.png) no-repeat scroll left top;
}

div.client a.logo.nomorelullabies {
  background: transparent url(/images/clients_nml.png) no-repeat scroll left top;
}

div#signup-for-beta h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

div#signup-for-beta form {
  margin-top: 10px;
}

div#signup-for-beta form label input,
div#signup-for-beta form button {
  margin-left: 10px;
}

a.find_out_more {
  background: transparent url(/images/banner_contact.png) no-repeat;
  display: block;
  clear: both;
  padding: 40px 0;
  text-indent: -3000px;
  position: relative;
  top: 20px;
  margin-bottom: 50px;
}

/* =FOOTER */

#footer {
  background: #eef3f5;
  border-top: 1px solid #cfd7db;
  /*margin-top: 30px;*/
  padding-bottom: 40px;
}

#footer .c3 {
  width: 440px;
}

#footer .c2 {
  width: 220px;
}

#footer h3 {
  font-size: 16px;
  margin: 20px 0 5px 0;
}

#footer h4 {
  /*font-size: 13px;*/
  font-weight: normal;
  margin: 48px 0 1px 0;
}

#footer li { padding-bottom: 5px; }

/* =SIGNUP */

.front_box {
  margin: 10px auto;
  width: 780px;
}

.container .front_box h2 {
  color: #25475b;
  font-size: 30px;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0;
}

.front_box.login,
.front_box.signup {
  width: 440px;
  padding: 0 20px 40px 30px;
  background: url(/images/login_dropshadow.png) no-repeat bottom left;
}

.front_box fieldset {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #c9d3d8;
}

.front_box.login fieldset,
.front_box.signup fieldset {
  padding: 0;
  border-top: none;
}

.front_box div.button {
  padding: inherit;
  overflow: visible;
  border: none;
  width: 80%;
  margin: 10px 0 10px 35px;
}

.front_box div.button button {
  width: auto;
  text-align: center;
  width: 100%;
}

.front_box fieldset label {
  font-weight: bold;
  font-size: 20px;
  color: #25475b;
  margin-left: 0;
  padding-bottom: 10px;
  display: block;
}

.front_box fieldset.inline label {
  font-weight: normal;
  font-size: 14px;
  display: inline;
}

.front_box input[type="text"],
.front_box input[type="password"],
.front_box fieldset textarea {
  font-family: inherit;
  color: #818181;
  font-weight: bold;
  padding: 5px 2px;
  display: block;
  font-size: 20px;
  width: 46.5%;
  float: left;
}

.front_box.login label,
.front_box.login input[type="text"],
.front_box.login input[type="password"],
.front_box.login input[type="file"],
.front_box.signup label,
.front_box.signup input[type="text"],
.front_box.signup input[type="password"] {
  width: 90%;
  margin: 5px;
  padding: 5px;
  display: block;
  float: none;
}

.front_box.signup input[type="password"] {
  width: 41.5%;
  margin-right: 5px;
  margin-left: 5px;
  display: inline;
}

.front_box input[type="password"] + label,
.front_box label[for="user_password_confirmation"]  { display: none; }

.front_box label[for="user_password"] + input,
.front_box label[for="user_password_confirmation"] + input {
  display: inline;
  margin-right: 1%;
  width: 22%;
}

.front_box fieldset textarea { height: 170px; }

.front_box.signup label[for="user_password"] + div.fieldWithErrors,
.front_box.signup label[for="user_password_confirmation"] + div.fieldWithErrors {
  display: inline;
}

#event_extra_info { display: none; }
#toggle_extra_info { text-decoration: underline; }

.front_box form p {
  background: #EEF3F5;
  color: #455159;
  margin: 0 0 20px 0;
  padding: 20px;
  font-size: 14px;
}

.front_box form fieldset p {
  float: right;
  width: 45%;
  margin: 0;
}

.front_box form fieldset p img {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.front_box form fieldset p img.flyer {
  width: 100px;
}

.front_box form .user_submit {
  border-top: 1px solid #c9d3d8;
}

.front_box form .user_submit span {
  float: right;
  padding: 25px 0;
}

.front_box form .user_submit .button {
  width: 200px;
  float: right;
}

.front_box form .user_submit .button button { font-weight: bold; }

.front_box.signup form fieldset p { display: none; }

.front_box.signup .info,
.front_box.login .info{ width: 90%; padding: 20px 10px; margin-left: 5px; }
.front_box.signup .warning,
.front_box.login .warning {
  text-indent: 10px;
  padding: 10px 8px;
  text-align: left;
  margin: 10px 5px;
}

/* End of front box (global page) */

div#subhead #user_about img {
  float: left;
  border: 5px solid #474747;
  margin-right: 10px;
}

div#subhead #user_about h1 {
  padding-bottom: 20px;
  display: block;
}

div#subhead ul#admin_nav {
  display: inline-block;
  margin-top: -10px;
  position: relative;
  top: 10px;
}

div#subhead ul#admin_nav li {
  float: left;
  padding: 8px 20px 7px 20px;
  background: #1b445e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  margin-right: 10px;
}

div#subhead ul#admin_nav li.current {
  position: relative;
  top: -2px;
  padding-top: 10px;
  background: #fff;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

div#subhead ul#admin_nav li.current a {
  color: #1b445e;
}

div#subhead ul#admin_nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

/* User front page */

#user_front {  width: 640px; float: left; padding-top: 10px; }
#user_front.right { float: right; }
#user_side {
  width: 300px;
  float: left;
  margin-left: 20px;
  padding-top: 20px;
}

#user_side.left { margin-left: 0; margin-right: 20px; }

#user_front div { background: white; }

#user_front > div {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}

#user_front > p {
  font-size: 14px;
}

#user_side > div {
  background: #eef3f5;
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 10px 15px;
  border-bottom: 1px solid #cfd7db;
}

#comments { height: auto; }


#user_front h2,
#user_side h2 {
  clear: both;
  padding: 5px 0;
  font-weight: bold;
  margin: 0 auto;
}

#user_front h2 {
  margin-top: 10px;
  border-bottom: 1px solid #cfd7db;
}

#user_front p { padding: 10px 0; }
#user_front object { margin-top: 10px; }

#user_side h2 {
  background: #0a2133;
  font-size: 14px;
  color: #cbcbcb;
  width: 300px;
  text-indent: 10px;
  margin-left: -15px;
  margin-bottom: 10px;
  line-height: 20px;
  border-bottom: none;
}

#user_side.left h2 { margin-left: 0; }

#user_side h3 {
  margin-left: 0;
}

#user_side #owner h3 {
  position: relative;
  text-indent: 70px;
  font-size: 16px;
  padding-top: 3px;
  margin-bottom: 0;
}

.stats_list dl {
  margin: 0;
  zoom: 1;
}

#brief_statistics.stats_list dl {
  margin: 0;
}

.stats_list dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.stats_list dt,
.stats_list dd {
  float: left;
  margin: 0;
  padding: 7px;
  font-size: 14px;
}

.stats_list dt.highlight,
.stats_list dd.highlight {
  background-color: #fff;
}

.stats_list dt {
  width: 140px;
}

#brief_statistics.stats_list dt {
  width: 492px;
}

.stats_list dd {
  width: 100px;
  text-align: right;
  font-weight: bold;
}

#brief_statistics a {
  display: block;
  text-align: right;
  padding: 10px 0;
  text-decoration: underline;
}

#user_side #owner span.img_container {
  border: 1px solid #ccc;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  background: #fff;
}

#user_side #owner img {
  border: 5px solid transparent;
  margin-bottom: -5px;
}

#user_side #owner p {
  padding-left: 70px;
  font-size: 11px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #efefef;
}

#user_side #owner dl dt,
#user_side #owner dl dd {
  display: inline;
  padding: 5px 1px;
  position: relative;
  top: 5px;
}

#user_side #owner dl dd {
  clear: right;
}

#user_side #spread_it label,
#user_side #embed_it label {
  color: #979797;
  padding: 3px;
  font-size: 10px;
  margin: 3px 0;
  display: block;
}

#user_side #test_it label { padding: 5px 0; display: block; }

#user_side #spread_it input, #user_side #spread_it textarea,
#user_side #embed_it input, #user_side #embed_it textarea,
#user_side #test_it input {
  color: #979797;
  width: 260px;
  margin: 0 0 5px 0;
  overflow: hidden;
  white-space: nowrap;
  height: 14px;
  font: 12px Helvetica;
  padding: 2px;
  display: block;
}

#user_side #spread_it a {
  margin: 0 0 10px 0;
  border: none;
}

#user_side #spread_it a span.FBConnectButton {
  background: url(/images/buttons/share_facebook.gif) no-repeat;
  text-indent: -1000px;
  width: 142px;
  height: 21px;
  display: inline-block;
}

#user_side #spread_it a span.FBConnectButton span.FBConnectButton_Text {
  background: none;
  border: none;
}

.event_list li {
  display: inline-block;
  clear: both;
  border-bottom: 1px dashed #e0e0e0;
  width: 100%;
  padding-bottom: 10px;
}

.event_list li:last-child {
  border-bottom: none;
}

.event_list img, .event_list div {
  float: left;
  margin: 10px;
  max-width: 290px;
}

.event_list img { margin-left: 0; }

#user_front .event_list p { margin: 3px 0; padding: 0; }
#user_front .event_list p.time_til {
  margin: 5px 0 10px 0;
  padding: 5px 2px;
  width: 405px;
  line-height: 20px;
}

.event_list li h3 {
  margin: 10px 0 0 0;
  font-size: 16px;
}

.event_list li h3 a {
  color: #36759c
  font: 16px Helvetica;
  font-weight: bold;
  text-decoration: none;
}

/* comments */

#user_front div#comments { background: #f7f7f7; }

#comments #comments_list li {
  display: block;
  min-height: 70px;
  clear: both;
}

#comments #comments_list li img { float: left; margin: 10px; }
#comments #comments_list li div {
  float: left;
  width: 480px;
  margin: 10px;
  border: 1px solid #ebebeb;
  padding: 10px;
  clear: right;
}

#user_front div#comments div#post_comment {
  background: #fff;
  margin-top: 20px;
}

#comments #post_comment label {
  font-weight: bold;
  display: block;
  padding-top: 10px;
}

#comments #post_comment textarea {
  width: 98%;
  display: block;
  height: 90px;
}

#user_front #sidebar {
  float: right;
  width: 320px;
}
#user_front #sidebar div {
  border-bottom: #ebebeb;
  margin-bottom: 10px;
}

#user_front #sidebar p {
  padding: 10px;
  background: #f7f7f7;
  margin: 20px;
}

/*
  USER PAGES
 */

.container h2.add_event {
  padding: 5px 10px;
  background: #ececec;
  display: block;
  clear: both;
  overflow: auto;
  margin-bottom: 0;
}

h2.add_event a {
  float: right;
  font-size: 14px;
}

table#events_list {
  width: 100%;
  margin: 10px 0;
}

table#events_list tr td {
  height: 60px;
  vertical-align: middle;
}

table tr td a:link, table tr td a:visited {
  text-decoration: none;
}


table#events_list tr td:nth-child(2) {
  width: 100px;
  font-weight: bold;
}

table#events_list tr td:nth-child(2) a.button {
  border-right: 1px solid #ececec;
  padding-right: 40px;
  margin-right: 10px;
  background-position: 110% center;
}


table#events_list tr td:nth-child(3) {
  width: 80px;
}

table#events_list tr td:nth-child(4) {
  width: 125px;
}

table#events_list thead tr,
table#events_list tr:nth-child(even) {
  background: #f5f5f5;
}

td.event_info {
  width: auto;
  vertical-align: center;
}

td.event_info img {
  float: left;
  margin: 7px 10px;
  height: 50px;
  width: 80px;
}

td.event_info a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

/*td.event_info.small img {
  height: 40px;
  width: 60px;
  margin: auto 10px auto 3px;
}*/

div.event_info {
  padding-bottom: 20px;
  border-bottom: 1px solid #cfd7db;
  margin: 10px 0;
}

div.event_info img {
  float: left;
  margin-right: 10px;
}

div.event_info h2 {
  display: block;
  font-size: 16px;
  margin-top: 0;
  border: none;
  display: inline-block;
  width: 90%;
  padding-bottom: 0;
  margin-bottom: 0;
}

div.event_info span {
  padding-bottom: 10px;
}

table.statistics tbody tr:nth-child(odd) { background: #eef3f5; }
table.statistics tr th { border-bottom: 1px solid #cfd7db; }
table.statistics { width: 100%; margin-bottom: 10px; }

table.statistics tr th:nth-child(1) {
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
  text-align: left;
}

table.statistics tr td:nth-child(2) {
  text-align: right;
  width: 170px;
  padding-right: 10px;
}

table.statistics tr td:nth-child(3) {
  text-align: right;
  padding-right: 20px;
}

table.statistics tr td, table.statistics tr th {
  vertical-align: middle;
  font-weight: normal;
  padding: 5px;
  font-size: 13px;
}


/* PAGINATION
 */

.pagination {
  padding: 5px 10px;
  text-align: center;
}

.pagination span, .pagination a {
  margin: 2px 5px;
}

/* STATISTICS NAV
 */

div#stats { float: left; margin-bottom: 20px; }

ol#statistics_nav {
  display: inline-block;
  margin: 5px 0 -6px 30px;
  height: 40px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

ol#statistics_nav li {
  float: left;
}

ol#statistics_nav li a,
ol#statistics_nav li a:link,
ol#statistics_nav li a:visited {
  text-decoration: none;
  padding: 10px 10px 5px 10px;
  margin: 0 3px;
  border: 1px solid #777;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  position: relative;
  top: 20px;
  -webkit-box-shadow: black 0 2px 5px;
  -moz-box-shadow: black 0 2px 5px;
}

ol#statistics_nav li.current a {
  top: 16px;
  padding-bottom: 9px;
  background: #ececec;
  -webkit-box-shadow: black 0 2px 7px;
  -moz-box-shadow: black 0 2px 7px;
}

.container h2 {
  font-size: 20px;
  margin: 5px 0 10px 0;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
}

.container h3 { margin: 5px; }

div#user_front #statistics_line_chart {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 20px 0;
  border-bottom: none;
}

div#user_side #statistics_pie_chart {
  position: relative;
  width: 300px;
  height: 250px;
  margin: 20px 0 20px -15px;
  border-bottom: none;
}

#contact_us_front { padding-top: 30px; width: 455px; float: left; }

#contact_us_front label,
#contact_us_front input,
#contact_us_front textarea {
  float: left;
  margin: 10px;
  font-size: 14px;
  color: #585858;
  font-family: Helvetica, Arial, sans-serif;
  padding: 3px;
}

#contact_us_front input,
#contact_us_front textarea { width: 280px; }

#contact_us_front textarea { height: 150px; }
#contact_us_front label {
  clear: left;
  width: 100px;
  text-align: right;
  margin-top: 15px;
}

#contact_us_front div.button {
  float: right;
  margin-right: 38px;
}

#contact_us_front fieldset .fieldWithErrors label { color: #f00; }

#contact_us_side {
  float: left;
  background: #fcfcfc;
  border-left: 1px solid #e7e7e7;
  width: 474px;
  padding: 40px 0 20px 30px;
  margin: 0;
}

#contact_us_side h2,
#contact_us_side h3 {
  float: left;
  width: 170px;
  font-size: 15px;
  margin: 0;
  color: #585858;
  border: none;
  padding: 0;
}

#contact_us_side h3 {
  clear: left;
  font-size: 14px;
  font-weight: normal;
}

#contact_us_side dl {
  font-size: 14px;
  float: left;
  position: relative;
  top: -21px;
  margin: 0;
  width: 280px;
}

#contact_us_side dl dt,
#contact_us_side dl dd {
  float: left;
  padding: 1px 5px;
}

#contact_us_side dl dt { clear: left; }

#contact_us_side hr {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  clear: both;
  margin: 0 20px 15px 0;
}

/* Help stuff */

#user_side.help_nav h2 { margin-bottom: 0; }
.help_nav ul li {
  padding: 20px 10px;
  background: #eceff1 url(/images/help_nav_arrow.png) no-repeat 270px center;
  border-bottom: 1px solid #cfd7d8;
}

.help_nav ul li.selected {
  background-color: #fff;
}

.help_nav ul li h4 a {
  font-size: 16px;
}

.help_nav ul li a {
  color: #455159;
  text-decoration: none;
}

.help_nav ul li p a {
  color: #8f9aa0;
  width: 200px;
  display: block;
}

#user_front.help h2 {
  font-size: 30px;
  color: #2a363d;
  border-bottom: none;
  margin-top: 0;
}

#user_front.help h3 {
  font-size: 18px;
  color: #2a363d;
  margin: 0;
}

ol.help_list {
  list-style: decimal;
  margin-left: 40px;
  font-size: 14px;
}

ol.help_list li {
  padding: 3px 0;
}

/* stream set up how to */

#user_side.how_to #how_to_viewport { height: 320px; overflow: hidden; }
#user_side .how_to { position: relative; height: 320px; margin-bottom: 0; font-size: 13px; }
#user_side.how_to h2 { margin-bottom: 0; margin-left: 0; }

#user_side .how_to h3 {
  padding: 20px 10px;
  border-bottom: 1px dashed #a6a6a6;
  margin: 0;
  font-size: 18px;
}

#user_side.how_to div h4 {
  font-size: 16px;
  padding: 10px 0;
}

/*#user_side.how_to div p { padding: 10px; }*/

#user_side.how_to .how_to_nav {
  position: absolute;
  top: 15px;
  right: 10px;
}

#user_side.how_to .how_to_nav li { display: inline; }
#user_side.how_to .how_to_nav a {
  padding: 10px 15px;
  text-indent: -3000px;
  overflow: hidden;
  display: inline-block;
}

#user_side.how_to .how_to_nav a.next { background: url(/images/buttons/setupstr_right.png) no-repeat; margin-left: -4px; }
#user_side.how_to .how_to_nav a.prev { background: url(/images/buttons/setupstr_left.png) no-repeat; }

/* Nationalities table list */

#statistics_nationalities_legend {
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  margin: 0 0;
  width: 270px;
}

#statistics_nationalities_legend tr:nth-child(odd) {
  background-color: #e1e1e1;
}

#statistics_nationalities_legend td {
  font-size: 14px;
  padding: 5px;
}

#statistics_nationalities_legend td.legend {
  width: 40px;
}

#statistics_nationalities_legend td.legend span {
  font-size: 0;
  padding: 5px;
  position: relative;
  top: -5px;
  left: 10px;
}

#statistics_nationalities_legend tr td:nth-child(3) {
  text-align: right;
  font-weight: bold;
  color: black;
}

#statistics_nationalities_legend td.legend_0 span { background: #fce3a0; }
#statistics_nationalities_legend td.legend_1 span { background: #d38bbb; }
#statistics_nationalities_legend td.legend_2 span { background: #9880ba; }
#statistics_nationalities_legend td.legend_3 span { background: #4b98d0; }
#statistics_nationalities_legend td.legend_4 span { background: #71caf2; }
#statistics_nationalities_legend td.legend_5 span { background: #4fb2af; }
#statistics_nationalities_legend td.legend_6 span { background: #b8aa79; }
#statistics_nationalities_legend td.legend_7 span { background: #cf6f19; }
#statistics_nationalities_legend td.legend_8 span { background: #df9355; }
#statistics_nationalities_legend td.legend_9 span { background: #736357; }

a.more_nationalities {
  display: block;
  text-align: right;
  padding: 15px 5px 0 0;
}

/* Informative blocks */

.info {
  display: block;
  padding: 20px;
  margin: 10px 0;
  text-align: center;
  background: #eef3f5;
  border-top: 1px solid #cfd7db;
  border-bottom: 1px solid #cfd7db;
}

.info.warning {
  background: #ffb2b2;
  border: none; /* for now */
  margin-top: 20px;
  margin-bottom: 0;
}

.info.standalone {
  margin: 20px 0;
}

/* Found at */

#found_at ul li a {
  display: block;
  text-indent: 20px;
  padding: 5px 10px;
  background: url(/images/external_site_icons/website.png) no-repeat left center;
}

#found_at ul li a.facebook { background-image: url(/images/external_site_icons/facebook.png); }
#found_at ul li a.twitter { background-image: url(/images/external_site_icons/twitter.png); }

/* Quick Search *****************/

.ac_results {
  background: transparent url(/images/search_arrow.png) 270px 0 no-repeat;
  width: 360px;
  max-height: 330px;
  margin-left: -192px;
  margin-top: 15px;
  padding-top: 10px;
}

.ac_results h3 {
  background: #172130;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
}

.ac_results ul {
  background: #fff;
  padding: 10px;
}

.ac_results li {
  display: inline-block;
  clear: both;
  width: 100%;
  border-bottom: 1px dashed #b8bbbd;
}

.ac_results li.ac_over,
.ac_results li.ac_over { background: #e7ebea; }

.ac_results li img {
  float: left;
  margin: 10px;
}

.ac_results li dl {
  float: left;
  margin-top: 18px;
}

.ac_results li dt,
.ac_results li dd { float: left; }

.ac_results li dt {
  clear: left;
  color: #7c7c7c;
  padding-right: 5px;
}
