/* IE6 PNGFIX */

img, div, input, a, body, p { behavior: url("iepngfix.htc") }

/* FireFox Selection Fix */

a {
  user-focus: none;
  outline: none;
  -moz-user-focus: none;
  -moz-outline: none;
  behavior: url(/includes/userfocus.htc)
}

a:focus {
  user-focus: none;
  outline: none;
  -moz-user-focus: none;
  -moz-outline: none;
  behavior: url(/includes/userfocus.htc)
}

/* BMA Main CSS */

body {
  margin: 0;
  padding: 0;
  background: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.clear {
  line-height: 0;
  overflow: hidden;
  height: 0;
  clear: both;
  font-size: 1px;
}

#nav a {
  display: block;
  height: 54px;
  text-indent: -9999px;
}

a#nav-home { background: url('images/nav-home.png') no-repeat top left; width: 164px; }
a#nav-home:hover { background-position: bottom left; }
a#nav-submit { background: url('images/nav-submitagirl.png') no-repeat top left; width: 256px; }
a#nav-submit:hover { background-position: bottom left; }
a#nav-member { background: url('images/nav-memberarea.png') no-repeat top left; width: 262px; }
a#nav-member:hover { background-position: bottom left; }
a#nav-join { background: url('images/nav-join.png') no-repeat top left; width: 318px; }
a#nav-join:hover { background-position: bottom left; }

#content1 {
  background: #ffffff url('images/content-bg-1.png') repeat-x top left;
  font-size: 14px;
}

#videoholder { background: #000000; width: 422px; height: 308px; }

#content1-c { position: relative; }
#content1 h2 { font-size: 26px; }
#content1 p { width: 95%; }

a.bigredlink { color: #d01919; font-weight: bold; font-size: 16px; }
a.bigredlink:hover { color: #000000; }

#content1-thumbs { position: absolute; bottom: 7px; right: 10px; }
#content1-thumbs img { border: 2px solid #000000; }

#content1-tpad { padding-left: 10px; }

#stats-holder { position: relative; }
#stats {
  position: absolute;
  top: 17px;
  left: 30px;
  color: #ffffff;
  font-size: 16px;
}
#stats strong { color: #ff9600; }
#stats span { color: #3d0202; padding: 0 4px; }

#footer {
  color: #FFFFFF;
  position: relative;
}
#footer a { color: #FFFFFF; }

#ftr-links { position: absolute; top: -3px; left: 130px; }
#ftr-copyright { position: absolute; top: 14px; left: 220px; font-size: 10px; }

/* Thumbs */

.mthumb-holder {
  padding: 12px 0 0 8px;
}

.mthumb-wrapper {
  float: left;
  display: inline;
  position: relative;
  background: url('images/content-gallery-box.gif') no-repeat top left;
  width: 192px;
  height: 263px;
  margin: 0 6px 7px 0;
  overflow: hidden;
}

.mthumb { 
  width: 176px;
  height: 249px;
  padding: 7px 8px;
}

.mthumb img { border: none; }

.mthumb a {
  width: 177px;
  height: 221px;
  display: block;
  position: absolute;
  background: url('images/viewgallery-out.png') repeat top left;
  left: 8px;
  top: 7px;
}
.mthumb a:hover {
  background: url('images/viewgallery.png') no-repeat 50% 50%;
}
.mthumb a span { display: none; }

.vthumb-holder {
  padding-bottom: 12px;
  padding-left: 6px;
  padding-top: 4px;
}

.vthumb-wrapper {
  width: 314px;
  height: 237px;
  padding: 2px;
  background: #000000;
  position: relative;
  float: left;
  margin: 8px 0 0 8px;
}

.vthumb img { border: none; }

a.vplay { position: absolute; bottom: 2px; left: 2px; background: url('images/playernav.png') no-repeat top left; width: 314px; height: 18px; display: block; border: none; }
a.vplay span { display: none; }

a.vplay2 { background-position: 0px -18px; }
a.vplay3 { background-position: 0px -36px; }
a.vplay4 { background-position: 0px -54px; }
a.vplay5 { background-position: 0px -72px; }
a.vplay6 { background-position: 0px -90px; }

a.vstart {
  background: url('images/play.png') no-repeat top left;
  display: block;
  position: absolute;
  top: 80px;
  left: 127px;
  width: 62px;
  height: 57px;
}
a.vstart span { display: none; }
a.vstart:hover { background-position: bottom left; }

.mthumb-name {
  color: #ffc000;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0 0 8px;
}

.mt-facebook { background: url('images/galleryb-facebook.gif') no-repeat 6px 230px; }
.mt-flickr { background: url('images/galleryb-flickr.gif') no-repeat 6px 230px; }
.mt-myspace { background: url('images/galleryb-myspace.gif') no-repeat 6px 230px; }
.mt-photobucket { background: url('images/galleryb-photobucket.gif') no-repeat 6px 230px; }
