/*  
Theme Name: EXPLORE 
Theme URI: http://www.blkmtnstudio.com
Description: Widget ready and tested on WP 2.3.1.
Version: 1.0
Author: BLK+MTN Studio
Author URI: http://www.blkmtnstudio.com/
*/


body {
	margin: 0;
	padding: 0;
	background: url(images/body_bg.png);
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #272421;
	line-height: 1.5;
}

h1, h2, h3 {
	margin: 0;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E3025;
}

h2 {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #272421;
}

p {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #272421;
	line-height: 1.5;
} 

ol, ul, dl {
	margin-top: 0;
	text-align: justify;
	line-height: 2.2;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #272421;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul2 {
	margin-left: 0;
	padding-left: 0;
	list-style-type: circle;
}

a {
	color: #506C00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 27px 0 0;
}

img.alignright {
	margin: 0 0 0 27px;
}

img.border {
	padding: 4px;
	border: 1px solid #E9E4D8;
}

/* Wrapper */

#wrapper {
	background: url(images/wrapper_bg.png) repeat-y;
	width: 988px;
	margin: 0 auto;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header {
	height: 121px;
	background: url(images/header_bg.jpg);
	width: 980px;
}

/* Logo */

#logo {
	float: left;
	width: 292px;
	height: 81px;
	padding-left: 20px;
	padding-top: 20px;
}

#logo h1, #logo p {
	text-transform: lowercase;
	line-height: 1;
}

#logo h1 {
	padding: 137px 0 0 50px;
	letter-spacing: -2px;
	font-size: 34px;
	color: #FFFFFF;
}

#logo h1 sup {
	font-size: 18px;
	font-weight: normal;
}

#logo p {
	padding: 0 0 0 50px;
	font-size: 13px;
	color: #F8AB80;
}

#logo a {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: underline;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p a {
	color: #F8AB80;
}

/* Banner */

#banner {
	float: right;
	height: 118px;
	padding: 0;
}

/* Menu */

#menu {
background:transparent url(images/nav-bar.gif) repeat-x scroll center center;
height:39px;
width:980px;
}

#menu ul {
float:left;
height:39px;
line-height:1;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:11px 0 0 14px;
}

#menu li {
	float: left;
	height: 39px;
	padding-right: 25px;
}

#menu li.current_page_item {
	color: #e87135;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	color: #f0ae57;
}

#menu a:hover {
	text-decoration: underline;
	color: #e87135;
}

/* Bar */

.bar {
	height: 48px;
	margin: 0 25px;
	background: url(images/bg07.jpg);
}

.bar .text {
	float: left;
	padding: 17px 0 0 25px;
	text-transform: lowercase;
	font-size: 14px;
	color: #809064;
}

/* Backpacker */

#backpacker {
background:transparent url(images/backpacker.png) no-repeat scroll 0 0;
height:210px;
float:right;
width:105px;
right: 10px;
position: relative;
}

/* Search */

#header-search {
background:transparent url(images/search-bar.png) no-repeat scroll 0 0;
float:right;
height:33px;
margin-top:47px;
width:305px;
}

#header-search form, #header-search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#header-search .input-text {
	float: left;
	width: 215px;
	margin: 5px 0 0 0;
	padding: 4px 10px;
	font: inherit;
	/*line-height: normal;*/
	border: none;
	background: none;
	color: #939292;
}

#header-search .input-submit {
	float: right;
	color: #e3d9d0;
	background:transparent;
	border:0 solid #32312F;
	font-size:1.2em;
	height:33px;
	margin:0;
	padding:0;
	text-decoration:none;
	text-transform:uppercase;
	width:68px;
}

/* Page */

#page {
	background: transparent;
}

/* Content */

#content {
	float: left;
	width: 500px;
	background: transparent;
	margin-top:-30px;
}

/* Post */

.post {
}

.post .title, .post .date {
	padding: 0 25px;
}

.post .title {
	margin: 0;
	padding-top: 30px;
	/*/*line-height: normal;*/*/
	font-size: 32px;
	color: #5A5544;
}

.post .title a {
	text-decoration: none;
	color: #5A5544;
}

.post .title a:hover {
	text-decoration: underline;
}


.post .date {
	/*/*line-height: normal;*/*/
	color: #ACAAA1;
}

.post .entry {
	margin: 0;
	padding: 0;
}

.post .entry p {
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #272421;
	line-height: 1.5;
}

.post .entry img {
        border: 0;
        margin: 0;
	padding: 0;
}

.post .meta {
	height: 0px;

}

/*.post .meta p {
	line-height:  normal;
}*/

.post .meta .tags {
	float: left;
	padding: 20px 0 0 25px;
}

.post .meta .links {
	float: right;
	padding: 20px 25px 0 0;
}

.post .meta .comments {
	margin-right: 30px;
	padding-left: 22px;
	background: url(images/img04.gif) no-repeat 0 50%;
}

.post .meta .more {
	padding-left: 17px;
	background: url(images/img05.gif) no-repeat 0 50%;
}


	

/* Sidebar */

#sidebar {
	float: left;
	width: 310px;
	padding: 4px 50px 0 10px;
	background: transparent;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 25px;
	/*line-height: normal;*/
}

#sidebar li2 {
        color: #ce6510;
        line-height: 1.5;
}

/*#sidebar li2 ul {
	padding: 0;
	line-height: 1.5;
	border: none;
}*/

#sidebar li li {
        color: #ce6510;
        line-height: 1.5;
        list-style-type:circle;
}

#sidebar h2 {
	margin: 0 0 20px 0;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #E5E1D8;
}

/* 2 Columns */

.two-cols {
	margin: 0 25px;
	padding: 35px 35px 0 35px;
	background: #28241E url(images/bg09.jpg) repeat-x;
	color: #736F6A;
}

.two-cols .col1 {
	float: left;
	width: 595px;
}

.two-cols .col2 {
	float: right;
	width: 210px;
	padding: 0 0 0 25px;
	border-left: 1px solid #423C31;
}

.two-cols h2 {
	font-size: 26px;
	color: #FFFFFF;
}

.two-cols a {
	color: #736F6A;
}

/* Footer */

#footer {
	height: 121px;
	background: url(images/header_bg.jpg);
	width: 980px;
}

#footer p {
	text-align: center;
	color: #fff;
	line-height: 1.1;
}

#footer a {
	color: #8F8B83;
}

.navigation {
	padding: 20px 0px;
}

.pagetitle {
	margin: 0px;
	padding: 20px;
}

/* Footer Menu */

#footer-menu {
	padding: 35px 0 10px 0px;
	height: 22px;
	background: transparent;
	width: 980px;
}

#footer-menu ul {
	height: 30px;
	text-align: center;
	list-style: none;
	line-height: 1
}

#footer-menu li {
	text-align: center;
	height: 22px;
	color: #e1d7ce;
}

#footer-menu li.current_page_item {
	color: #e87135;
}

#footer-menu p {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}

#footer-menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	color: #e1d7ce;
}

#footer-menu a:hover {
	text-decoration: underline;
	color: #e87135;
}
