/* --- Please do NOT remove this copyright! --- /*

	BlueDream ClanTemplate Developed for ClanTemplates.com - Cascading Style Sheet
	------------------------------------------------------------------------------------------------
	Designed by:	Lewis Ainslie (Dream) - http://www.shock.in
	Coded by:	Lee Tomblin - http: //www.strictcoding.net

	Table of Contents:
		import navigation - see nav.css for the actual css
		layout
		colours, typography & links
		misc
*/

/* import navigation
----------------------------------------------- */

@import 'nav.css'; /* This imports the navigation for the top of the template, do not remove this! /*

/* layout
----------------------------------------------- */

body
{
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #fff;
	background: url(imgs/bg.gif);
	margin: 0; padding: 0;
}
div#container
{
	width: 906px;
	padding: 0 51px 0 42px;
	background: url(imgs/content_bg.jpg) repeat-y;
	margin: 0 auto;
	overflow: auto;
}
div#nav_holder
{
	width: 885px;
	height: 69px;
	padding: 8px 0 0 21px;
	background: url(imgs/nav_bg.gif) no-repeat;
}
h1#banner
{
	width: 906px;
	height: 137px;
	text-indent: -9999px;
	background: url(imgs/banner.jpg) no-repeat;
}
.banner_below
{
	color: #b1c9e4;
	font-size: 16px;
	width: 866px;
	height: 68px;
	line-height: 55px;
	padding: 0 0 0 40px;
	background: url(imgs/banner_below.jpg) no-repeat;
}
	.banner_below_content
	{
		width: 229px;
		padding: 0 0 0 20px;
		float: left;
	}
	.banner_below_center
	{
		width: 249px;
		margin: 0 23px 0 60px;
		float: left;
	}
div#content 
{
	width: 826px;
	margin: 0 auto;
}
	div#content_gradient
	{
		width: 906px;
		background: url(imgs/content_gradient.gif) no-repeat;
	}
	div#left
	{
		width: 249px;
		float: left;
	}
	div#right
	{
		width: 536px;
		float: right;
	}
.box_left_holder
{
	width: 249px;
	background: #3d3d3d;
	float: left;
}
.box_right_holder
{
	width: 249px;
	background: #3d3d3d;
	margin: 0 0 0 38px;
	float: left;
}
	.box_left_header
	{
		color: #b1c9e4;
		font-size: 16px;
		width: 239px;
		height: 48px;
		padding: 23px 0 0 10px;
		background: url(imgs/box_left_header.gif) no-repeat;
		margin: 10px 0 0 0;
	}
	.box_left_content
	{
		width: 224px;
		padding: 10px 5px 5px 8px;
		background: #4b4b4b url(imgs/box_bg.gif) repeat-x bottom;
		border-left: 1px solid #2f2f2f;
		border-right: 1px solid #2f2f2f;
		border-bottom: 1px solid #2f2f2f;
		line-height: 20px;
		margin: 0 auto;
		overflow: auto;
	}
		img.sponsor
		{
			margin: 0 0 8px 0;
			display: block;
		}
	.box_left_footer
	{
		width: 249px;
		height: 5px;
		background: url(imgs/box_left_footer.gif) no-repeat;
		overflow: hidden;
		clear: both;
	}
.search_input
{
	font-family: Trebuchet MS, sans-serif;
	color: #3e3e3e;
	font-size: 12px;
	width: 137px;
	height: 22px;
	padding: 7px 0 0 5px;
	border-top: 3px solid #545456;
	border-left: 3px solid #545456;
	border-bottom: 3px solid #545456;
	border-right: 0;
	background: url(imgs/search_bg.gif) repeat-x;
	float: left;
}
	.search_submit
	{
		width: 73px;
		height: 35px;
		background: url(imgs/search_button.gif) no-repeat;
		border: 0;
		float: left;
		margin: 0 0 10px 0;
		cursor: pointer;
	}
.content_header
{
	font-size: 16px;
	width: 526px;
	height: 71px;
	line-height: 62px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	background: url(imgs/content_header.gif) no-repeat;
	clear: both;
}
.content_holder
{
	width: 536px;
	background: #3e3e3e;
}
	.content_box
	{
		width: 504px;
		padding: 10px;
		background: #4b4b4b url(imgs/box_bg.gif) repeat-x bottom;
		border-left: 1px solid #2f2f2f;
		border-right: 1px solid #2f2f2f;
		border-bottom: 1px solid #2f2f2f;
		margin: 0 auto;
	}
	.content_footer
	{
		width: 536px;
		height: 5px;
		background: url(imgs/content_footer.gif) no-repeat;
		overflow: hidden;
	}
.news_title
{
	font-weight: bold;
	width: 490px;
	height: 23px;
	padding: 15px 0 0 10px;
	margin: 0 auto 10px auto;
	background: url(imgs/news_title_bg.gif) repeat-x;
}
.footer_above
{
	width: 898px;
	height: 39px;
	background: url(imgs/footer_above.gif) no-repeat;
	margin: 0 auto;
	clear: both;
}
	.footer
	{
		font-weight: bold;
		width: 858px;
		height: 58px;
		line-height: 58px;
		padding: 0 20px 0 20px;
		background: url(imgs/footer_bg.gif) no-repeat;
		margin: 0 auto;
	}
		.footer a
		{
			color: #fff;
			text-decoration: underline;
		}
		.footer a:hover
		{
			color: #fff;
			text-decoration: none;
		}
		.code, .design
		{
			margin: 24px 0 0 0;
			float: left;
		}

/* colours, typography & links
----------------------------------------------- */

a
{
	color: #a8cdf0;
	text-decoration: underline;
}
a:hover
{
	color: #a8cdf0;
	text-decoration: none;
}
.red
{
	color: #fe0000;
}

/* misc
----------------------------------------------- */

p
{
	margin: 0; padding: 0 0 10px 0;
}

form, input, textarea, h1, h2, h3
{
	margin: 0; padding: 0;
}
a img
{
	border: 0;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.clear
{
	clear: both;
}