/*  
Theme Name: Pangea
Theme URI: http://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.
Author: Joen Asmussen
Author URI: http://noscope.com/
Template: pangea
Version: 4.0.4
Tags: two-columns, right-sidebar, fixed-width, theme-options, light, white, black, silver, threaded-comments
*/


/* 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 0.9.6
*/
body {
	font: 9pt/1.5em Arial, Helvetica, sans-serif;
}
pre, code, tt {
	font: 1em/1.5em 'Andale Mono', 'Lucida Console', monospace;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}
em, i, dfn {
	font-style: italic;
}
dfn {
	font-weight:bold;
}
p, code, pre, kbd {
	margin:0 0 1.5em 0;
}
blockquote {
	margin:0 1.5em 1.5em 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;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.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;
}
/**
* End Vanilla Stylesheet
*/





/*****************************
* Basics
*/

body {
	background: #FBFBFB;
	color: #666666;
	font: 10pt/2em Arial, Helvetica, sans-serif;
}
a:link, a:active {
	text-decoration: none;
	color: #00b0eb;
	border-bottom: 1px dotted #00b0eb;
}
a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #008BB9;
	color: #008BB9;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #33CCFF;
	color: #33CCFF;
}
label:hover {
	color: #000000;
}



/*****************************
* Layout
*/
#body {
	position: relative;
}
#nav, #body, #secondary-body, #footer {
	clear: both;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#main, #secondary-main {
	float: left;
	position: relative;
	width: 640px;
	text-align: justify;
}
#sidebar, #secondary-sidebar {
	position: relative;
	width: 320px;
	float: right;
	padding-bottom: 40px;
	
	/* fix box model so we can pad this */
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
	padding-left: 20px;
}
#sidebar li {
	position: relative;
}




/*****************************
* Header
*/
#header {
	background: #f0f0f0;
	border-top: 5px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0;
}
#header a {
	border-bottom: none;
}




/*****************************
* Footer
*/
#footer {
	padding-top: 50px;
	height: 100px;
	text-align: center;
	text-transform: lowercase;
	font-size: 8pt;
	
	/*background: #F0F0F0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	padding: 20px 0;
	width: 100%;
	margin-top: 60px !important;*/
}
#footer a {
	color: #ccc;
	border-bottom: 0;
	text-decoration: underline;
}


	
	

/*****************************
* Logo & Navigation
*/
h1 a {
	color: #666666 !important;
	display: block;
	float: left;
	font-size: 16pt;
	text-decoration: none;
	margin: 10px 20px 0 0;
	line-height: 1em;
	padding: 0 0 0 0;
}
#nav {
	line-height: 1em;
}
#nav .menu {
	margin-right: 180px;
}
#nav ul li a {
	position: relative;
	z-index: 1;
	top: 1px;
	color: #666;
	display: block;
	float: left;
	padding: 11px 14px 0 12px;
	height: 26px;
	margin: 0 2px 0 0;
	text-decoration: none;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #d0d0d0;
	background: #f6f6f6 url('images/navtab_corner_inactive.gif') no-repeat right top;
}
#nav ul li.current_page_item a,
#nav ul li.current_page_parent a,
#nav ul li.current_page_ancestor a,
#nav ul li.current_page_parent a,
#nav ul li.current a,
#nav ul li.currentparent a,
#nav ul li a:hover {
	height: 27px;
	color: #181818;
	border-left: 1px solid #d0d0d0;
	border-bottom: 0;
	background: #fbfbfb url('images/navtab_corner_active.gif') no-repeat right top;
}
#nav ul {
	text-transform: lowercase;
	margin-left: 0;
}
#nav ul li {
	list-style: none;
}

.taboverflow {
	padding-bottom: 1px !important
}
.taboverflow ul li a {
	margin-bottom: 2px !important;
}
.taboverflow .current_page_item a, .taboverflow ul li a:hover {
	height: 26px !important;
	border-bottom: 1px solid #d0d0d0 !important;
}



/* Hide subpages */
#nav ul ul li {
	display: none;
}
/* Show subpages when parent page item is active */
#nav ul li.current_page_item>ul>li, #nav ul li.current_page_parent>ul>li, #nav ul li.current_page_ancestor>ul>li {
	display: inline;
}
/* Move subpages menu */
#nav ul ul {
	position: absolute;
	top: 45px;
	z-index: 5;
	left: 50px;
}
#nav ul ul li a {
	display: block;
	float: left;
	padding: 5px 0 0 0 !important;
	height: auto !important;
	background: 0 !important;
	border: 0 !important;
	border-bottom: 1px dotted #000 !important;
	margin-right: 15px;
}
#nav ul ul li a:hover {
	border-bottom: 1px solid #000 !important;
}
#body {
	margin-top: 40px;
}
#nav ul ul li.current_page_item>a {
	border: 0 !important;
	font-weight: bold;
}
/* Sub Sub menus */
#nav ul ul ul {
	display: inline !important;
	position: static !important;
	font-size: 8pt;
}
#nav ul ul ul li {
	padding-top: 1px !important;
	float: left;
}
#nav ul ul ul li a::before {
	content: "\BB \ ";
}











/*****************************
* Searchbox
*/
#searchform {
	width: 170px;
	border: 0;
	float: right;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	}
#searchform label {
	text-transform: lowercase;
	font-size: 8pt;
	}
#searchform #s {
	width: 100%;
	font-size: 90%;
	padding: 0;
}
#searchform #searchsubmit {
	display: none;
}



/*****************************
* Widgets
*/
#sidebar>ul {
	margin-left: 0;
}
li.widget {
	list-style: none;
	margin-bottom: 20px;
}
table#wp-calendar {
	width: 100%;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 11pt;
	text-align: left;
	color: #000;
}
table#wp-calendar thead {
	font-size: 10pt;
	color: #000;
	font-weight: normal !important;
}
table#wp-calendar a {
	border: 0;
	display: block;
	background: #EAFAFF;
}
table#wp-calendar a:hover {
	background: #FFF;
}







/*****************************
* Post Styles
*/
.post-commentlink {
	margin-left: 10px;
	padding-left: 20px;
	background: url(images/icon_comments.gif) no-repeat left center;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000;
}
h1, h2 {
	font-size: 13pt;
}
#sidebar h2, .category-asides h2 {
	font-size: 100% !important;
}
h2 a, h3 a, h4 a {
	color: #000 !important;
	border-bottom: none !important;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	border-bottom: 1px dotted #000 !important;
}


.meta {
	margin: 0 0 5px 0 !important;
	display: block;
	text-transform: lowercase;
	font-size: 8pt;
	line-height: 14pt;
	color: #99bdca !important;
}
.tags {
	background: url('images/icon_tag.gif') no-repeat left center;
	padding-left: 16px;
	margin-left: 10px;
}
.categories {
	margin-left: 10px;
}
.tags a, .categories a {
	color: #000 !important;
	border: 0 !important;
	text-decoration: none;
}
.tags a:hover, .categories a:hover {
	text-decoration: underline;
}
.author a {
	color: #99bdca !important;
	border: 0 !important;
	text-decoration: none;
}
.author a:hover {
	text-decoration: underline;
}
blockquote {
	background: url('images/icon_quote.gif') no-repeat left top;
	padding: 0 10px 0 40px;
}


.post a img {
	display: block;
	border: 0;
	text-decoration: none;
}
.post img {
	border: 10px solid #00B0EB;
}
.gallery img, .attachment img, .bottomnav img {
	border: 10px solid #00B0EB !important;
}
.attachment img {
	margin: 0 auto;
}
img.noborder {
	border: 0 !important;
}
.bottomnav {
	color: #000000;
	width: 50%;
	margin: 0 auto 20px auto;
	text-transform: lowercase;
	font-size: 8pt;
}
.bottomnav ul {
	margin-left: 0;
}
.bottomnav ul li {
	list-style: none;
}
.bottomnav a {
	color: #000;
	border-bottom: 1px dotted #000;
}
.bottomnav a:visited {
	color: #999;
	border-bottom: 1px dotted #999;
}
.bottomnav a:hover {
	border-bottom: 1px solid #000;
}



.post table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.post table th, .post table td {
	text-align: left;
	padding: 1em;
	border: 1px solid #F0F0F0;
}
.post table th {
	border: 1px solid #F0F0F0;
}
strike {
	color: #999999;
}
strike:hover {
	text-decoration: none;
}


.post {
	position: relative;
	margin-bottom: 40px;
}


.pages {
	width: 100% !important;
}
.pages span {
	background: url('images/icon_document.gif') no-repeat right top;
	color:  #000;
	padding: 7px 9px 6px 7px;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}
.pages a span {
	color:  #d0d0d0;
}











/*****************************
* Columns
*/
.col1, .col2 {
	/* fix box model so we can pad this */
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
	padding-left: 10px;
}
.col1 {
	position: relative;
	float: left;
	width: 50%;
	padding-right: 5px;
	}
.col2 {
	position: relative;
	float: right;
	width: 50%;
	padding-left: 5px;
}
.pages {
	text-align: center;
	width: 20%;
	margin: 0 auto;
}

	


/*****************************
* Moderation
*/
.notice {
	clear: both;
	padding: 10px 10px 10px 40px;
	margin: 40px 0 10px 0;
	border-top: 1px solid #FFFCB7;
	border-bottom: 1px solid #FFFCB7; 
	background: #FFFFF4 url('images/icon_warning.gif') no-repeat 10px 10px;
}
.notice p, .notice h4 {
	margin: 0 0 10px 0 !important;
}





	

/*****************************
* Comments
*/
#secondary {
	clear: both;
	background: #F0F0F0;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	padding: 20px 0;
}
a#cancel-comment-reply-link {
	right: 10px;
	top: 10px;
	position: absolute !important;
	z-index: 10;
	padding: 2px;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	background: url('images/icon_close_dark.gif') no-repeat center center;
	border: 0;
	overflow: hidden;
}
a#cancel-comment-reply-link:hover {
	background: url('images/icon_close_dark_over.gif') no-repeat center center;
}
.reply {
	margin-bottom: 20px;
}

ol.commentlist {
	position: relative;
	margin: 0;
}
ol.commentlist li {
	list-style: none;
}
#respond {
	margin-top: 15px;
}


.addcomment {
	position: absolute;
	right: 0;
	font-size: 8pt;
	text-transform: lowercase;
}
.addcomment a {
	color: #000;
	border-bottom: 1px dotted #000;
}
.addcomment a:hover {
	border-bottom: 1px solid #000;
}

	

	
.comment-author img.avatar {
	float: left;
	margin-right: 10px;
	border: 4px solid #d1d1d1;
}
.comment-author cite {
	display: block;
	margin: 3px 0 0 0;
	line-height: 1em;
	color: #666;
}
.comment-author cite a {
	color: #666;
	border-color: #666;
}
span.says {
	display: none;
}
.comment-meta {
	margin-bottom: 5px;
}
.comment-meta a {
	font-size: 8pt;
	color: #d1d1d1;
	text-decoration: none;
	text-transform: lowercase;
	border-bottom: 1px dotted #d1d1d1;
}


ol.pinglist {
	position: relative;
}








/*****************************
* Boxes
*/
.box, .box-dark {
	padding: 5px 10px;
	margin: 0 0 10px 0;
}
.box, ol.commentlist li {
	padding: 0px 15px 10px 15px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border-bottom: 4px solid #d1d1d1;
	position: relative;
}
ol.commentlist li {
	margin: 15px 0 15px 0;
}
.box::before, ol.commentlist li::before {
	content: "";
	background: transparent url('images/box_corner.gif') no-repeat top right;
	display: block;
	height: 11px;
	margin: -1px -16px 0 0;
}
ol.commentlist li::before {
	background: transparent url('images/box_corner_secondary.gif') no-repeat top right;
}
ol.commentlist li li::before {
	background: transparent url('images/box_corner_threaded.gif') no-repeat top right;
}
#secondary .box::before {
	background: transparent url('images/box_corner_secondary.gif') no-repeat top right;
}
.box-dark .box::before {
	background: transparent url('images/box_corner_dark_secondary.gif') no-repeat top right !important;
}
#secondary .box-dark {
	background: #545454 url('images/box_dark_corner_secondary.gif') no-repeat right top;
}
.box-dark {
	background: #545454 url('images/box_dark_corner.gif') no-repeat right top;
	color: #fbfbfb;
}
.box-dark h2, .box-dark h3 {
	color: #fbfbfb !important;
}
.box-dark .box p, .box-dark .box li, .box-dark .box #comment-preview {
	color: #666666;
}
.box-dark .box h3 {
	color: #000 !important;
}



	
ol.commentlist li .comment-author {
	padding: 15px 0 0 0;
	margin-top: -11px;
	background: url('images/comment_bubble.gif') no-repeat 8px top;
}
ol.commentlist li li .comment-author {
	background-image: url('images/comment_bubble_threaded.gif');
	background-repeat: no-repeat;
	background-position: 12px top;
}


ol.commentlist li.depth-2,
ol.commentlist li.depth-4,
ol.commentlist li.depth-6,
ol.commentlist li.depth-8,
ol.commentlist li.depth-10 { 
	background-color: #F7FAFB !important; 	
}
ol.commentlist li.depth-2::before,
ol.commentlist li.depth-4::before,
ol.commentlist li.depth-6::before,
ol.commentlist li.depth-8::before,
ol.commentlist li.depth-10::before { 
	background: transparent url('images/box_corner_threaded_even.gif') no-repeat top right;
}
ol.commentlist li.depth-3::before,
ol.commentlist li.depth-5::before,
ol.commentlist li.depth-7::before,
ol.commentlist li.depth-9::before { 
	background: transparent url('images/box_corner_threaded_odd.gif') no-repeat top right;
}

/*
ol.commentlist li.depth-2>div>.box-dark,
ol.commentlist li.depth-4>div>.box-dark,
ol.commentlist li.depth-6>div>.box-dark,
ol.commentlist li.depth-8>div>.box-dark,
ol.commentlist li.depth-10>div>.box-dark {
	background: #545454 url('images/box_dark_corner_threaded_even.gif') no-repeat right top !important;
}
ol.commentlist li.depth-1>div>.box-dark,
ol.commentlist li.depth-3>div>.box-dark,
ol.commentlist li.depth-5>div>.box-dark,
ol.commentlist li.depth-7>div>.box-dark,
ol.commentlist li.depth-9>div>.box-dark {
	background: #545454 url('images/box_dark_corner.gif') no-repeat right top !important;
}
*/

ol.commentlist .box-dark {
	background: #545454 url('images/box_dark_corner.gif') no-repeat right top !important;
}
ol.commentlist li.odd>.box-dark {
	background: #545454 url('images/box_dark_corner_threaded_even.gif') no-repeat right top !important;
}

/* Comment bubbles -- careful when messing with the order of these! */
ol.commentlist li.depth-2 .comment-author { 
	background-image: url('images/comment_bubble_threaded_even.gif');
}
ol.commentlist li.depth-3 .comment-author { 
	background-image: url('images/comment_bubble_threaded_odd.gif');
}
ol.commentlist li.depth-4 .comment-author { 
	background-image: url('images/comment_bubble_threaded_even.gif');
}
ol.commentlist li.depth-5 .comment-author { 
	background-image: url('images/comment_bubble_threaded_odd.gif');
}
ol.commentlist li.depth-6 .comment-author { 
	background-image: url('images/comment_bubble_threaded_even.gif');
}	
ol.commentlist li.depth-7 .comment-author { 
	background-image: url('images/comment_bubble_threaded_odd.gif');
}
ol.commentlist li.depth-8 .comment-author { 
	background-image: url('images/comment_bubble_threaded_even.gif');
}
ol.commentlist li.depth-9 .comment-author { 
	background-image: url('images/comment_bubble_threaded_odd.gif');
}
ol.commentlist li.depth-10 .comment-author { 
	background-image: url('images/comment_bubble_threaded_even.gif');
}

	



/*****************************
* Commentform
*/
input, textarea {
	font: 10pt Arial, Helvetica, sans-serif;
	padding: 0 2px;

	/* fix box model so we can pad this */
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
input[type="button"],input[type="submit"] {
	padding: 4px;
}
textarea {
	padding: 4px;
}

.commentbox {
	width: 60%;
	float: left;
	margin-bottom: 1em;
}
#comment {
	width: 100%;
}
#respond {
	position: relative !important;
}
#tags-allowed {
	position: relative !important;
	clear: both;
	margin: 10px 0;
}
a.close {
	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;
}
a.close:hover {
	background: url('images/icon_close_over.gif') no-repeat center center;
}





/* Move reply link to the bottom */
ol.commentlist li, ol.commentlist ul.children li {
	position: relative;
	padding-bottom: 40px;
}
ol.commentlist li div {
	position: static;
}
.reply {
	position: absolute !important;
	z-index: 10;
	bottom: 0;
}
ol.commentlist #respond {
	clear: both;
	position: absolute !important;
	z-index: 10;
	bottom: 0;
	margin: 0 15px 15px 0 !important;
}












/*****************************
* Edit link
*/
.edit a {
	margin: 0;
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	text-decoration: none;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	border: 0 !important;
	text-indent: -9999px;
	background: url('images/icon_edit.gif') no-repeat;
	overflow: hidden;
}
.edit a:hover {
	background: url('images/icon_edit_over.gif') no-repeat;
}
















