/*
Layout
------------------------ */
html, body {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff; /* url(/images/backgrounds/left_col.jpg) top center repeat-y; */
	color: #000;
	font: small/1.5em Verdana, Helvetica, Arial, sans-serif;
	}

/* holds side column image*/
#container {
	background: url(http://stillsdisease.org/images/backgrounds/left_col.jpg) top left repeat-y;
	width: 798px;
	margin: 0 auto;
	text-align: center;
	}

#wrap {
	background: url(http://stillsdisease.org/images/backgrounds/header.jpg) 0 0 no-repeat;
	width: 798px;
	margin: 0 auto;
	text-align: left;
	}

#header {
	margin: 0;
	padding: 0;
	height: 125px;
	}

#logo {
	float: left;
	width: 279px;
	padding: 17px 0 0 28px;
	}

#logo h1, #logo h1 a {
	text-indent: -4000px;
	display: block;
	margin: 0;
	padding: 0;
	width: 279px;
	height: 71px; 
	background: url(http://stillsdisease.org/images/logos/stills_foundation.gif) 0 0 no-repeat;
	border-bottom: none;
	text-decoration: none;
	}

#content {
	float: left;
	width: 75%;
	margin: 0;
	padding: 0;
	}

#left_column {
	float: left;
	width: 30%;
	margin: 60px 0;
	padding: 0;
	}

#main {
	float: right;
	width: 68%;
	margin: 25px 0;
	padding: 0;
	text-align: left;
	}

/* Message Board styles */
.prologue {
margin-top: 0;
padding-top: 0;
}

#mb #wrap {
	background: url(http://stillsdisease.org/images/backgrounds/header.jpg) 0 0 no-repeat;
	width: 798px;
	margin: 0 auto;
	margin-bottom: 0;
	}

#mb #container {
	background: url(http://stillsdisease.org/images/backgrounds/left_col.jpg) top left repeat-y;
	width: 798px;
	margin: 0 auto;
	}
/*
.message_and_thread {
	width: 600px;
	margin: 0 auto;
	padding: 25px 190px 25px 390px;
	}
*/
#mb #main {
	float: none;
	width: 600px;
	margin: 25px 0 25px 190px;
	padding: 0;
	text-align: left;
	}
/*
#mb hr+br+center a img{
	position: absolute;
	top: 0;
	border: 1px solid #ccc;
	background: #ffc;
	width: 600px;
	height: 74px;
}
*/

/* EOF Message Board styles */

#right_column {
	float: right;
	width: 20%;
	margin: 60px 0;
	padding: 0;
	}
	
#left_column div, #main div, #right_column div {
	padding: 0 7px;
	}	

#footer {
	margin: 0;
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 90%;
	text-align: center;
	}

/* alignment */
.align_left {
float: left;
margin: 0 5px 5px 0;
padding: 0;
}

.align_right {
float: right;
margin: 0 0 5px 5px;
padding: 0;
}



/*
Typography
------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", sans-serif;
	}

#header h1, #header h1 a {
	color: #939;
	font-size: 150%;
	font-variant: normal;
	text-decoration: none;
	}
	
h2 {
	font-size: 175%;
	font-variant: normal;
	}
	
h3 {
	font-size: 135%;
	font-variant: normal;
	color: #646442;
	}
	
#left_column, #right_column, #left_column a, #right_column a {
font-size: 95%;
text-decoration: none;
}

#left_column ul, #right_column ul {
margin-left: 0;
padding-left: 15px;
list-style-type: none;
}


/*
Lists
------------------------ */

ul.subnav
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

ul.subnav li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

ul.subnav li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
border-right: 1px solid #fff;
}

/*
ul {
	list-style-type: none;
	}
	
ul li {
	padding-bottom: 15px;
	}
*/

ol.list_alpha {
list-style-type: upper-alpha;
}

ol.list_numeric {
list-style-type: decimal;
}

dl, dt, dd {
margin-left: 0;
padding-left: 0;
}

dt {
font-weight: bold;
}

dd {
padding-bottom: 1.7em;
}

li {
padding-bottom: 1em;
}


/*
Icons
----------------- */
.icon_list {
	background: url(http://stillsdisease.org/images/icons/email_open_32.gif) left top no-repeat;  
	padding-left: 45px;
	}
	
.icon_discuss{
	background: url(http://stillsdisease.org/images/icons/comment_32.gif) left top no-repeat;  
	padding-left: 45px;
	}
	
	.icon_search {
	background: url(http://stillsdisease.org/images/icons/search_32.gif) left top no-repeat;  
	padding-left: 45px;
	}