/*  
Theme Name: Pangea
Theme URI: http://www.noscope.com/pangea/
Description: Pangaea (Greek for "all lands") is the supercontinent that existed during the Mesozoic era, before the process of plate tectonics separated the component continents.
Version: 3.5
Author: Joen Asmussen
Author URI: http://www.noscope.com/
*/


/* CSS Reset, Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.3.0 */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}




/**
* Start Vanilla Stylesheet 1.1
*/
body { 
	font: 9pt/1.5em Arial, Helvetica, sans-serif; 
}
pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}

ul, ol, li, p, code, pre, kbd, blockquote {}


h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}

em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}

p { 
	margin:0 0 1.5em 0; 
}

blockquote {
	margin:1.5em;
}

li ul, li ol {
	margin:0 1.5em;
}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}

ul, ul li {
	list-style-type:disc;
}

ol, ol li {
	list-style-type:decimal;
}

dl {
	margin:0 0 1.5em 0;
}

dl dt {
	font-weight:bold;
}

dd {
	margin-left:1.5em;
}

table {
	margin-bottom:1.4em;
	width:100%;
}

th {
	font-weight:bold;
}

th, td, caption {
	padding:4px 10px 4px 5px;
}

tfoot {
	font-style:italic;
}

sup, sub {
	line-height:0;
}

abbr, acronym {
	border-bottom: 1px dotted;
}

address {
	margin:0 0 1.5em;
	font-style:italic;
}

del {
	text-decoration: line-through; 	
}

pre {
	margin:1.5em 0;
	white-space:pre;
}

img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	display: inline;
	}

img.alignleft {
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}




/**
* End Vanilla Stylesheet
*/













/**
* Start Basic Stylesheet 1.0
*/

.alignright {
	margin-left: 10px;
}

.alignleft {
	margin-right: 10px;
}

.edit a {
	margin: 0;
	position: absolute;
	z-index: 7;
	right: 0;
	top: 0;
	text-decoration: none;
	display: block;
	width: 12px;
	height: 12px;
	border: 0 !important;
	text-indent: -9999px;
	background: url('images/icon_edit.gif') no-repeat;
}

.edit a:hover {
	background: url('images/icon_edit_over.gif') no-repeat;
}

.edit a:focus {
	-moz-outline-style: none;
}

small.tags {
	background: url(images/icon_tag.gif) no-repeat left center;
	padding-left: 16px;
	margin-left: 20px;
}

small.permalink {
	background: url(images/icon_permalink.gif) no-repeat left center;
	padding-left: 16px;
	margin-left: 20px;

}

.commentbox {
	width: 60%;
	float: left;
	margin-bottom: 1em;
}

.pushbutton-wide {
	padding: .5em 2em;
}

#commentform textarea, #mailform textarea {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Mozilla: Change Box Model Behaviour */
	}

#tags-allowed {
	clear: both;
	margin: 20px 0;
	padding: 20px 0;
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#tags-allowed .close a {
	right: 10px;
	top: 10px;
	position: absolute;
	z-index: 10;
	padding: 2px;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background: url(images/icon_close.gif) no-repeat center center;
	border: 0;
}

#tags-allowed .close a:hover {
	background: url(images/icon_close_over.gif) no-repeat center center;
}
	
#tags-allowed .close a:focus {
	-moz-outline-style: none;
}

ol.commentlist {
	margin-left: 0;
}

ol.commentlist li {
	list-style: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding: 10px 0;
}

.avatar {
	float: left;
	margin-right: 10px;
}

.comment-meta::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*:first-child+html .comment-meta {
	zoom: 1;
	display: block;
}

* html .comment-meta {
	zoom: 1;
	display: block;
}

.comment-meta {
	margin-bottom: 10px;
}

.comment-meta a {
	color: #666;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*:first-child+html .clearfix {
	zoom: 1;
	display: block;
}

* html .clearfix {
	zoom: 1;
	display: block;
}

.outlinefix :focus, .outlinefix:focus {
	-moz-outline-style: none;
}

/**
* End Basic Stylesheet 1.0
*/






body {
	/* background: #333333; */
	background: #000;
}

#container {
	width: 624px; /* 814px; */
	margin: 0 auto;
	position: relative;
}
	


#header h1 {
	display: inline;
}
#header h1 a {
	background: url(images/header.gif) no-repeat left top;
	/* height: 276px; */
	height: 144px;
	margin-top: 60px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#nav ul {
	/* background: #fff; */
	background: #000;
	color: #e9f3f6;
	padding: 15px 20px 20px 20px;
	margin: 0;
	list-style: none;
	/* border-bottom: 4px solid #D7ECDC; */
}
#nav ul li {
	list-style: none;
	display: inline;
}
#nav ul a {
	text-transform: lowercase;
	margin-right: 20px;
	/* color: #000; */
	color: #e9f3f6;
	padding: 10px 0 0 0;
	text-decoration: none;
	border-bottom: 1px dotted #e9f3f6;
}

#nav .current_page_item a, #nav .current_page_parent a, #nav .current_page_ancestor a {
	border: 0 !important;
	/* font-weight: bold; */
	color: #fff !important;
	background: url(images/dot.gif) no-repeat left top !important;
}


#main, #secondary {
	padding: 20px;
	/* background: #fff; */
	background: #000;
	color: #fff;
}




a:link, a:active { color: #e9f3f6; }
a:visited { color: #40889D; }
a:hover { color: #9DCAD7; }


#footer {
	height: 50px;
}



.inner, #secondary-body {
	width: 500px;
	padding-bottom: 80px;
}




