/*
Theme Name: Roadless Travelers
Theme URI: http://www.roadlesstravelers.org/
Description: The original Roadless Travelers theme that will inspire many generations to come.
Version: 1.0
Author: Greg
Status: NotPublic
Tags: 

*/

 
/*############################################
   GLOBAL ELEMENTS
############################################*/ 

/* set default font face, size for all text (unless overridden below).
   Also set bg color, and default line height */
body { 
	margin: 15px 0px 0px 0px; 
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
	font-size: 13px; 
	background-color: #3A3A3A; 
	text-align: left; 
}



/* ####  default link styles unless overridden below  #### */
a {
	color: #72A545;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #000000;
	text-decoration: none;
}


/* #### images  ##### */
img {
	border: 0px solid #CCC;
}
img.align-right {
  margin: 5px 0px 10px 10px;  
}
img.align-left {
  margin: 5px 10px 10px 0px;
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;
}
blockquote p {
	font-size: 14px;
}

/* ####  form elements  #### */
form {
	margin: 10px 15px; 
	padding: 0;
	border: 1px solid #EAEAEA; 
	background-color: #FAFAFA; 
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

input {
	padding: 3px;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}

textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #000;
}

input.text {
	background: #FFF url(images/input.gif) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
}

/* added style for wordpress comment box */
#comment {
	background: #FFF url(images/input.gif) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
}

input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #D9D9D9;
	padding: 2px 3px; 
	background: #CCC url(images/buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}
/* added style for wordpress submit button */
#submit { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #D9D9D9;
	padding: 2px 3px; 
	background: #CCC url(images/buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}


/* ################################################################*/
/* LAYOUT */
/* ################################################################*/

/* container for the whole page to handle centering and width */
div#container {
	padding: 0;	
	text-align: left;
	background-color: #fff;
	width: 790px;
	margin-left: auto; margin-right: auto;
}

#header {
	height: 160px; 
	margin: 0;
	padding: 0;
}

/* ################################################################*/
/* menu styles */
/* ################################################################*/

td#navigation {
	height: 30px; 
	background-color: #000000; 
	white-space: nowrap;
	vertical-align: bottom;
}

ul#menu {
	margin: 0;
	padding-left: 7px;
	list-style: none;
	float: left;
}

ul#menu li {
	float: left;
	background: url(images/tableft.gif) no-repeat left top;
	margin: 0;
	padding-left: 4px;
	text-decoration: none;
}

#menu li.page_item a {
	float: left;
	display: block;
	background: url(images/tabright.gif) no-repeat right top;
	padding: 7px 15px 4px 8px;
	color: #CCC;
	font-weight: bold;
	font-size: 12px; 
	font-family: Verdana, Tahoma, 'Trebuchet MS', Sans-serif;
	z-index:1;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu li {float:none;}
/* End IE5-Mac hack */

/* classes for changing the images to give it the mouse-over */
ul#menu li:hover {
    background-position: 0% -42px;
}
#menu li.page_item a:hover {
	background-position: 100% -42px;
}
/* current page item - have it use the hover over all teh time */
#menu li.current_page_item {
	background-position: 0% -42px;
}
#menu li.current_page_item a {
	background-position: 100% -42px;
	color: #FFF;
}
#menu li.current_page_item a:hover {
	background-position: 100% -42px;
	color: #CCC;
}

/* ######  Styles for the child pages ##### */
/* submenu START */

#menu li:hover ul, #menu li.cg_hover ul {
	visibility: visible;
}

#menu li ul {
	position: absolute;
	visibility: hidden;
	background:#F4F5F7;
	border:1px solid #CCC;
	border-top-color:#A6A6A6;
	padding: 0px;
	margin: 25px 0px 0px -5px;
	/* hack for only IE6 */
	*margin: 25px 0px 0px -60px;
	/* end hack */
	list-style: none;
	display: block;
	left: auto;
}
#menu li li {
	float:left;
	clear: left;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#menu li li a {
	float:none;
	display:block;
	padding:5px;
	text-decoration:none;
	width:125px;
	font-size:12px;
	border-style:solid;
	border-color:#DDD;
	border-width:1px 0 0;
	margin:0;
	background-image:none;
	height:20px;
	line-height:20px;
}
#menu li li.first a {
	border-top:none;
}
#menu li li a:hover {
	color: #ffffff;
}
/* submenu END */


/* ################################################################*/
/* header styles */
/* ################################################################*/

h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 a, h2 a, h3 a {
	font-weight: bold;
}
h1 a:hover, h2 a:hover, h3 a:hover{
	font-weight: bold;
}
h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.3em;
	color: #339900;
}
h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}
h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}

p {
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

ul {
	font-size: 13px;
}


/* ################################################################*/
/* main body */
/* ################################################################*/


#content {
	display: inline;
	float: left;
	margin: 0; 
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: inherit;
	vertical-align: top;
}
/* ADDED div.one_column to fix IE6 bug */
#content.one_column, div.one_column {
	width: 780px;
}
/* ADDED div.two_column to fix IE6 bug */
#content.two_column, div.two_column {
	width: 525px;
}
#content h1 {
	padding: 8px 0 3px 25px;
	margin-left: 0px; /* revert default margin for all h1s */
	text-transform: none;
	background: url(images/square_arrow.gif) no-repeat 0% .7em;
	/* border-bottom: 2px solid #f2f2f2; ** remove the comments for bottom border */
	color: #339900;	
}
#content h2 {
	padding: 8px 0 3px 25px;
	margin-left: 0px; /* revert default margin for all h2s */
	text-transform: none;
	background: url(images/square_arrow.gif) no-repeat 0% .7em;
	color: #339900;	
}

#content p {
	font-size: 13px;
}
#content p a, #content p a:hover {
	font-size: 13px;
}
#content p.meta {
	font-size: 11px;
	color: #999999;
}
#content p.meta a, #content p.meta a:hover {
	font-size: 11px;
}
#content p.feedback, {
	font-size: 11px;
}
#content p.feedback a, #content p.feedback a:hover {
	font-size: 11px;
}

#content .feedslink {
	padding-left: 17px;
	margin-right: 20px;
	background: url(images/rsslink.gif) no-repeat center left;
}
#content ul, #content ol {
	margin-bottom: 10px;
}


/* ################################################################*/
/* sidebar */
/* ################################################################*/

#sidebar {
	display: inline;
	float: right;
	width: 255px;
	margin: 0 0 10px 0; 
	padding: 0;
	background-color: inherit;
	vertical-align: top;
}
#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url(images/square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #339900;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	/* added margin: 0; here to fix bug in IE6 */
	margin: 0;
}
#sidebar ul li {
	margin-bottom: 1px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 2px 5px 2px 10px;
}
#sidebar ul a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background: #f2f2f2;
	border-left: 5px solid #CCC;
	min-height: 18px;
	padding: 2px 5px 2px 10px;
}

#sidebar ul a:hover {
	background: #f2f2f2;
	color: #339900;
	border-left: 5px solid #72A545;
	padding: 2px 5px 2px 10px;
}

/* these two styles override the a tag when inside a P, so that the search
	text isn't goofed up by a missing blog title */
#sidebar ul p a {
	display: inline;
	padding: 0px;
	margin: 0px;
	background: inherit;
	border-left: 0px;
	min-height: inherit;
}
#sidebar ul p a:hover {
	padding: 0px;
	margin: 0px;
	background: inherit;
	color: inherit;
	border-left: 0px;
}
#countries li {
	margin-left: 25px;
}
#countries li a {
	padding: 0px;
	background: inherit;
	border-left: 0px;
	color: #339900;
}
#countries li a:hover {
	padding: 0px;
	color: #333;
	border-left: 0px;
	background: inherit;
}
#sidebar ol {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding: 2px 5px 2px 10px;
}
#sidebar ol a {
	font-weight: bold;
	color: #333;
}
#sidebar ol a:hover{
	font-weight: bold;
	color: #339900;
}

/* #### search #### */
#search {
	background: #f2f2f2;
	padding: 10px;
	margin: 0px;
}

#search img {
	vertical-align: bottom;
}

#search input.text {
	width: 110px;
}

#search input.button { 
	height: 25px;
	width: 55px;
}


/* ################################################################*/
/* footer styles */
/* ################################################################*/

#footer { 
	color: #CCC;
	background: #000;
	margin: 0;	
	font-size: 85%;			
}
#footer a { 
	text-decoration: none;	
	color: #FFF; 
}
#footer a:hover {
	color: #CCC;
}
#footer #footer-left {
	text-align: left;
	margin: 0; 
	padding: 10px;
}
#footer #footer-right {
	text-align: right;
	margin: 0; 
	padding: 10px;
}
#footer #footer-right a {
	font-weight: bold;
}

#footer .credits {
	color: #333333;
}
#footer .credits a {
	color: #333333;
}


/* ################################################################*/
/* misc */
/* ################################################################*/

/* ####  alignment classes  #### */
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* ####  additional classes  #### */
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	margin-top: 20px;
}

/* image alignment classes for images inside text. The margin prevents
	text from mashing right up against the images */

.alignleft { float: left; margin-right: 10px; }

.alignright { float: right; margin-left: 10px; }
