/*-----------------------------------
DARLABRUNO.COM Master Stylesheet
Version: Spring 2010
Author: Michael Borum // etherweave 
www.etherweave.com
------------------------------------*/

body {	
	background-color: #fff;
	background-image: url("../images/background.gif");
	background-repeat: repeat-y;
	background-position: 100px;
	color: #000;
	font-family: "Times New Roman", "Times Roman", Times, serif;
	font-size: 12px; 
	line-height: 16px;
	letter-spacing: 0.1em;
	margin: 0 0 0 100px;
	padding: 0;
	z-index: 0;
	}

h1, h2, h3 {
	color: #000; 
	font-family: "High Tower Text", "Times New Roman", "Times Roman", Times, serif;
	font-style: normal; 
	font-weight: bold; 
	letter-spacing: 0.1em;
	margin: 0 0 0 12px;
	padding: 0;
	}

h1 {
	font-size: 20px;
	line-height: 24px;
	}

h2 {
	font-size: 18px; 
	line-height: 20px;
	margin-top: 30px;
	}

h3 {
	font-size: 14px; 
	line-height: 14px;
	margin-top: 20px;
	}

#SideBar h3 {
	margin: 15px 0 0 6px;
	padding: 0;
	}
	
a:link {
	color: #c00; 
	text-decoration: none; 
	font-weight: normal;
	}
	
a:visited {
	color: #666; 
	text-decoration: none; 
	font-weight: normal;
	}

a:hover {
	color: #c00; 
	text-decoration: underline; 
	font-weight: normal;
	}
	
a:active {
	color: #c00; 
	text-decoration: underline; 
	font-weight: normal;
	}

p {
	margin: 0 12px 0 12px; 
	padding: 5px 0 15px 0;
	}

p+h2 {
	padding: 5px 0 0 0;
	}

#container {
		width: 535px;
		margin: 0 0 0 70px;
		padding: 0;
		}
		
#masthead {
		width: 303px;
		margin: 10px auto 0 auto;
		padding: 0;
		}

#masthead img {
	border: none;
	}

.date {
	font-size: 10px;
	text-align: center;
	padding: 0 0 15px 0;
	}
	
#SideBar {
	position: absolute; top: 75px; left: 715px;
	font-size: 11px;
	}

#SideBar img {
	position: relative;
	margin: 5px 0 5px 0;
	padding: 0 0 0 80px;
	z-index: 10;
	border: none;
	}

#SideBar ul {
	width: 150px;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#SideBar ul li {
	padding: 0.5em;
	}	

#SideBar ul.bullets {
	list-style: square;
	margin: 0 0 0 20px;
	padding: 0;
	}

#SideBar div.consults {
	width: 175px;
	position: relative;
	background: #fff;
	border: 1px dotted #ccc;
	padding: 5px;
	margin: -55px 0 0 0;
	z-index: 0;
	}
	
#content {
	margin: 0 10px 0 10px;
	}
		
.red {
	color: #c00;
	}

#footer {
	clear: left;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: 10px;
	}

#footer p {
	font-size: 10px;
	margin: 20px 0 5px 0;
	}
	
.textnav {
	margin-top: 20px;
	margin-bottom: 20px;
	}

.headline {
	margin-top: 20px;
	margin-bottom: 20px;
	}

.date {
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.address {
	letter-spacing: 0.1em;
	font-size: 11px;
	margin-left: 8px;
	margin-top: 50px;
	}

.small {
	font-size: 9px;
	}

.jacket {
	float: left;
	margin: 0 8px 8px 10px;
	padding; 0;
	border: 1px solid #000;
	}

.attribute {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.1em;
	margin: 0 0 25px 0;
	}

/*td { 
	color: #000000;
	font-family: "Times New Roman", "Times Roman", Times, serif;
	font-size: 9px; 
	font-style: normal; 
	font-weight: normal;
	}*/

#content ul {
	list-style: square;
	}

#content ul li {
	margin: 0 0 10px 0;
	}
	
dl {
	margin-left: 12px;
	}

dt {
	letter-spacing: 0.1em;
	}

/* FORMS and INPUTS */

fieldset {
	border: none;
	padding: 0;
	margin: 0;
	}

label {
	display: block;
	margin: 0 0 5px 0;
	}

input.radio {
	border: none;
	}
	
input, select {
	font-family: "Times New Roman", "Times Roman", Times, serif;
	background: #fff;
	border: 1px solid #000;
	padding: 2px;
	margin: 0;
	}

input:focus, textarea:focus, select:focus {
	background: #e0e0e0;
	}
	
textarea {
	border: 1px solid #000;
	font-size: 11px;
	}