/* Daughters of Madness */
/* created 3/5/07 by Matthew Furtado */

/* --------------------<Recent Changes/Updates------------------------

3/5/07 - Created
3/7/07 - Modified topLinks; added container class
3/12/07 - Styling for pages
3/15/07 - Default font


/* DEFAULT SETTINGS */

body,td,th
{
	color: #FFFFFF;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
}

body
{
	background-color: #252525;
}

.default a:link, a:hover, a:active, a:visited
{
	text-decoration: none;
	font-size: 15px;
}

.default a:link, a:active, a:visited
{
	color: #F5B985;
}

.default a:hover
{
	color: #FFFFFF;
}


/* Top Links */

.topLinks
{
	background-image: url(images/link_bg.gif);
	background-repeat: no-repeat;
	padding: 5px;
	border: #333333 thin solid;
}

.topLinks a:link, a:hover, a:active, a:visited
{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-decoration: none;
}

.topLinks a:link, a:active, a:visited
{
	color: #F5B985;
}

.topLinks a:hover
{
	color: #FFFFFF;
}

/* Alternate Layout */
.topLinks2
{
	padding: 5px;
	border: #333333 thin solid;
}

.topLinks2 a:link, a:hover, a:active, a:visited
{
	font-size: 15px;
	text-decoration: none;
}

.topLinks2 a:link, a:active, a:visited
{
	color: #F5B985;
}

.topLinks2 a:hover
{
	color: #FFFFFF;
}

.content2
{
	background-image: url(images/content_bg2.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #252525;
	padding-bottom: 30px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
}



/* Available */
.available
{
	background-image: url(images/available_bg.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 25px;
}


/* Content */
.content
{
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #252525;
	padding-bottom: 50px;
	vertical-align: top;
}


/* Container Table */
.container
{
	padding-top: 20px;
}


/* Bottom Spacer */
.bottom
{
	background-color: #252525;
}


/* Left Side Shadow */
.left
{
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #252525;
}

/* Right Side Shadow */
.right
{
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #252525;
}


/* Middle */
.middle
{
	background-image: url(images/spacer01.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #252525;
}

.copyright
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 50px;
}


/*---------------------PAGES---------------------------*/

/* Index */
.header1
{
	font-size: 16px;
	color: #CCCCCC;
}

/* Reviews */
.from
{
	font-style: italic;
	color: #CCCCCC;
}

/* Contents */
.chapter, .intro, .title
{
	color: #F5B985;
	font-size: 16px;
}

.chapter
{
	border-right: #CCCCCC solid thin;
}

.current
{
	color: #F5B985;
}

/* FAQ */
.available2
{
	background-image: url(images/available_bg2.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 25px;
}

ul.list
{
	list-style: square #F5B985;
}

.link3 a:link, a:hover, a:active, a:visited
{
	text-decoration: none;
	color: #CCCCCC;
}

.link3 a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


/* Related */

.title
{
	text-decoration: underline;
}

