/*
Theme Name: Dash N Dazzle
Theme URI: http://dashndazzle.com
Description: Custom Wordpress Theme by WebDesignSale.net
Version: 1.0
Author: WebDesignSale.net
Author URI: http://webdesignsale.net
Tags: Custom mannequin, custom web design, wordpress design
Copyright: All Rights Reserved.
*/

@import url("grid.css");
body {
	margin: 0; padding: 0;
	background: #24110D url(images/mainbk.jpg) no-repeat;
}

/*** homepage ***/

#mainBodyHome {
	background: url(images/homemain.jpg) no-repeat;
	width: 782px;
	height: 605px;
}
#bottomHome {
	background-color: #24110D;
}
#bottomHome ul {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	padding-left: 70px;
	list-style: none;
}
#bottomHome li {
	display: inline;
}
#bottomHome a:link, #bottomHome a:visited {
	font: bold 12px arial, verdana;
	padding: 5px 25px 5px 25px;
	color: #DDB8AF;
	background: #24110D url("images/icon.jpg") no-repeat left top;
	text-decoration: none;
}
#bottomHome a:hover {
	color: #F7ECDF;
	background-position: 0 -25px;
}
#footerHome {
	height: 80px;
	color: #DDB8AF;
	background: #24110D;
	padding-top: 40px;
	text-align: center;
}

/*** inner page ***/

#header {
	height: 273px;
	background: #24110D url(images/header.jpg) no-repeat;
}
#header2 {
	height: 273px;
	background: #24110D url(images/header2.jpg) no-repeat;
}
#header3 {
	height: 273px;
	background: #24110D url(images/header3.jpg) no-repeat;
}
#mainBody {
	background: url(images/midbk.jpg) repeat-y;
}
#mainPanel {
	padding: 10px 10px 10px 65px;
}
#rightPanel {
	padding: 10px 60px 10px 10px;
}
#footer {
	height: 101px;
	text-align: center;
	background: url(images/footer.jpg) no-repeat;
}
#footer p, #footerHome p {
	padding-top: 70px;
	color: #DDB8AF;
}
#footer a, #footerHome a {
	text-decoration: none;
	color: #DDB8AF;
	font-style: italic;
}

/*** top navi ***/
#topNavi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 80px;
	padding-top: 236px;
	height: 30px;
}
#topNavi li {
	display: inline;
}
#topNavi a:link, #topNavi a:visited {
	color: #FFF;
	background-color: #24110D;
	text-decoration: none;
	padding: 5px 22px 5px 20px;
	line-height: 30px;
}
#topNavi a:hover {
	color: #FFF;
	background-color: #711515;
}

/*** right Panel ***/
#rightPanel h2 {
	background: url(images/menubar.jpg) no-repeat;
	height: 26px;
	font: bold 12px arial, verdana; 
	color: #FFF;
	padding-left: 25px;
	padding-top: 7px;
}
#rightPanel p {
	padding-left: 5px;
}

/*** typography ***/
.italic {
	font-style: italic;
}
#mainPanel {
	font-family: "Trebuchet MS", Georgia, Tahoma;
	font-size: 13px;
}
#rightPanel .text {
	font: 12px arial, verdana;
}
#mainPanel h1 {
	font: 25px 'times new roman', times;
	color: #9933B2;
}
#mainPanel h4 {
	font: italic 16px arial, verdana;
	margin-bottom: 0;
}
.question {
	font-weight: bold;	
}
.answer {
	margin-left: 15px;
	border-left: 1px solid #E79E9E;
	padding-left: 5px;
}
em {
	color: navy;
}