/*
Theme Name: Mojo's
Theme URI: gtaber.co.uk
Description: skin to integrate blog with rest of gtaber.co.uk
Author: Owain Jones
Author URI: slashingedge.co.uk
Template: default
Version: 1

*/

#construction {
	top: 0px;
	margin: 0 auto;
	padding: 10px;
	background: white;
	border: 2px solid grey;
#	display: inline;
#	display: inline-block;
	width: 872px;
}
body {
	background: #000 url('/style/page-bg2.png') no-repeat top center;
	color: #401020;
	font: 12pt "Trebuchet MS", verdana, sans-serif;
	margin: 0 auto;
	padding: 0;
}
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}
.wrapper > *{
	opacity: 1;
}
#header{
	width: 896px;
	height: 240px;
	margin: 0 auto;
	background: #FFF url('/style/header3.png') no-repeat top center;
	text-align: center;
	position: relative;
}
#header > *{
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
}
#bLinks{
	display: none;
}
#breadcrumb{
	width: 896px;
	height: 24px;
	margin: 0 auto;
	background: #eff url('/style/breadcrumb2-bg.png') no-repeat top center;
	text-align: center;
	font-size: 15pt;
}
#breadcrumb a, #breadcrumb a:visited{
	color: #001;
	text-decoration: none;
	margin: 0px 1.5em;
}
#breadcrumb a:hover{ text-decoration: underline; }
#content{
	width: 872px;
	margin: 0 auto;
	background: #eff url('/style/content-bg.png') repeat-x;
	padding: 12px;
	border-bottom: 2px solid #d7f;
}
.section{
	border: 1px solid #d7f;
	padding: 15px;
	background: #e8c2ff url('/style/content1-bg.png') repeat-x;
	clear: none;
	color: #312;
}
.section p{
	text-align: justify;
	margin: 1em 0px 0px 0px;
}
.section p:first-line{
	color: #201;
}
.left{
	width: 425px;
	float: left;
}
.left_big{
	width: 637px;
	float: left;
}
.right_nav{
	width: 212px;
	float: right;
}
.right{
	width: 425px;
	float: right;
}
.book{
	font-size: 11pt;
	line-height: 30px;
	padding: 0px 7em;
}
.book p{
	margin: 1.5em 0px 0px 0px;
}
.clear{
	visibility: hidden;
	clear: both;
	width: 100%;
}
hr{
	width: 50%;
	height: 0px;
	border-bottom: 2px dotted #534;
	color: #534;
}

