/* @override 
	http://www.paulajosajones.org/stylesheet.css
*/

/* @group Main Blocks */

body {
	margin: 0;
	color: white;
	background-color: #141823;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
}
img {
	border-width: 0;
}
#background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -10;
	text-align: left;
	top: 0;
	left: 0;
}
#background img {
	width: 100%;
	position: absolute;
	z-index: -10;
}
#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
}
a {
	outline: none;
}

/* @end */

/* @group Navigation */

#navigation {
	display: block;
	float: left;
	color: white;
	margin-top: 50px;
	width: 322px;
	text-align: left;
	z-index: 0;
	padding: 0;
}
#navigation a:hover, #navigation a.selected {
	background-color: red;
}
#navigation>div {
	padding: 1px;
}
#navigation a {
	text-decoration: none;
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 20px;
	display: block;
	background-color: #5f75a6;
	margin: 2px 0 3px 0;
	padding: 2px;
}
#navigation .children {
}
#navigation .child a {
	padding-left: 20px;
	font-size: 12px;
}

/* @end */

/* @group Related Media */

#related_media {
	display: block;
	float: left;
	color: white;
	margin-top: 50px;
	width: 320px;
	height:  320px;
	text-align: left;
	z-index: 0;
	padding: 0;
	clear: left;
}

/* @end */

/* @group Content */

#title {
	width: 500px;
	height: 500px;
	float: right;
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
	background-color: white;
}
#title img {
	margin-top: 210px;
}
#title object {
	border-width: 1px;
	border-style: solid;
	border-color: white;
}
#content {
	width: 500px;
	float: right;
	min-height: 400px;
	margin-top: 50px;
	text-align: justify;
	color: #465676;
	background-color: #eff9fb;
	line-height: 18px;
	padding: 25px 25px 35px 25px;
}
#content a {
	color: #465676;
}
p.title {
	font-size: 250%;
	color: #5d739e;
	text-indent: -1px;
}
p.quote {
	text-align: center;
	font-style: italic;
}
p.attribution {
	text-align: right;
	font-style: italic;
	width: 400px;
}
.photo {
	font-size: 9.3px;
	float: left;
	display: inline;
	height: 148px;
	width: 125px;
}
.photo img {
	display: block;
}
.photo_caption {
	height: 10px;
	line-height: 11px;
}

/* @end */

/* @group Mediabox Detail */
body#mediabox_detail {
	background-color: white;
	color: #141823;
	text-align: left;
	margin: 10px;
}
body#mediabox_detail a {
	color: #141823;	
}
body#mediabox_detail img {
	float: left;
	margin: 0 10px 10px 0;
}

/* @end */