﻿html
{
	background-image: url('/images/universal/background_tuesdays.gif');
	background-repeat: repeat;
	height: 100%;
}

body 
{
    padding-top: 72px;
    width: 820px;
    margin: auto;
	height: 100%;
    color: #5E543A;
    font-family: Courier New, Courier;
    font-size: 8pt;
}

/*** home page ***/

.HomePageInteriorCell 
{
	width: 256px;
	height: 486px;
	background-color: #FFFFFF;
	vertical-align: top;
	overflow: hidden;
}

.HomePageInteriorCellHome 
{
	width: 256px;
	height: 486px;
	background-color: #FFFFFF;
	vertical-align: top;
	background-image: url('/images/home/jessica_princess.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: hidden;
}

.ReadMoreLink 
{
	color: #CCB429;
	font-size: 12px;
	line-height: 13pt;
	text-decoration: underline;
}

.News 
{
	color: #000000;
}

.BlogDate 
{
	text-transform: uppercase;
	color: #000000;
}

.BlogTitle 
{
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin: 0px;
    padding: 0px;
}

.BlogExcerpt 
{
	font-family: Arial;
	font-size: 14pt;
	color: #5E543A;
	line-height: 16pt;
}

/*** nav items ***/

#ParentItems
{
	font-family: Arial;
	font-size: 11px;
	color: #5E543A;
	line-height: 14pt;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
}

.SubMenu a
{
	font-family: Courier New, Courier;
	color: #8E6C00;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 8px;
	text-transform: none;
	line-height: 12px;
	font-size: 12px;
}

.SubMenu a:hover
{
	text-decoration: underline;
	color: #CCB429;
}

#BookItems 
{
    position: relative;
    top: 3px;
}

#AboutItems 
{
    position: relative;
    top: 25px;
}

#NewsItems 
{
    position: relative;
    top: 45px;
}

/**** site.master items ***/

.MasterNavSection
{
	background-color: #FFFFFF;
	height: 276px;
	/*border: solid 1px black;*/
	vertical-align: top;
	width: 254px;
}

form, #Page
{
	height: 100%;
}

.MasterTable 
{
	height: 100%;
}

#LeftNav 
{
	width: 254px;
	height: 296px;
}

#BottomCell
{
	padding: 0px;
}

#Content 
{
	top: 24px;
	left: -45px;
	width: 352px;
	position: relative;
	font-family: Helvetica;
	font-size:12pt;
}

#Content a, #Content a:visited 
{
    color: #CCB429;
    text-decoration: underline;
    font-family: Helvetica;
	font-size:12pt;
}

#RightNav 
{
    /*border: solid 1px black;*/
    padding-right: 48px;
    width: 133px;
}

#RightNav a, #RightNav a:visited
{
    color: #CCB429;
    text-decoration: underline;
    padding-bottom: 6px;
    display: inline-block;
    overflow: visible;
}

#RightNav a.RightNavNormal, #RightNav a:visited.RightNavNormal
{
    color: #CCB429;
    text-decoration: underline;
}

/****/

#BloggerRightNav a, #BloggerRightNav a:visited
{
    color: #CCB429;
    text-decoration: underline;
}

#BloggerRightNav a.RightNavNormal, #BloggerRightNav a:visited.RightNavNormal
{
    color: #CCB429;
    text-decoration: underline;
}


/****/


#BookNav 
{
    position: relative;
    left: -60px;
}

#BookNav td 
{
    width: 91px;
    height: 109px;
}

/*** content well items ****/

h2 
{
    font-family: Arial;
    font-size: 18pt;
    font-weight: normal;
    line-height: 18pt;
    /*border: solid 1px black;*/
    padding: 0px;
    margin: 0px;
    padding-bottom: 20px;
    color: #000000;
}

#BuyBook, #BuyBook a, #BuyBook a:visited
{
    font-family: Courier New, Courier;
    font-weight: bold;
    font-size: 12px;
    color: #8E6C00;
    line-height: 13pt;
}

#BuyBook a, #BuyBook a:visited 
{
    text-decoration: underline;
}

#Contact 
{
    color: #5E543A;
}

p.Question 
{
    font-weight: bold;
    color: #000000;
}

p.Answer 
{
    color: #5E543A;
}

#Content a, #Content a:visited
{
    color: #8E6C00;   
}

#Content a:hover
{
    color: #CCB429;
}

#RightNav a.CurrentPage
{
    color: #8E6C00;
    text-decoration: none;
}

.ContactButton 
{
    background-image: url(/images/contact/send_off.gif);
    background-color: Transparent;
    background-repeat: no-repeat;
    width: 60px;
    height: 25px;
    border-style: none;
}

.ContactButton:hover
{
    background-image: url(/images/contact/send_roll.gif);
    background-color: Transparent;
    background-repeat: no-repeat;
    width: 60px;
    height: 25px;
    border-style: none;
}
