/*
Theme Name: Geo Journeys
Theme URI: http://geojourneys.co.uk
Description: Geo Journeys Theme
Version: 2.9
Author: Iain Potter
Author URI: http://iainpotter.com
Tags: geo journeys
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	font: 80% Century Gothic,Verdana,Arial,sans-serif;
	background: black;
}

a,a:visited {
	text-decoration: none;
	color: #445f14;
}

a:hover {
	color: #74AB13;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 140%;
	margin: 10px 0;
}

h3 {
	font-size: 130%;
	margin: 10px 0;
}

p {
	margin: 1em 0;
}

#wp-content ol {
	list-style-type: decimal;
}

#wp-content li {
	list-style-type: disc;
}

ol, li {
	/*padding: 0 0 o 50px;*/
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.first {
	margin-left: 80px !important;
	clear: left;
}

body #header h1 a {
	text-indent: -9999px;
	float:left;
	display: inline;
	background: url(style/images/logo.jpg) no-repeat scroll left top transparent;
	width: 550px;
	height: 165px;
	margin: 0 0 0 -30px;
	position: relative;
}

#header {
	height: 165px;
	width: 100%;
	float: left;
	display: inline;
	background: url(style/images/header-bg.jpg);
	min-width: 1000px;
}

#main_banner {
	width: 100%;
	float: left;
	display: inline;	
	min-height: 400px;
}

#header ul{
	float:right;
	display: inline;
	
	color: #445f14;
	list-style: none outside none;
	margin: 110px 10px 0 0;
	font-size: 140%;
}

#header li {
	float: left;
	display: inline;
	
	letter-spacing: 2px;
	padding: 0 20px 0 0;
}

#header a:hover {
	color: white;
}

.home_banner {
	background: black;
	color: white;
}

#main_text {
	float: left;
	display: inline;
	
	width: 35%;
	line-height: 1.2;
	margin: 60px 30px 0 80px;
}

#main_text h1 {
	font-size: 220%;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 1px #484848;
}

#main_text p {
	font-size: 160%;
	color: #cccccc;
}

#banner img {
	float: right;
	display: inline;
	
	margin: 5px 20px;
}

#main_info {
	float: left;
	display: inline;		
	
	width: 100%;
	background: url(style/images/background-pattern.jpg) repeat scroll;
	padding: 0 0 40px 0;
}

#shadow {
	float: left;
	width: 100%;
	display: inline;
	height: 10px;	
	background: url(style/images/content-top-shadow.jpg) transparent repeat-x scroll 0 0;
	
	/* fix min div height bug in IE */
	font-size: 1px;
	line-height: 0;
}

.large-info h3 {
	font-size: 170%;
	margin: 0 0 10px;
	text-shadow: 1px 1px 1px #91896e;
}

.large-info {
	float: left;
	display: inline;
	
	width: 380px;
	margin: 30px 50px 0 60px;
}

.large-info p {
	font-size: 110%;
}

.more {
	float: right;
	display: inline;	
	
	color: #445f14;
	font-weight: bold;
	margin: 1em 0px 0;
}

#main_info .info {
	margin-top: 40px;
}

#main_info h4 {
	margin: 0 0 10px 0;
	font-size: 120%;
	text-shadow: 1px 1px 1px #91896e;
}

#main_info .info p {
	font-size: 95%;
}

#footer {
	background: black;
	color: #6B6B6B;
	min-height: 220px;
	width: 100%;
	min-width: 1000px;
	float: left;
	display: inline;	
	
	font-size: 85%;
}

#footer h4 {
	color: #fff;
	font-size: 120%;
	margin: 0 0 20px 0;
}

.info {
	width: 270px;
	float: left;
	display: inline;	
	
	margin: 20px 10px 0;
	text-align: left;
}

a img {
	border: none;
}

img.centered {
	display: block;
	margin: 0 auto;
	clear: both;
}

.author {
	float: right;
	display: inline;
	
	text-align: right;
	margin: 10px 0 0;
}

#bottom_banner {
	background: #0c0704;
	height: 30px;
	float: left;
	display: inline;	
	
	width: 100%;
	min-width: 1000px;
	font-size: 80%;
}

#bottom_nav {
	color: #776b69 !important;
	margin: 5px 0 0 20px;
	float: left;
	display: inline;
	
}

#bottom_nav a:link,#bottom_nav a:visited {
	color: #776B69;
}

#bottom_nav a:hover {
	color: #ccc;
}

#footer .info {
	margin: 20px 41px 0 0;
	width: 265px;
}

#forefront {
	margin: 5px 0 0;
	float: right;
	display: inline;
	
	color: #ccc;
	/* color: #c98181; */
}

#content {
	width: 100%;
	min-width: 1000px;
	background: url(style/images/background-pattern.jpg) repeat scroll;
	color: #302f2e;
	float: left;
	display: inline;
}

#wp-content {
	float:left;
	display: inline;
	width: 550px;
	margin: 20px 0 50px 80px;
	min-height: 450px;
}

#wp-content ul,#wp-content ol {
	padding-left: 40px;
	margin-bottom: 10px;
}

#wp-content li {
        margin: 0.2em 0;
}

#wp-content textarea {
	max-width: 500px;
}

#sidebar {
	float:right;
	display: inline;
	width: 250px;
	margin: 20px 50px;
	text-align: right;
}

hr {
	margin: 20px 0;
	color: inherit;
}

.post-cat {
	font-size: 80%;
	font-style: oblique;
	margin: 10px 0 30px;
}

.date-time {
	font-size: 80%;
	font-style: oblique;
	margin : -10px 0 10px;
}

.smallbanner {
	margin: 0 0 0 -15px;
}

#current {
	color: #fff !important;
}

.geocaching img {
	margin: 0 0 0 -10px;
}

.geocaching h4 {
	font-weight: normal;
}

.geocaching p, .geocaching h4, .geocaching h3 {
	padding: 0 20px;
	font-size: 110%;
}

#what_we_do, #what_you_do {
	display: inline;
	width: 260px;
}

.post-metadata {
	font-size: 80%;
	font-style: oblique;
	margin: 20px 0 0;
}

/*
#what_we_do {
	float: left;
}

#what_you_do {
	float: right;
}


#what_we_do p, #what_you_do p {
	font-size: 80%;
}

*/

