body {
	font-family: Lucida Grande, Arial, Freesans, sans-serif;
	font-size: 12px;
}

#customStyle {
	color: white;
}

#mainContainer
{
	margin: 0;
	width: 100%;
	font-family: Lucida Grande, Arial, Freesans, sans-serif;
	font-size: 12px;
	color: white;
}



#bodyContainer {
        width: 1000px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        min-height: 650px;
        background-color: black;
        position: relative;
}

#bodyHead {
       
        height: 70px;
        margin-left: auto;
        margin-right: auto;
        background: black;
        position: relative;
}

#musicPlayer {
        right: 20px;
        top: 20px;
        position: absolute;
}

#accountLinks {
	right: 90px;
	height: 70px;
	top: 0px;
	position: absolute;
}

#login, #signup, #divLine, #logout, #userIcon, #cartText {
	display: inline-block;
	margin-right: 5px;
	line-height: 64px;
	cursor:pointer;
}

#cartIcon {
	background-image: url(../images/cart.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	width: 25px;
	height: 18px;
}

#cartIcon a{
	display: block;
	width: 25px;
	height: 18px;
	cursor:pointer;
}

#logout a, #login a, #cartText a {
	text-decoration: none;
	color: white;
	outline-style:none;
	outline-width:0px;
}

a {
        outline-style:none;
        outline-width:0px;
}

a:hover {
	text-decoration: none;
}

#musicPlayer a {
	background-image: url(../images/playmusic.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 55px;
	height: 21px;
}

#musicPlayer a:hover {
	background-position: 0px -21px;
}

#mastMain {
	background-image: url(../images/raechellechase.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 70px;
}

#bodyColour {
        display: relative;
        background-color: #121212;
        border-bottom: 2px solid #393939;
}

#bodyColourtop {
        display: relative;
        background-color: #121212;
}

#bodyLeftcolor
{
	width: 360px;
	float: left;
	background: #ad2353;
        min-height: 415px;
}

#bodyLeftcoloroff
{
	width: 360px;
	float: left;
	background: none;
        min-height: 415px;
}


#bodyLeft
{
	width: 360px;
	float: left;
        min-height: 415px;
}

#bodyLeft2
{
	width: 360px;
	float: left;
	background: #121212;
        min-height: 415px;
}

#bodyLeft div.bodyLeft,#bodyLeftcolor div.bodyLeft {
        display: block;
        padding: 0px 10px 5px 20px;
	line-height: 150%;
        background: #ad2353;
}


#bodyColorBlog div.bodyLeft {
        display: block;
        padding: 0px 10px 5px 10px;
		line-height: 150%;
        background: #ad2353;
		font-size: 14pt;
		color: white;
}


#bodyColorBlog div.bodyLeft a {
        color: white;
}


#bodyLeft div.bodyLeftindex, #bodyLeftcolor div.bodyLeftindex {
        display: block;
        padding: 0px 0px 0px 0px;
	line-height: 150%;
        background: #ad2353;
        min-height: 415px;
}

#bodyLeft2 div.bodyLeft {
        display: block;
        padding: 0px 10px 5px 20px;
	line-height: 150%;
}

#bodyRight div.bodyRight {
        display: block;
        padding: 0px 10px 5px 20px;
	line-height: 150%;
}

#bodyRight div.bodyRight a {
        color: #fff;
        text-decoration: underline;
}

div.blogRight a {
        color: #ad2353;
        text-decoration: none;
}

#bodyRight2 a {
        color: #ad2353;
        text-decoration: none;
}

#bodyLeft2 a {
        color: #ad2353;
        text-decoration: none;
}


#bodyRight div.bodyLeft a {
        color: #ad2353;
        text-decoration: none;
}


#bodyRight, #bodyRight2 {
        width: 640px;
        min-height: 350px;
        float:right;
        margin-right: 0px;
}

#bodyRight table, #bodyRight2 table td {

        line-height: 175%;
        font-family: Lucida Grande, Arial, Freesans, sans-serif;
	font-size: 12px;
	color: white;
}

#bodyFull {
        width: 1000px;
        min-height: 350px;
        margin: 0px;
}

#mastLinks {
        height: 70px;
        position: absolute;
        right: 20px;
}

ul.topNav li { 

list-style-type: none; 
display: inline;

}

ul.topNav li a
{
	font-family: Lucida Grande, Arial, Freesans, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	margin-left: 15px;
	letter-spacing: .1em;
	outline-style:none;
        outline-width:0px;
}

ul.topNav li a.topMenuoff:hover
{
        color: #ad2353;
}

ul.topNav li a.topMenuon
{
        border-bottom: 3px solid #ad2353;
}

div#homeSocial {
        position: relative;
        height: 66px;
        margin-top: 10px;
}

div#homeSocial ul.social {
        position: absolute;
        height: 33px;
        left: -40px;  
}

div#homeSocial ul.social li
{
	list-style-type: none;
	display: inline;
	list-style-position: inside;
	margin-right: 25px;
}

div#footerSocial {
        position: relative;
        padding-top: 20px;
        height: 66px;
}

div#footerSocial ul.social {
        position: absolute;
        height: 33px;
        right: 20px;
}

div#footerSocial ul.social li {
       list-style-type: none; 
       display: inline;
       margin-left: 25px;
}

ul.social li#webhaven {
        position: absolute;
        left: -300px;
}

ul.social li#webhaven a {
        background-image: url(../images/social/webhaven.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	width: 120px;
	height: 33px;
}

ul.social li#webhaven a:hover {
        background-image: url(../images/social/webhaven.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
}

ul.social li#twitter a
{
	background-image: url(../images/social/twitter.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	width: 172px;
	height: 33px;
}

ul.social li#twitter a:hover {
        background-image: url(../images/social/twitter.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
}

ul.social li#facebook a {
        background-image: url(../images/social/facebook.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	width: 177px;
	height: 33px;
}

ul.social li#facebook a:hover {
        background-image: url(../images/social/facebook.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
}

ul.social li#magazine a {
        background-image: url(../images/social/magazine.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	width: 196px;
	height: 33px;
}

ul.social li#magazine a:hover {
        background-image: url(../images/social/magazine.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
}

a#nextMedia {
        float: right;
        display: block;
        height: 33px;
        width: 119px;
        background-image: url(../images/next.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: right bottom;
	margin-bottom: 5px;
}

a#nextMedia:hover {
        background-image: url(../images/next.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
}

a#backMedia {
        float: left;
        display: block;
        height: 33px;
        width: 119px;
        background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	position: left bottom;
	margin-bottom: 5px;
}

a#backMedia:hover {
        background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#bodyLeft div.navHeading, #navLeft div.navHeading {
        display: block;
        width: 340px;
        min-height: 66px;
        line-height: 40px;
        background: #ad2353;
	border-bottom: 1px #eee solid;
	padding-left: 20px;
	border-top: 1px solid #ad2353;
}

#bodyColorBlog div.navHeading {
        display: block;
        width: 350px;
        min-height: 66px;
        line-height: 40px;
        background: #ad2353;
	border-bottom: 1px #eee solid;
	padding-left: 10px;
	border-top: 1px solid #ad2353;
}

#profileDetails {
	padding: 0px 20px;
}

#navLeft {
        width: 360px;
}

#navLeft a
{
	font-family: Lucida Grande, Arial, Freesans, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
        outline-style:none;
        outline-width:0px;
}


#navLeft a.leftMenuoff
{
        padding-left: 40px;
	letter-spacing: .1em;
        display: block;
        height: 33px;
        line-height: 33px;
        background-image: url(../images/flipbook.gif);
	background-position: 0px 0px;
	border-bottom: 1px #eee solid;
}

#navLeft a.leftMenuon {
        padding-left: 40px;
	letter-spacing: .1em;
        display: block;
        height: 33px;
        line-height: 33px;
        background-image: url(../images/flipbook.gif);
        background-repeat: no-repeat;
	background-position: 0px -33px;
        background-color: #ad2353;
	border-bottom: 1px #eee solid;
}


#navLeft a.leftMenuoff:hover
{
	background-image: url(../images/flipbook.gif);
	background-repeat: no-repeat;
	background-position: 0px -66px;
}

#returnLinks {
        width: 360px;
        left: 0px;
}

#returnLinks a.leftMenuoff
{
	font-family: Lucida Grande, Arial, Freesans, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
        outline-style:none;
        outline-width:0px;
        padding-left: 40px;
	letter-spacing: .1em;
        display: block;
        height: 33px;
        line-height: 33px;
        background-image: url(../images/flipbook.gif);
	background-position: 0px 0px;
	border-bottom: 1px #eee solid;
}


#returnLinks a.leftMenuoff:hover
{
	background-image: url(../images/flipbook.gif);
	background-repeat: no-repeat;
	background-position: 0px -66px;
}



#footerBlock {
        width: 100%;
        height: 60px;
        text-align: center;
        margin-top: 20px;
}




h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
        color: #ad2353;
}

h1 {
        font-size: 18px;
        letter-spacing: 150%;
}

h2, h3 {
        font-size: 14px;
}


h4, h5, h6 {
        font-size: 12px;
}

.commentCount, .commentCount a {
	color: white;
	text-decoration: none;
}

.publishDate
{
        font-size: 10pt;
        color: #999;
}

.commentCount, .commentCount a
{
        font-size: 9pt;
}

.commentText
{
        font-size: 9.5pt;
        color: #fff;
}

.commentTable td
{
        font-size: 9.5pt;
        color: #fff;
}

.replyIcon
{
        margin: 3px 10px 5px 0px;
}

h3.blogHeading {
padding-left: 40px;
letter-spacing: .1em;
display: block;
height: 33px;
line-height: 33px;
background-image: url(../images/flipbook.gif);
background-position: 0px 0px;
border-top: 1px #eee solid;
border-bottom: 1px #eee solid;
}

div.shareIcon {
	padding: 10px;
	padding-top: 0px;
	padding-left: 40px;
}

a.categoryName {
	color: white;
	font-size: 12pt;
	text-decoration: none;
	margin-left: 40px;
}

table.subscribeTable td {
	color: white;
	font-size: 10pt;
	padding: 5px;
}

#txtHintsubscribeList .sendForm {
	margin-right: 15px;
}

.pink {
	color: #ad2353;
}

.navHeading h1, .rowHeading td h1 {color:white;}





