/*
Theme Name: Minimalist
Description: Fast loading minimalist theme, utilising mootools, with 5 different colour schemes and no images.
Version: 1
Author: Joey Robinson
Author URI: http://www.techdesigns.co.uk
Latest updated: 7th October 2009
Tags: two-columns, white, black, blue, green, silver, fixed-width, left-sidebar
*/

html, body {
	background-color: #FFFFFF;
	padding: 20px 0px 20px 0px;
	margin: 0;
	text-align: center;
	font-size: 13px;
} 

body {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
}

#container {
	width: 900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position: relative;
	width: 900px;
	margin: 0px;
	padding: 0;
	height: 50px;
	overflow-x: hidden;
} 

#header h1 {
	color: #CCCCCC;
	position: relative;
	float:left;
	margin:0px 0px 0px 250px;
	width: 650px;
	padding:0px;
	font-weight:bold;
	font-size:20px;
	text-transform:uppercase;
}	
 
#header h1 a {
	color: #CCCCCC;
	text-decoration: none;
}

#header h1 a:hover {
	color: #333333;
	text-decoration: none;
}

#header h2 {
	color: #999999;
	position: relative;
	float: left;
	clear: left;
	margin: 0px 0px 0px 250px;
	width: 650px;
	padding: 0px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
} 
 
#beta {
	width: 230px;
	float: left;
	position: relative;
	padding: 0px 20px 0px 0px;
	text-align: right;
	overflow-x: hidden;
}
 
#beta-inner {
	color: #CCCCCC;
	margin: 0;
	text-align: right;
	font-weight: bold;
	text-transform:uppercase;
	font-size:14px;
}

#beta-inner a {
	color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

#beta-inner a:hover {
	color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}

#beta-inner ul {
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	width: 230px;
	clear: left;
	float: right;
}

#beta-inner ul li {
	color: #999999;
	margin: 0px 0px 0px 0px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size:14px;
}

#beta-inner ul li a {
	color: #999999;
}

#beta-inner ul li a:hover {
	color: #333333;
	text-decoration:none;
}

#alpha {
	float: right;
	display: inline;
	position: relative;
	width: 650px;
	font-size: 13px;
	overflow-x: hidden;
	text-align: left;
}

#alpha h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	clear: both;
}
 
#alpha h2,
#alpha h3,
#alpha h4,
#alpha h5,
#alpha h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear:both;
} 

#alpha h2 {
	font-size: 20px;
}

#alpha h2 a {
	color: #CCCCCC;
	text-decoration:none;
} 

#alpha h2 a:hover {
	color: #333333;
}

#alpha h2.entry-title {
	color: #CCCCCC;
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding:0px;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
} 

#alpha h2.entry-title:hover {
	color: #333333;
}

#alpha h2.entry-title:active {
	color: #333333;
}

#alpha h2.trackbacks-header {
    color: #CCCCCC;
    margin: 0px 0px 0px 0px;
	padding: 0;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
}

#alpha h3 {
	font-size: 18px;
}

#alpha h4 {
	font-size: 16px;
}

#alpha h5 {
	font-size: 14px;
}

#alpha h6 {
	font-size: 12px;
}
 
#alpha p,
#alpha ul,
#alpha ol {
	color: #333333;
	font-size: 13px;
	line-height: 1.7em;
	clear:left;
}

#alpha p a {
	color: #333333;
}

#alpha p a:hover {
	color: #333333;
	text-decoration:none;
}

#alpha #trackbacks {
    border-top: 1px dashed #CCCCCC;
    border-bottom: 1px dashed #CCCCCC;
    margin: 0px 0px 26px 0px;
	padding: 13px 0 13px 0;
}

blockquote {
	margin: 20px;
	padding: 8px 8px 8px 15px;
}

blockquote p {
	color: #333333;
	background-color: inherit;
	font-size: 0.9em;
	line-height: 1.3em;
}

label {
	color: #333333;
	background-color: inherit;
	font-size: 0.9em;
	font-weight: bold;
}

code {
	font-size: 1.2em;
	display: block;
	padding: 5px 5px 5px 8px;
	margin:5px 0 15px 0;
}

pre {
    background-color: #f1f1f1;
    letter-spacing:0;
    line-height: 120%;
    font-size: 14px;
    font-family: monospace;
    padding:14px;
    overflow: auto;
    margin: 1em auto;
}

.asset-meta { color: #CCCCCC; }
.asset-meta a { color: #CCCCCC; }
.asset-meta a:hover { color: #333333; }

.asset-more-link { color: #CCCCCC; }
.asset-more-link a { color: #CCCCCC; }
.asset-more-link a:hover { color: #333333; }
.asset-more-link {
    padding-bottom: 26px;
}

.str { color: #080; }
.kwd { color: #008; }
.com { color: #800; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }
