DIV.container {
  padding-left: 10px;
}
A {
  color: #005792;
  text-decoration: none;
}
A:hover {
  color: #09f;
}

/* SECT=top-nav */
DIV#top-nav {
  color: #ccc;
  padding: 0.25em 0;
}
DIV#top-nav A {
/*  color: #33c;
  text-decoration: none;*/
  font-size: 1.33em;
  line-height: 2em;
  text-align: baseline;
}

H1 {
  color: #000;
  padding-bottom: 0em;
  margin-top: 0.2em;
  margin-bottom: 0em;
  font-weight: bold;
  font-size: 2em;
}
H1 A {
  color: #000 !important;
  text-decoration: none;
}
H1 A SPAN {
  display: inline-block;
  position: relative;
  color: #f0c;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, color 0.5s ease-in-out;
  -webkit-transform-origin: 40% 65%;
}
H1 A:hover SPAN {
  -webkit-transform: rotate(90deg);
  color: #f0c;
}


/* SECT=main_nav */
H2 {
  font-size: 3em;
  color: #000;
  padding-top: 0em;
  margin: 0;
  margin-top: -0.2em;
  font-weight: bold;
}
H2.category-name {
  color: #ccc;
  text-align: right;
  font-weight: normal;
}

DIV#main-nav
{
  margin: 1em 0 0.5em 0;
}
DIV#main-nav DIV.breadcrumb SPAN {
  font-size: 1.5em;
  line-height: 1.8em;
  padding: 0.3em 0.4em;
  vertical-align: middle;
  font-weight: bold;
}
DIV#main-nav DIV.breadcrumb SPAN.prime {
  background: #f0c;
  color: #fff;
}
DIV#main-nav .prime {
  font-size: 1.5em;
  line-height: 1.8em;
  font-weight: bold;
  padding: 0.3em 0.4em;
  vertical-align: middle;
}
DIV#main-nav A.explore {
  color: #000;
  background: #eee;
  background: transparent url(/images/explore-tab-bg.png) top left repeat-x;
}
DIV#main-nav A.explore:hover {
  background-position: bottom left;
}
DIV#main-nav A.city {
  color: #fff;
  background: #f0c url(/images/breadcrumb-bg.png) top left repeat-x;
}
DIV#main-nav A.city:hover { background-position: bottom left; }
DIV#main-nav A.add {
  padding: 0.3em 0.4em;
  color: #000;
  background: #CFFA00;
  color: #fff;
  background: #E0FD69;
  background: transparent url(/images/add-tab-bg.png) center left repeat-x;
}
DIV#main-nav A.add:hover { background-position: top left; }
DIV.dropdown-container {
  display: inline-block;
  position: relative;
  z-index: 100;
}
DIV.dropdown-container UL {
  display: none;
  position: absolute;
  top: 100%;
  border: 1px solid #bbb;
  border-top-color: #eee;
  background: #fff;
  font-size: 1.5em;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0px 0px 1px #000;
  -moz-box-shadow: 0px 0px 1px #000;
}
DIV.dropdown-container UL.r-align { right: 0; }
DIV.dropdown-container UL LI {
  display: block;
  padding: 0;
}
DIV.dropdown-container UL.r-align LI {
  text-align: right !important;
  white-space: nowrap;
}
DIV.dropdown-container UL.r-align LI A {
  padding: 0.4em 0.5em;
  padding-left: 0.5em;
}
DIV.dropdown-container UL LI A {
  display: block;
  font-weight: normal;
  padding: 0.4em 2em 0.4em 0.8em;
  margin-right: 0em;
  line-height: 1em;
  color: #333;
  vertical-align: middle;
}
DIV.dropdown-container UL LI A:hover {
  color: #000;
  background: #f9f9f9;
}

DIV#location-nav { margin-bottom: 2em; }


/* SECT=blurb-panel */
DIV#blurb-panel {
  font-size: 1.5em;
  x-webkit-border-radius: 6px;
  x-moz-border-radius: 6px;
  background: #f9f9f9;
  padding: 10px;
  margin-bottom: 1em;
  color: #666;
}
DIV#blurb-panel P {
  margin-top: 0.2em;
  margin-bottom: 0;
}
DIV#blurb-panel STRONG {
  color: #444;
}

/* SECT=iphone-app-panel */
DIV#iphone-app-panel {
  xbackground: #eee;
  color: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  xborder: 1px solid #ddd;
  padding: 10px 0;
  font-size: 1.33em;
  margin-top: 1em;
}

A#android-app-panel {
  background: transparent url(/images/android-badge.png) top left;
  display: block;
  height: 83px;
  position: relative;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #999;
}
A#android-app-panel:hover {
  color: #09f;
  cursor: pointer;
}
A#android-app-panel DIV {
  position: absolute;
  top: 33px;
  bottom: 10px;
  right: 6px;
  left: 103px;
  text-align: center;
}

/* SECT=top-contributors-panel */
DIV#top-contributors-panel {
  background: #EDFDE4;
  padding: 10px;
  font-size: 1.5em;
  color: #666;
}
DIV#top-contributors-panel H5 {
  color: #444;
  font-size: 1em;
  margin-bottom: 0;
  font-weight: bold;
}
DIV#top-contributors-panel OL {
  margin-top: 0.2em;
  margin-bottom: 0;
}
DIV#top-contributors-panel P {
  margin-bottom: 0;
}

/* SECT=suggestion */
DIV.suggestion {
  border-top: 1px solid #eee;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  position: relative;
}
DIV.suggestion:first-child {
  border: none;
}
DIV.suggestion:hover {
  background: #fcfcfc;
}
DIV.suggestion H3 {
  margin-top: 0.1em;
  margin-bottom: 0.0em !important;
  color: #000 !important;
  padding-bottom: 0.2em;
  line-height: 1em;
  font-size: 2em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
DIV.suggestion DIV.no-category H3 {
  margin-top: 0.9em;
  margin-bottom: 0.2em;
}
DIV.suggestion H3 A {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
}
DIV.suggestion H3 A:hover,
DIV.suggestion H3 A.on {
  color: #e0b;
}
DIV.suggestion H5 {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 0.4em;
  margin-bottom: 0em;
  padding: 0;
  color: #999;
}
DIV.suggestion H5 A {
  text-decoration: none;
  color: #999;
}
DIV.suggestion H5 A:hover {
  color: #e0b;
}
DIV.suggestion DIV.minor-details {
  font-size: 1.5em;
  color: #999;
}
DIV.suggestion DIV.venue {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
DIV.suggestion DIV.venue A {
  text-decoration: none;
  color: #999;
}
DIV.suggestion DIV.venue A:hover {
  color: #e0b;
}

DIV.suggestion-date-separator {
  font-size: 1.5em;
  background: #bbb;
  color: #fff;
  padding: 0.1em 0.4em;
  clear: both;
  font-weight: bold;
}
DIV.suggestion A.remove-bookmark {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
}

DIV#pagination-past {
  clear: both;
  text-align: left;
  padding: 1em 0;
  font-size: 1.2em;
  color: #aaaaaa;
  padding-top: 0;
}
DIV#pagination-past A {
  padding: 0.2em 0.6em 0.2em 1em;
  display: inline-block;
  background: #eeeeee url(/images/pag-mask-l.png) 0% center no-repeat;
}
DIV#pagination-future {
  clear: both;
  text-align: right;
  padding: 1em 0;
  font-size: 1.2em;
  color: #aaaaaa;
}
DIV#pagination-future A {
  margin-left: 0.5em;
  padding: 0.2em 1em 0.2em 0.6em;
  display: inline-block;
  background: #eeeeee url(/images/pag-mask-r.png) 100% center no-repeat;
}

/* SECT=suggestion-page */
DIV.suggestion-page H2 {
  line-height: 1.2em;
  margin-top: -0.2em;
  margin-bottom: 0.4em;
  padding-top: 0;
}
DIV.suggestion-page H3 {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 0.6em;
  color: #000;
}
DIV.suggestion-page A.venue-name {
  color: black;
  border-bottom: 2px dotted;
}
DIV.suggestion-page A.venue-name:hover {
  color: #e0b;
}
DIV.suggestion-page H4 {
  font-size: 2em;
  font-weight: normal;
  margin-bottom: 1.5em;
}
DIV.suggestion-page DIV.description {
  margin-top: 0em;
  font-size: 1.5em;
}
/*DIV.suggestion-page P.more-details {
  font-size: 1.5em;
}*/
DIV.suggestion-page DIV#map-canvas-large {
  width: 270px;
  height: 270px;
  background: #ccc;
}
DIV.suggestion-page DIV.meta DIV.info {
  font-variant: italic;
  font-size: 1.5em;
  color: #666;
  margin-top: 4em;
  padding: 1em 0;
}
DIV.suggestion-page DIV.meta DIV.info A {
  color: #666;
}
DIV.suggestion-page DIV.meta DIV.info A:hover {
  text-decoration: underline;
}
DIV.action-bar {
  padding-top: 1em;
}
DIV.action-bar DIV {
  margin-top: 1em;
}
DIV.action-bar A.action {
  color: #fff;
  background: #ccc;
  font-size: 1.5em;
  padding: 0.2em 0.4em;
  font-weight: bold;
  margin: 1em 0;
  text-decoration: none;
}
DIV.action-bar A.action:hover {
  background: #bbb;
}
DIV.suggestion-page DIV.action-bar A.bookmark_toggle.on {
  background: #f0c;
}
IMG#bookmark-spinner {
  display: none;
  margin-right: 0.6em;
}

DIV.suggestion-page DIV.venue-address {
  font-size: 1em;
  line-height: 1.8em;
  padding: 6px 4px 6px 4px;
  margin-bottom: 0em;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 80;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
DIV.suggestion-page DIV.venue-address SPAN {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
DIV.suggestion-page DIV.venue-address IMG {
  vertical-align: middle;
  margin-top: -4px;
}
DIV.suggestion-page DIV.venue-address H5,
DIV.suggestion-page DIV.venue-address P  {
  margin-bottom: 0;
}
DIV.suggestion-page DIV.venue-address A {
  color: #fff !important;
}
DIV.suggestion-page DIV.venue-address A.distance {
  font-style: italic;
  font-weight: normal;
  color: #fff;
}
DIV.suggestion-page DIV.venue-address A.distance:hover {
  border-bottom: 1px dashed #fff;
}

A.phone-button {
  background: #1cc713 url(/images/phone-bg.png) left center repeat-x;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 3px 6px;
  margin-bottom: 1em;
  margin-top: -3px;
  border: 1px solid #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-decoration: none;
}
A.phone-button IMG {
  position: relative;
  top: 3px;
  margin-right: 4px;
}

DIV.tickets H4 {
  background-color: gold;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 1em;
  margin-top: 0;
  padding: 4px 5px 4px 8px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
DIV.tickets P {
  font-size: 1.5em;
}

/* SECT=location_select */
DIV#location-select {
  padding-top: 20px;
  position: relative;
  text-align: left;
}
DIV#location-select DIV.locations-container {
  position: absolute;
  top: 100%;
  left: 0px;
  border: 1px solid #666;
  border-top-color: #fff;
  background: #f9f9f9;
  display: none;
  z-index: 100;
  font-size: 1.5em;
}
DIV#location-select DIV.locations-container DIV.location {
  font-size: 0.8em;
  font-weight: normal;
  padding: 5px 10px;
  background: #fff;
  color: #333;
}
DIV#location-select DIV.locations-container DIV.no-locations {
  font-size: 0.8em;
  padding: 5px 10px;
  color: #999;
}
DIV#location-select DIV.locations-container DIV.selected_location,
DIV#location-select DIV.locations-container DIV.location:hover {
  background: #06c url(/images/address-hl-bg.png) top left repeat-x;
  color: #fff;
  cursor: pointer;
}
DIV#location-select INPUT#location-search-field {
  width: 370px;
  font-size: 1.5em;
}
DIV#location-select A#location-search-button {
  float: right;
}
DIV#location-select A#guess-location {
  font-size: 1em;
}
DIV#location-select A.done {
  background: #FF6C00;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.2em;
  margin-top: 4em;
}

DIV#location-select-hint {
  height: 25px;
}
DIV#location-select-hint #dragging, DIV#location-select-hint #locating, DIV#location-select-hint #checking-location {
  display: none;
  margin-right: 1em;
}

DIV#location-select-hint IMG  {
  vertical-align: middle;
}

A.cancel {
  font-size: 1.2em;
  margin: 0 1em;
}
A.delete {
  font-size: 1.2em;
  margin: 0.7em 1em 0 0;
  float: right;
}

P.loading {
  font-size: 1.5em;
  margin: 2em 0;
}

/* SECT=footer */
DIV#footer {
  margin-top: 4em;
  margin-bottom: 4em;
  border-top: 1px solid #ccc;
  color: #ccc;
  font-size: 1.33em;
}
DIV#footer A {
  text-decoration: none;
}
DIV#footer DIV.dropdown-container UL {
  font-size: 1em;
}
P.mobile-version {
  text-align: center;
  font-size: 2em;
}

DIV#share-container {
  padding-top: 2em;
  text-align: left;
}
DIV#share-container H3 {
  font-size: 1.8em;
  font-weight: bold;
  color: #000;
  margin: 0.6em 0 1em 0.5em;
}
DIV#share-container #share_to,
DIV#share-container #share_message {
  width: 100%;
}
DIV#share-container TEXTAREA#share_message {
  height: 10em;
}

TEXTAREA {
  font-family: helvetica;
  font-size: 1.1em;
}

/* SECT=new=suggestion-form */
DIV.form-field {
  margin: 1em 0;
}
DIV.form-field LABEL {
  font-size: 1.5em;
  color: #000;
}
DIV.form-field INPUT,
DIV.form-field SELECT,
DIV.form-field TEXTAREA
{
  font-size: 1.5em;
}
DIV.form-field TEXTAREA#bio {
  height: 100px;
}
DIV#suggestion-form .address_box {
  position: relative;
}
DIV#suggestion-form DIV.locations-container {
  position: absolute;
  left: 10px;
  margin-top: -12px;
  width: 320px;
  border: 1px solid #666;
  border-top-color: #fff;
  background: #fff;
  text-align:left;
  cursor: pointer;
  display: none;
}
DIV#suggestion-form .location {
  padding: 5px 10px;
  font-weight: bold;
}
DIV#suggestion-form .selected_location {
  background: #06c url(/images/address-hl-bg.png) top left repeat-x;
  color: white;
}
DIV#suggestion-form #change_address {
  display: none;
}
DIV#suggestion-form IMG#address-lookup-spinner,
DIV#suggestion-form IMG#video-url-spinner {
  display: none;
  margin-left: 2em;
}
DIV.recurrence-property .except-at, .until, .every {
  display: none;
}

#map-footnote {
  display: none;
  margin-top: 0.8em;
  padding: 0.5em;
}

A#bleh {
  display: block;
}

DIV.bleh {
  background: #eee url(/images/bleh-bg.png) top left repeat-x;
  width: 100%;
  font-weight: bold;
  font-size: 2em;
  font-family: helvetica;
  color: #666;
  border: 1px solid #ccc;
  border-top-color: #ddd;
  border-bottom-color: 1px solid #bbb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-shadow: 1px 1px 2px #fff;
  text-align: center;
}
DIV.bleh SPAN {
  color: #777;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.1s ease-in;
  -webkit-transform-origin: 40% 60%;
}
DIV.bleh:hover {
  color: #000;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: 1px solid #aaa;
  background-position: center left;
  cursor: pointer;
}
DIV.bleh:active {
  border: 1px solid #aaa;
  border-top-color: #bbb;
  border-bottom-color: 1px solid #999;
  background-position: bottom left;
}
DIV.bleh:hover SPAN {
  color: #f0c;
}

/* overwrites Blueprint definitions for the same classes */
.error, .notice {
  font-size: 1.5em;
  color: black;
  padding: 0.5em;
  margin-bottom: 1em;
  background: #FDF3A7;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.error A, .notice A {
  color: #005792;
  text-decoration: none;
}
.error A:hover, .notice A:hover {
  color: #09f;
}

DIV.lightbox-error {
  background: #FDF3A7;
  font-size: 1.5em;
  padding: 0.5em;
  margin-bottom: 1em;
}
.error UL {
  margin: 0 1.5em;
}
#success {
  font-size: 1.5em;
  padding: 0.5em;
  margin: 1em 0;
  background: #DDFFD8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#success P {
  font-size: 0.666em;
  margin: 0;
  padding-top: 0.666em;
}
#info {
  font-size: 1.5em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #f2f2f2;
  padding: 10px;
  color: #666;
  font-style: italic;
  margin-bottom: 1em;
}
#info STRONG {
  color: #444;
}

.fieldWithErrors INPUT,
.fieldWithErrors TEXTAREA,
.fieldWithErrors SELECT
{
  background-color: #ffb3b3;
  padding: 2px;
}
.fieldWithErrors  {display: inline;}

#login-container LABEL,
#login-container INPUT
{
  font-size: 1.5em;
}
#login-container INPUT[type="text"],
#login-container INPUT[type="password"]
{
  width: 240px;
}


#new-password-container LABEL,
#new-password-container INPUT
{
  font-size: 1.5em;
}

#activate-container P
{
  font-size: 1.5em;
}

#account-activation-failed-container P
{
  font-size: 1.5em;
}

#supported-cities-container P,
#supported-cities-container UL
{
  font-size: 1.5em;
}

/* SECT=geolocate */
DIV#geolocate {
  padding: 30px 40px;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#geolocate #locating-indicator {
  margin: 40px 0;
  margin-bottom: 20px;
}
#geolocate #location-failed {
  margin: 40px 0;
  display: none;
  text-align: center;
}
#geolocate #location-failed DIV.message {
  background: #fdf3a7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2em;
}
#geolocate #location-failed DIV.message P.unable {
  font-size: 1.5em;
  margin-bottom: 1em;
}
#geolocate H1 {
  color: #444;
  font-size: 3em;
  margin-bottom: 0.2em;
  padding-top: 0.4em;
}
#geolocate H1 SPAN {
  font-size: 0.5em;
  font-weight: normal;
}
#geolocate IMG {
  vertical-align: middle;
  margin-right: 1em;
}
#geolocate P {
  color: #666;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}
#geolocate P.please-wait {
  font-size: 1.2em;
}
#geolocate P.best-results {
  font-size: 1.8em;
}
#geolocate P.footnote {
  padding: 0;
  padding-top: 40px;
}

#location-alert {
  position: absolute;
  top: 0px;
  right: 200px;
  background: transparent url(/images/ff-location-arrow.png) top center no-repeat;
  display: none;
}
#location-alert DIV.bubble {
  margin-top: 10px;
  border: 6px solid #f0c;
  color: #000;
  background: #fff;
  -moz-border-radius: 10px;
  padding: 0.2em 0.4em;
  font-size: 1.5em;
}

/* SECT=event */
DIV#playimg {
  background: #fff;
  position: relative;
}
DIV#playimg #image-container {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
DIV#playimg #image-container DIV#image-with-overlay {
  position: relative;
  float: left;
}
DIV#playimg #image-container DIV#image-with-overlay:hover {
  cursor: pointer;
}
DIV#playimg #image-container DIV#image-with-overlay IMG#play-overlay {
  position: absolute;
  top: 6px;
  right: 6px;
}
DIV#playimg #video-container {
  visibility: hidden;
}
DIV#playimg #close-video {
  height: 33px;
}
DIV#playimg #close-video A {
  display: block;
  float: right;
  width: 33px;
}
DIV#playimg #close-video A IMG {
  float: right;
  margin: 8px 0;
}

/* SECT=showtimes-container */
DIV.showtimes-container {
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
DIV.showtimes-container DIV.theater:first-child {
  border-top: none;
}
DIV.showtimes-container DIV.theater {
  border-top: 1px solid #ccc;
  padding: 1em 1.4em 0.8em 1.4em;
}
DIV.showtimes-container DIV.theater H3 {
  margin-bottom: 0.4em;
}
DIV.showtimes-container DIV.theater H3 A { color: #000; }
DIV.showtimes-container DIV.theater H3 A:hover { color: #f0c; }

DIV.showtimes-container DIV.theater SPAN.distance {
  float: right;
  color: #999;
  font-size: 1.5em;
}
DIV.showtimes-container DIV.showtimes A {
  font-size: 1.5em;
  margin-right: 2em;
}

/* SECT=users */
DIV.user-section {
  clear: both;
  padding-top: 4em;
}
DIV.user-section DIV.separator {
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding: 0 0 0.4em 0;
  margin-bottom: 1em;
  margin-top: -0.333em;
  clear: both;
  color: #005792;
}
DIV.user-section:first-child {
  padding: 0;
}
DIV.avatar-container {
  position: relative;
  width: 270px;
  height: 270px;
}
DIV.avatar-container A {
  display: none;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
DIV.user-metadata {
  margin-top: 0.5em;
  font-size: 1.5em;
}
DIV.user-metadata DIV.key { font-weight: bold; }
DIV.user-metadata DIV.value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
DIV.user-metadata DIV.edit-profile { font-size: 0.666em; margin-top: 1em; }
A.show-all {
  float: right;
  margin-top: 0.5em;
  font-size: 0.666em;
  font-weight: normal;
  text-shadow: none;
}

DIV#unsupported-locations {
  background: #FDF3A7;
  xbackground: #f9f9f9;
  padding: 1em;
  position: relative;
  margin-bottom: 2em;
}
DIV#unsupported-locations P {
  margin-bottom: 0;
  color: #666;
  font-size: 1.5em;
}
A#close-unsupported-locations {
  position: absolute;
  bottom: 0px;
  right: 5px;
}
DIV#unsupported-locations LABEL {
  font-size: 1.2em;
  margin-right: 1em;
  font-weight: normal;
}

/* SECT=about */
DIV#about H3 { font-weight: bold; line-height: 1.5em; margin-top: 2em;}
DIV#about P {
  margin-bottom: 1em;
  font-size: 1.5em;
}

/* SECT=util */
.significant {
  font-size: 1.5em;
}
.c { text-align: center; }
.right {
  text-align: right;
}
.fr { float: right; }
.fl { float: left; }

.theme-button {
  font-family: inherit;
  line-height: inherit;
  font-weight: bold;
  font-size: 1.5em;
  display: inline-block;
  border-style: solid;
  padding: 0.1em 0.7em;
  -webkit-box-sizing: content-box;
  margin: 2px;
}
.theme-button:hover {
  cursor: default;
}
.theme-button:active {
  background-position: bottom left;
}
.primary {
  background: #fff url(/images/button-bg-secondary.png) top left repeat-x;
  color: #333;
  text-shadow: 0px 1px 1px #fff;
  border-width: 2px;
  -webkit-border-radius: 0.9em;
  -moz-border-radius: 0.9em;
  border-color: #bbb;
  border-top-color: #ddd;
  border-bottom-color: #999;
}
.primary:hover {
  color: #000;
}
.primary:active {
  border-color: #aaa;
  border-top-color: #ccc;
  border-bottom-color: #888;
}
.secondary {
  font-weight: normal;
  font-size: 1.3em;
  color: #000;
  background: #fff url(/images/button-bg-secondary.png) top left repeat-x;
  text-shadow: 0px 1px 1px #fff;
  border-width: 1px;
  -webkit-border-radius: 0.85em;
  -moz-border-radius: 0.85em;  
  border-color: #ccc;
  border-top-color: #eee;
  border-bottom-color: #aaa;
}
.secondary:active {
  border-color: #bbb;
  border-top-color: #ddd;
  border-bottom-color: #999;
}
.secondary:hover {
  color: #000;
}