/*----------------------------------------------------
Title: 		Scentsy Convention 2010
Author:		Marketing - Matt Stevens
Updated:	5/2010
Valid:		You know it!
----------------------------------------------------*/

/* Sections */

html {
	margin: 0; padding: 0;
}

/* Hidden Elements */
h2.hide {
	display: none;
}

/* Generic Markup */

#content h1 {
	color: #6C0C60;
    margin: 0; padding: 0;
    font: 26px/normal helvetica, arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}
#content h2 {
	color: #8D6063;
    margin: 0; padding: 10px 0 0 0;
    font: 16px/normal helvetica, arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
	#content h2.green {
	background-color: #D2D87A;
	color: #8E6163;
	margin: 15px 0 0 0; padding: 6px 4px 4px 6px;
    	font: 16px/normal helvetica, arial, sans-serif;
    	font-weight: bold;
    	text-transform: uppercase;
	}  
    h2.hidden {
        text-indent: -99999px;
    }
    #content h3.star {
    	background: transparent url(/assets/images/bullet-stars.gif) no-repeat top left;
		clear: both;
		color: #7A787A;
		font: 14px/normal helvetica, arial, sans-serif;
		font-weight: bold;
		margin: 20px 0 20px 0;
		padding: 5px 0 25px 60px;
		text-transform: uppercase;
    }
	#content .col-l-2 h2 {
		background: transparent url(/assets/images/bullet-stars.gif) no-repeat top left;
		color: #B82899;
		font: 14px/normal helvetica, arial, sans-serif;
		font-weight: bold;
		margin: 0 0 10px 0;
		padding: 5px 0 5px 60px;
	}
	
#content p {
    color: #666666;
    font: 12px normal arial, sans-serif;
    line-height: 20px;
    margin: 0; padding: 5px 15px 10px 0;
}

#content b {
    font-weight: bold;
}

#content i {
    font-style: italic;
}

#content a:link,
#content a:visited {
    color: #B92999;
    text-decoration: underline;
}

#content a:hover,
#content a:active { 
    color: #6C0C5F;
    text-decoration: none;
}

#content a.more-info {
	color: #6C0C5F;
	font-weight: bold;
	margin: 10px 0 0 15px;
	text-decoration: none;
}
	#content a.more-info:hover {
		color: #6C0C5F;
		font-weight: bold;
		margin: 10px 0 0 15px;
		text-decoration: underline;
	}
	#content a.more-info span {
		color: #333333;
		text-decoration: none;
	}

 ul {
    color: #333333;
    font: 12px normal arial, sans-serif;
    margin: 0;
    padding: 10px 0 10px 0;
}

ul li {
    margin: 0 0 0 15px;
    padding: 0 0 10px 0;
    list-style-type: square;
}

strong {
    font-weight: bold;
}

#content ol {
    padding: 0 0 10px 0;
}

#content ol li {
    margin: 0 0 0 25px;
    line-height: 16px;
    list-style-type: upper-roman;
}

#content ol.decimal li {
    list-style-type: decimal;
}

#content ol.lower-alpha li {
    list-style-type: lower-alpha;
}

#content dl {
    padding: 0 0 10px 0;
}

#content dt {
    font-weight: bold;
}

#content dd {
    padding: 10px 0 10px 20px;
    line-height: 14pt;
}

/* Generics */
#content a.external, #content span.external, #content p a.external {
    color: #0099FF;
    padding: 2px 17px 0 0;
    line-height: 16px;
    background: transparent url(/assets/images/link-external-icon.gif) no-repeat right center;
}
.callout {
    font-size: 120%;
    font-weight: bold;
}

.fineprint {
    font-size: 80%;
    font-weight: bold;
} 
span.dotted-purple {
	border-top: 2px dotted #8E6163;
	display: block;
}

a {
	border: none;
	outline: none;
}

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
