html, body {
    height: 100%;
    background-color: #000;
    color: #fff;
}

a, a:hover, a:link, a:active, a:visited {
    text-decoration: none;
}

i, em {
    font-style: italic !important;
}

b, strong {
    font-weight: bold !important;
}

sup { vertical-align: top; }

.image-link, .image-link:hover, .image-link:active, .image-link:visited {
    color: transparent;
    padding: 0;
}

.image-link img {
    margin: 0;
}

.back-link {
    color: #fff;
    border: 1px solid #fff;
    margin-top: 10px;
    padding: 2px 15px;
}

.nowrap {
    white-space: nowrap;
}

#content_col {
    
}

#custom-doc {
    margin:auto;
    text-align:left;
    width: 76.15em;
    *width: 74.25em;
    min-width: 990px;    
    color: #fff;
    font-family: Arial;
    padding: 0;
}

#hd .banner, #ft .banner {
    display: block;
    margin-bottom: 10px;
}

#hd .banner {
    margin-top: 30px;
    margin-bottom: 15px;
}

#hd .hr, #ft .hr {
    clear: both;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}

#hd .hr {
    margin-top: 4px;
}

ul.layout-menu {
    list-style-type: none;
    *width: 100%;
}

ul.layout-menu li {
    float: left;
}

ul.layout-menu li a {
    color: transparent;
}

ul.footer-menu li {
    margin-right: 13px;
}

.page-col {
    margin: 0;
    padding: 0;
}

.marquee-container {
    width: 5.77em;
    *width: 5.625em;
    min-width: 75px;
    float: left;
    position: relative;
    margin: 0px;
}

.ads-container {
    width: 24.23em;
    *width:  23.625em;
    min-width: 314px;
    
    float: right;
    margin: 0px;
    padding: 0px;
}

.main-with-marquee {
    width: 70.38em;
    *width: 68.625em;
    min-width: 915px;
    float: right;
    margin: 0px;
}

.main-with-ads {
    width: 51.92em;
    *width: 50.625em;
    min-width: 675px;
    
    float: left;
    margin: 0px;
}

.main-with-ads-and-marquee {
    margin-left: 5.77em;
    *margin-left: 0em;
    width: 46.15em;
    *width: 45em;
    min-width: 600px;
    float: left;
}

.error_message {
    color: #e11010;
}

.ad-link {
    float: right;
    clear: both;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

#page_popup_ad {
    background-color: black;
}

#page_popup_ad .title {
    color: #fff;
    text-align: right;
    font-size: 116%;
    padding: 3px 0px 5px 0px;
}

#page_popup_ad .title a {
    color: #fff;
    font-weight: bold;
}

.space-hr {
    clear: both;
    font-size: 10%;
    height: 15px;
    display: block;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    border: none;
}

.boxed-thumbnail {
    border: 1px solid black;
}

.boxed-thumbnail-secondary {
    border: 1px solid #7f7f7f;
}


/* IFRAME FORMS (contests and parties) */

#iframe-doc {
    margin:auto;
    text-align:left;
    width: 48.85em;
    *width: 47.63em;
    min-width: 635px;
    color: #000;
    font-family: Arial;
    padding: 0;
}

#iframe-doc #bd {
    padding: 36px 18px 22px 22px;
}

#iframe-doc #bd .close-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 27px;
    height: 27px;
    background: transparent url(../img/iframe/close.png) no-repeat;
    background-position: center;
    _background: none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/iframe/close.png', sizingMethod='scale');
}

#iframe-doc #bd .user-form .error_message {
    display: inline;
}

#iframe-doc #bd .user-form .form-instructions {
    font-size: 93%;
    margin-top: 0.5em;
}

#iframe-doc #bd .user-form table {
    width: 495px; 
    margin: 30px 0 30px 0;
}

#iframe-doc #bd .user-form table td.short-col {
    width: 231px;
}

#iframe-doc #bd .user-form table td.label-col {
    padding-top: 3px;
}

#iframe-doc #bd .user-form table input.text,
#iframe-doc #bd .user-form table textarea {
    width: 100%;
}

#iframe-doc #bd .user-form table .prompt-text {
    font-size: 123.1%; 
    padding-top: 25px; 
    padding-bottom: 7px
}

#iframe-doc #bd .user-form table .upload-instructions {
    font-size: 93%; 
    color: #333; 
    padding-top: 3px;
}

#iframe-doc #bd .user-form input.submit {
    float: left;
}

.admin #iframe-doc #bd {
    color: #fff;
}

#popup-doc {
    background-color: #000;
    color: #fff;
}

#popup-doc #bd {
    text-align: left;
    padding: 20px;
}

#popup-doc #bd a {
    color: #999;
    text-decoration: underline;
}

#popup-doc #bd .close-link {
    text-align: center;
}

#popup-doc #bd .title {
    font-size: 123.1%;
    font-weight: bold;
    text-align: center;
}

#popup-doc #bd .content {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

/*  HOME PAGE */

.home #content_col {
    letter-spacing: 0.085em;
}

.home #bd .carousel-belt {
    font-size: 123.1%;
}

.home #bd .carousel {
    width: 680px; 
    height: 345px; 
    position: relative;
}

.home #bd .carousel-card {
    position: absolute;
    top: 0;
    left: 0;
}

.home #bd .carousel-belt {
    width: 680px; 
    height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
}

.home #bd .carousel-belt .button {
    float: left;
    cursor: pointer;
}

.home #bd .carousel-belt img {
    _float: left;
}

.home #bd .carousel-belt a.snippet {
    color: #fff;
    padding-left: 0.3em;
    _position: absolute;
}

.home #bd .callout-container {
    background-color: #fff;
    color: #7f7f7f;
    padding: 23px 20px 13px 167px;
    height: 131px;
    overflow: hidden;
    position: relative;
}

.home #bd .callout-container .thumbnail-container {
    position: absolute;
    top: 13px;
    left: 10px;
}

.home #bd .callout-container .details-container {

}

.home #bd .callout-container .details-container .title {
    height: 35px;
}


.home #bd .callout-container .details-container .content {
    margin-top: 0px;
    font-size: 116%;
    font-weight: normal;
}

.home #bd .callout-container .details-container .link {
    font-weight: bold;
}

.home #bd .callout-container .details-container .primary-link {
    color: black;
}

.home #bd .callout-container .details-container .secondary-link {
    color: #e11010;
}

.home #bd .callout-container .details-container .tertiary-link {
    color: #60ddfb;
}



.home #bd .hr {
    display: block;
    margin: 0.6em 0 0.6em -0.05em;
    _margin-left: -5px;
}


/* PRODUCT PAGES */
.product #content_col {
    background-color: #fff;
    color: #000;
    padding: 18px 0 10px 15px;
}


.product #bd .product-container {
    margin-right: 15px; 
    _padding-right: 15px;
    position: relative;
    _height: 5px; /* ie6 hack */
}

.product #bd .product-container .image {
    position: absolute;
    top: 0px;
    left: 0px;
}

.product #bd .product-container .content {

}

.product #bd .product-container .content .title {
    font-weight: bold;
    margin-bottom: 15px;
}

.product #bd .product-container .content .description {
    color: #666;
    margin-bottom: 25px;
}

.product #bd .product-container .content .buy-link {
    margin-bottom: 25px;
    color: #000;
}

.product #bd .product-container .content .buy-link a {
    border: 1px solid #000;
    padding: 6px 30px;
    width: 54px;
    color: #000;
    font-weight: bold;
}

.product #bd .product-container .content .price {
    font-size: 153.9%;
    margin-bottom: 17px;
}


.product #bd .product-container .content .additional-info {
    margin-bottom: 25px;
    color: #ed1c24;
    font-size: 60.4%;
    font-weight: bold;
}


.product #bd .product-container .content .website {
    margin-bottom: 30px;    
}

.product #bd .product-container .content .website,
.product #bd .product-container .content .website a {
    color: #666;
}

.product #bd .product-container .continue-shopping {
    display: block; 
    position: absolute; 
    bottom: 0px; 
    right: 0px;
    *right: 15px;
    font-weight: bold;
    color: #000;
    padding: 5px 15px;
/*    width: 108px; */
    border: 1px solid black;
}

/* the small list of products on the main page and below all products on the view page */
.product #bd .product-preview-container {
    width: 130px; 
    float: left; 
    margin-right: 20px;
    *margin-right: 18px;
    font-weight: bold;
    word-spacing: 0.1em;
    line-height: 1em;
	
}

.product #bd .product-preview-container .company {
    margin-top: 0.65em;
    height: 2.25em;
    overflow: hidden;
	*padding-bottom: 3px;
}

.product #bd .product-preview-container .company a {
    color: #000;
}

.product #bd .product-preview-container .name {
    margin-top: 3px;
    color: #666666;
    height: 3.9em;
    overflow: hidden;
	*padding-bottom: 3px;
}

.product #bd .product-preview-container .name a {
    color: #666;
}


/* GIVEAWAY PAGES */


.giveaway #bd .giveaway-container {
    position: relative; 
    width: 914px; 
    height: 315px;
    margin-bottom: 70px;
}

.giveaway #bd .giveaway-container .border {
    position: absolute; 
    top: 0px; 
    right: 0px; 
    width: 898px; 
    height: 298px;
}

.giveaway #bd .giveaway-container .body {
    position: absolute; 
    top: 17px; 
    right: 17px; 
    width: 881px; 
    height: 281px;
}


.giveaway #bd .giveaway-container .content {
    margin: 24px 0 0 28px; 
    width: 567px; 
    height: 205px; 
    overflow: hidden;
}

.giveaway #bd .giveaway-container .content .title {
    margin-bottom: 15px;
}

.giveaway #bd .giveaway-container .content .description {
    font-size: 108%;
    line-height: 1.3em;
    font-weight: normal;
}

.giveaway #bd .giveaway-container .image {
    position: absolute; 
    top: 34px; 
    right: 36px;
}

.giveaway #bd .giveaway-container .rules-link {
    position: absolute;
    top: 283px;
    right: 36px;
    font-size: 77%;
    color: #000;
    text-decoration: underline;
}

.giveaway #bd .giveaway-container .share-link {
    position: absolute; 
    bottom: 34px; 
    left: 470px;
}

.giveaway #bd .giveaway-container .enter-link {
    position: absolute; 
    bottom: 34px; 
    left: 48px;
}


.giveaway #bd .giveaway-primary .giveaway-container {
    background-color: #fff;
    color: #000;
}

.giveaway #bd .giveaway-primary .giveaway-container .border {
    background-color: #e11010; 
}

.giveaway #bd .giveaway-primary .giveaway-container .body {
    background-color: #fbb034; 
}

.giveaway #bd .giveaway-secondary .giveaway-container {
    background-color: #fff;
    color: #fff; 
}

.giveaway #bd .giveaway-secondary .giveaway-container .border {
    background-color: #fbb034; 
}

.giveaway #bd .giveaway-secondary .giveaway-container .body {
    background-color: #e11010; 
}

.giveaway #bd .giveaway-tertiary .giveaway-container {
    background-color: #fbb034;
    color: #000; 
}

.giveaway #bd .giveaway-tertiary .giveaway-container .border {
    background-color: #e11010; 
}

.giveaway #bd .giveaway-tertiary .giveaway-container .body {
    background-color: #fff; 
}


/* GIVEAWAY ENTRY FORMS */
/* note: most of this is in the iframe form stuff above */


.giveaway #bd .user-form .error_message {
    color: #e11010;
}

body.giveawayentry {
    background-color: #fbb034;
    background-image: url(../img/giveaway/entry_background.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}



/* EVENT PAGES */

.event #bd .event-container {
    background-color: #fff; 
    position: relative; 
    height: 250px; 
    color: #000;
	font-size: 85%;
}

.event #bd .event-container .image {
    position: absolute; 
    top: 19px; 
    left: 12px;
}

.event #bd .event-container .content {
    position: absolute; 
    top: 18px; 
    left: 197px; 
    height: 200px; 
    width: 368px; 
    overflow: hidden;
}

.event #bd .event-container .content .title {
    font-size: 108%;
}


.event #bd .event-container .content .description {
    margin: 14px 0 14px 0;
    color: #666;
}

.event #bd .event-container .content .location {
    text-transform: uppercase;
}


.event #bd .event-container .content .map-link {
    color: #666;
}

.event #bd .event-container .rsvp {
    position: absolute; 
    bottom: 14px; 
    left: 197px;
}

.event #bd .event-container .share-link {
    position: absolute; 
    bottom: 14px; 
    right: 14px;
}

/* the map popup */
#event_map {
    background-color: #fff; 
    width: 700px; 
    height: 500px;
    border: 20px solid black;
    text-align: left;
}


/* event rsvp stuff */

body.eventrsvp,
body.event-recap {
    background-color: #DC100F;
    background-image: url(../img/event/rsvp_background.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}

body.eventrsvp-inactive {
    background-image: url(../img/event/rsvp_inactive_background.jpg);
    background-color: #840A09;
}

.eventrsvp #content_col {
    color: #fff;
}

.eventrsvp #bd .user-form .error_message {
    color: #000;
}

/* event recap stuff */
body.event-recap {
	background-image: none;
}

body.event-recap #iframe-doc {
    width: 750px;
    *width: 750px;
    min-width: 750px;
}

body.event-recap #iframe-doc #bd {
    padding: 0;
    text-align: center;
}

body.event-recap #iframe-doc .content-container {
    text-align: left;
    margin: 0 auto 0 auto;
}

body.event-recap #bd .content-container .slide-change {
    background-color: #807676;
    display: block;
}

body.event-recap #bd .content-container .slide-change:hover {
    background-color: #a09393;
}


/* BLOGS */

.blog #bd .blog-container {
    position: relative; 
    height: 752px; 
    *height: 755px;
    padding: 14px 12px; 
    background-color: #fff; 
    color: #000; 
    overflow: hidden;
    margin-bottom: 15px;
}

.blog #bd .blog-container a {
    color: #999 !important;
}

.blog #bd .blog-container a:hover {
    color: #333 !important;
}

.blog #bd .blog-container .share-link {
    position: absolute; 
    bottom: 12px; 
    right: 12px;
}

.blog #bd .blog-container .download-pdf-link {
    position: absolute;
    bottom: 12px;
}

.blog #bd .blog-container .image {
    border: 2px solid black;
}

.blog #bd .blog-container .title {
    
}

.blog #bd .blog-container .sub-title {
    text-transform: uppercase;
    font-size: 108%;
}

.blog #bd .blog-container .content {
    color: #666;
}




/* buzz blog specific */

.buzz-blog #bd .blog-container .download-pdf-link {
    left: 12px;
}

.buzz-blog #bd .blog-container .image {
    float: left;
}

.buzz-blog #bd .blog-container .secondary-image {
    margin-left: 15px;
}

.buzz-blog #bd .blog-container .content-container {
    clear: both;
    padding-top: 20px;
}

.buzz-blog #bd .blog-container .sub-title {
    margin-top: 15px;
}

.buzz-blog #bd .blog-container .content {
    margin-top: 25px;
}


/* obsessions specific */

.obsessions-blog #bd .blog-container .download-pdf-link {
    left: 275px;
}

.obsessions-blog #bd .blog-container .image {
    float: left;
}

.obsessions-blog #bd .blog-container .secondary-image {
    margin-top: 17px;
}

.obsessions-blog #bd .blog-container .image-container {
    width: 255px;
    float: left;
}

.obsessions-blog #bd .blog-container .content-container {
    width: 308px;
    float: right;
}

.obsessions-blog #bd .blog-container .sub-title {
/*    display: none;
*/}

.obsessions-blog #bd .blog-container .content {
    margin-top: 10px;
}



/* VIDEOS */

.video #bd .main-with-marquee {
    background-color: #fff;
}

.video #content_col {
    background-color: #fff;
    color: #000;
    padding: 15px;
    padding-right: 0px;
    margin-bottom: 15px;
}

.video #bd .video-container {
    float: left;
    margin-bottom: 60px;
    height: 400px;
    margin-right: 15px;
}

.video #bd .content-container {
    padding-top: 16px;
    padding-right: 15px;
}

.video #bd .content-container .title {

}

.video #bd .content-container .sub-title {
    margin-top: 5px;
    font-weight: bold;
}

.video #bd .content-container .description {
    margin-top: 5px;
    color: #666;
}


.video #content_col .paginator {
    font-weight: bold;
    font-size: 93%;
    float: right;
    padding-right: 15px;
    margin-bottom: 8px;
}

.video #content_col .paginator a {
    color: #e11010;
}

.video #bd .preview-listings {
    clear: both;
}

.video #bd .preview-container {
    width: 165px;
    float: left;
    margin-right: 15px;
    *margin-right: 13px;
    margin-bottom: 15px;
}

.video #bd .preview-container .title {
    margin-top: 8px;
    font-weight: bold;
}

.video #bd .preview-container .sub-title {
    margin-top: 1px;
    color: #666;
}

/* Velvet Rope Club */ 

.velvet_rope_club #content_col { 
	padding: 10px;
	background-color: #FFF;
	color: #000;
}

.velvet_rope_club #content_col p { color: #666; }

.velvet_rope_club #content_col .title { margin-bottom: 15px;}

.velvet_rope_club #content_col .vrc-image { float: left; margin-right: 15px; }
	
.velvet_rope_club #content_col fieldset { margin-top: 60px; }

.velvet_rope_club #content_col fieldset div { width: 32%; float: left;}



.velvet_rope_club #content_col fieldset div label { 
	width: 70px; 
	text-align: right; 
	clear: left; 
	float: left; 
	margin-bottom: 20px; 
	margin-right: 15px;
	font-weight: bold;
}

.velvet_rope_club #content_col fieldset div input.text,
.velvet_rope_club #content_col fieldset div select {
    margin-bottom: 20px;
}

.velvet_rope_club #content_col fieldset div input,
.velvet_rope_club #content_col fieldset div select { 
	width: auto; 
	float: left; 
} 
.velvet_rope_club #content_col fieldset div input.submit { 
	width: auto; 
	float: none; 
}
 
.velvet_rope_club #content_col fieldset div#checkboxes { margin-left: 10px;  }

.velvet_rope_club #content_col fieldset div#checkboxes input.checkbox { clear: left; margin-right: 5px; }

.velvet_rope_club #content_col fieldset div#checkboxes label { 
	width: 224px; 
	clear: none; 
	text-align: left;
	font-weight: normal; 
}





/* Contests Pages */ 

.contest #content_col { 
	padding: 10px;
	background-color: #FFF;
	color: #000;
	min-height: 465px;
	_height: 465px;
}

.contest #content_col p { color: #666; margin-bottom: 5px;}
.contest #content_col .title { margin-bottom: 10px;}

.contest #content_col #contest_form { clear: both; padding-top: 25px; }

.contest #content_col .form-col { width: 32%; float: left;}
.contest #content_col .form-col label { 
	width: 70px; 
	text-align: right; 
	clear: left; 
	float: left; 
	margin-right: 15px;
	font-weight: bold;
}

.contest #content_col .form-col .error {
    padding-left: 85px;
    clear: left;
    font-size: 93%;
    font-weight: bold;
    color: #B11907;
    margin-bottom: 10px;
    visibility: hidden;
}

.contest #content_col .form-col input,
.contest #content_col .form-col select { 
	width: auto; 
	float: left; 
} 

.contest #content_col #contest_form .submit-row {
    clear: both;
    text-align: center;
    padding: 5px 0 15px 0;
}

.contest #content_col .form-col #selectLink,
.contest #content_col .form-col #selectLink:visited,
.contest #content_col .form-col #selectLink:link,
.contest #content_col .form-col #selectLink:active {
    color: #B11907;
}
 
