* { outline: none; }
body, html, a, b, form, input, select, textarea, h1, h2, h3, h4, h5, h6, img, div, td, tr, table, ol, ul, li, span {
  margin: 0;
  padding: 0;
  border: 0;
}
html { height: 100%; }
h1, h2, h3, h4 {
  font-family: Georgia;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
}
input, select, textarea {
  font-family: Georgia;
  font-size: 12px;
}
.clear, .floatFix {
  clear: both;
  height: 0;
  line-height: 0;
}
hr { display: none; }
a {
  text-decoration: none;
  -webkit-transition-property: hover;
  -webkit-transition: all 0.1s ease-in-out;
}
a:visited {
  text-decoration: none;
  -webkit-transition-property: hover;
  -webkit-transition: all 0.1s ease-in-out;
}
a:hover {
  -webkit-transition-property: hover;
  -webkit-transition: all 0.1s ease-in-out;
}
a:visited:hover {
  -webkit-transition-property: hover;
  -webkit-transition: all 0.1s ease-in-out;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.siteHolder {
  width: 940px;
  margin: 0 auto;
}
td { padding: 0; }
body {
  font-family: 'Georgia', 'Times', serif;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  background-color: #b7aea9;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../gfx/backgrounds/AmyBG01.jpg);
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
  color: #2b2e33;
  -webkit-text-stroke: 1px transparent;
}
.iphone body { -webkit-text-stroke: 0px transparent; }
.page {
  width: 950px;
  margin: 0 auto 30px auto;
  padding-bottom: 0;
}
a, a.visited {
  color: #416c81;
  word-wrap: break-word;
  border-width: 0 0 1px 0;
}
a:hover { text-decoration: none; }
a:visited:hover { text-decoration: none; }
a img { border: 0px solid #000000; }
a:visited img { border: 0px solid #000000; }
a:hover img { border: 0px solid #be0000; }
a:visited:hover img { border: 0px solid #be0000; }
.hr {
  background-color: #999999;
  height: 1px;
}
.article .hr {
  margin-bottom: 10px;
  background-color: #cccccc;
}
.hr.heavy {
  margin-bottom: 10px;
  background-color: #4f4f47;
  height: 3px;
}
.hrLite {
  background-color: #999999;
  height: 1px;
}
.hrSlim {
  background-color: #000000;
  padding: 0;
  height: 1px;
}
.userBar {
  margin: 0;
  padding: 0;
}
.userBar input {
  margin: 5px 0 0px 0px;
  background-color: rgba(255, 255, 255, 0.75);
  color: black;
  width: 125px;
  font-size: 12px;
  line-height: 1;
  padding: 3px 10px;
  margin-left: 8px;
}
.userBar input:focus { background-position: 0px -15px; }
.userBar .userBarContents {
  margin: 0 5px 0 5px;
  padding: 0 0 5px 0;
  color: white;
}
.userBar div { font-size: 11px; }
.userBar td { font-size: 11px; }
.userBar span.loggedIn {
  margin-top: 6px;
  margin-left: 16px;
  font-size: 13px;
  display: block;
  background-color: white;
  color: black;
  font-weight: bold;
  padding-left: 10px;
}
.userBar span.logInOptions {
  background-color: #00ff00;
  display: block;
  margin: 7px 0 0 8px;
}
.userBar span.logInOptions a {
  margin: 0;
  background-color: #416c81;
  text-transform: uppercase;
  color: white;
  padding: 0 9px;
  border-width: 0;
  font-size: 12px;
  display: block;
  float: left;
  text-align: center;
  margin-right: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.userBar span.logInOptions a:visited {
  margin: 0;
  background-color: #416c81;
  text-transform: uppercase;
  color: white;
  padding: 0 9px;
  border-width: 0;
  font-size: 12px;
  display: block;
  float: left;
  text-align: center;
  margin-right: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.userBar span.logInOptions a:hover {
  color: #416c81;
  background-color: white;
}
.userBar span.logInOptions a:visited:hover {
  color: #416c81;
  background-color: white;
}
.userBar span.logInOptions a.forgotPassword {
  background-color: transparent;
  text-transform: none;
  width: auto;
  text-align: left;
  font-size: 12px;
  padding: 0 2px;
}
.userBar span.logInOptions a.forgotPassword:visited {
  background-color: transparent;
  text-transform: none;
  width: auto;
  text-align: left;
  font-size: 12px;
  padding: 0 2px;
}
.userBar #menuMembers {
  float: right;
  width: 315px;
  padding-top: 5px;
}
.userBar #menuMembers table { float: right; }
.col1, .col2, .col3 {
  width: 300px;
  margin: 0 5px;
  float: left;
}
.col1 { width: 390px; }
.col2 { width: 230px; }
.col3 { width: 300px; }
.col12Span, .col23Span {
  width: 630px;
  margin: 0 5px;
  float: left;
}
.col23Span { width: 540px; }
.col23Span .col2 { margin-left: 0; }
.col23Span .col3 { margin-right: 0; }
.col123Span {
  width: 940px;
  margin: 0 5px;
}
.panelTop, .panelBottom {
  background-repeat: no-repeat;
  height: 10px;
}
.col1 .panelTop { background-image: url(../gfx/panel-ends-390.png); }
.col1 .panelBottom { background-image: url(../gfx/panel-ends-390.png); }
.col12Span .panelTop { background-image: url(../gfx/panel-ends-630.png); }
.col12Span .panelBottom { background-image: url(../gfx/panel-ends-630.png); }
.col2 .panelTop { background-image: url(../gfx/panel-ends-230.png); }
.col2 .panelBottom { background-image: url(../gfx/panel-ends-230.png); }
.col3 .panelTop { background-image: url(../gfx/panel-ends-300.png); }
.col3 .panelBottom { background-image: url(../gfx/panel-ends-300.png); }
.col23Span .panelTop { background-image: url(../gfx/panel-ends-540.png); }
.col23Span .panelBottom { background-image: url(../gfx/panel-ends-540.png); }
.col123Span .panelTop { background-image: url(../gfx/panel-ends-940.png); }
.col123Span .panelBottom { background-image: url(../gfx/panel-ends-940.png); }
.panelTop { background-position: center top; }
.panelBottom {
  background-position: center bottom;
  margin-bottom: 10px;
}
.panel, .register-panel {
  background-color: white;
  padding: 9px;
  margin: 0 0 10px 0;
  display: block;
  position: relative;
  padding-bottom: 35px;
  border: 1px solid white;
}
.js .panel { visibility: hidden; }
.panelWrapper { visibility: hidden; }
.panelWrapper .panelTop { visibility: inherit; }
.panelWrapper .panel { visibility: inherit; }
.panelWrapper .panelBottom { visibility: inherit; }
.panelHeader {
  margin: 0;
  padding: 0 0 4px 0;
  border: 1px solid #4f4f47;
  border-width: 0 0 6px 0;
  color: #4f4f47;
  display: block;
}
.panelHeader h2 {
  font-size: 30px;
  line-height: 1;
}
.panelHeader h2 a {
  padding: 0;
  color: #4f4f47;
  text-decoration: none;
  font-weight: normal;
  border-width: 0;
}
.panelHeader h2 a:visited {
  padding: 0;
  color: #4f4f47;
  text-decoration: none;
  font-weight: normal;
  border-width: 0;
}
.panelHeader h2 a:hover { color: #000000; }
.panelHeader h2 a:visited:hover { color: #000000; }
.ie7 .panelHeader { padding: 0 0 2px; }
.panelFooter {
  padding: 8px 0;
  border-top: 1px solid #999999;
  bottom: 0;
  display: block;
  position: absolute;
}
.panelFooter a { border-bottom: 1px solid transparent; }
.panelFooter a:visited { border-bottom: 1px solid transparent; }
.panelFooter a:hover {
  border-bottom: 1px solid #ff8888;
  text-decoration: none;
}
.panelFooter a:visited:hover {
  border-bottom: 1px solid #ff8888;
  text-decoration: none;
}
.col123Span .panelFooter { width: 920px; }
.col12Span .panelFooter { width: 610px; }
.col1 .panelFooter { width: 370px; }
.col2 .panelFooter { width: 210px; }
.col3 .panelFooter { width: 280px; }
.no-footer { padding-bottom: 0px; }
h2.sectionTitle.first { padding-top: 10px; }
#headerGraphicHolder {
  margin: 0 auto;
  padding-top: 40px;
}
#header {
  margin: 0px 5px;
  position: relative;
  height: 258px;
  border: 1px solid white;
  border-width: 0;
}
.masthead {
  position: absolute;
  top: 59px;
}
.masthead .network { margin: 10px 0 0 15px; }
.masthead .network a { margin-right: 20px; }
.ie7 .masthead { top: 49px; }
#menu {
  padding: 48px 0 2px 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}
.ie7 #menu { padding-top: 23px; }
.ie8 #menu { padding-top: 23px; }
#menu ul.sections {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid white;
  list-style: none;
  width: 150px;
  float: left;
}
#menu ul.sections li {
  clear: left;
  float: left;
  border-top: 1px solid white;
}
#menu ul.sections li a {
  clear: both;
  display: block;
  width: 150px;
  height: 18px;
  text-transform: uppercase;
  text-align: left;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#menu ul.sections li a:visited {
  clear: both;
  display: block;
  width: 150px;
  height: 18px;
  text-transform: uppercase;
  text-align: left;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#menu ul.sections li span {
  clear: both;
  display: block;
  width: 150px;
  height: 18px;
  text-transform: uppercase;
  text-align: left;
  color: white;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
#menu ul.sections li a:hover {
  background-image: url(../gfx/white-50.png);
  color: white;
  cursor: pointer;
}
#menu ul.sections li a:hover span { cursor: pointer; }
#menu ul.sections li a:visited:hover {
  background-image: url(../gfx/white-50.png);
  color: white;
  cursor: pointer;
}
#menu ul.sections li a:visited:hover span { cursor: pointer; }
#menu ul.sections li a.active {
  background-color: white;
  color: black;
}
#menu ul.sections li a.active span { color: #2b2e33; }
#menu ul.sections li a.active:visited {
  background-color: white;
  color: black;
}
#menu ul.sections li a.active:visited span { color: #2b2e33; }
#menu ul.sections li a.active:hover {
  background-color: white;
  color: black;
}
#menu ul.sections li a.active:hover span { color: #2b2e33; }
#menu ul.sections li a.active:visited:hover {
  background-color: white;
  color: black;
}
#menu ul.sections li a.active:visited:hover span { color: #2b2e33; }
#menu ul.sections li a span {
  padding: 2px 0 1px 5px;
  display: block;
}
#menu ul.sections li a:visited span {
  padding: 2px 0 1px 5px;
  display: block;
}
.ie7 #menu ul.sections { margin-top: 10px; }
.ie7 #menu ul.sections li {
  height: 18px;
  margin: 0;
  padding: 0;
}
.ie7 #menu ul.sections li a { height: 18px; }
.ie7 #menu ul.sections li a span { padding: 2px 0 0px 5px; }
.ie7 #menu ul.sections li a:visited { height: 18px; }
.ie7 #menu ul.sections li a:visited span { padding: 2px 0 0px 5px; }
.ie7 #menu ul.sections li a:hover a:visited:hover { cursor: pointer; }
.ie7 #menu ul.sections li a:hover a:visited:hover span { cursor: pointer; }
.ie8 #menu ul.sections { margin-top: 10px; }
.ie8 #menu ul.sections li {
  height: 18px;
  margin: 0;
  padding: 0;
}
.ie8 #menu ul.sections li a { height: 18px; }
.ie8 #menu ul.sections li a span { padding: 2px 0 0px 5px; }
.ie8 #menu ul.sections li a:visited { height: 18px; }
.ie8 #menu ul.sections li a:visited span { padding: 2px 0 0px 5px; }
.ie8 #menu ul.sections li a:hover a:visited:hover { cursor: pointer; }
.ie8 #menu ul.sections li a:hover a:visited:hover span { cursor: pointer; }
.menuBlock {
  margin: 0 0 0 0px;
  padding: 10px 0 0 0;
  margin-bottom: 20px;
}
#footer {
  margin: 40px 5px 20px 5px;
  width: 940px;
  padding-top: 0px;
  color: white;
}
#footer .hr {
  height: 4px;
  margin-bottom: 10px;
  background-color: white;
}
#footer .sections {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  width: 480px;
}
#footer .sections ul {
  width: 120px;
  float: left;
  list-style: none;
  line-height: 15px;
}
#footer .sections ul li a { color: #ffffff; }
#footer .sections ul li a:visited { color: #ffffff; }
#footer .sections ul li a:hover { text-decoration: underline; }
#footer .sections ul li a:visited:hover { text-decoration: underline; }
#footer .credits {
  width: 350px;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  color: #ffffff;
}
#footer .credits a.logo {
  float: left;
  margin-right: 10px;
}
#footer .credits a { color: white; }
#footer .credits a:visited { color: white; }
#footer .credits a:hover {
  text-decoration: underline;
  border-width: 0;
  color: white;
}
#footer .credits a:visited:hover {
  text-decoration: underline;
  border-width: 0;
  color: white;
}
#footer div a {
  font-weight: normal;
  color: white;
}
#footer div a:visited {
  font-weight: normal;
  color: white;
}
#footer div a:hover { text-decoration: none; }
#footer div a:visited:hover { text-decoration: none; }
.article { padding: 8px 0; }
.article .articleTitle {
  padding: 0;
  margin-bottom: 8px;
}
.article h3 {
  color: #2b2e33;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.article .articleFooter { padding: 5px 0; }
.article.network, .article.info {
  border-width: 1px 0 0 0;
  padding: 0;
  margin: 0;
}
h3 a {
  text-decoration: none;
  padding: 0;
  color: #416c81;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}
h3 a:visited {
  text-decoration: none;
  padding: 0;
  color: #416c81;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}
h3 a:hover {
  border-bottom: 1px solid #b2ccd9;
  text-decoration: none;
}
h3 a:visited:hover {
  border-bottom: 1px solid #b2ccd9;
  text-decoration: none;
}
.date {
  font-size: 13px;
  line-height: 18px;
  display: block;
  margin-top: 6px;
}
.date a {
  color: #2b2e33;
  border-bottom: 1px solid transparent;
}
.date a:visited {
  color: #2b2e33;
  border-bottom: 1px solid transparent;
}
.date a:hover { border-color: #a8a6a4; }
.date a:visited:hover { border-color: #a8a6a4; }
.releases div.articleContents.wThumb {
  float: left;
  padding: 0px 0 0 0;
}
.articleText { padding: 0; }
.articleText p {
  margin-bottom: 0;
  padding: 0;
}
.articleText a:hover { border-bottom: 1px solid #b2ccd9; }
.articleText a:visited:hover { border-bottom: 1px solid #b2ccd9; }
.new-releases .articleThumb { margin: 0 0 6px 0; }
a.slideshowImage { -webkit-transition: none; }
.article.release { margin-top: 15px; }
.articleFlag {
  float: right;
  margin: 1px 0 5px 10px;
}
a.button {
  color: #895297;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  border: 1px solid transparent;
  border-width: 0 0 1px 0;
  white-space: nowrap;
  font-weight: bold;
}
a.button:visited {
  color: #895297;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  border: 1px solid transparent;
  border-width: 0 0 1px 0;
  white-space: nowrap;
  font-weight: bold;
}
a.button:hover {
  color: #895297;
  border-color: #c4a9cb;
}
a.button:visited:hover {
  color: #895297;
  border-color: #c4a9cb;
}
.articleTitle a.button span:before { content: ''; }
a.rss {
  float: right;
  margin-top: 3px;
}
a.rss img {
  background-image: url(../gfx/rss.png);
  border-width: 0;
}
a.rss:visited {
  float: right;
  margin-top: 3px;
}
a.rss:visited img {
  background-image: url(../gfx/rss.png);
  border-width: 0;
}
a.rss:hover img {
  background-position: 0px -24px;
  border-width: 0;
}
a.rss:visited:hover img {
  background-position: 0px -24px;
  border-width: 0;
}
.caption {
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
}
.notice {
  color: #be0000;
  margin-left: 10px;
}
.shareBar {
  clear: both;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
  font-size: 11px;
  padding: 10px 0px 5px 0;
}
.shareBar ul {
  list-style: none;
  float: right;
}
.shareBar ul li {
  float: left;
  width: auto;
  margin-left: 4px;
  text-transform: uppercase;
}
.shareBar ul li.title { margin-right: 5px; }
.shareBar a { color: #000000; }
.shareBar a:visited { color: #000000; }
.error {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 30px;
  margin: 10px 0 18px 0;
  font-weight: bold;
}
.error li {
  font-weight: normal;
  color: white;
  margin: 0;
  padding: 0;
}
.message {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 10px 30px;
  margin: 10px 0 18px 0;
  font-weight: bold;
}
.message li {
  font-weight: normal;
  color: white;
  margin: 0;
  padding: 0;
}
.message ul li { color: black; }
.image-form .articleTitle .articleThumb {
  float: left;
  width: auto;
  margin: 0 20px 0px 0;
}
.image-form .articleTitle h3 {
  float: left;
  width: 500px;
}
.image-form form { padding-top: 5px; }
.image-form form label {
  clear: left;
  float: left;
  width: 180px;
  font-size: 14px;
  padding-top: 10px;
  display: block;
  margin-right: 20px;
  text-align: right;
}
.image-form form label:after { content: ':'; }
.image-form form input {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.image-form form textarea {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.image-form form select {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.image-form form input.inputFile { border-width: 0; }
.image-form form label#label-sex { padding: 0; }
.image-form form label#label-country { padding-top: 5px; }
.image-form form label.radio {
  padding: 0;
  width: auto;
  margin-right: 2em;
  font-size: 14px;
  text-align: left;
}
.image-form form label.radio:after { content: ''; }
.image-form form label.radio input {
  font-size: 48px;
  margin: 0;
  display: inline;
  width: auto;
  float: none;
  margin-right: 0.2em;
}
.image-form form .hr {
  background-color: #a8a6a4;
  margin: 5px 0;
}
.image-form form em {
  font-size: 14px;
  display: block;
  margin-left: 205px;
}
.image-form form .submitButton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.image-form form .submitObject {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.image-form form .submitButton:hover {
  background-color: white;
  color: #895297;
}
.image-form form .note {
  float: left;
  width: 180px;
  margin-right: 20px;
  font-size: 13px;
  line-height: 1.4;
}
.login-form .articleTitle .articleThumb {
  float: left;
  width: auto;
  margin: 0 20px 0px 0;
}
.login-form .articleTitle h3 {
  float: left;
  width: 500px;
}
.login-form form { padding-top: 5px; }
.login-form form label {
  clear: left;
  float: left;
  width: 180px;
  font-size: 14px;
  padding-top: 10px;
  display: block;
  margin-right: 20px;
  text-align: right;
}
.login-form form label:after { content: ':'; }
.login-form form input {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.login-form form textarea {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.login-form form select {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.login-form form input.inputFile { border-width: 0; }
.login-form form label#label-sex { padding: 0; }
.login-form form label#label-country { padding-top: 5px; }
.login-form form label.radio {
  padding: 0;
  width: auto;
  margin-right: 2em;
  font-size: 14px;
  text-align: left;
}
.login-form form label.radio:after { content: ''; }
.login-form form label.radio input {
  font-size: 48px;
  margin: 0;
  display: inline;
  width: auto;
  float: none;
  margin-right: 0.2em;
}
.login-form form .hr {
  background-color: #a8a6a4;
  margin: 5px 0;
}
.login-form form em {
  font-size: 14px;
  display: block;
  margin-left: 205px;
}
.login-form form .submitButton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.login-form form .submitObject {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.login-form form .submitButton:hover {
  background-color: white;
  color: #895297;
}
.login-form form .note {
  float: left;
  width: 180px;
  margin-right: 20px;
  font-size: 13px;
  line-height: 1.4;
}
.register-form .articleTitle .articleThumb {
  float: left;
  width: auto;
  margin: 0 20px 0px 0;
}
.register-form .articleTitle h3 {
  float: left;
  width: 500px;
}
.register-form form { padding-top: 5px; }
.register-form form label {
  clear: left;
  float: left;
  width: 180px;
  font-size: 14px;
  padding-top: 10px;
  display: block;
  margin-right: 20px;
  text-align: right;
}
.register-form form label:after { content: ':'; }
.register-form form input {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.register-form form textarea {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.register-form form select {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.register-form form input.inputFile { border-width: 0; }
.register-form form label#label-sex { padding: 0; }
.register-form form label#label-country { padding-top: 5px; }
.register-form form label.radio {
  padding: 0;
  width: auto;
  margin-right: 2em;
  font-size: 14px;
  text-align: left;
}
.register-form form label.radio:after { content: ''; }
.register-form form label.radio input {
  font-size: 48px;
  margin: 0;
  display: inline;
  width: auto;
  float: none;
  margin-right: 0.2em;
}
.register-form form .hr {
  background-color: #a8a6a4;
  margin: 5px 0;
}
.register-form form em {
  font-size: 14px;
  display: block;
  margin-left: 205px;
}
.register-form form .submitButton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.register-form form .submitObject {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.register-form form .submitButton:hover {
  background-color: white;
  color: #895297;
}
.register-form form .note {
  float: left;
  width: 180px;
  margin-right: 20px;
  font-size: 13px;
  line-height: 1.4;
}
.password-reset .articleTitle .articleThumb {
  float: left;
  width: auto;
  margin: 0 20px 0px 0;
}
.password-reset .articleTitle h3 {
  float: left;
  width: 500px;
}
.password-reset form { padding-top: 5px; }
.password-reset form label {
  clear: left;
  float: left;
  width: 180px;
  font-size: 14px;
  padding-top: 10px;
  display: block;
  margin-right: 20px;
  text-align: right;
}
.password-reset form label:after { content: ':'; }
.password-reset form input {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.password-reset form textarea {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.password-reset form select {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.password-reset form input.inputFile { border-width: 0; }
.password-reset form label#label-sex { padding: 0; }
.password-reset form label#label-country { padding-top: 5px; }
.password-reset form label.radio {
  padding: 0;
  width: auto;
  margin-right: 2em;
  font-size: 14px;
  text-align: left;
}
.password-reset form label.radio:after { content: ''; }
.password-reset form label.radio input {
  font-size: 48px;
  margin: 0;
  display: inline;
  width: auto;
  float: none;
  margin-right: 0.2em;
}
.password-reset form .hr {
  background-color: #a8a6a4;
  margin: 5px 0;
}
.password-reset form em {
  font-size: 14px;
  display: block;
  margin-left: 205px;
}
.password-reset form .submitButton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.password-reset form .submitObject {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.password-reset form .submitButton:hover {
  background-color: white;
  color: #895297;
}
.password-reset form .note {
  float: left;
  width: 180px;
  margin-right: 20px;
  font-size: 13px;
  line-height: 1.4;
}
.comments-form .articleTitle .articleThumb {
  float: left;
  width: auto;
  margin: 0 20px 0px 0;
}
.comments-form .articleTitle h3 {
  float: left;
  width: 500px;
}
.comments-form form { padding-top: 5px; }
.comments-form form label {
  clear: left;
  float: left;
  width: 180px;
  font-size: 14px;
  padding-top: 10px;
  display: block;
  margin-right: 20px;
  text-align: right;
}
.comments-form form label:after { content: ':'; }
.comments-form form input {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.comments-form form textarea {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.comments-form form select {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.comments-form form input.inputFile { border-width: 0; }
.comments-form form label#label-sex { padding: 0; }
.comments-form form label#label-country { padding-top: 5px; }
.comments-form form label.radio {
  padding: 0;
  width: auto;
  margin-right: 2em;
  font-size: 14px;
  text-align: left;
}
.comments-form form label.radio:after { content: ''; }
.comments-form form label.radio input {
  font-size: 48px;
  margin: 0;
  display: inline;
  width: auto;
  float: none;
  margin-right: 0.2em;
}
.comments-form form .hr {
  background-color: #a8a6a4;
  margin: 5px 0;
}
.comments-form form em {
  font-size: 14px;
  display: block;
  margin-left: 205px;
}
.comments-form form .submitButton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.comments-form form .submitObject {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.comments-form form .submitButton:hover {
  background-color: white;
  color: #895297;
}
.comments-form form .note {
  float: left;
  width: 180px;
  margin-right: 20px;
  font-size: 13px;
  line-height: 1.4;
}
.edit-profile .articleTitle .articleThumb {
  float: left;
  width: auto;
  margin: 0 20px 0px 0;
}
.edit-profile .articleTitle h3 {
  float: left;
  width: 500px;
}
.edit-profile form { padding-top: 5px; }
.edit-profile form label {
  clear: left;
  float: left;
  width: 180px;
  font-size: 14px;
  padding-top: 10px;
  display: block;
  margin-right: 20px;
  text-align: right;
}
.edit-profile form label:after { content: ':'; }
.edit-profile form input {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.edit-profile form textarea {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.edit-profile form select {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.edit-profile form input.inputFile { border-width: 0; }
.edit-profile form label#label-sex { padding: 0; }
.edit-profile form label#label-country { padding-top: 5px; }
.edit-profile form label.radio {
  padding: 0;
  width: auto;
  margin-right: 2em;
  font-size: 14px;
  text-align: left;
}
.edit-profile form label.radio:after { content: ''; }
.edit-profile form label.radio input {
  font-size: 48px;
  margin: 0;
  display: inline;
  width: auto;
  float: none;
  margin-right: 0.2em;
}
.edit-profile form .hr {
  background-color: #a8a6a4;
  margin: 5px 0;
}
.edit-profile form em {
  font-size: 14px;
  display: block;
  margin-left: 205px;
}
.edit-profile form .submitButton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.edit-profile form .submitObject {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.edit-profile form .submitButton:hover {
  background-color: white;
  color: #895297;
}
.edit-profile form .note {
  float: left;
  width: 180px;
  margin-right: 20px;
  font-size: 13px;
  line-height: 1.4;
}
.mailing_list .articleTitle .articleThumb {
  float: left;
  width: auto;
  margin: 0 20px 0px 0;
}
.mailing_list .articleTitle h3 {
  float: left;
  width: 500px;
}
.mailing_list form { padding-top: 5px; }
.mailing_list form label {
  clear: left;
  float: left;
  width: 180px;
  font-size: 14px;
  padding-top: 10px;
  display: block;
  margin-right: 20px;
  text-align: right;
}
.mailing_list form label:after { content: ':'; }
.mailing_list form input {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.mailing_list form textarea {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.mailing_list form select {
  float: left;
  border: 1px solid #a8a6a4;
  padding: 5px;
  width: 300px;
  font-size: 14px;
  margin: 5px;
}
.mailing_list form input.inputFile { border-width: 0; }
.mailing_list form label#label-sex { padding: 0; }
.mailing_list form label#label-country { padding-top: 5px; }
.mailing_list form label.radio {
  padding: 0;
  width: auto;
  margin-right: 2em;
  font-size: 14px;
  text-align: left;
}
.mailing_list form label.radio:after { content: ''; }
.mailing_list form label.radio input {
  font-size: 48px;
  margin: 0;
  display: inline;
  width: auto;
  float: none;
  margin-right: 0.2em;
}
.mailing_list form .hr {
  background-color: #a8a6a4;
  margin: 5px 0;
}
.mailing_list form em {
  font-size: 14px;
  display: block;
  margin-left: 205px;
}
.mailing_list form .submitButton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.mailing_list form .submitObject {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-image: url(../gfx/button-overlay.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  border-width: 0;
  background-color: #895297;
  color: white;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 10px;
  float: left;
  margin-bottom: 20px;
}
.mailing_list form .submitButton:hover {
  background-color: white;
  color: #895297;
}
.mailing_list form .note {
  float: left;
  width: 180px;
  margin-right: 20px;
  font-size: 13px;
  line-height: 1.4;
}
.ie7 .submitButton {
  width: 1;
  overflow: visible;
}
.ie8 .submitButton {
  width: 1;
  overflow: visible;
}
.mailing_list form label:after { content: ''; }
.mailing_list form label.priv {
  float: left;
  margin-left: 200px;
  width: 400px;
  text-align: left;
}
.mailing_list form label.priv input {
  float: left;
  margin: 5px;
  width: auto;
}
.mailing_list form label.priv a { margin: 0; }
.menuTerritories {
  float: left;
  width: 300px;
}
.menuTerritories a {
  margin-left: 5px;
  display: block;
}
.menuTerritories a:visited {
  margin-left: 5px;
  display: block;
}
.menuTerritories a.world { margin-top: -2px; }
.menuTerritories a img { border-width: 0; }
.menuTerritories a:visited img { border-width: 0; }
.menuTerritories a:hover img { border-width: 0; }
.menuTerritories a:visited:hover img { border-width: 0; }
#territories { padding: 10px 0 0 0; }
#territories span {
  float: left;
  text-transform: uppercase;
  color: white;
  margin: 2px 10px 0 0;
}
.globalFlag { margin-top: -3px; }
#territoryList span { font-size: 13px; }
#territoryList ul {
  display: inline;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
#territoryList ul li {
  float: left;
  padding: 0;
  margin: 2px 0 0 0;
}
#territoryList ul a {
  margin-left: 1px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#territoryList ul a:visited {
  margin-left: 1px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#territoryList ul a:hover {
  margin-left: 1px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.75);
}
#territoryList ul a:visited:hover {
  margin-left: 1px;
  padding: 4px;
  background-color: rgba(255, 255, 255, 0.75);
}
#territoryList ul a.activeFlag { background-color: white; }
#territoryList ul a.activeFlag:hover { background-color: white; }
#territoryList ul a.activeFlag:visited:hover { background-color: white; }
#territoryList ul a img {
  display: block;
  line-height: 1;
}
#territoryList ul a:visited img {
  display: block;
  line-height: 1;
}
.error { background-color: red; }
.message { background-color: #00ff00; }
.musicItem .packshot {
  float: left;
  width: 280px;
  margin-right: 20px;
}
.musicItem .details {
  float: left;
  width: 310px;
}
.musicItem .details h4 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}
.musicItem ul.buyLinks {
  padding: 0;
  margin: 10px 0 0 10px;
  width: auto;
  list-style: none;
}
.musicItem ul.buyLinks li {
  margin: 0;
  padding: 0;
}
.music .col12Span .musicItem ul.buyLinks {
  margin-left: 0px;
  width: auto;
}
ul.albums li {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
ul.albums li h4 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  margin-bottom: 5px;
}
ul.albums .packshot {
  float: left;
  margin-right: 20px;
}
ul.albums .details {
  float: left;
  width: 310px;
}
ul.music li .title a {
  border: 1px solid transparent;
  border-width: 0 0 1px 0;
}
ul.music li .title a:visited {
  border: 1px solid transparent;
  border-width: 0 0 1px 0;
}
ul.music li .title a:hover { border-bottom: 1px solid #b2ccd9; }
ul.music li .title a:visited:hover { border-bottom: 1px solid #b2ccd9; }
ul.music.singles { margin: 0 -10px; }
ul.music.singles li {
  width: 114px;
  margin: 0 0 10px 10px;
  list-style: none;
  float: left;
}
ul.music.singles li .packshot { margin-bottom: 10px; }
ul.music.singles li h4 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  display: block;
}
.article.formats {
  padding: 0;
  margin-left: -10px;
}
.format {
  float: left;
  width: 300px;
  margin: 0 0 0 10px;
}
.format ol {
  clear: both;
  margin: 0;
  padding: 10px 0 0 3.5em;
}
.formatThumb {
  float: left;
  padding-right: 10px;
}
.formatContents {
  float: left;
  width: 300px;
}
.formatContents h4 { margin-bottom: 10px; }
ul.songs li { list-style: none; }
.lyrics-index ul { list-style: none; }
.lyrics-index ul li a:hover { border-bottom: 1px solid #b2ccd9; }
.lyrics-index ul li a:visited:hover { border-bottom: 1px solid #b2ccd9; }
.panel.galleries {
  background-color: transparent;
  padding: 10px 0;
  margin-bottom: -20px;
  border-width: 0;
}
.panel.galleries .panelHeader {
  border-color: white;
  margin-bottom: 10px;
}
.panel.galleries .panelHeader h2 a { color: white; }
.panel.galleries .panelHeader h2 a:visited { color: white; }
.panel.galleries .panelFooter { border-color: white; }
.panel.galleries .articleTitle {
  color: white;
  margin: 20px 20px 10px 20px;
}
.panel.galleries .articleTitle h3 {
  color: white;
  width: 580px;
}
.panel.galleries .article {
  margin-left: -20px;
  margin-top: -20px;
  padding-bottom: 35px;
}
.panel.galleries .articleText {
  margin: 0px 20px;
  color: white;
  width: 580px;
}
.panel.galleries ul {
  display: block;
  width: 960px;
  padding: 0;
  list-style: none;
}
.panel.galleries ul li {
  background-color: white;
  padding: 10px;
  float: left;
  margin: 20px 0 20px 20px;
}
.panel.galleries ul li .caption h4 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  width: 260px;
}
.panel.galleries ul li .caption h4 a { border-bottom: 1px solid transparent; }
.panel.galleries ul li .caption h4 a:visited { border-bottom: 1px solid transparent; }
.panel.galleries ul li .caption h4 a:hover { border-color: #b2ccd9; }
.panel.galleries ul li .caption h4 a:visited:hover { border-color: #b2ccd9; }
.caption .date { display: block; }
.gallery li .caption { width: 132px; }
.images .col12Span .article { margin-bottom: 0; }
ul.event-gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.event-gallery li {
  list-style-type: none;
  float: left;
  margin: 5px 5px;
  padding: 0;
}
ul.event-gallery li a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 5px;
  display: block;
}
ul.event-gallery li a img { display: block; }
ul.event-gallery li a:visited {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 5px;
  display: block;
}
ul.event-gallery li a:visited img { display: block; }
.homepage-events .date {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}
.homepage-events h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}
.homepage-events articleLinks {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
}
.homepage-events h3 a {
  font-weight: normal;
  border-color: transparent;
}
.homepage-events h3 a:visited {
  font-weight: normal;
  border-color: transparent;
}
.homepage-events h3 a:hover { border-width: 0 0 1px 0; }
.homepage-events h3 a:visited:hover { border-width: 0 0 1px 0; }
.homepage-events .date { font-weight: bold; }
.homepage-events a.button:hover { border-color: #c4a9cb; }
.homepage-events a.button:visited:hover { border-color: #c4a9cb; }
.events-table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 2px solid #999999;
}
.events-table td {
  padding: 5px 0 5px 0;
  border-top: 1px solid #999999;
}
.events-table .events-table-date { width: 15%; }
.events-table .events-table-venue a { font-weight: bold; }
.events-table .events-table-venue a:visited { font-weight: bold; }
.events-table .events-table-venue a:hover { border-bottom: 1px solid #b2ccd9; }
.events-table .events-table-venue a:visited:hover { border-bottom: 1px solid #b2ccd9; }
.events-table .events-table-venue .date a { font-weight: normal; }
.events-table td.events-table-more-info {
  padding-top: 6px;
  width: 6em;
}
.events-table td.events-table-more-info a { float: right; }
.event-details .article .hr { margin: 10px 0; }
.event-details .comments .hr { margin: 0; }
.event-details .date {
  font-size: 18px;
  line-height: 24px;
}
.event-details #attendGig { margin-top: 6px; }
.event-address {
  float: left;
  width: 300px;
}
.event-address h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.event-notes {
  float: left;
  width: 300px;
}
.event-notes h4 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.attending-members-list ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.attending-members-list ul li {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}
.attending-members-list ul a {
  display: block;
  margin: 0 1px 1px 0;
}
.attending-members-list ul a:visited {
  display: block;
  margin: 0 1px 1px 0;
}
.members-list ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.members-list ul li {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}
.members-list ul a {
  display: block;
  margin: 0 1px 1px 0;
}
.members-list ul a:visited {
  display: block;
  margin: 0 1px 1px 0;
}
.home-news .articleThumb {
  width: 140px;
  float: right;
}
.home-news .articleText.thumbed {
  float: left;
  width: 220px;
}
.col12Span .articleThumb {
  width: 140px;
  float: right;
}
.col12Span .articleText.thumbed {
  float: left;
  width: 460px;
}
ul.articleLinks {
  margin: 0 0 10px 0;
  list-style: none;
}
ul.articleLinks li {
  float: none;
  padding: 0;
  margin: 0;
  height: auto;
}
.gmap-panel {
  background-color: white;
  padding: 10px;
  margin: 0 0 10px 0;
  display: block;
}
.gmap-panel a { border-width: 0; }
.gmap-panel a:visited { border-width: 0; }
.gmap-panel.replaced, .panel.replaced { margin: 0; }
.gmap-panel .panelHeader { margin-bottom: 0; }
.markerContents {
  font-size: 18px;
  line-height: 1.2;
  margin: -3px;
}
.markerContents a {
  font-weight: bold;
  font-style: italic;
  color: #416c81;
}
.markerContents a:visited {
  font-weight: bold;
  font-style: italic;
  color: #416c81;
}
.markerContents a:hover { border-bottom: 1px solid #b2ccd9; }
.markerContents a:visited:hover { border-bottom: 1px solid #b2ccd9; }
.markerContents .markerMemberContent {
  font-size: 13px;
  font-weight: normal;
  color: #2b2e33;
}
.commentsTitle {
  border-bottom: 1px solid #999999;
  padding: 20px 0 10px 0;
}
.commentsTitle h3 {
  font-size: 18px;
  font-weight: bold;
}
.comments-form h3 {
  font-size: 18px;
  font-weight: bold;
}
.comments { padding: 10px 0; }
.comments .hr { margin-bottom: 18px; }
.comments .commentTitle {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
.comments .date {
  margin: 7px 0;
  font-size: 13px;
  line-height: 18px;
}
.comments .date a { font-weight: bold; }
.comments .commentsButton { margin-right: 15px; }
.comments .commentThumb {
  float: left;
  width: 58px;
  margin: 2px 22px 0 0;
}
.comments .commentThumb a img { border: 0px solid #000000; }
.comments .commentThumb a:visited img { border: 0px solid #000000; }
.comments .commentThumb a:hover img { border: 0px solid #be0000; }
.comments .commentThumb a:visited:hover img { border: 0px solid #be0000; }
.comments .commentText {
  float: left;
  width: 500px;
}
.attendingMembers { padding: 10px 0; }
.attendingMembers .hr { margin-bottom: 18px; }
.attendingMembers .commentTitle {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
.attendingMembers .date {
  margin: 7px 0;
  font-size: 13px;
  line-height: 18px;
}
.attendingMembers .date a { font-weight: bold; }
.attendingMembers .commentsButton { margin-right: 15px; }
.attendingMembers .commentThumb {
  float: left;
  width: 58px;
  margin: 2px 22px 0 0;
}
.attendingMembers .commentThumb a img { border: 0px solid #000000; }
.attendingMembers .commentThumb a:visited img { border: 0px solid #000000; }
.attendingMembers .commentThumb a:hover img { border: 0px solid #be0000; }
.attendingMembers .commentThumb a:visited:hover img { border: 0px solid #be0000; }
.attendingMembers .commentText {
  float: left;
  width: 500px;
}
#jquery-lightbox { font-family: 'Georgia'; }
#jquery-lightbox a {
  border: 0;
  -webkit-transition: none;
}
.galleries li {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.35);
}
.banner {
  margin: 0 0 10px 0;
  display: block;
  position: relative;
}
td.recaptcha_r4_c1 {
  text-align: left;
  float: none;
  margin: 0;
  padding: 0;
}
td.recaptcha_r4_c1 input {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  float: none;
}
td.recaptcha_r4_c1 label {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  float: none;
}
.css-override h2 {
  text-transform: none !important;
  letter-spacing: 0.1em !important;
}
.css-override h3 {
  text-transform: none !important;
  letter-spacing: 0.1em !important;
}
.css-override h4 a span {
  text-transform: none !important;
  letter-spacing: 0.1em !important;
}
.brown { background-color: #e0ddca; }
.brown .panelHeader { border-color: #6e3f53; }
.brown .panelHeader h2 { color: #6e3f53; }
.brown .panelHeader h2 a { color: #6e3f53; }
.brown .panelHeader h2 a:visited { color: #6e3f53; }
.brown .article { color: #2b2e33; }
.brown .article h3 a { color: #2b2e33; }
.brown .article h3 a:visited { color: #2b2e33; }
.brown .article h3 a:hover { border-bottom: 1px solid #91a5a6; }
.brown .article h3 a:visited:hover { border-bottom: 1px solid #91a5a6; }
.brown .button:hover { border-color: #b598b1; }
.brown .button:visited:hover { border-color: #b598b1; }
.brown .hr { background-color: #99968a; }
.brown div { border-color: #99968a; }
.brown .inputBox { border-color: #99968a; }
.blue { background-color: #d8e3dd; }
.blue .panelHeader { border-color: #105b7a; }
.blue .panelHeader h2 { color: #105b7a; }
.blue .panelHeader h2 a { color: #105b7a; }
.blue .panelHeader h2 a:visited { color: #105b7a; }
.blue .article h3 a { color: #416c81; }
.blue .article h3 a:visited { color: #416c81; }
.blue .article h3 a:hover { border-bottom: 1px solid #8da8af; }
.blue .article h3 a:visited:hover { border-bottom: 1px solid #8da8af; }
.blue .button:hover { border-color: #b19bba; }
.blue .button:visited:hover { border-color: #b19bba; }
.blue .hr { background-color: #959993; }
.blue div { border-color: #959993; }
.blue .inputBox { border-color: #959993; }
.pink { background-color: #efdad5; }
.pink .panelHeader { border-color: #a0685b; }
.pink .panelHeader h2 { color: #a0685b; }
.pink .panelHeader h2 a { color: #a0685b; }
.pink .panelHeader h2 a:visited { color: #a0685b; }
.pink .article h3 a { color: #416c81; }
.pink .article h3 a:visited { color: #416c81; }
.pink .article h3 a:hover { border-bottom: 1px solid #98a3ab; }
.pink .article h3 a:visited:hover { border-bottom: 1px solid #98a3ab; }
.pink .button:hover { border-color: #bc96b6; }
.pink .button:visited:hover { border-color: #bc96b6; }
.pink .hr { background-color: #a0948f; }
.pink div { border-color: #a0948f; }
.pink .inputBox { border-color: #a0948f; }
.yellow { background-color: #fefedd; }
.yellow .panelHeader { border-color: #885c05; }
.yellow .panelHeader h2 { color: #885c05; }
.yellow .panelHeader h2 a { color: #885c05; }
.yellow .panelHeader h2 a:visited { color: #885c05; }
.yellow .article h3 a { color: #416c81; }
.yellow .article h3 a:visited { color: #416c81; }
.yellow .article h3 a:hover { border-bottom: 1px solid #a0b5af; }
.yellow .article h3 a:visited:hover { border-bottom: 1px solid #a0b5af; }
.yellow .button:hover { border-color: #c4a8ba; }
.yellow .button:visited:hover { border-color: #c4a8ba; }
.yellow .hr { background-color: #a0948f; }
.yellow div { border-color: #a0948f; }
.yellow .inputBox { border-color: #a0948f; }
body.live-section, body.community-section { background-image: url(../gfx/backgrounds/AmyBG02.jpg); }
body.lyrics-section { background-image: url(../gfx/backgrounds/AmyBG03.jpg); }
body.biography-section { background-image: url(../gfx/backgrounds/AmyBG05.jpg); }
body.music-section { background-image: url(../gfx/backgrounds/AmyBG04.jpg); }
.article.contact ul { list-style-type: none; }
.article.contact ul li {
  list-style-type: none;
  float: left;
  width: 50%;
  margin: 1em 0;
}
.headlines h3 {
  font-size: 20px;
  line-height: 22px;
}
.headlines .date { margin-top: 4px; }
.site-map h3 { margin-bottom: 20px; }
.site-map ul { margin-bottom: 20px; }
.site-map ul li { list-style: none; }
.site-map ul li h4 {
  margin-bottom: 10px;
  padding-left: 40px;
}
.site-map ul li ul li { padding-left: 40px; }
.site-map ul li ul li a { display: block; }
