/*
THEME NAME: Lost Trekker w/ Top Advert Link
THEME URI: http://www.rosettesandcss.com
DESCRIPTION: 2-column theme for the Outdoorsman.  Uses forest shades and a bit of earthy tones.  Variation of original Lost Trekker theme, including an external link banner.
VERSION: 1.0.2
AUTHOR: Rosettes and CSS/M. Watson
AUTHOR URI:http://www.rosettesandcss.com
TAGS: sandbox, blank slate, starter theme, minimalist, forest, trees, trekker, travel, camping, outdoors, outdoorsman, external, banner, button, advert, advertisement
*/
/* Table of Contents:
    1. Base Font, Text & Colors
    2. Layout 
    3. Post/Page Content
    4. Comment/Pingback Properties - NONE
    5. Search Bar/Box Properties (optional)--NONE
    6. Wordpress Calendar and Gallery - NONE
    7. WP-Specific Classes
*/
/****************************************************************
1. Base Font, Text & Colors
****************************************************************/
body {
	color:#e2fac0;
	width:95%;
	background-color:#171a0f;
	font-size: 1em;}
a {
	color:#ddda28;
	text-decoration: none;}
a:hover {
	font-weight: bold;}
h2 {
	color: #dcc33c;
	margin-bottom: 0;
	margin-top: 15px;}
h2 a {
	font-size: 1.1em;
	color:#32a70f;}

/****************************************************************
2. Layout
****************************************************************/
div#container {
	margin: 0;}
div#primary {
	padding-left: 0px;}
div#content {
	margin:0 0 0 22%;}
div#footer {
	clear:both;
	width:78%;
	margin-left: 20%;
	text-align: center;}
#hgraphic  {
	height: 186px; 
	margin-left: 20%; 
	background: url("images/LTlogo.jpg") no-repeat;}
.thailand {
	padding-top: 50px;
	float:left;}
div.sidebar {
	float:left;
	overflow:hidden;
	width:18%;}
div.sidebar h3 {
	background:transparent url("images/sectionheader.gif") no-repeat scroll left top;
	color: #171a0f;
	height: 36px;
	padding-top: 6px;
	padding-left: 10px;
	font-style: italic;
	margin-bottom:0;}
div.sidebar ul li {
	list-style: none;}
ul.menudisplay {
	padding-left: 0;}
div.sidebar ul ul {
	padding-left: 25px;
	list-style: none;
	margin: 0;}
div.sidebar ul ul a {
	color: #8db825;}
div.sidebar ul ul a:hover {
	font-weight: bold;}
	
/****************************************************************
3. Post/Page Content
****************************************************************/

abbr.published {
	border: none;
	color: #e0ce6d;}

/****************************************************************
7. WP-Specific Classes
****************************************************************/
.aligncenter,img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;}
