/*
Theme Name: Pangaea Expedition
Theme URI: http://katania.be/
Description: The Pangaea Expedition Theme
Version: 1.0
Author: Patrik Fagard
Author URI: http://katania.be/
Tags: gray, fixed width, three columns
*/

		BODY {
			background-color : #F7F7F7;
			font-family : verdana;
			font-size : 11px;
			margin : 0px;
		}

		a {
			color : #CC3300;
			text-decoration : none;
		}

		a:hover {
			color : #CC3300;
			text-decoration : underline;
		}

		#artboard {
			
		}
		#layout {
			width : 960px;
		}
		#navigation {
			width : 170px;
			float : left;
			text-align : right;
			margin : 0px;
			padding-top : 52px;
			padding-right : 10px;
			color : #353025; /* dark shade */

		}
		#page {
			width : 600px;
			float : left;
			text-align : left;
			margin : 0px;
		}

		#banner_right {
			width : 170px;
			float : left;
			text-align : left;
			margin : 0px;
			padding-top : 52px;
			padding-left : 10px;
			background_color : red;
		}

		#header {
			height: 50px;
			background-color: #353025; /* dark shade */
			background-image: url(images/header.jpg);
		}
		#header_skyscape {
			height : 30px;
		}

		#header_skyscape {
			height : 30px;
		}

		#eyecatcher {
			height : 120px;
			background-color : #8da0a1;
			border-top : 3px solid #000000;
			border-bottom : 3px solid #000000;
		}
		#eyecatcher_image {
			width : 350px;
			height : 120px;
			float : left;
			background-color : #7d7668; /* mid dark shade */
		}

		#eyecatcher_text {
			padding : 5px;
			float : left;
		}

		#content_header {
			height : 20px;
			background-color : #dcd8d0; /* mid light shade */
		}

		#content_header_title {
			width : 350px;
			height : 20px;
			padding-top : 2px;
			padding-left : 20px;
			float : left;
			color : #dcd8d0; /* mid light shade */
			background-color : #353025; /* dark shade */
			font-weight : bold;
		}
		#content_header_widgets {
			float : right;
			padding-top : 2px;
			padding-right : 10px;
			background-color : #dcd8d0; /* mid light shade */
		}

		#content_page {
			padding : 10px;
			color : #353025; /* dark shade */
			background-color : #dcd8d0; /* mid light shade */
		}
		#footer {
			
			padding : 10px;
			color : #353025; /* dark shade */
			background-color : #e9e6e1; /* light shade */
		}

		#footer_header {
			height : 20px;
			background-color : #e9e6e1; /* light shade */
		}

		#footer_header_title {
			width : 350px;
			height : 20px;
			padding-top : 2px;
			padding-left : 20px;
			float : left;
			color : #7d7668; /* mid dark shade */
			background-color : #dcd8d0; /* mid light shade */
			font-weight : bold;
		}
		#footer_header_widgets {
			float : right;
			padding-top : 2px;
			padding-right : 10px;
			background-color : #e9e6e1; /* light shade */
		}

		#copyright_header {
			height : 20px;
			background-color : #F7F7F7;
		}

		#copyright_header_title {
			width : 350px;
			height : 20px;
			padding-top : 2px;
			padding-left : 10px;
			float : left;
			color : #7d7668; /* mid dark shade */
			font-size : 9px;
			background-color : #e9e6e1; /* light shade */

		}
		#copyright_header_widgets {
			float : right;
			padding-top : 2px;
			padding-right : 20px;

			background-color : #F7F7F7;
		}

		.navLink {
			font-weight : bold;
		}

		.post {
			padding-left : 70px;
			padding-right : 40px;
			padding-bottom : 50px;
			color : #333333;
		}

		.post_title {
			font-family: Trebuchet MS;
			font-size: 17px;
			margin-bottom: 0px;
			padding-bottom: 0px;
			border-bottom: 1px dotted #7d7668; /* mid dark shade */;
		}
		
		.post_entry {
			font-size : 13px;
		}

		.post_continue {

		}


		.post_meta_left {
			float : left;
		}

		.post_cats {
			
		}
		
		.post_tags {
			
		}
		

		.post_meta_right {
			float : right;
		}

		.post_date {
			text-align : right;
		}
		
		.post_comments {
			text-align : right;
		}

		.post_meta {
			margin-top : 20px;
			font-size : 9px;
			clear : both;
		}
		
		.post_comments {
			clear : both;
			text-align : left;
			margin-top : 40px;
		}
		
		.post_comments_title {
			font-size : 13px;
		}
		
		.post_tag_title {
			font-weight : bold;
		}
		.post_cat_title {
			font-weight : bold;
		}

		/* begin css tabs */

		ul#tabnav { /* general settings */
			text-align: left; /* set to left, right or center */
			margin: 0; /* set margins as desired */
			font: bold 11px verdana, sans-serif; /* set font as desired */
			xborder-bottom: 3px solid #4c6263; /* set border COLOR as desired */
			list-style-type: none;
			padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
		}

		ul#tabnav li { /* do not change */
			display: inline;
			margin-right: 5px;
		}

		body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
			xborder-bottom: 2px solid #4c6263; /* set border color to page background color */
			background-color: #4c6263; /* set background color to match above border color */
		}

		body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
			background-color: #7d7668; /* mid dark shade */ /* set selected tab background color as desired */
			color: #e9e6e1; /* light shade */ /* set selected tab link color as desired */
			position: relative;
			top: 1px;
			padding-top: 4px; /* must change with respect to padding (X) above and below */
		}

		ul#tabnav li a { /* settings for all tab links */
			padding: 3px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
			border: 1px solid #000000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
			background-color: #000000; /* set unselected tab background color as desired */
			color: #dcd8d0; /* mid light shade */ /* set unselected tab link color as desired */
			margin-right: 0px; /* set additional spacing between tabs as desired */
			text-decoration: none;
			border-bottom: none;
		}

		ul#tabnav a:hover { /* settings for hover effect */
			color: #000000;
			background: #e9e6e1; /* light shade */ /* set desired hover color */
		}
