@charset "utf-8";
/* base for mlk website, mikhuang.com */

body {
	font-family:Arial, Helvetica, sans-serif;
}
div#container {
	width:800px;
	margin:0 auto;
}
div#header {
	margin-top:1em;
}
h1#logo {
	margin:0;
	padding:0;
	position:relative;
	width:800px;
	height:110px;
	overflow:hidden;
}
a { text-decoration:none; }
a:hover { text-decoration:underline; }

h3 {
	margin-bottom:.5em;
}
#logo span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:800px;
	height:110px;
	margin:0;
	padding:0;
	background:url(../images/base/header.jpg) top left no-repeat;
}
#nav ul {
	margin-left:3px; /* to match up with the black in 'B' */
}
#nav ul li {
	float:left;
	margin-right:2em;/*margin-top:.5em;*/
	font-size:95%;
	}
#nav ul li a {
	text-decoration:none;
	color:#EF6042;
}
#nav ul li a:hover {
	color:#999;
}
#nav ul li.selected a {
	/*margin-top:0;
	background:#EF6042 ;
	border-top:.5em solid #EF6042;*/
	color:#000;
}
p {
	margin:0 0 1.5em 0;
	line-height:1.4;
}
em, i {
	font-style:oblique;
}
strong, b { font-weight:bold; }
#content {
	clear:both;
	margin-top:3em;
}
#content p { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#333;
}
/* 3 columns, first column, two wide */
.col3-1b {
	float:left;
	width:520px;
}
.col3-1 {
	float:left;
	width:260px;
}
.col3-2 {
	margin-left:10px;
	float:left;
	width:260px;
}
.col3-2b {
	float:right;
	width:520px;
}
.col3-3 {
	float:right;
	width:260px;
}
.col4-1c {
	float:left;
	width:75%;
}
.col2-1 {
	float:left;
	width:49%;
}
.col2-2 {
	float:right;
	width:49%;

}
#footer {
	clear:both;
	font-size:70%;
	color:#999;
	padding-top:8em;
	text-align:center;
}
/*div.gallery {
	background:#fff url(../images/base/gallery-grad.jpg) top repeat-x left;
	margin:-4em 0 -8em 0;
	padding:4em 0 8em 0; 
}*/
.gallery ul {
background:#ccc;
}
.gallery li {
	float:left;
	margin:0 2px 0 0 ;
background:none;
	
}
img.left {
padding:0 1em .1em 0;
float:left;
}

img.right {
padding:0 0 .1em 1em;
float:right;
}

.red-color {
color:#EF6042 !important;
}
.gray-color {
color:#666 !important;
}

.newsitem {
clear:both;
margin-top:1em;
font-size:90%;
}
.newsitem img.logo {
float:left;margin-right:10px;
}
.newsitem .details {
margin-left:160px;
font-family:Georgia, serif;
line-height:1.2; 
}
.newsitem .details a { 
}

.newsitem .source { 
font-size:80%;
}

.community-outreach {
font-size:75%;
}