/*===
2plus4 publishing stylesheet
Author: <marcin@rkodigital.net>
===*/

/*=== General ===*/
body {
	margin:0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Trebuchet, sans-serif;
	color:#333333;
	font-size:0.8em;
	background-image:url(../img/2p4.body.bg.gif);
}

nobr {
	white-space:normal;


}

table td, ul li, ol li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Trebuchet, sans-serif;
	font-size:1em;
}

img {border:0;}

a {	
	text-decoration:none;
	color:#cc0000;
}

p {margin:0;}

/*=== Layout ===*/
/** the shadow around the main container **/
div#container-main-shadow {
	padding:0px 30px;
	width:800px;
	margin:0 auto;
	background-image:url(../img/2p4.shadow.sides.png);
}

/** main container, holds the 3 columns **/
div#container-main {
	background-color:#fff;
	border:1px solid #9A9A9A;
	border-top:0;
	padding-top:20px;
	padding-bottom:30px;
}

div#column-left {
	float:left;
	width:170px;
	margin-left:25px;
	background-image:url(../img/2p4.gradient.vertical.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:240px;
}

div#column-middle {
	
	float:left;
	width:380px;
	margin-left:16px;

}

div#column-right {
	margin-left:0px;
	float:left;
	width:195px;
}

div#container-footer {
	padding:5px 30px;
	padding-bottom:20px;
	margin:0px;
	
	width:800px;
	margin:0 auto;
	text-align:right;
	background-image:url(../img/2p4.shadow.bottom.png);
	
	background-repeat:no-repeat;
	background-position:center top;
}

div#container-footer p {
	margin:0;
	padding-right:20px;
}

/* row top - horizontal gradient and contact info */
/* the !important definition is a hack to make IE 6 render min-height */
.row-top {
 min-height:90px;
 height:auto !important;
 height:90px;
 border-top:1px solid #fff;
 
}

/* row-middle - main content and news box */
/* the !important definition is a hack to make IE 6 render min-height */
.row-middle {
 min-height:205px;
 height:auto !important;
 height:205px;
 border-top:1px solid #fff;
 margin-top:13px;

}

/* row-middle - book info and characters link */
.row-bottom {}

/*=== Navigation ===*/
div#container-menu {
	padding-left:8px;
	padding-top:20px;
}

a.menu-item {
	
}

a.menu-item img {
	display:block;
	margin-bottom:2px;
}

/*=== Headings ===*/

h1 {
	color:#cc0000;
	margin:0;
	font-size:1.3em;
}
h2 {
	color:#cc0000;
	font-size:1.2em;
}
h3 {
	color:#cc0000;
	font-size:1.1em;
}

h4 {}
h5 {}

/*=== body ===*/
div#container-body {
	
}

div#container-body p {
margin:0;
margin-bottom:12px;
	font-size:1em;
}

div#container-body p.small {
	font-size:0.8em;
}

div#container-body p.big {
	font-size:1.3em;
	margin-bottom:16px;
}

/*=== specific elements *===/

/*=== enquiries ===*/
div#container-enquiries {
	font-size:0.9em;
	padding-left:20px;
}

div#container-enquiries p {
	margin-top:10px;
}

/*=== meet characters box ===*/
div#container-characters {

}

/*=== News ===*/
div.newsbox {
	margin-left:20px;
	width:161px;
	background-image:url(../img/2p4.gradient.bw.vertical.gif);
	background-repeat:repeat-x;
	background-position:0px 30px;
	min-height:160px;
	height:auto !important;
 	height:160px;
}

div.newsbox h1 {
	font-size:1.1em;
	margin:0;
	padding:0;
	margin-bottom:5px;
}

div.newsbox p {
	padding:0px;
	margin:0px 10px 0px 12px;
	
}

/*=== Infobox ===*/
div.infobox {
	
}

div.infobox div.image { 
	width:190px;
	
	text-align:left;
	float:left;
}

div.infobox div.image img {
	border:1px solid #CCCCCC;
	margin-top:2px;
}
div.infobox div.text { 
	width:175px;
	float:left;
	padding-left:10px;
	
}

div.infobox div.text h3 { 
	margin:0;
	padding:0;
	color:#cc0000;
	font-size:1.1em;
}
div.infobox div.text p {
margin:0;
	padding:0;
}


/*=== Classes ===*/

.clear {
	clear:both;
}
.centered {
	text-align:center;
}

p.small {
	font-size:0.8em;
}

p.big {
	font-size:1.2em;
}

strong {
	color:#333;
}
.red {
	color:#C90200;
}
