/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 950px fixed layout with two sidebars on either side of content
SOURCE: Thematic
*/

body {
	min-width:960px;
	background-color:#050d12;
	background-image:url('http://warriorsmovie.co.uk/wp-content/themes/thirtyten/images/bg.gif');
	background-repeat:no-repeat;
}
#header {
	position:relative;
}
#branding {
	width:940px;
	margin:0 auto;
}
#branding img {
	border-top:0px;
}
#access {
	position:relative;
	overflow:hidden;
}
.menu {
	width:940px;
	margin:0 auto;
}
#main {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding: 20px 0 0 0;
}
#container {
	width:940px;
	float:left;
	margin:0 0 0 10px;
}
#content {
	margin: 0 210px 0 210px;
	padding: 10px;
	overflow:hidden;
}
#content,
#content input,
#content textarea {
	color: #333;
	/*font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: justify;*/
}
#primary {
	width:190px;
	float:left;
	margin: 0 0 0 -940px;
}
* html #primary {
	left: 20px;
	position: relative;
}
#secondary {
	width:190px;
	float:left;
	margin: 0 0 0 -190px;
}
#footer {
	clear:both;
}
#subsidiary {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#subsidiary .aside {
	width:300px;
	float:left;
	margin:0 10px 0 10px;
}
#subsidiary #third {
	margin:0 0 0 10px;
}
#siteinfo {
	clear:both;
	width:940px;
	margin:0 auto;
}
#access {
	overflow: visible;
}
#main {
	clear: both;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration:none;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
