/*  
Theme Name: Mediachrome v2
Theme URI: http://www.mediachrome.com/
Description: The monstrous Mediachrome theme
Version:0.2a
Author: James Bisset
Author URI: http://www.mediachrome.com/

*/


div.template-tip 	{
	position: absolute;
	top: 0;
	left: 15px;
	width: 160px;
	background-color: black;
	font-size: 10px;
	color: #545667;
	padding: 3px 5px;
	float: left;
	z-index: 500;
	}	

body	{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #7c1117;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%; /* sets 1em at 10px */
	color: #222;
	}
	
/* The big reset: reset all headers. list etc to 10px default height following the body font-size setting above*/

h1, h2, h3, h4, h5, h6, p, ul, ol, dl	{
	margin-top: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	} 

#wrapper	{
	background: #2f303f url('graphics/wrapper-bg.jpg') repeat-x left top;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #dd5b62;
	}

#page	{
	width: 960px;
	padding: 0 0 15px 0;
	margin: 0 auto;
	background: transparent url('graphics/page-bg.jpg') repeat-y left top;
	position: relative;
	
	}
	

hr	{
	clear: both;
	visibility: hidden;
	margin: 0;
	height: 1px;
	padding: 1px 0 0 0;
	border: 0;
	}

div.clear	{
	clear: both;
	visibility: hidden;
	margin: 0;
	height: 0;
	padding: 1px 0 0 0;
	border: 0;
	}


/*	header
-------------------------------------------------------- */
	
#header	{
	background: transparent url('graphics/header-bg.jpg') no-repeat left top;
	height: 186px;
	}

#header h1	{
	margin: 0;
	padding: 0;
	}

#header h1 #logo	{
	position: absolute;
	top: 126px;
	left: 15px;
	}

a img#logo	{
	border: 0;
	}

/*	menu
-------------------------------------------------------- */

#menu	{
	position: absolute;
	top: 113px;
	right: 15px;
	z-index: 200;
	}

#menu ul	{
	margin: 0;
	padding: 20px;
	list-style-type: none;
	float: right; /* hack for shitty ie7 */
	}

#menu ul li	{
	float: left;
	height: 28px;
	margin: 0;
	padding: 0 0 0 14px;
	background-image: none;
	}

#menu ul li a	{
	float: left;
	display: block;
	height: 28px;
	margin: 0;
	padding: 0 14px 0 0;
	font-size: 1.2em;
	line-height: 28px;
	color: #dbadad;
	text-decoration: none;
	background-image: none;
	text-transform: lowercase;
	}

#menu ul li a:hover	{
	color: white;
	}

#menu ul li.current_page_item	{
	background: transparent url('graphics/current-item.jpg') no-repeat left top;
	}

#menu ul li.current_page_item a	{
	background: transparent url('graphics/current-item.jpg') no-repeat right top;
	color: #222;
	font-weight: bold;
	}
	

/*	submenu
-------------------------------------------------------- */	

#submenu	{
	float: left;
	width: 170px;
	margin; 0;
	padding: 0 0 0 15px;
	}

#submenu ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	}

#submenu ul li	{
	
	}

#submenu ul li a {	
	display: block;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	color: #d8d4b5;
	}
	
/*	content
-------------------------------------------------------- */	

#content	{
	float: left;
	display: inline; /* hack for shitty IE double margin bug */
	margin: 0 20px 0 25px;
	width: 550px;
	}

#content.home	{
	width: 570px;
	margin: 0 0 0 205px;
	}
	
#content h1	{
	font-weight: normal;
	color: #c00;
	}

#content .post h2	{
	font-size: 2em;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #c00;
	}

#content h2	a{
	color: #c00;
	text-decoration: none;
	}

#content h2 a:hover	{
	text-decoration: underline
	}
	
#content h3	{
	
	}
	
#content h4	{
	font-size: 1.2em;
	margin-bottom: 0.4em;
	font-weight: bold;
	}

#content div.post div.entry p, #content div.post div.entry li, #content div.post div.entry dt, #content div.post div.entry dd 	{
	font-size: 1.2em;
	line-height: 1.5em;
	}

#content code	{
	font-family: Monaco, Courier, monospace;
	font-size: 1.2em;
	color: #a00;
	}

#content dt	{
	font-weight: bold;
	}

	
#content.columns div.entry	{
	column-count: 2;
	column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	}

#content.columns div.entry p	{
	}

#content.columns div.entry p:first-child:first-letter { 
	font-size: 2.8em;
	line-height: 1em;
	margin: 0 0.1em 0 0;
	background-color: #aa6367;
	border: 1px solid #7d0F16;
	padding: 0 3px 0 3px;
	display: block;
	float: left;
	text-transform: uppercase;
	color: white;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	width: 1em;
	height: auto;
	text-align: center;
	}

/* navigation */

.navigation {
	display: block;
	text-align: center;
	border-top: 1px dotted #54566d;
	margin: 1em 0;
	padding: 0.5em
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

abbr, acronym	{
	font-weight: bold;
	cursor: help;
	}
	
/* front page */


div#flash	{
	width: 550px;
	margin: 0 0 1em 0;
	padding: 0;
	}

div.excerpt	{
	width: 170px;
	float: left;
	display: inline; /* hack for shitty IE double margin bug */
	padding: 0;
	margin: 0 20px 10px 0; 
	background-color: #f3f5eb;
	border-top: 5px solid #d5d4cd;
	height: 170px;
	position: relative;
	}

div.excerpt p.home-date	{
	margin: 0 5px;
	font-size: 0.9em;
	border-bottom: 1px dotted #d5d4cd;
	}

div.excerpt h2	{
	font-family: Georgia, serif;
	font-size: 1.5em;
	margin: 0.2em 5px;
	}

div.excerpt div.entry p	{
	margin: 0.2em 5px;
	font-size: 1.1em;
	line-height: 1.2em;
	}

div.excerpt a.readon	{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	background-color: #d5d4cd;
	color: black;
	text-decoration: none;
	text-align: right;
	width: 160px;
	}

/*	archives and the rest
-------------------------------------------------------- */	

h2.pagetitle	{
	font-family: Georgia, serif;
	color: #54566d;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	border-bottom: 1px dotted #54566d;
	}

#content .post h3 a	{
	font-size: 2em;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #c00;
	text-decoration: none;
	}

#content .post h3 a:hover	{
	text-decoration: underline;
	}
	
/*	extras
-------------------------------------------------------- */	

div#extras	{
	float: left;
	width: 175px;
	margin: 0 0 0 0;
	padding: 0;
	}
	
/*	sideboxes
-------------------------------------------------------- */


div.sidebox	{
	width: 170px;
	float: left;
	background: transparent url('graphics/sidebar-bg.jpg') repeat-y left bottom;
	padding: 0;
	margin: 1px 0 1em 0;
	}

div.sidebox h1	{
	background: transparent url('graphics/sidebar-header.jpg') no-repeat left top;
	color: white;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 6px 10px;
	}

div.sidebox dl	{
	margin: 0;
	padding: 0;
	}

div.sidebox h2, div.sidebox dt	{
	margin: 0 6px 0 0.2em;
	padding: 3px 10px;
	color: black;
	font-size: 1em;
	font-weight: bold;
	}

div.sidebox p, div.sidebox dd	{
	margin: 0.1em 12px 1.6em 20px;
	line-height: 1.4em;
	font-size: 1em;
	padding: 0;
	}

div.sidebox p.status_date	{
	color: #777;
	margin: 0.2em 12px 0.2em 20px;
	}

div.sidebox h3	{
	font-size: 1em;
	margin: 0.2em 12px 0.2em 20px;
	}

div.sidebox hr	{
	background: transparent url('graphics/sidebar-footer.jpg') no-repeat left bottom;
	padding: 0 0 10px 0;
	visibility: visible;
	}

div.sidebox form input	{
	width: auto;
	margin: 2px 5px;
	}

div.sidebox ul	{
	margin: 0;
	padding: 0;
	}

div.sidebox ul li	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #bee
	}

div.sidebox ul li a	{
	display: block;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	color: #808071;
	background-color: transparent;
	}

div.sidebox ul li a:hover	{
	background-color: #d5d4cd;
	color: black;
	}


/*	footer
-------------------------------------------------------- */	
	
#footer	{
	clear: both;
	width: 930px;
	padding: 10px 15px;
	margin: 0 auto 50px;
	color: #dbadad;
	}

#footer p a	{
	color: white;
	text-decoration: none;
	}

