 /*--------- NOTCOT.ORG css1.css mar 27 06 -----------*/

html {
    padding: 0;
    margin: 0;
    }

body {
    padding: 0;
    margin: 0;
    background: #ffffff;
    text-align: left;
    color: #eeeeee;
    font-family: "Trebuchet MS", Trebuchet, Helvetica, verdana, arial, sans-serif;
    background: white url('images/bg-w.gif') repeat;
    background-position: 2px 0;
    //background-position: 3px 0;
    }

form {
    padding: 0;
    margin: 0;
}

a {text-decoration: none; font-weight: normal;}
a:link {text-decoration: none; color: #000000; font-weight: normal;}
a:visited {text-decoration: none; color: #000000; font-weight: normal;}
a:active {text-decoration: none; color: #000000; font-weight: normal;}
a:hover {text-decoration: none; color: #11bbff; font-weight: normal;}

a.postlink {text-decoration: none; border-bottom: 1px dotted #000000;}
a.postlink:hover {text-decoration: none; border-bottom: 1px dotted #11bbff;}

a.nohref:hover {
  cursor: hand;
}

p, h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    }

.error{
  color: #b63226;
  font-weight: bold;
}

.ajax_wait_div {
  position: absolute;
  top: 130px;
  left: 134px;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  margin: 0;
  padding: 0;
  background: transparent url(images/ajax-loader.gif);
  z-index: 2004;
}

.transparent_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    width: 300px;
    height: 390px;
    background: transparent url('images/bg-w.gif') -1px 0;
    opacity:0.45;
    filter:alpha(opacity=45);
    z-index: 2003;
}

.transparent_wrapper_toolbar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 22px;
    background: black;
    opacity:0.75;
    filter:alpha(opacity=75);
    z-index: 2003;
}

/* ---------- Navigation ---------------------------------------------*/
.navbar {
  display: block;
  width: 100%;
  height: 26px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  background: black url('images/newnavbar.gif') no-repeat -559px 1px;
}

/* Note: in this area selector specificity makes a big difference */
.navbar .notcotcom,
.navbar .notcotorg,
.navbar .notcouture,
.navbar .liqurious,
.navbar .notventures,
.navbar .notlabs,
.navbar .notcontests {
  display: inline-block;
  height: 25px;
  overflow: hidden;
  margin: 1px 0 0 0;
  padding: 0;
  float: left;
  background: black url('images/newnavbar.gif') no-repeat top left;
}

.navbar .notcotcom {
  margin-left: 108px;
  width: 60px;
  background-position: -3px 0;
}
.navbar a.notcotcom:hover {
    background-position: -3px -24px;
}

.navbar .notcotorg {
  width: 85px;
  background-position: -63px 0;
}
.navbar a.notcotorg:hover {
    background-position: -63px -24px;
}

.navbar .notcouture {
  width: 89px;
  background-position: -148px 0;
}
.navbar a.notcouture:hover {
    background-position: -148px -24px;
}

.navbar .liqurious {
  width: 73px;
  background-position: -237px 0;
}
.navbar a.liqurious:hover {
    background-position: -237px -24px;
}

.navbar .notventures {
  width: 94px;
  background-position: -310px 0;
}
.navbar a.notventures:hover {
    background-position: -310px -24px;
}

.navbar .notlabs {
  width: 67px;
  background-position: -404px 0;
}
.navbar a.notlabs:hover {
    background-position: -404px -24px;
}

.navbar .notcontests {
  width: 93px;
  background-position: -471px 0;
}
.navbar a.notcontests:hover {
  background-position: -471px -24px;
}

/* ---------- Ad Strip coding ---------------------------------------------*/

#positioning {
    position: relative;
}

#adstripnew{
    margin: -1px 0 0 0;
    background: transparent url(images/adstripbg.png) repeat-x;
    width: 100%;
    min-height: 99px;
    padding-top: 1px;
}

#adstripbottom {
    margin: 0px 0 0 0;
    min-height: 99px;
    background: transparent url(images/adstripbg-transparent.png) bottom left repeat-x;
    padding-bottom: 1px;
}

#adleaderboard{
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -364px; /* 728/2 */
    margin-bottom: 0px;
    width: 728px;
    font-size: 0; /* make sure it disappears when empty */
}
  
#adsuperleaderboard{
    margin: 6px auto 8px auto;
    width: 970px;
/* for testing
    width: 970px;
    height: 418px;
    height: 66px;
    background-color: lightgray;
*/
}

/* ---------- Main Menu ---------------------------------------------*/
#rightbanner {
    position: relative;
}

#leftbanner {
  position: absolute;
  top: 0;
  left: 0;
}

#randomizerbutton {
    float: right;
    display: inline;
    height: 90px;
    width: 80px;
    background-image: url('images/randomizerbutton_org.gif');
    margin: 3px 25px 0 0;
}

#minimenu{
    float: right;
    clear: right;
    margin: 10px 25px 0 0;
    padding: 0 0 0 25px;
    text-align: center;
    overflow: hidden;
    border-left: 1px solid #999999;
    font-weight: bold;
    color: #d2d2d2;
    background: transparent;
}

#minimenu a, #minimenu a:link, #minimenu a:visited, #minimenu a:active{ color:#d2d2d2; font-weight:bold;}

#minimenu a:hover{ color:#b63226; font-weight:bold;}

ul.mainmenu{
    list-style: none;
    position: relative;
    left: 0;
    top: 0;
    padding:0;
    margin: 8px auto 0 auto;
    color: #d2d2d2;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 22px;
    z-index: 1;
    display: block;
}

ul.mainmenu li{
    display: inline;
    padding: 0;
}

.mainmenu a {color: #d2d2d2; text-decoration: none; font-weight: bold;}
.mainmenu a:hover {color: #b63226; font-weight: bold;}

ul.adminlinks li, ul.adminlinks li a {
    font-weight: bold;
    color: #b63226;
}
ul.adminlinks li a:hover {
    font-weight: bold;
    color: #000000;
}

ul.adminToolbar{
    list-style: none;
    position: absolute;
    top: -20px;
    left: 0;
    padding:0;
    margin: 0;
    color: #7daced;
    font-size: 10px;
    font-weight: normal;
    font-family: "Trebuchet MS", Trebuchet, Helvetica, verdana, sans-serif;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 22px;
    width: 100%;
    background: transparent url('images/notcoutureAdminBarBG.gif') repeat-x 0 -44px;
}

ul.adminToolbar li{
    display: block;
    overflow: hidden;
    float: right;
    clear: none;
    padding: 0;
    text-align: center;
    background: transparent url('images/notcoutureAdminBarBG.gif') repeat-x  0 -44px;
}

ul.adminToolbar li .active{
    color: #FFFFFF;
}

ul.adminToolbar li.left{
    float: left;
    clear: none;
    padding: 0;
    text-align: center;
    background: transparent url('images/notcoutureAdminBarBG.gif') repeat-x  0 -44px;
}

.adminToolbar a {
    color: #7daced;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    overflow: hidden;
    height: 22px;
    padding: 6px 11px 0 11px;
    background: transparent url('images/notcoutureAdminBarBG.gif') repeat-x  0 -44px;
}
.adminToolbar a:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background: transparent url('images/notcoutureAdminBarBG.gif') repeat-x  0 -44px;
    position: relative;
    right: 0;
    top: 0;
}

ul.adminToolbar li.rightPendingBorder{
    margin: 0;
    padding: 0 6px 0 0;
    display: block;
    height: 22px;
    width: 8px;
    background: transparent url('images/notcoutureAdminBarBG.gif') no-repeat -8px 0;
}

ul.adminToolbar li.pending a,
ul.adminToolbar li.play a,
ul.adminToolbar li.pause a{
    color: white;
    margin: 0;
    background: transparent url('images/notcoutureAdminBarBG.gif') repeat-x 0 -22px;
}

ul.adminToolbar li.play a,
ul.adminToolbar li.pause a{
    padding-left: 5px;
}

ul.adminToolbar li.pending a {
    padding: 6px 15px 0 7px;
}

ul.adminToolbar li.pending a .pendinglabel{
    display: inline-block;
    overflow: hidden;
    line-height: 1000px;
    margin: 0 0 -2px 0;
    padding: 0 0 0 1px;
    width: 19px;
    height: 10px;
    background: transparent url('images/pending.gif') no-repeat 1px 0;
}

ul.adminToolbar li.pendingInterval{
    color: white;
    margin: 0;
    padding: 6px 10px 0 0px;
    display: block;
    height: 22px;
    overflow: hidden;
    background: transparent url('images/notcoutureAdminBarBG.gif') repeat-x 0 -22px;
}

ul.adminToolbar li.pendingInterval input.intervalValue{
    border: none;
    width: 18px;
    height: 12px;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: right;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    font-family: "Trebuchet MS", Trebuchet, Helvetica, verdana, sans-serif;
}

ul.adminToolbar li.pendingInterval .intervalIcon{
    margin: 0 0 -1px 3px;
    padding: 0;
    display: inline-block;
    height: 9px;
    width: 9px;
    background: transparent;
}

ul.adminToolbar li.pendingInterval a.decrement{
    color: white;
    font-size: 18px;
    line-height: 9px;
    margin: 0;
    padding: 1px 2px 0 3px;
    display: inline-block;
    height: 9px;
    background: transparent;
}

ul.adminToolbar li.pendingInterval a.increment{
    color: white;
    font-size: 14px;
    line-height: 10px;
    margin: 0;
    padding: 1px 2px 0 3px;
    display: inline-block;
    height: 9px;
    background: transparent;
}

ul.adminToolbar li.leftPendingBorder{
    margin: 0;
    padding: 0;
    height: 22px;
    width: 8px;
    background: transparent url('images/notcoutureAdminBarBG.gif') no-repeat 0 0;
}

ul.adminToolbar li.submissions a {
    padding-left: 28px;
    display: block;
    background: transparent url('images/sub_star.gif') no-repeat 10px 5px;
}

ul.adminToolbar li.nosubmissions a {
    padding-left: 28px;
    display: block;
    background: transparent url('images/sub_star_grey.gif') no-repeat 10px 5px;
}

ul.adminToolbar li.alert a, ul.adminToolbar li.alert a:hover{
    color: white;
}

ul.adminToolbar li.play a img{
    margin: 1px auto 0 auto;
    display: block;
    height: 10px;
    width: 9px;
}

ul.adminToolbar li.pause a img{
    margin: 1px auto 0 auto;
    display: block;
    height: 10px;
    width: 9px;
}

.sortlinks,
.mini_sortlinks {
    margin: 8px auto 0 auto;
    font-weight: bold;
    font-size: .7em;
    display: block;
    letter-spacing: -.05em;
}

.mini_sortlinks {
    margin: 2px auto 0 auto;
}

.sortlinks a,
.mini_sortlinks a {
    font-weight: bold;
}

.sortlinks .sortedby,
.mini_sortlinks .sortedby {
    font-weight: bold;
    color: #b63226;
}

/* ---------- Banner coding ---------------------------------------------*/

.head {
    position: relative;
    z-index: 100;
}

#banner {
    margin-top: 18px;
    clear: both;
    display: block;
    font-family: Verdana, Arial, sans-serif;
    padding-top: 3px;
    height: 100px;
    width: 100%;
    background-image: url('images/bg.gif');
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    z-index: 101;
    overflow: hidden;
    }

#banner a {
    font-weight: normal;
    text-decoration: none;
    color: #eeeeee;
    }

#banner .title {
    display: block;
    margin-top: 21px;
    padding: 3px 0 0 29px;
    }

#banner .big {
    font-size: 3em;
    letter-spacing: -.13em;
    //letter-spacing: -.33em;
    margin-left: 25px;
    margin-top: 28px;
    position: relative;
    top: 9px;
    }

#banner .bigsm {
    margin-left: 6px;
    //margin-left: -4px;
    display: inline;
    font-size: .5em;
    letter-spacing: -.20em;
    //letter-spacing: -.33em;
    }

#banner .backpage {
    margin-top: 20px;
    margin-left: 230px;
    display: inline;
    font-size: 1.5em;
    letter-spacing: -.13em;
    }

#banner .sm {
    font-size: .60em;
    letter-spacing: .44em;
    //letter-spacing: .22em;
    margin-left: 28px;
    margin-top: -8px;
    }

#ad{
    border: 1px solid #2c2e2e;
    float: right;
    width: 468px;
    height: 60px;
    background: none;
    margin-top: 2px;
    margin-right: 5px;
}

.add a, .add a:link, .add a:hover, .add a:visited, .add a:active {
    position: absolute;
    top: 81px;
    left: 37px;
    font-size: 12px;
    font-weight: bold;
    color: black;
    z-index: 102;
    height: 71px;
    width: 107px;
    display: block;
    overflow: hidden;
    background: transparent url('images/submit_new_link_button.jpg') no-repeat top left;
}
.add a:hover{
    color: #11bbff;
}

.tagNotice,
.notice{
    font-size: 12px;
    font-weight: bold;
    color: black;
    position: relative;
    top: -5px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    height: 16px;
    width: 60%;
    display: block;
    line-height: 10px;
    text-align: center;
}

.tagNotice {
    text-align: right;
    top: -30px;
    width: 450px;
}

.notice .thankyou{
    color: #b63226;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
}

.notice .search{
    color: #b63226;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}

.sort a, .sort a:link, .sort a:hover, .sort a:visited, .sort a:active {
    font-size: 12px;
    font-weight: bold;
}

.sort {
    font-size: 12px;
    font-weight: bold;
    color: black;
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 4;
    margin-top: -15px;
    padding-top: 10px;
    height: 16px;
    width: 200px;
    display: block;
    line-height: 12px;
    text-align: right;
}

.sort a:hover{
    color: #11bbff;
}


.user_banner{
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin-right: 5px;
    padding-top: 5px;
    height: 16px;
    line-height: 13px;
    color: #cccccc;
}


.user_banner a, .user_banner a:link, .user_banner a:visited, .user_banner a:active{
  position: relative;
  top: -1px;
  font-size: 9px;
  color: #aaaaaa;
}

.user_banner a:hover {
  color: #11bbff;
}

.star{
    font-weight: normal;
    font-size: 36px;
    line-height: 0px;
    position: relative;
    top: 13px;
}


#bannermini {
    position: absolute;
    top: 8940px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    font-family: Verdana, Arial, sans-serif;
    padding-top: 3px;
    height: 20px;
    width: 100%;
    background-image: url('images/bg.gif');
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    }

/* ---------- Polaroids ---------------------------------------------*/
#contentwrap{
    z-index: 0;
    display: block;
    overflow: hidden;
    width: auto;
    padding: 34px 8px 0 8px;
    /*padding: 34px 8px 0 7px;*/
    margin: 0 0 8px 0;
}

.faded {
    opacity:0.60;
    filter:alpha(opacity=60);
}

.polaroid{
    position: absolute;
    top: -17px;
    left: -17px;
    display: block;
    overflow: hidden;
    color: #000000;
    width: 252px;
    height: 325px;
    border: 1px solid #d1d1d1;
    padding: 12px;
    background: #ffffff;
    margin: 30px;
}

.polaroid img.mainimg{
    width: 250px;
    height: 250px;
    border: 1px solid #000000;
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 0;
    font-size: 5pt;
    text-align: center;
    color: white;
}

.polaroid .image_link{
    width: 250px;
    height: 250px;
    margin: 0 auto 14px auto;
    display: block;
}

.polaroid img.mainimg:hover{
    border: 1px solid #999999;
}

.polaroid p.description{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    line-height: 11px;
    position: absolute;
    padding: 0 4px 0 1px;
    top: 275px;
    display: block;
    width: 247px;
    height: 58px;
    overflow: hidden;
}

.polaroid a.name{
    text-align: right;
    color: #555555;
    position: absolute;
    right:12px;
    top: 265px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 2px;
}

.polaroid a.editorButton{
    background: transparent url('images/notcotorg_sprites.gif') no-repeat -59px -45px;
    z-index: 1;
    display: block;
    overflow: hidden;
    text-align: right;
    color: #555555;
    position: absolute;
    right:2px;
    top: 2px;
    width: 10px;
    height: 10px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 2px;
    font-weight: bold;
}

.polaroid a.editorButton:hover{
    background: transparent url('images/notcotorg_sprites.gif') no-repeat -59px -55px;
    z-index: 1;
}

.polaroid .clickCount{
    z-index: 1;
    display: block;
    overflow: visible;
    text-align: left;
    color: #AAAAAA;
    position: absolute;
    left:2px;
    top: 2px;
    width: 45px;
    height: 10px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 2px;
    font-weight: bold;
}

.polaroid .autoLevels{
    z-index: 1;
    display: block;
    overflow: hidden;
    text-align: left;
    color: #AAAAAA;
    position: absolute;
    right:12px;
    top: 2px;
    width: 25px;
    height: 10px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 2px;
    font-weight: bold;
}

.polaroid .revertImage{
    z-index: 1;
    display: block;
    overflow: hidden;
    text-align: left;
    color: #AAAAAA;
    position: absolute;
    right: 45px;
    top: 2px;
    width: 25px;
    height: 10px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 2px;
    font-weight: bold;
}

.shadow .viewButton{
    width: 55px;
    float: left;
    clear: none;
    opacity: 0.40;
    filter: alpha(opacity=40);
    z-index: 1;
}

.shadow .editButton{
    width: 50px;
    float: right;
    opacity: 0.40;
    filter: alpha(opacity=40);
    z-index: 1;
}

.shadow .catButton{
    width: 65px;
    float: right;
    opacity: 0.40;
    filter: alpha(opacity=40);
    z-index: 1;
}

.shadow .white {
    margin-top: -1px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.shadow .white .tabButtonLeft,
.shadow .white .tabButtonBody,
.shadow .white .tabButtonRight {
    background-image: url(images/tag_sprite_grey_pink_white.png);
    color: #666666;
}

.shadow a.white .tabButtonLeft {
    height: 22px;
    background-position: -13px -190px;
}

.shadow .white .tabButtonBody {
    background-position: 0px -151px;
    height: 16px;
}

.shadow .white .tabButtonRight {
    background-position: 0px -190px;
    height: 22px;
}

.shadow .grey .tabButtonLeft,
.shadow .grey .tabButtonBody,
.shadow .grey .tabButtonRight {
    background-image: url(images/tag_sprite_grey_pink_white.png);
}

.shadow .grey .tabButtonLeft {
    background-position: -13px -51px;
}

.shadow .grey .tabButtonBody {
    background-position: 0 -12px;
}

.shadow .grey .tabButtonRight {
    background-position: 0 -51px;
}

.shadow .pink .tabButtonLeft,
.shadow .pink .tabButtonBody,
.shadow .pink .tabButtonRight {
    background-image: url(images/tag_sprite_grey_pink_white.png);
}

.shadow .pink .tabButtonLeft {
    background-position: -13px -121px;
}

.shadow .pink .tabButtonBody {
    background-position: 0 -82px;
}

.shadow .pink .tabButtonRight {
    background-position: 0 -121px;
}

.postManagementButtonWrapper {
    display: block;
    overflow: hidden;
    height: 19px;
    width: 272px;
    margin: 0 0 0 13px;
    padding: 0 3px 0 3px;
    position: absolute;
    left: 0px;
    top: 363px;
    background: transparent;
}

.shadow .tabButton{
    display: block;
    overflow: visible;
    clear: none;
    margin: 0 -3px 0 -3px;
    background: transparent;
    border: none;
}

.shadow .tabButtonLeft{
    display: block;
    overflow: hidden;
    height: 19px;
    width: 12px;
    float: right;
    clear: none;
    text-align: right;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
}

.shadow .tabButtonBody{
    display: block;
    overflow: hidden;
    height: 13px;
    float: right;
    clear: none;
    padding: 3px 0 3px 1px;
    background-color: transparent;
    background-repeat: repeat-x;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    line-height: 9px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}

.shadow .tabButtonRight{
    display: block;
    overflow: hidden;
    height: 19px;
    width: 12px;
    float: right;
    clear: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
}

.polaroid .siteName{
    z-index: 0;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #AAAAAA;
    position: absolute;
    top: 1px;
    width: 252px;
    height: 10px;
    margin: auto 0;
    text-transform: uppercase;
    font-size: 9px;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 2px;
    font-weight: bold;
}

.polaroid .pendingControls{
    z-index: 0;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #AAAAAA;
    position: absolute;
    top: 1px;
    width: 252px;
    height: 10px;
    margin: auto 0;
    text-transform: uppercase;
    font-size: 9px;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: -2px;
    font-weight: bold;
}

.polaroid .pendingControls a {
    margin: 0 2px 0 2px;
    padding: 0 4px 1px 4px;
}

.featured_edit{
    text-align: left;
    color: #000000;
    position: absolute;
    left: 3px;
    top: 233px;
    display: block;
    height: 15px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 100;
}

.featured_edit label{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 2px;
}

.featured_edit input.featured {
    padding: 0;
    margin: 0 3px 0 0;
    float: left;
}

.crosspost_wrapper {
    display: block;
    width: 225px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: transparent;
}

.crosspost_wrapper .crosspost_item {
    float: left;
    display: block;
    width: 100px;
    overflow: hidden;
    padding: 0 0 3px 0;
    margin: 0 10px 1px 0;
    background: transparent;
}

.polaroid p.number{
    color: #000000;
    position: absolute;
    right: 3px;
    bottom: 3px;
    float: right;
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
}

.polaroid a.mid_number{
    color: #999999;
    position: absolute;
    right: 120px;
    bottom: 1px;
    float: right;
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
}


.polaroid a.mid_number:hover{
    color: #11bbff;
}

.mid_number{
    color: #999999;
    position: absolute;
    right: 120px;
    bottom: 1px;
    float: right;
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
}

.polaroid a.mid_preview_text{
    color: #993333;
    position: absolute;
    right: 115px;
    bottom: 1px;
    float: right;
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: bold;
}

.medrect_outer {
  float: left; 
  display: block;
  height: 365px; 
  margin: 19px 4px 0 8px; 
  color: #AAAAAA; 
  font-weight: normal; 
  font-size: 11px; 
  text-align: center;
}

.slide_right {
  position: relative;
  left: 313px;
}

.slide_left {
  position: relative;
  left: -312px;
}

.medrect {
  height: 250px; 
  width: 300px; 
  background: #DDDDDD;
}

.conversationalist_outer {
  float: left; 
  display: block;
  height: 365px; 
  margin: 19px 10px 0 14px; 
  color: #AAAAAA; 
  font-weight: normal; 
  font-size: 11px; 
  text-align: center;
}

.conversationalist {
  height: 250px; 
  width: 600px; 
  background: transparent;
}


/*##############################################*/
/*######## TARGET INTEGRATION CODE #############*/
/*##############################################*/

.gallery_teaser1 {
  position: relative;
  display: block;
  height: 113px;
  width: 45px;
  background: transparent url(images/blonde_doll1.gif) no-repeat 0 0;
  float: left;
  clear: none;
  margin: 239px -45px 0 -14px;
  z-index: 1000000;
}

.gallery_teaser2 {
  position: relative;
  display: block;
  height: 132px;
  width: 34px;
  background: transparent url(images/blue_doll1.gif) no-repeat 0 0;
  float: left;
  clear: none;
  margin: 225px -34px 0 -14px;
  z-index: 1000000;
}

.gallery_teaser3 {
  position: relative;
  display: block;
  height: 134px;
  width: 34px;
  background: transparent url(images/pink_doll1.gif) no-repeat 0 0;
  float: left;
  clear: none;
  margin: 228px -34px 0 -14px;
  z-index: 1000000;
}

.target_top_doll {
  display: block;
  height: 102px;
  width: 199px;
  overflow: hidden;
  position: absolute;
  top: 26px;
  left: 0;
  background: transparent url(images/top_doll.gif) no-repeat 0 0;
  z-index: 1000000;
}

.target_top_doll:hover {
  background-position: 0 -102px;
}

#footer_gallery {
  position: relative;
  display: block;
  height: 427px;
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden;
  border-top: 2px solid #CCCCCC;
  background: #88033c url(images/footer_gallery_final_wrapper_bg.jpg) repeat-x 0 0;
}

.transparent_wrapper_footerGallery {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 427px;
    background: black;
    opacity:0.45;
    filter:alpha(opacity=45);
    z-index: 10000000;
}

.ajax_wait_div_footerGallery {
  position: absolute;
  top: 160px;
  left: 700px;
  display: block;
  width: 54px;
  height: 55px;
  text-align: center;
  margin: 0;
  padding: 0;
  background: transparent url(images/ajax-loader2.gif);
  z-index: 10000001;
}

#footer_gallery .content_wrapper{
  position: relative;
  display: block;
  height: 427px;
  width: 1273px;
  margin: 0;
  overflow: hidden;
  background: transparent url(images/target_final_gallery_bg.jpg) no-repeat 0 0;
}


#footer_gallery .shop_button{
  position: absolute;
  top: 343px;
  left: 0;
  display: block;
  height: 30px;
  width: 163px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

#footer_gallery .design_for_all_button{
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  height: 33px;
  width: 188px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
}

/*###############################*/
/*####### PAGINATION ############*/
/*###############################*/

#footer_gallery .pagination{
  position: absolute;
  right: 0;
  top: 27px;
  display: block;
  height: 40px;
  width: 378px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent url(images/target_final_pagination_bg.jpg) no-repeat 0 0;
  z-index: 100000;
}

#footer_gallery .page2 {
  background-position: 0 -40px;
}

#footer_gallery .page3 {
  background-position: 0 -80px;
}

#footer_gallery .page4 {
  background-position: 0 -120px;
}

#footer_gallery .page5 {
  background-position: 0 -160px;
}

#footer_gallery .pagination a {
  position: absolute;
  top: 5px;
  display: block;
  height: 30px;
  width: 50px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 100000;
  background: transparent;
}

#footer_gallery .pagination a:hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 378px;
  background: transparent url(images/target_final_pagination_bg.jpg) no-repeat;
  z-index: 1;
}

#footer_gallery a.page1_button {
  left: 5px;
  width: 57px;
}

#footer_gallery a.page1_button:hover {
  background-position: 0 0;
}

#footer_gallery a.page2_button {
  left: 62px;
}

#footer_gallery a.page2_button:hover {
  background-position: 0 -40px;
}

#footer_gallery a.page3_button {
  left: 112px;
}

#footer_gallery a.page3_button:hover {
  background-position: 0 -80px;
}

#footer_gallery a.page4_button {
  left: 162px;
}

#footer_gallery a.page4_button:hover {
  background-position: 0 -120px;
}

#footer_gallery a.page5_button {
  left: 212px;
}

#footer_gallery a.page5_button:hover {
  background-position: 0 -160px;
}

#footer_gallery a.seeMore_button {
  right: 0;
  width: 116px;
}

#footer_gallery a.seeMore_button:hover {
  background-position: 0 -200px;
}

/*####################################*/
/*####### LOOK BACKGROUNDS ###########*/
/*####################################*/

#footer_gallery .page5 a.look1{
  background-image: url(images/target_final_look1_page5.jpg);
}

#footer_gallery .page5 a.look2{
  background-image: url(images/target_final_look2_page5.jpg);
}

#footer_gallery .page5 a.look3{
  background-image: url(images/target_final_look3_page5.jpg);
}

#footer_gallery .page4 a.look1{
  background-image: url(images/target_final_look1_page4.jpg);
}

#footer_gallery .page4 a.look2{
  background-image: url(images/target_final_look2_page4.jpg);
}

#footer_gallery .page4 a.look3{
  background-image: url(images/target_final_look3_page4.jpg);
}

#footer_gallery .page3 a.look1{
  background-image: url(images/target_final_look1_page3.jpg);
}

#footer_gallery .page3 a.look2{
  background-image: url(images/target_final_look2_page3.jpg);
}

#footer_gallery .page3 a.look3{
  background-image: url(images/target_final_look3_page3.jpg);
}

#footer_gallery .page2 a.look1{
  background-image: url(images/target_final_look1_page2.jpg);
}

#footer_gallery .page2 a.look2{
  background-image: url(images/target_final_look2_page2.jpg);
}

#footer_gallery .page2 a.look3{
  background-image: url(images/target_final_look3_page2.jpg);
}

#footer_gallery .page1 a.look1{
  background-image: url(images/target_final_look1_page1.jpg);
}

#footer_gallery .page1 a.look2{
  background-image: url(images/target_final_look2_page1.jpg);
}

#footer_gallery .page1 a.look3{
  background-image: url(images/target_final_look3_page1.jpg);
}

/*############################################*/
/*####### GENERIC LOOK POSITIONING ###########*/
/*############################################*/

#footer_gallery .looks a{
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}

#footer_gallery a.look1{
  right: 520px;
  top: 20px;
  height: 391px;
  width: 242px;
}

#footer_gallery a.look1:hover {
  background-position: 0 -391px;
}

#footer_gallery a.look2{
  right: 292px;
  top: 20px;
  height: 407px;
  width: 229px;
}

#footer_gallery a.look2:hover {
  background-position: 0 -407px;
}

#footer_gallery a.look3{
  right: 24px;
  top: 67px;
  height: 316px;
  width: 256px;
}

#footer_gallery a.look3:hover {
  background-position: 0 -316px;
}

/*#############################################*/
/*####### OLD GALLERY CODE - unused ###########*/
/*#############################################*/

#footer_gallery .gallery_thumb_wrapper{
  display: block;
  height: 250px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
}

#footer_gallery .gallery_thumbs_container{
  display: block;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  background: transparent;
}

#footer_gallery .gallery_thumb{
  display: inline-block;
  height: 200px;
  width: 250px;
  margin: 10px;
  padding: 0;
  background: green;
}

.invisible {
    display: none;
}

.hiddenPost .shadow {
  display: none;
  z-index: 1000;
}

.visiblePost .shadow {
  display: block;
  z-index: 1000;
}

.visiblePost .shadow .polaroid,
.hiddenPost .shadow .polaroid{
  border: 1px solid #999999;
}

.permalink .visiblePost .shadow,
.permalink .hiddenPost .shadow {
  position: relative;
  left: 0;
}

.lneighbor .shadow,
.rneighbor .shadow {
  background: none;
}

.lneighbor .polaroid,
.rneighbor .polaroid {
  background: none;
  border: none;
}
.lneighbor p.description,
.lneighbor .description,
.lneighbor .name,
.lneighbor .clickCount,
.lneighbor .report,
.lneighbor .vote,
.lneighbor .mid_number,
.lneighbor .tabButton,
.lneighbor a,
.rneighbor p.description,
.rneighbor .description,
.rneighbor .name,
.rneighbor .clickCount,
.rneighbor .report,
.rneighbor .vote,
.rneighbor .mid_number,
.rneighbor .tabButton,
.rneighbor a {
  display: none;
}


.lneighbor {
  float: left;
  clear: none;
  position: relative;
  left: -150px;
}

.lneighbor a.image_link,
.rneighbor a.image_link {
    display: block;
}

.lneighbor img.mainimg:hover,
.rneighbor img.mainimg:hover{
    border: 1px solid #000000;
}

.lneighbor,
.rneighbor {
    opacity:0.50;
    filter:alpha(opacity=50);
}

.lneighbor:hover,
.rneighbor:hover {
    opacity:1;
    filter:alpha(opacity=100);
}

.rneighbor {
  float: right;
  clear: none;
  position: relative;
  right: -150px;
  z-index: 100;
}

.lneighbor a.neighborLinkLeft {
    background: url('images/next_previous_arrows.gif') no-repeat top left;
    font-size: 16px;
    position: relative;
    float: right;
    display: block;
    height: 31px;
    width: 99px;
    margin-left: 10px;
    margin-right: 10px;
    top: 0px;
    border: 0;
}

.rneighbor a.neighborLinkRight {
    background: url('images/next_previous_arrows.gif') no-repeat top right;
    font-size: 16px;
    position: relative;
    float: left;
    display: block;
    height: 31px;
    width: 95px;
    margin-left: 10px;
    margin-right: 10px;
    top: 0px;
    border: 0;
}

.lost .name,
.lost a,
.lost .tabButton
{display: none;}

.lost a.image_link
{display: block;}

.lost .description {
  text-align: center;
  text-transform: uppercase;
}

.permalink, .lost{
  display: block;
  position: absolute;
  top: 302px;
  left: 0px;
  margin-left: 50%;
}

.permalink .shadow,
.lost .shadow,
.permalink .hiddenPost .shadow,
.permalink .visiblePost .shadow {
  position: relative;
  left: -164px;
}

.highlighted .polaroid a.mid_number {
    color: #11bbff;
}

.randomButton {
    background: url('images/random.gif') no-repeat bottom right;
    display: block;
    height: 18px;
    width: 118px;
    margin: 0 auto;
    border: 0;
}

.randomButton:hover {
    background-position: top right;
}


.shadow{
    float: left;
    top:0px;
    left:2px;
    padding: 0;
    margin: 5px 7px 4px 5px;
    position: relative;
    width: 300px;
    height: 375px;
    background-image: url('images/polaroidshadow.gif');
    background-repeat: no-repeat;
}

.anchor {
    position: relative;
    top: -20px;
}

a.userlink {
    border: 0;
    width: 67px;
    height: 11px;
    display: block;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 1;
    font-size: .8em;
}

.usertype {
    /*margin: 10px 0 0 0;*/
    font-size: 12px;
}

.useremail {
    margin: 0 0 7px 0;
    font-size: 12px;
    }

.userbio {
    margin: 10px 0 0 0;
    font-size: 12px;
    display: block;
    width: 250px;
    height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
}

.postCount {
    display: block;
    font-size: 12px;
    margin: 0 0 7px 0;
}

a.report {
    background: transparent url('images/notcotorg_sprites.gif') no-repeat 0 0;
    border: 0;
    width: 67px;
    height: 11px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 335px;
    left: 7px;
    z-index: 1;
}

a.report:hover {
    background: transparent url('images/notcotorg_sprites.gif') no-repeat 0 -11px;
    border: 0;
}

a.delete {
    background: transparent url('images/notcotorg_sprites.gif') no-repeat 0 -44px;
    border: 0;
    width: 58px;
    height: 11px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 335px;
    left: 7px;
    z-index: 1;
}

a.delete:hover {
    background: transparent url('images/notcotorg_sprites.gif') no-repeat 0 -55px;
    border: 0;
}

a.trash {
    background: transparent url('images/notcotorg_sprites.gif') no-repeat 0 -22px;
    border: 0;
    width: 67px;
    height: 11px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 335px;
    left: 7px;
    z-index: 1;
}

a.trash:hover {
    background: transparent url('images/notcotorg_sprites.gif') no-repeat 0 -33px;
    border: 0;
}

a.unvote {
    background: transparent url('images/notcotorg_sprites.gif') no-repeat -67px -22px;
    border: 0;
    width: 67px;
    height: 11px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 335px;
    right: 7px;
    z-index: 1;
}

a.unvote:hover {
    background: transparent url('images/notcotorg_sprites.gif') no-repeat -67px -33px;
    border: 0;
}

a.vote {
    background: transparent url('images/notcotorg_sprites.gif') no-repeat -67px 0;
    border: 0;
    width: 67px;
    height: 11px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 335px;
    right: 7px;
    z-index: 1;
}

a.vote:hover {
    background: transparent url('images/notcotorg_sprites.gif') no-repeat -67px -11px;
    border: 0;
}

a.promote {
    background: transparent url('images/notcotorg_sprites.gif') no-repeat -72px -44px;
    border: 0;
    width: 62px;
    height: 11px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 335px;
    right: 7px;
    z-index: 1;
}

a.promote:hover {
    background: transparent url('images/notcotorg_sprites.gif') no-repeat -72px -56px;
    border: 0;
}

.searchkey {
    color: red;
}

/* ---------- Report -------------------------------------------*/

.reportListForm {
  display: block;
  border-bottom: 1px solid #000000;
  margin: 10px 20px 10px 10px;
  background: none;
}

.reportListBox {
  font-size: 12px;
  font-weight: normal;
  color: black;
  display: block;
  overflow: hidden;
  background: white;
  border: solid #000000;
  border-width: 1px 1px 0 1px;
}

.clearer {
  display: block;
  clear: both;
  width: 100%;
}

.reportListBox a {text-decoration: none; font-weight: normal;}
.reportListBox a:link {text-decoration: none; color: #000000; font-weight: normal;}
.reportListBox a:visited {text-decoration: none; color: #000000; font-weight: normal;}
.reportListBox a:active {text-decoration: none; color: #000000; font-weight: normal;}
.reportListBox a:hover {text-decoration: none; color: #11bbff; font-weight: normal;}

.reportListBox input.archive {
    margin: 7px 3px 3px 10px;
    display: block;
    float: left;
    background: #FFFFFF;
}

.reportListBox .timestamp {
    margin: 5px 10px 5px 10px;
    display: block;
    float: left;
    background: #FFFFFF;
    width: 110px;
}

.reportListBox .postid {
    margin: 5px 10px 5px 10px;
    display: block;
    float: left;
    width: 70px;
}

.reportListBox .reason {
    margin: 5px 10px 5px 10px;
    width: 330px;
    display: block;
    float: left;
}

.reportListBox .todel {
    margin: 5px 10px 5px 10px;
    width: 50px;
    display: block;
    float: left;
}

.reportListBox .ipaddress {
    margin: 5px 10px 5px 10px;
    width: 70px;
    display: block;
    float: left;
}

.reportListBox .email {
    margin: 5px 10px 5px 10px;
    display: block;
    float: right;
}

.previewribbon{
    background-image: url('images/preview.gif');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 94px;
    height: 94px;
    border: none;
    margin: 0;
    padding: 0;
    opacity:0.95;
    filter:alpha(opacity=95);
}

.duperibbon{
    background-image: url('images/dupe.gif');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 94px;
    height: 94px;
    border: none;
    margin: 0;
    padding: 0;
    opacity:0.95;
    filter:alpha(opacity=95);
}

.noteribbon{
    background-image: url('images/note-ribbon.gif');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 85px;
    right: 12px;
    z-index: 1;
    display: block;
    overflow: visible;
    width: 68px;
    height: 68px;
    border: none;
    margin: 0;
    padding: 0;
    opacity:0.95;
    filter:alpha(opacity=95);
}

a.noteribbon:hover{z-index:25;}

a.noteribbon span{display: none}

a.noteribbon:hover span{ /*the span will display just on :hover state*/
  padding: 0;
  text-align: left;
  display:block;
  overflow: hidden;
  position:  absolute;
  top: -175px; left:-173px;
  width: 230px;
  height: 240px;
  background-color: transparent;
  color:#000;
  opacity:0.95;
  filter:alpha(opacity=95);
}

.bubble_body {
  padding: 0 5px 0 5px;
  margin: 0;
  width: 220px;
  height: 150px;
  overflow: auto;
  background-color:#FFA842;
}

.bubble_text {
  display: block;
  position: absolute;
  top : 7px;
  left: 5px;
  width: 220px;
  height: 170px;
  overflow: auto;
}

.top_bubble{
  height: 20px;
  width: 230px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent url('images/orange-bubble.gif') no-repeat top right;
}

.bottom_bubble{
  height: 40px;
  width: 230px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent url('images/orange-bubble.gif') no-repeat bottom right;
}

.note_user {
  margin-top: 3px;
  font-size: 10px;
  color: #000000;
  text-align: right;
}

.note_text {
  margin-top: 5px;
  font-size: 13px;
  color: #000000;
  text-align: left;
}

.pendingribbon,
.submissionribbon,
.stagingribbon{
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 94px;
    height: 94px;
    border: none;
    margin: 0;
    padding: 0;
    opacity:0.95;
    filter:alpha(opacity=95);
}

.pendingribbon{
    background-image: url('images/pending-ribbon.gif');
}

.submissionribbon{
    background-image: url('images/submission-ribbon.gif');
}

.stagingribbon{
    background-image: url('images/staging-ribbon.png');
}

.newsubs{
    background-image: url('images/newposts.gif');
    background-repeat: no-repeat;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
}


/* ---------- Note ---------------------------------------------*/
#note_formbox{
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    display: block;
    overflow: auto;
    width: 250px;
    height: 250px;
    border: 1px solid #000000;
    background: #ffffff;
    margin: -2px 0 14px -2px;
    padding: 5px 0 0 5px;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 12px;
}

#note_text textarea {
    position: absolute;
    background: #ffffff;
    height: 45px;
    width: 250px;
    border: #777777 1px solid;
    font-size: 10px;
    line-height: 10px;
    font-family: Georgia, serif;
    padding: 2px;
    margin:0;
    left: 10px;
    bottom: 15px;
}

.note_text_label {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 10px;
    bottom: 66px;
}

.note_hidepost {
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    left: 50px;
    bottom: 68px;
}

.note_info_error{
  display: block;
  font-size: 11px;
  color: #B63226;
  font-weight: bold;
}

.note_cond_error{
  display: block;
  height: 10px;
  line-height: 10px;
  color: #B63226;
  font-weight: bold;
}

.note_intro_top {
    font-size: 13px;
    line-height: 15px;
    margin: 5px 0 10px 0;
    text-align: left;
}

.note_delete {
  width: 8px;
}

.note_cond, .note_text {
  /*margin: 0;*/
}

.note_value {
  width: 70px;
}

.note_cond input {
  font-size: 11px;
  font-weight: normal;
}

.note_cond {
  font-weight: bold;
  font-size: 11px;
}

.note_cond {
  text-align: left;
}

.note_cond select {
 font-size: 10px;
  width: 45px;
}

input.note_plus {
  width: 10px;
}

.polaroid a.noteDelete{
    background-image: url('images/totrash.gif');
    background-repeat: no-repeat;
    z-index: 0;
    display: block;
    overflow: hidden;
    text-align: right;
    color: #555555;
    position: absolute;
    right:2px;
    top: 2px;
    width: 10px;
    height: 10px;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 2px;
    font-weight: bold;
}

.polaroid a.noteDelete:hover{
    background-image: url('images/totrashred.gif');
    background-repeat: no-repeat;
    z-index: 0;
}

#userCategory,
#miniUserCategory {
  display: block;
  overflow: hidden;
  width: 224px;
  height: 56px;
  text-align: left;
  margin: 5px 0 0 0;
  padding: 0;
  background: transparent;
}

#userCategory .categoryBoxUser,
#miniUserCategory .categoryBoxUser {
  display: block;
  overflow: hidden;
  width: 224px;
  height: 56px;
  margin: 0;
  border: none;
  background: transparent;
}

#userCategory,
#userCategory .categoryBoxUser {
  height: 86px;
}

#userCategory .userCategories,
#miniUserCategory .userCategories {
  display: block;
  overflow: auto;
  width: 224px;
  height: 44px;
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
}

#userCategory .userCategories {
  height: 74px;
}

.editCategory,
.prefilledCategories {
  display: block;
  overflow: hidden;
  width: 252px;
  height: 325px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1001;
  text-align: center;
}

.editCategory {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.prefilledCategories {
  opacity: 1;
  filter: alpha(opacity=100);
}

#prefilledTagWindow{
  z-index: 1002;
}

.categoryBoxFull {
  display: block;
  overflow: hidden;
  width: 250px;
  height: 320px;
  border: 1px solid #777777;
  background: #CCCCDD;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
}

.prefilledCategories .transparent {
  opacity: .8;
  filter: alpha(opacity=80);
}

.categoryBoxTop {
  display: block;
  overflow: hidden;
  width: 250px;
  height: 202px;
  border: 1px solid #777777;
  background: #CCCCDD;
}

.categoryBoxBottom {
  display: block;
  overflow: hidden;
  width: 250px;
  height: 111px;
  margin: 0;
  border: 1px solid #777777;
  background: #EEEEEE;
}

.categorySpacer {
  display: block;
  overflow: hidden;
  width: 252px;
  height: 5px;
  border: none;
  background: #FFFFFF;
}

.editCategory .title,
.prefilledCategories .title {
  display: block;
  overflow: hidden;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 0 3px 0;
  margin: 0 auto;
  width: 242px;
}

.editCategory .subtitle {
  display: block;
  overflow: hidden;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 0 3px 0;
  margin: 0 auto;
  width: 242px;
}

.editCategory .savedNote,
.prefilledCategories .savedNote {
  position: absolute;
  top: 5px;
  left: 4px;
  color: #b63226;
  font-weight: bold;
  font-size: 13px;
  line-height: 12px;
  z-index: 1002;
}

.prefilledCategories .allCategories {
  display: block;
  overflow: auto;
  width: 234px;
  height: 257px;
  background: white;
  margin: 0 auto 5px auto;
  padding: 3px;
  border: 1px solid #999999;
}

.prefilledCategories .categoriesFull {
  display: block;
  overflow: auto;
  width: 234px;
  height: 287px;
  background: white;
  margin: 0 auto 5px auto;
  padding: 3px;
  border: 1px solid #999999;
}

.editCategory .existingCategories {
  display: block;
  overflow: auto;
  width: 234px;
  height: 140px;
  background: white;
  margin: 0 auto 5px auto;
  padding: 3px;
  border: 1px solid #999999;
}

.editCategory .suggestedCategories {
  display: block;
  overflow: auto;
  width: 234px;
  height: 70px;
  background: white;
  margin: 0 auto 5px auto;
  padding: 3px;
  border: 1px solid #999999;
}

#userCategory .categoryBox,
#miniUserCategory .categoryBox,
.editCategory .categoryBox,
.prefilledCategories .categoryBox {
  display: block;
  overflow: hidden;
  float: left;
  clear: none;
  width: 96px;
  border: 1px solid #AAAAAA;
  background: #CCCCCC;
  padding: 2px 2px 0px 2px;
  margin: 2px;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
}

#userCategory .categoryBox .categoryCheckBox,
#miniUserCategory .categoryBox .categoryCheckBox,
.editCategory .categoryBox .categoryCheckBox,
.prefilledCategories .categoryBox .categoryCheckBox {
  display: block;
  overflow: visible;
  height: 12px;
  width: 12px;
  float: left;
  clear: left;
  margin: 0 0 0 0;
  background: transparent;
  padding: 0;
}

#userCategory .categoryBox .categoryLabel,
#miniUserCategory .categoryBox .categoryLabel,
.editCategory .categoryBox .categoryLabel,
.prefilledCategories .categoryBox .categoryLabel {
  display: block;
  overflow: hidden;
  width: 79px;
  float: left;
  clear: right;
  padding: 0 0 3px 3px;
  margin: 0;
  cursor: pointer;
}

#userCategory .categoryBox .categoryLabel,
#miniUserCategory .categoryBox .categoryLabel {
  width: 75px;
  padding: 0 0 0 2px;
  margin: 0;
  letter-spacing: 0;
}

#userCategory .categoryBox,
#miniUserCategory .categoryBox {
  font-weight: normal;
  font-size: 11px;
  line-height: 14px;
  width: 91px;
  padding: 1px 2px 1px 2px;
  margin: 2px;
  background: #EEEEEE;
  border: 1px solid #CCCCCC;
}

#userCategory .addCategoriesTextArea,
#miniUserCategory .addCategoriesTextArea,
.tagNotice .addCategoriesTextArea,
.editCategory .addCategoriesTextArea,
.prefilledCategories .addCategoriesTextArea {
  width: 235px;
  height: 15px;
  border: 1px solid black;
  background: white;
  padding: 0 0 2px 3px;
  //padding: 2px 0 0 3px;
  margin: 2px auto 0 auto;
  font-size: 12px;
  line-height: 12px;
}

.postsiteid {
  display: none;
}

/* ---------- Form ---------------------------------------------*/

input.bulkSubTop{
    background: black;
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    position: absolute;
    top: 280px;
    right: 30px;
    z-index: 1000;
}

input.bulkSubBottom{
    background: black;
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    float: right;
    clear: both;
    margin: 0 30px 0 0;
    z-index: 1000;
}

#formbox{
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 224px;
    height: 230px;
    border: 1px solid #000000;
    background: #ffffff;
    margin: 0 auto 14px auto;
    padding: 7px 13px 13px 13px;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 12px;
}

#fullformbox{
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 224px;
    height: 290px;
    border: 1px solid #000000;
    background: #ffffff;
    margin: 0 auto 14px auto;
    padding: 13px;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 12px;
}

.form_error{
  display: block;
  height: 10px;
  line-height: 10px;
  color: #B63226;
  font-weight: bold;
}

/*
#formbox .error_desc,
#fullformbox .error_desc
*/
.error_desc
{
  display: block;
  color: #b63226;
  font-size: 11px;
  font-weight: bold;
  line-height: 10px;
  position: absolute;
  top: 265px;
  left: 13px;
  z-index: 10000;
}

#formbox p,
#fullformbox p{
    font-size: 11px;
    letter-spacing: 0px;
}

#formbox p.intro,
#fullformbox p.intro{
    font-size: 13px;
    line-height: 15px;
    margin: 18px 0 10px 0;
    //margin: 18px 0 10px 0;
}

#formbox p.mini_intro,
#fullformbox p.mini_intro{
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 5px 0;
    //margin: 18px 0 10px 0;
}

#formbox p.intro_top,
#fullformbox p.intro_top{
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 25px 0;
}

#formbox label,
#fullformbox label{
    margin: 0;
    padding: 0;
}

#formbox_rep{
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 224px;
    height: 310px;
    border: 1px solid #000000;
    background: #ffffff;
    margin: 0 auto 14px auto;
    padding: 8px 13px 0 13px;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 12px;
    font-weight: bold;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

input.imagefile{
  height: 20px;
  width: 220px;
  padding: 0;
  margin: 0;
}

.pass_div,
.image_div,
.link_div,
.email_div,
.bio_div,
.user_div,
.list_div {
  margin: 0;
}

.pass_div,
.image_div,
.link_div,
.email_div,
.user_div,
.featured_div,
.remember_div {
  text-align: right;
}

#formbox .featured_div,
#formbox .remember_div
{
  clear: both;
  float: none;
  display: block;
  overflow: hidden;
  padding: 2px 0 0 0;
}

#formbox .featured_div input,
#formbox .remember_div input
{
  font-size: 14px;
  line-height: 14px;
  float: right;
  clear: right;
}

#formbox .featured_div label,
#formbox .remember_div label
{
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0;
  padding: 0 3px 0 0;
  margin: 0;
  background: transparent;
  float: right;
  clear: left;
}

#formbox .forgot_pass {
  float: right;
  text-align: right;
  padding: 2px 0 0 0;
  color: #777777;
  font-size: 9px;
}

#formbox .form_error .forgot_pass {
  display: block;
  text-align: right;
  padding: 3px 0 1px 0;
  color: #777777;
  font-size: 9px;
  width: 100%;
}

#formbox label{
  display: inline;
}

.bio_div{
  text-align: left;
}

.link_div_left,
.image_div_left,
.code_div{
  text-align: left;
  margin: 5px 0 0 0;
}

#fullformbox input.user,
#fullformbox input.pass,
#fullformbox input.link,
#fullformbox input.code,
#fullformbox input.email{
  height: 10px;
  width: 110px;
  padding: 0;
  margin: 0;
}

#formbox input.user,
#formbox input.pass,
#formbox input.email_small{
  height: 15px;
  width: 150px;
  padding: 0;
  margin: 0;
}

#formbox input.link,
#formbox input.code{
  height: 15px;
  width: 220px;
  padding: 0;
  margin: 0;
}

input.subemail{
    width: 220px;
    margin: 0;
    padding: 0;
}

input.list{
    border: none;
}

#emailsub{
  margin: 35px 0 5px 0;
  //margin: 20px 0 5px 0;

}

.sublist{
  padding: 0;
  margin: 3px 0 0 0;
  text-align: right;
}

.sublist input.list{
  padding: 0;
  margin: 0;
}

input{
    font-family: "Trebuchet MS", Trebuchet, Helvetica, verdana, arial, sans-serif;
    background: #ffffff;
    font-size: 9px;
    line-height: 12px;
    margin: 0;
    letter-spacing: 0px;
}

input.name{
    border: #777777 1px solid;
    letter-spacing: 2px;
    background: #ffffff;
    text-align: right;
    color: #555555;
    text-transform: uppercase;
    padding: 1px;
    margin: 0;
    font-size: 9px;
    width: 140px;
    height: 13px;
    position: absolute;
    right:12px;
    top: 265px;
}

textarea.description{
    position: absolute;
    left: 12px;
    top: 275px;
    height: 58px;
    width: 253px;
    background: #ffffff;
    border: none;
    font-size: 9px;
    line-height: 11px;
    font-family: Verdana, Geneva, sans-serif;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #EDEDED;
}

textarea.explanation{
    background: #ffffff;
    height: 79px;
    width: 218px;
    color: #000000;
    border: #000000 1px solid;
    font-size: 10px;
    line-height: 10px;
    font-family: Georgia, serif;
    padding: 2px;
    margin:10px 0 0 0;
}

textarea.bio{
    background: #ffffff;
    height: 35px;
    width: 220px;
    border: #777777 1px solid;
    font-size: 10px;
    line-height: 10px;
    font-family: Georgia, serif;
    padding: 2px;
    margin:0;
}

img.skull {
  margin: 2px;
  position: relative;
  top: 3px;
}

input #taste, input #link_pic, input #messup {
    border: none;
}

.plsdelete{
  margin-top: 8px;
  text-align: right;
}

a.minisub,
input.minisub{
    border: 0 solid;
    color: #000000;
    position: absolute;
    right: 12px;
    bottom: 4px;
    font-size: 11px;
    letter-spacing: 1px;
}

a.minisub {
  font-weight: bold;
}

input.searchbox {
    font-weight: bold;
    width: 13em;
    margin: 0;
    padding: 2px 0 0 2px;
    height: 11px;
}

input.minisearch{
    color: #000000;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    top: 3px;
    background: transparent;
    height: 15px;
    width: 26px;
}

a.minican{
    color: #000000;
    display: block;
    position: absolute;
    left: 12px;
    bottom: 3px;
    //bottom: 1px;
    line-height: 1em;
    font-size: 11px;
    letter-spacing: 1px;
}

a.miniedit{
    color: #B63226;
    display: block;
    position: absolute;
    left: 12px;
    bottom: 6px;
    //bottom: 1px;
    line-height: 1em;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: bold;
}

a.logout{
  display: block;
  position: absolute;
  right: 12px;
  bottom: 7px;
}

a.edit_profile{
  display: block;
  position: absolute;
  left: 12px;
  bottom: 7px;
}

a.reguser{
  height: 12px;
  text-align: center;
  width: 125px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 1px solid black;
}

a.genuser{
  height: 12px;
  text-align: center;
  width: 125px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

a.deselected, a.deselected:link, a.deselected:visited, a.deselected:hover, a.deselected:active {
  color: #FFFFFF;
  background: #AAAAAA;
  border-bottom: 1px solid black;
}

a.selected, a.selected:link, a.selected:hover, a.selected:visited, a.selected:active {
  color: black;
  background: white;
}


/* ---------- Footer ---------------------------------------------*/
.footer{
    color: #111111;
    display: block;
    clear:both;
    padding-top: 15px;
    margin-bottom: 10px;
    font-family: "Trebuchet MS", Trebuchet, Helvetica, verdana, arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    }

a#newer{
    background: transparent url('images/grey_arrows.gif') no-repeat bottom left;
    font-size: 16px;
    position: relative;
    float: left;
    display: block;
    height: 31px;
    width: 35px;
    margin-left: 10px;
    margin-right: 10px;
    top: 0px;
    border: 0;
    }

a#newer:link, a#newer:active, a#newer:visited{
}
a#newer:hover {
    background: transparent url('images/grey_arrows.gif') no-repeat top left;
    border: 0;
}

a#older{
    background: transparent url('images/grey_arrows.gif') no-repeat bottom right;
    font-size: 16px;
    position:relative;
    float: right;
    display: block;
    height: 31px;
    width: 35px;
    margin-right: 10px;
    margin-left: 10px;
    top: 0px;
}

a#older:link, a#older:active, a#older:visited{}
a#older:hover {
    background: transparent url('images/grey_arrows.gif') no-repeat top right;
    border: 0;
}

#numbers{
    margin: 0 65px 30px 65px;
    display: block;
    text-align: center;
    line-height: 16px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: -0px;
}

#numbers a{
  text-decoration: none;
}

#numbers a:hover, #numbers a:link, #numbers a:active, #numbers a:visited {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  letter-spacing: -1.5px;
}

#numbers a:hover {
  letter-spacing: -2px;
}

#numbers a .page{
  letter-spacing: 0px;
}

#numbers a:hover .page{
  font-size: 18px;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  letter-spacing: -3px;
  line-height: 10px;
}

#currentPage {
  font-size: 16px;
  font-weight: bold;
  display: inline;
  letter-spacing: -2px;
  /*color: #11bbff;*/
}

#currentPage a {

}
.page {
  display: inline;
}

.textads {
    background: transparent;
    border: 1px solid #bbbbbb;
    color: #888888;
    margin: 0 auto;
    display: block;
    width: 728px;
    height: 90px;
}

.tagcloud {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
    background: transparent;
    border: 1px solid #DDDDDD;
    border-width: 1px 0 1px 0;
    padding: 15px 10px 15px 10px;
    margin: 0 15% 0 15%;
    display: block;
    overflow: hidden;
}
.tagcloud a {
    font-weight: normal;
    text-transform: lowercase;
    padding: 0 0 0 0;
    color: #888888;
}

#cr{
    clear: both;
    width: 522px;
    height: 45px;
    margin: 30px auto 7px auto;
    font-family: "Trebuchet MS", Trebuchet, Helvetica, verdana, arial, sans-serif;
    font-size: 9px;
    color: #111111;
}

#cr span {
	position: relative;
	top: -35px;
	left: 43px;
}

#cr a {
	color: #11bbff;
	text-decoration: underline;
	margin-left: 5px;
}

#cr #wiredtree{
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url('images/wiredtreed.gif') no-repeat;
}

/* ---------- ABOUT PAGE ---------------------------------------------*/
#contentwrap2{
    padding-top: 25px;
    left: 0;
    display: block;
    overflow: hidden;
    margin: 8px;
    margin-right: 155px;
    width: auto;
}
/* ---------- HELP PAGE ---------------------------------------------*/
.helpmain{
    padding: 10px;
    border: 1px solid #d1d1d1;
    background: #ffffff;
    margin: 20px;
    font-size: 12px;
    color: black;
    line-height: 16px;

}

.helpmain h1{
     font-size: 12px;
   font-weight: bold;
    display: inline;
}

.helpmain h2{
   font-weight: bold;
    display: inline;
    font-size: 15px;
}

.helpmain p{
    margin-bottom: 15px;
}

/*-------BELOW ADDED BY SHADEELAINE FOR HELP PAGE----------*/
.helpSections {
font-size: 14px;
font-weight: bold;
color: #11bbff;
}


ol.helpList {
margin-left: -20px;
}

ol.helpList li {
margin-bottom: 5px;
}

/*------------------------Botttom--------------------------*/
#farbottom{
    width: 100%;
    background: #ffffff;
    padding-bottom: 25px;
    overflow: visible;
}

#adstripbot{
    position: relative;
    top: -1px;
    height: 99px;
}

#testadbot{
    margin-left: auto;
    margin-right: auto;
    width: 728px;
    height: 90px;
    border: 1px solid #d2d2d2;
}

.ads{
    float: right;
    clear: right;
    /* width: 300px; */
    height: 600px;
    padding: 20px;
    border: 6px solid #fff;
    background-color: #000;
    overflow: hidden;
}

.squaresad{
    /* for testing
    width: 300px;
    height: 250px;
    border: 1px solid black;
    */
}
.squaresad2{
    /* for testing
    width: 300px;
    height: 250px;
    border: 1px solid black;
    */
    margin-top: 72px;
}

.squaresadtower{
    /* for testing 
    width: 300px;
    height: 600px;
    border: 1px solid black;
    */
}

.squares{
    display: block;
    overflow: hidden;
    width: 100%;
    height:250px;
    //height:252px;
    padding-left: 15px;
    padding-right: 15px;
}

.smallsquares, .notsmallsquares{
    float: left;
    height: 120px;
    width: 120px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.smallsquares a img{
    border: 1px solid black;
}

.smallsquares a img:hover {
    border: 1px solid gray;
}

.notsmallsquares a img{
    border: 1px solid gray;
}

.notsmallsquares a img:hover{
    border: 1px solid #d2d2d2;
}

#orgroundup{
    overflow: hidden;
    margin-top: 0;
    border-top: 1px solid #333;
    height: 302px;
    background-image: url('images/orgbg.gif');
    margin-bottom: 0;
}

#orgroundhead{
    margin-top: 10px;
    margin-left: 15px;
    background-image: url('images/orghead.gif');
    width: 616px;
    height: 23px;
}

#coutureroundup{
    background: url('images/gradientBG.gif') repeat-x #fff;
    margin-top:0;
    height: 302px;
    margin-bottom: 20px;
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
}

#coutureroundhead{
    margin-top: 10px;
    margin-left: 15px;
    background-image: url('images/couhead.gif');
    height: 37px;
    width: 546px;
}

#liquriousroundup{
    background: white;
    margin-top:0;
    height: 302px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border-top: 1px solid #d2d2d2;
}

#liquriousroundhead{
    margin-top: 10px;
    margin-left: 15px;
    background: white url(images/liquriousfooter.jpg) no-repeat;
    height: 37px;
    width: 546px;
}

#tasteroundup{
    background-image: url('images/tastehead.jpg');
    margin-top:-1px;
    height: 314px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

#tasteroundhead{
    display: block;
    margin-top: 10px;
    margin-left: 15px;
    width: 616px;
    height: 23px;
}
