/* GSN Main Style */

body {
  text-align: center;
  /*background: url('../data/content/images/main_bg.gif') repeat-x top left;*/
  background-color: #000;
  font-family: "Verdana CE", Verdana, "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  font-size: 12px;
  color: #adadad;
  margin:0;
  padding: 0;
}

#pageWrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0 20px 5px 20px;
  overflow: hidden;
}
#contentWrapper {
  color: #adadad;
}
#pageContentWrapper {
  padding: 0 10px 10px 10px;
}

a, a:link, a:visited {
  text-decoration:none;
  color: #ed1d24;
}

a img {
  border: none;
}
a:hover, a.selected {
  text-decoration: underline;
  color: #ed1d24;
}

.cleaner {
  clear: both;
  margin:0;
  padding: 0;
  height: 0;
  overflow: hidden;
}
h1 {
  font-size: 14px;
  font-weight: bold;
  color: #ed1d24;
  margin-top: 0;
}

ul.login {
  list-style: none;
}
object, embed {
  z-index: -200;
}

#clubInfo {
  float: left;
  width: 50%;
  padding-right: 10px;
}

#clubInfo ul {
  list-style: none;
}
#clubInfo ul li a {
  font-weight: bold;
}
#clubBrowserRight {
  width: 389px;
  float: right;
  margin-bottom: 15px;
  margin-right: 15px;
}
#clubBrowserRight .innerText, #clubBrowser .innerText {
  text-align: center;
  margin-bottom: 5px;
}
.escort {
  width: 299px;
  margin: 0 20px 20px 15px;
}
.contact {
  width: 390px;
  margin: 0 10px 20px 15px;
}
.contactText {
  margin-left: 400px;
}
.browse {
  font-size: 1.38em;
  line-height: 25px;
}
.gallery {
  float: left;
  width: 48%;
  margin-left: 15px;
}
.bottomPhotos {
  margin-top: 10px;
  float: right;
}
.bottomPhotos .galleryImage {
    width: 169px;
}
.left {
  float: left;
}
#clubBrowser {
  width: 390px;
  float: left;
}

.galleryImage {
  float: left;
  width: 178px;
  margin: 10px 30px 10px 0;
}
.galleryImage img {
  border: 5px solid #303030;
}

/* MENU STYLE*/
ul#pageMenu {
  list-style: none;
  font-size: 1.3em;
  font-weight: bold;
  background: url('../data/content/images/menuBg.gif') repeat-x top left;
  height: 59px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

ul#pageMenu li {
  display: inline;
}
ul#pageMenu li.first a {
  background: none;
}
ul#pageMenu li a {
  color: #adadad;
  padding: 10px 10px;
  background: url('../data/content/images/menuBorder.gif') no-repeat top left;
}
ul#pageMenu li a.flag {
  padding: 10px 0 10px 6px;
}
ul#pageMenu li a.selected,ul#pageMenu li a:hover {
  color: #ed1d24;
}

/* BLOCK DEFINITIONS */
.block.Red {
  background: #000;
  border: 1px solid #ed1c24;
}
.Red h1 {
  background: url('../data/content/images/blockHeaderBg.gif') repeat-x;
  padding: 5px 10px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.2em;
  height: 29px;
  margin: 0;
  text-align: left;
}

.Red .innerText {
  padding: 0 5px;
  text-align: left;
}


#pageFooter {
  height: 59px;
  color: #FFFFFF;
  text-align: right;
  padding: 0 10px 0 0;
  background: url('../data/content/images/footerBg.gif') repeat-x top left;
  line-height: 39px;
  position: relative;
}
#pageFooter #counter {
  position: absolute;
  left: 10px;
  top: 5px;
}
/* ADMINISTRATION STYLES */
.editorTextArea {
  width: 100%;
  height: 100px;
}
