/* Optional reset */
.reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ul.reset, ol.reset, li.reset {
	list-style: none;
}
/* General HTML */
body {
	margin: 0;
	background: #F7F5E9 url(../images/background.jpg) center;
	font-family: arial;
	text-align: center;
	color: #656464;
}

/* Main layout */
#container {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: left;
}
#main_content_top {
	float: left;
	font-family: Georgia,serif;
	/* To fix IE6's double margin bug */
	display: inline;
	width: 480px;
	margin: 10px 0 0 60px;
}
#main_content {
	float: left;
	/* To fix IE6's double margin bug */
	display: inline;
	width: 480px;
	margin: 10px 0 0 60px;
}
#side_content {
	float: right;
	/* To fix IE6's double margin bug */
	display: inline;
	margin: 10px 70px 0 0;
	width: 310px;
	height: 580px;
	overflow: auto;
	font-family: arial;
}

/* Menu */
.side_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 0.7em;
}
.side_menu strong {
	width: 33%;
	display: block;
	float: left;
}
.side_menu li {
	/* hasLayout */
	width: 100%;
	overflow: auto;
	border-bottom: 1px solid #977C5B;
	padding: 10px 0;
	margin: 0;
}
.side_menu a {
	color: #656464;
	text-decoration: none;
}
.side_menu ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
}
.side_menu ul li {
	float: left;
	width: 33%;
	margin: 0;
	padding: 2px 0;
	border: 0;
	overflow: visible;
}
.side_menu ul li a {
	color: #CFC07C;
	text-decoration: none;
}
#menu_people li, #menu_people strong {
	width: 50%;
}
#menu_magazine a,
#menu_flickr a,
#menu_case-book a,
#menu_didnt-make-it a
{
	padding-left: 35px;
}
#menu_magazine {
	background: url(../images/icon_magazine.gif) no-repeat left center;
}
#menu_flickr {
	background: url(../images/icon_flickr.gif) no-repeat left center;
}
#menu_case-book {
	background: url(../images/icon_casebook.gif) no-repeat left center;
}
#menu_didnt-make-it {
	background: url(../images/icon_didntmakeit.gif) no-repeat left center;
}

/* Header */
#header {
	padding: 20px 30px 0;
}
#header_right {
	float: right;
}

/* Blocks */
#block_heading {
	padding: 0;
	margin: 0 0 6px 0;
}
#block_subheading p {
	padding: 0;
	margin: 0 0 10px;
}
#block_main h3 {
	margin: 10px 0 10px;
}
#block_main .block_editable {
	margin: 20px 0;
	font-size: 0.9em;
}

#main_content .block_wysiwyg {
	border-bottom: 1px solid #977C5B;
}
/* Common elements */

.clear {
	clear: both;
}
.clear_height {
	clear: both;
	height: 1px;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: left;
}
.preload {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: -1000px;
}

.mph_thumbs {
	padding: 4px 0;
}
.mph_thumbs img {
	margin: 2px;
}

#mbOverlay {
	background-color:#000000;
	cursor:pointer;
	left:0;
	position:absolute;
	width:100%;
	z-index:9998;
}
#mbOverlay.mbOverlayFF {
	background:transparent url(../images/80.png) repeat scroll 0 0;
}
#mbOverlay.mbOverlayIE {
	background:transparent url(../images/50.gif) repeat scroll 0 0;
}
#mbCenter, #mbBottomContainer {
	background-color:#222222;
	left:50%;
	overflow:hidden;
	position:absolute;
	z-index:9999;
}
.mbLoading {
	background:#000000 url(../images/BlackLoading.gif) no-repeat scroll center center;
}
#mbImage iframe {
	overflow: hidden;
}
#mbImage {
	background-repeat:no-repeat;
	border:1px solid #666666;
	left:0;
	position:absolute;
	top:0;
}
#mbBottom {
	display:none;
}
