body {
	text-align:center;
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background-color:#ffffff;
}

a {
	color:#167AAF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body,h1,h2,h3,h4,h4,h6,form,input,select,dl,dd,dt {
	padding:0;
	margin:0;
}

h2 {
	height:30px;
	text-indent:-1000px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
}

h3 {
	font-size:13px;
	padding:1em 0;
	text-transform:lowercase;
}

h4 {
	font-size:15px;
	padding:1em 0;
	color:#ff6600;
	text-transform:lowercase;
	font-weight:normal;
}

p {
	margin:0;
	padding:0 0 1em 0;
}

img { border:none; }

/*		CLASSES		*/
.margin			{ margin:1em; }
.marginTop		{ margin-top:1em; }
.marginRight	{ margin-right:1em; }
.marginBottom	{ margin-bottom:1em; }
.marginLeft		{ margin-left:1em; }
.padding		{ padding:1em; }
.paddingTop		{ padding-top:1em; }
.paddingRight	{ padding-right:1em; }
.paddingBottom	{ padding-bottom:1em; }
.paddingLeft	{ padding-left:1em; }
.relative		{ position:relative; }
.bold			{ font-weight:bold; }
.left			{ float:left; }
.right			{ float:right; }
.clear			{ clear:both; }
.center			{ text-align:center; }
.smText			{ font-size:10px; }
.hide			{ display:none; }

/*		PAGE HEADERS		*/
	h2.title_bio					{ background-image:url(../images/title_bio.gif); }
	h2.title_publications			{ background-image:url(../images/title_publications.gif); }
	h2.title_journal				{ background-image:url(../images/title_journal.gif); }
	h2.title_contact				{ background-image:url(../images/title_contact.gif); }
	h2.title_reviews				{ background-image:url(../images/title_reviews.gif); }
	h2.title_publishers				{ background-image:url(../images/title_publishers.gif); }
	h2.title_excerpt				{ background-image:url(../images/title_excerpt.gif); }
	h2.title_news					{ background-image:url(../images/title_news.gif); }
	h2.title_readings				{ background-image:url(../images/title_readings.gif); }
	h2.title_readingsarchive		{ background-image:url(../images/title_readingsarchive.gif); }
	h2.title_ethiopianphotoalbum	{ background-image:url(../images/title_ethiopianphotoalbum.gif); }
	h2.title_blog					{ background-image:url(../images/title_blog.gif); }

#mainContainer {
	margin:0 auto;
	padding:20px 0;
	width:600px;
	text-align:left;
}

#header {
	border-top:10px solid #FACC00;
	position:relative;
	height:100px;
	overflow:hidden;
}

#header h1 a {
	position:absolute;
	top:7px;
	_top:17px;
	right:1px;
	display:block;
	width:148px;
	height:30px;
	background:url(../images/logo.gif) no-repeat;
	text-indent:-1000px;
	overflow:hidden;
}

#header ul {
	padding:0;
	margin:0;
	list-style:none;
	text-transform:lowercase;
	/*word-spacing:-0.25em;*/
	font-size:12px;
	margin-top:2px;
	position:relative;
}

#header li {
	float:left;
	background:url(../images/pipe.gif) right 4px no-repeat;
	padding:0 5px 0 0;
	margin:0 4px 0 0;
	position:relative;
}

#header li.last {
	background:none;
}

#header ul ul {
	display:none;
}

#header li a {
	display:block;
	padding:2px 0;
	white-space:no-wrap;
}

#header li.active a, #header li a:hover, #header li.active li a:hover  {
	background-color:#FACC00;
	text-decoration:none;
}

#header li li {
	float:none;
	background:none;
	padding:0;
	margin:0;
	height:1.2em;
}

#header li li a {
	display:inline;
	padding:0;
	white-space:no-wrap;
}

#header li.active li a {
	background:none;
}

#header ul li.active ul {
	display:block;
	position:absolute;
	top:18px;
	left:0px;
	width:200px;
}

#content .left {
	width:430px;
}

#content .right {
	width:150px;
}

dl.image dd {
	font-size:10px;
	color:#6E6E6E;
}

.galleryImages img {
	display:none;
}

.galleryGroups a {
	display:block;
	width:190px;
	float:left;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	color:#000000;
}

.galleryGroups img {
	margin-bottom:3px;
}

.galleryGroups a:hover {
	text-decoration:none;
}

#footer {
	text-align:center;
	color:#6e6e6e;
	border-top:1px solid #FACC00;
	margin-top:20px;
	padding:5px 0;
	font-size:10px;
}

#footer p {
	padding-bottom:0;
}

/* Fix's containers not clearing inner floats in firefox */
.clearIt:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

html .clearIt {
	height: 1%;
}
