/* The Donnas */
/* Master Stylesheet
----------------------------------------------------------------------------- */


	@import url("actions.css");
	@import url("forms.css");
	@import url("layout.css");
	@import url("alerts.css");	
	@import url("navigation.css");
	@import url("widgets.css");
	

/* Style Precedents
----------------------------------------------------------------------------- */


	body {
	
	margin: 0;
	background: #000 url(../images/layout/bg-body.jpg);
	color: #999;
	font: normal 11px/15px Arial, sans-serif;
	
	}
	
	h1, h2, h3, h4 {
	
	margin: 0;
	
	}	
	
	h1 {
	
	width: 364px;
	height: 89px;
	background: url(../images/layout/h1-thedonnas.png) no-repeat;
	display: block;
	text-indent: -5000px;
	float: left;
	
	}

	h2 {
	
	display: none;
	
	}
	
	h3 {
	
	background-repeat: no-repeat;
	display: block;
	text-indent: -5000px;
	
	}
	
	#main h3 {
	
	height: 26px;
	margin-bottom: 32px;
	
	}
	
	#sidebar h3 {
	
	height: 21px;
	margin-bottom: 16px;
	
	}
	
	h4 {
	
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	color: #dedede;
	font-style: italic;
	
	}
	
	h5 {
	
	font-size: 1em;
	
	}
	
	ul, ol {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	}
	
	img {
	
	border: none;
	
	}
	
	p {
	
	margin: 0 0 13px 0;
	
	}
	
	a {
	
	color: #5a3873;
	text-decoration: none;
	
	}
	
	a:hover {
	
	color: #724891;
	
	}
	
	th {
	
	display: none;
	
	}	
	
	
/* Lists */


	dl {
	
	margin: 0;

	}
			
	dt {

	width: 115px;
	clear: left;
	float: left;
	margin-bottom: 3px;
	color: #fff;
		
	}
	
	dd {

	width: 285px;
	margin: 0 0 3px 0;
	float: left;
	
	}	
