/* Standard Style for Entertainment Template */

.header{
	background-color: #8A2BE2;
}

.toolbarlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A2BE2;
	text-decoration: none;
}
.toolbarlinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B22222;
	text-decoration: underline;
}
.menurow{
	background-color: #8A2BE2;
	cursor:pointer;
}
.menurowhover{
	background-color: #9966CC;
	cursor:pointer;
}

.maintable{
	background-color: #8A2BE2;
}
.catcell{
background-color: #FFFFFF;
}

.bodytext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	color: #8A2BE2;
}

.poemtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #8A2BE2;
}

.footer{
	background-color: #8A2BE2;
}

/* Extended Style for Entertainment Template */

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #8A2BE2;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8A2BE2;
}
.poemtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #8A2BE2;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8A2BE2;
}
.quotehighlight {
	background-color: #E6E6FA;

}

.poemtext{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #8A2BE2;

}

.recipestitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #8A2BE2;
	border: thin groove #8A2BE2;
}

.lovebox{
	border: 1px solid #9933CC;
}
.inputbox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A2BE2;
}

.linkcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D8BFD8;
	background-color: #8A2BE2;
}
.linkcellhover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D8BFD8;
	background-color: thistle;
	cursor: pointer;
}

.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A2BE2;
}.luvbox {
	border: medium solid #8A2BE2;
}
.navpage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D8BFD8;
}
.lovetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8A2BE2;
	font-weight: bold;
	font-style: normal;
}
.line{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #8A2BE2;
}

div.pagination {
padding: 3px;
margin: 3px;
text-align:center;
}

div.pagination a {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #AAAADD;

text-decoration: none; /* no underline */
color: #000099;
}
div.pagination a:hover, div.digg a:active {
border: 1px solid #000099;

color: #000;
}
div.pagination span.current {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #8A2BE2;

font-weight: bold;
background-color: #8A2BE2;
color: #FFF;
}
div.pagination span.disabled {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #EEE;

color: #DDD;
}