/*  
Theme Name: AMM Custom
Theme URI: http://www.mediacoredesign.com/
Description: Custom theme created by Media Core Design
Version: 1.0
Author: Dirk Fransden
Author URI: http://www.mediacoredesign.com/

	Kubrick v1.0
	 http://www.mediacoredesign.com/

*/


/* *** GENERAL *** */

body {
	background: #000 url('images/page_bg.jpg') no-repeat top center;
	margin-top: 103px;
}

h1 {
	font-family: 'Verdana', Arial, Sans-Serif;
	font-size: 14px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 2px;
}

h2 {
	font-family: 'Verdana', Arial, Sans-Serif;
	font-size: 12px;
	color: #bb8717;
	margin-top: 0px;
	margin-bottom: 0px;
}

table {
	clear: both;
	float: left;
	width: 100%;
}

img {
	border: 0px;
}

hr {
	clear: both;
	float: left;
	width: 100%;
	height: 1px;
	border-top: 1px solid #000;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

a {
	text-decoration: underline;
	font-family: 'Verdana', Arial, Sans-Serif;
	font-size: 12px;
	color: #000;
}
a:hover {
	text-decoration: underline;
}


/* *** DIV IDS *** */

#page {
	margin: 0 auto;
	width: 941px;
	background: #fff;
	border: 1px solid #bb8717;
}

#content {
	float: left;
	margin-top: 28px;
	margin-left: 43px;
	width: 643px;
	padding: 0 0 20px 0;
	font-family: 'Verdana', Arial, Sans-Serif;
	font-size: 12px;
	color: #000;
}

#content img {
	border: 1px solid #bb8717;
}

#sidebar {
	float: right;
	margin-top: 28px;
	margin-right: 4px;
	width: 200px;
}

#sidebar ul {
	margin-top: 1px;
}

#sidebar ul li {
	margin: 1px 0 0 0;
	margin-left: -30px;
	list-style: none;
}

#sidebar a {
	text-decoration: none;
	font-family: 'Verdana', Arial, Sans-Serif;
	font-size: 12px;
	color: #bb8717;
}
#sidebar a:hover {
	text-decoration: underline;
}

#sectionTitle {
	clear: both;
	float: left;
	margin-bottom: 20px;
	width: 620px;
	padding: 10px 10px 10px 10px;
	background: #bb8717;
	color: #fff;
}

#comments {
	clear: both;
	float: left;
	width: 100%;
}


* html #sidebar, #content {
	display: inline;
}



/* *** DIV / SPAN CLASSES *** */

.ff-fix {
	clear: both;
	width: 100%;
	height: 1px;
}

.catLinks {
	font-weight: bold;
}



/* *** FONTS *** */

.black {
	color: #000;
}




/* *** LINKS *** */

a.readmore {
	text-decoration: none;
	font-family: 'Verdana', Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #bb8717;
}