/* @override http://www.hikingtheusa.com/style.css */

/********************************************************
TITLE: Fluid Three-Column Layout (Basic) V1.0 (Beta)
DATE: 20060418
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
	margin: 0;
	padding: 0;
	background-color: #BBCCAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #cc0000;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

blockquote {
	margin: 1em;
	padding: .5em;
	font-size: .9em;
	background-color: #cccccc;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

blockquote p {
	margin: .2em;
}

#header {
	margin: 32px 32px 0 32px;
	padding: 14px 14px 14px 14px;
	height:50px;
	/*background-color: #cccccc;*/
	background-image: url('banner_image3.jpg');
	background-repeat: repeat-x;
	color: #EEEEEE;
}

#header a {
	color: #fff;
	text-decoration: underline;
}

#header a:hover {
	color: #fff;
	text-decoration: none;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
}

#header h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
	font-style: italic;
}

#header a {
	text-decoration: none;
}


/* @group Left Column */

#leftColumn {
	position: absolute;
	left:  32px;
	width: 171px;
	top: 108px;
	font-size: 10px;
	margin: 1px 1px 1px 0px;
}

#navLeft {
	position: relative;
	margin: 4px 0;
	border: 1px dashed black;
	background-color: #eee;
	padding: 10px;
	z-index: 2;
	width: 148px;
}

#navLeft img{
	border: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 6px 0 1px;
}

#navLeft p{
	text-align: center;
}

#navLeft h2 {
	margin: 0 0 -1em 0;
	padding: 0;
	font-size: 12px;
}

#navLeft ul {
	padding: 0;
	margin-top: 1.5em;
	margin-bottom: 0;
	margin-left: 14px;
}

#navLeft li {

	/*margin: 0 0 1px 2px;
	padding: 1px;
	list-style: circle inside;
	color: #cc0000;*/
}

#navLeft li a {
	color: #cc0000;
	text-decoration: none;
}

#navLeft li a:hover {
	color: #f00;
	text-decoration: underline;
}
/* @end */


/* @group Centre Column */

#centerColumn {
	margin: 3px 196px 1px 207px;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 4px 8px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	border: 1px dashed black;
}

#centerColumn p {
	font-size: 10px;
}

#centerColumn post-body {
	font-size: 2px;
}

#centerColumn img {
	padding:4px;
	border:1px solid #ddd;
}

#centerColumn div.post-body {
	font-size: 10pt;
}

#centerColumn div.blog-header a{
	font-size: 16pt;
	color: #b2c1a1;
	font-weight: bold;
  	text-decoration: none;
  	/*color: #92B7E6;*/

}

#centerColumn blog_date {
	font-size: 10pt;
	color: #B2B2B2;
	font-style: italic;
}
 
#centerColumn a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

#centerColumn a:hover {
	text-decoration: none;
	color: #000;
}

#centerColumn div.post-footer {
	font-size: 7pt;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
  



/* @end */


/* @group Right Column */

#rightColumn {
	position: absolute;
	right: 27px;
	top: 108px;
	width: 162px;
	margin: 1px 1px 1px 0px;
	font-size: 10px;	
}

#navRight {
	position: relative;
	margin: 4px 0;
	border: 1px dashed black;
	background-color: #eee;
	padding: 10px;
	z-index: 2;
	width: 136px;
}

#navRight ul {
	margin: 1.5em 0 0 10px;
	padding: 0;
}



#rightColumn h2 {
	margin: 0 0 -1em 0;
	padding: 0;
	font-size: 1em;
	letter-spacing: .1em;
}

/* @end */

#tags {
	margin: 0 0 .5em 0;
	width: 10em;
	float: right;
	border: none;
	text-align: right;
}

#tags img {
	border: none;
}

#tags p {
	margin: 0 0 .25em 0;
}

#tags a {
	font-size: .7em;
	color: #cc0000;
}


