/*
 * Rebirth by Daniel Hardy (c)2009
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     The League of Moveable Type
 * @vendorurl:  http://www.theleagueofmoveabletype.com
 * @licenseurl: http://www.fontsquirrel.com/license/League-Gothic
 *
 *
 */

@font-face {
	font-family: 'LeagueGothic';
	src: url('assets/League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('assets/League_Gothic.ttf') format('truetype');
}
*{
	margin:0px;
	padding:0px;
}
body{
	background:#A1B9D1 url('assets/bg_body.png') repeat-x left top;
	background-color:#fff;
	color:#555;
	color:rgba(0,0,0,.6);
	font:14px Arial, Helvetica, sans-serif;
	line-height:21px;
}
h1, h2, h3, h4{
	color:#000;
	font-family: 'LeagueGothic';
	font-weight:normal;
}
h2{
	font-size:2em;
	line-height:2em;
}
h3{
	font-size:1.75em;
	line-height:1.75em
}
h4{
	font-size:1.5em;
}
.hidden{
	display:none;
}

/*
 * HEADER 
 */
#header{
	margin-top:40px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
	border-color:rgba(0, 0, 0, 0.3)
}
.logo{
	font-size:3em;
}
	.logo a{
		color:#000;
		text-decoration:none;
		text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
	}
#nav{
	float:right;
}
	#nav li{
		float:left;
		list-style:none;
		padding-left:20px;
	}
		#nav li a{
			color:#000;
			font-size:1.5em;
			text-decoration:none;
			text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
		}
		#nav li a:hover{
			text-decoration:underline;
		}

/*
 * CONTENT
 */
#content{
	margin-bottom:40px;
}
.pagetitle{
	margin-bottom:20px;
}
.post .title{	
	text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
}
.post p {
    margin: 14px 0px 14px 0px;
}
.post em {
    font-style: italic;
}
.post h1, .post h1 a {
	color:#000;
    margin: 30px 0 10px 0;
    font-weight: normal;
	text-decoration:none;
}
.post .indent {
    padding-left: 10px;
}
.post .indent p {
    padding-left: 10px;
}
.post small {
    font-size: 11px;
	color:#000;
}
.post small a {
    font-weight: normal;
}
.post .alignright {
    float: right;
    margin-left: 10px;
}
.post .alignleft {
    float: left;
    margin-right: 10px;
}
.post .aligncenter {
    margin: 0 auto;
    display: block;
}
.post abbr {
    font-weight: normal;
}
.post ul {
    list-style: square;
    margin: 0 0 0 25px;
}
.post ol {
    list-style: decimal;
    margin: 0 0 0 30px;
}
.post .wp-caption {
    background: #f7f7f7;
    border: 1px solid #ccc;
    margin: 10px;
    text-align: center;
    padding: 5px 0 0;
}
.post .wp-caption-text {
    margin: 0;
}
.post .wp-caption a, .post .wp-caption a:hover {
    border-bottom: 0;
}
.post blockquote {
    color: #777;
	color:rgba(0,0,0, .6);
    border-left: 5px solid #ccc;
	border-color:rgba(0,0,0, .3);
    margin: 15px 30px 0 10px;
    padding-left: 20px;
}
.post pre {
    font-family: courier;
    font-size: 12px;
    letter-spacing: -1px;
    margin: 14px 0 14px 0;
}
.post img{
	background:#fff;
	padding:10px;
	border:1px solid #ccc;
	box-shadow:0px 0px 5px #555;
	-moz-box-shadow:0px 0px 5px #555;
	-webkit-box-shadow:0px 0px 5px #555;
}
.post .message ul {
    margin: 12px 0 0;
}
.post .message {
    display: none;
    background: #0F67A1;
    margin-top: 10px;
    padding: 20px;
    color: #fff;
}
.post .download{
	padding:20px 20px 20px 90px;;
	background:#eee url(assets/download_48.png) 20px 20px no-repeat;
	background-color:rgba(0,0,0,0.1);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#comments h3, #comments h4 {
    font-size: 24px;
    margin: 35px 0 5px;
    font-weight: normal;
}
#comments h4 {
    font-size: 28px;
}
#comments cite {
    font: 22px 'League Gothic';
    font-weight: normal;
}
#comments em {
    font-style: italic;
    text-align: right;
}
#comments ol.commentlist{
	list-style:none;
}
#comments ol.commentlist li {
    margin-top: 20px;
    border-top: 1px dotted #ccc;
	border-color:rgba(0,0,0,0.2);
    padding: 20px 5px 20px 10px;
}
#comments p {
    margin: 10px 0 0 10px;
    width: auto;
}
#comments span {
    display: block;
    color: #eee;
	color:rgba(0,0,0,.2);
    font-size: 120px;
    font-weight: normal;
    float: right;
    padding-top: 25px;
}
#comments ul.formlist {
    margin: 20px 0px;
    width: 375px;
}
#comments ul.formlist li {
    display: block;
    margin: 10px 0 0;
}
#comments ul.formlist p {
    margin: 10px 0 0;
}
#comments input {
    width: 370px;
    font-size: 18px;
    font-weight: normal;
	border:1px solid #ccc;
	border-color:rgba(0,0,0,.3);
	padding:2px 5px;
}
#comments textarea {
    width: 370px;
    font-size: 18px;
    font-weight: normal;
	font-family:inherit;
	border:1px solid #ccc;
	border-color:rgba(0,0,0,.3);
	padding:2px 5px;
}
#comments li.submitbutton input {
	width:auto;
    background:#222;
	background-color:rgba(0,0,0, .8);
	border:0px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#eee;
    color: rgba(255, 255, 255, .8);
    font-weight: normal;
	font-size:inherit;
	padding:2px 10px;
	cursor:pointer;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:1px 1px 5px rgba(0,0,0, 0.5);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0, 0.5);
}

/*
 * SIDEBAR
 */
#sidebar{
	font-size:.85em;
	line-height:1.5em;
}
#sidebar h2{
	font-size:1.75em;
	line-height:1em;
}
#sidebar ul>li{
	list-style:none;
}
#sidebar ul>li ul{
	margin-bottom:20px;
}
#sidebar ul>li ul li{
	list-style:square;
	margin-left:15px;
}

/*
 * HOME
 */
.large{
	font:7em 'LeagueGothic';
	line-height:.99em;
	color:rgba(0, 0, 0, 0.5);
	margin-bottom:40px;
}
#home #sidebar{
	font-size:1em;
}
#home #sidebar ol{
	color:#000;
	font-size:1.25em;
	font-weight:bold;
	list-style-position:inside;
}
#home #sidebar ol li{	
	border-bottom:1px solid rgba(0,0,0,0.2);
	padding:10px 0px;
}
#home #sidebar ol li a{
	color:rgba(0,0,0,0.5);
	font-weight:normal;
	text-decoration:none;
}
/*
 * ARCHIVE
 */
.archive_container{
	text-align:left;
	display:block;
}
.archive_year{
	clear:both;
}
.archives_list{
	border-color:#888;
	border-left:4px solid rgba(0,0,0,0.3);
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:10px;
	margin-left:10px;	
	text-align:left;
	float:left;
}
.archives_list li{
	background: url(assets/marker.png) no-repeat center left;
	clear:left;
	line-height:.75em;
	margin-left:0px;
	padding-left:16px;
}
.archive ol.archives_list li .date{
	display:block;
	float:left;
	width:150px;	
	margin-left:20px;
}
.archive ol.archives_list li a{
	display:block;
	float:left;
	padding-top:8px;
}
.explination{
	margin:20px;
	line-height:18px;
}

/*
 * FOOTER
 */
#footer{
	background:rgba(0,0,0,0.8);
	color:#999;
	font-size:.75em;
	padding:5px 10px;
	text-align:right;
	margin:20px auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:1px 1px 5px rgba(0,0,0, 0.5);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0, 0.5);
}
