﻿body { line-height:14px; color:#292929; }
html { background:#ccc url(../images/body-gradient-bg.jpg) repeat-x; }

.bold { font-weight:bold; }
.txt-white { color:#fff; }
.center { text-align:center; }
.cf { display:block; clear:both; }
.medium-heading { display:block; margin-top:2px; font-size:182%; }
.more-issues { margin:25px 0 30px 0; }

/*-- YUI CSS Foundation Overrides --*/
#doc3{ margin:auto 0; } 

#hd {
	padding-top:5px; 
	background-color:#292929 !important; 
	height:65px;
	border-bottom:solid 1px #faffff;
	line-height:0;
}
#hd a:link, #hd a:hover, #hd a:visited, #hd a:active {
	text-decoration:none; 
	color:#292929;
}
#hd-imgs {
	margin-right:auto !important; 
	margin-left:auto !important; 
	list-style:none; 
	width:725px;
}
#hd-imgs li{ display:inline; }

#bd { margin-top:20px; text-align:left; }
.issues {
	margin-right:auto;
	margin-left:auto;
	padding:10px 10px 0 10px;
	background:#fff url(../images/bd-issue-wrapper-bg.jpg) repeat-x fixed;
	border:solid 1px #999;
	height:auto; 
	width:700px;
}
.issues h1 { margin-bottom:10px; font-size:174%; }
.issues p { padding:0 20px 0 3px; }

.issue { margin:15px 0 25px 0; padding:15px 15px 15px 0; border:solid 1px #616261; background:#ffffff; }
.issue img { float:left; }
.issue p { padding:0 0 0 175px !important; }
.issue span { margin-bottom:7px; }
.issue p a:link, .issue p a:hover, .issue p a:visited, .issue p a:active { display:block; margin-top:15px; color:#292929; }