/* @override http://blog.jacksonholetraveler.com/wp-content/themes/circ/style.css */

/*
Theme Name: Traveler Jackson Hole
Theme URI: http://circumerro.com
Description: Custom Circumerro theme
Version: 1
Author: Mark Wright and Julie Dean
Author URI: http://circumerro.com
*/

body {
	padding: 0;
	margin: 0;
	background-color: #F3F3F3;
	color: #666;
	font: 12px/15px arial, verdana, sans-serif;
}

body img {
	border-width: 0;
}

a {
	color: #486085;
}

h2, h1 {
	margin: 0;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
}

h2 a {
	color: #116BAA;
	text-decoration: none;
}

h3 {
	color: #116BAA;
	font-size: 14px;
	margin: 10px 0 10px 10px;
}

.clear {
	clear: both;
}

.blue {
	color: #116BAA;
}

.alignleft {
	float: left;
}

/* @group header */

#outer_header {
	background-color: #fff;
}

#header {
	width: 985px;
	margin: 0 auto;
	position: relative;
	height: 148px;
}

#header .left {
	float: left;
	height: 148px;
	width: 465px;
}

#header .right {
	float: right;
	height: 148px;
}

#blog_home {
	position: absolute;
	top: 0;
	left: 9px;
}

#headerimg {
	width: 350px;
	height: 75px;
	position: absolute;
	top: 15px;
	left: 22px;
}

#header_tabs {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 465px;
}

#about_tab {
	float: left;
	margin-left: 2px;
}

#jht_tab {
	float: left;
	margin-left: 5px;
}

#header_bar {
	width: 100%;
	height: 24px;
	background: url(/wp-content/themes/circ/images/header/head_bar.gif) repeat-x;
}



/* @end */

/* @group body */

.navigation {
	margin-bottom: 15px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

#body {
	padding: 0;
	position: relative;
	width: 994px;
	margin: 0 auto;
	background-image: url(/wp-content/themes/circ/images/body/background.gif);
}

#content {
	width: 640px;
	float: left;
}

#content .padding {
	margin-left: 80px;
	margin-top: 35px;
	margin-bottom: 65px;
}

#content .author {
	font: 14px arial, verdana, sans-serif;
	margin-top: 5px;
}

#content .seperator {
	width: 528px;
	height: 3px;
	margin-bottom: 10px;
	margin-top: 15px;
	background: url(/wp-content/themes/circ/images/body/dot_line.gif) repeat-x 0 center;
}

#content .date {
	margin-bottom: 15px;
}

#subscribe {
	width: 200px;
	text-align: center;
	margin: 0 auto 10px;
}



/* @end */

/* @group sidebar */

#sidebar {
	float: right;
	width: 316px;
	position: relative;
}

#sidebar .padding {
	margin-right: 11px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#sidebar h3 {
	position: relative;
	margin: 0 0 5px;
}

#sidebar .seperator {
	width: 293px;
	height: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(/wp-content/themes/circ/images/sidebar/dot_line.gif) repeat-x 0 center;
}

#sidebar .inner {
	height: 22px;
	position: relative;
	width: 297px;
}

#sidebar .text_input {
	margin: 0;
	padding: 0;
	border-left: 2px solid #7F7F7F;
	border-top: 2px solid #7F7F7F;
	border-right: 2px solid #FAFAFA;
	border-bottom: 2px solid #FAFAFA;
	position: absolute;
	top: 0;
	left: 7px;
	height: 18px;
	width: 205px;
}

#sidebar .submit {
	position: absolute;
	top: 0;
	right: 0;
}

#search_box {
	border: 1px solid #999;
	background-color: #EBF2F7;
}

#search_box .inner {
	margin-bottom: 10px;
}

#search_box h3 {
	margin: 10px 0 10px 10px;
}

#sidebar_about, #sidebar_subscribe, #sidebar_links, #sidebar_popular {
	margin-left: 5px;
}

#sidebar_subscribe {
	margin-bottom: 15px;
}

#sidebar_subscribe .text_input {
	left: 0;
	width: 212px;
}

#sidebar_categories {
	position: relative;
}

#inner_cats {
	background-color: #EBF2F7;
	position: absolute;
	width: 318px;
	left: -7px;
}

#sidebar_categories .padding {
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	padding-left: 10px;
}

#sidebar_categories .gt {
	color: #85C61B;
	font: bold 12px times, serif;
}

#sidebar_categories a {
	text-decoration: none;
	color: #333;
}

#sidebar_categories .category .link {
	text-decoration: underline;
	font-weight: bold;
	color: #116BAA;
}

#sidebar_categories .category {
	margin-top: 3px;
	width: 299px;
	height: 22px;
	background: url(/wp-content/themes/circ/images/sidebar/category_box.gif) no-repeat;
	line-height: 22px;
	cursor: pointer;
}

#sidebar_categories .category .inner {
	margin-left: 5px;
	position: relative;
}

.sidebar_ad {
	margin-top: 10px;
}

.sidebar_ad img {
	margin: 0 auto;
	display: block;
}

#sidebar_links {
}

#sidebar_links ul {
	margin: 0;
	padding: 0;
}

#sidebar_links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar_popular {
	list-style-type: none;
}

#sidebar_popular a, #sidebar_popular a:visited, #sidebar_links a, #sidebar_links a:visited {
	color: #666;
}



/* @end */

/* @group footer */

#footer {
	background-color: #116BAA;
	height: 200px;
	clear: both;
}

#footer a, #footer a:visited {
	color: #666;
}

#footer .top {
	background-color: #85C61B;
	height: 8px;
}

#footer .inner {
	width: 985px;
	margin: 35px auto 0 auto;
	padding-left: 10px;
}

#footer .inner .float {
	float: left;
}

#footer .inner .margin {
	margin-left: 65px;
}

#footer .inner .float .heading, #footer .inner .float .heading a, #footer .inner .float .heading a:visited {
	color: #C2D8E9;
	font-size: 14px;
	font-weight: bold;
}

#footer .inner .float .copy, #footer .inner .float .copy a, #footer .inner .float .copy a:visited {
	color: #fff;
}

#footer .inner .float .copy {
	margin-top: 25px;
}

#footer .inner .left {
	float: left;
	margin-left: 10px;
}

#footer .inner .center {
	float: left;
	margin-left: 80px;
	width: 1px;
	background-color: #666;
	height: 100px;
}

#footer .inner .right {
	float: left;
	margin-left: 10px;
}



/* @end */

