/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body {
	background:url(http://ninjacolumbo.co.uk/images/bg.jpg) no-repeat top center #dd2f0a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	margin: 0;
	line-height: 1.5em;
}

#container {
	width: 937px;
	margin: 0 auto 0 auto;
}

#main {
	margin: 28px 0 0 0;
	float:left;
	width: 937px;
}

#col-right {
	float: left;
	width: 200px;
	padding: 0 30px 0 0;
}

#col-left {
	float: left;
	width: 200px;
	padding: 0 0 0 30px;
}

#col-center {
	width: 437px;
	float:left;
	margin: 0 20px 0 20px;
}

#col-center img {
	border: 5px solid #8a1d05;
}

#footer {
	float:left;
	margin: 20px 0 0 0;
	background:url(http://ninjacolumbo.co.uk/images/footer-bg.jpg) repeat-x top left;
	width: 937px;
	height: 40px;
}

#footer-left {
	float:left;
	background:url(http://ninjacolumbo.co.uk/images/footer-left.png) no-repeat top left;
	height: 30px;
	padding: 10px 0 0 20px;
}

#footer-right {
	float:right;
}

/* ******************************************** /*
					Headers
/* ******************************************** */

h1 {
	margin: 0 0 10px 0;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0px;
	line-height: 1.2em;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0px;
	line-height: 1.2em;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0px;
	line-height: 1.2em;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 0px;
	line-height: 1.2em;
}



/* ******************************************** /*
					Links
/* ******************************************** */

a {
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
	
}

a:hover {
	color: #6f1b09;
}



/* ******************************************** /*
					Downloads
/* ******************************************** */

.download {
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 200px;
	float:left;
}

.down-title, .down-desc {
	float:left;
	width: 200px;
}

.down-link {
	margin: 5px 0 0 0;
	width: 200px;
	float:left;
}

.down-link a {
	color:#000;
}

.down-link a:hover {
	color:#000;
	text-decoration:underline;
}



/* ******************************************** /*
					Navigation
/* ******************************************** */

#col-right ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#col-right li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#col-right li a {
	display:block;
	width: 200px;
	border-bottom: 1px solid #000;
	font-size: 130%;
	text-transform: uppercase;
	color:#000;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
}

#col-right li a:hover {
	border-bottom: 1px solid #FFF;
	color:#FFF;
}