/*
River Trail Rentals
david@rivertrailrentals.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: .7em;
	color: #494949;
	background: #f4f4ed url(../_images/bg1.jpg);
	}
	
 p {
	margin: 0 0 15px 0;
	padding: 0 30px 0 0;
	font-size: 1em;
	line-height: 1.6;
	}

/* links */
a:link, a:visited {
	color: #b74d35;
	text-decoration: none;
	}
a:hover {
	color: #8e2d17;
	}
	


/* structure */
#wrap-inner {
	max-width: 630px;
	min-width: 400px;
	margin: 0 auto;
	padding: 0 4% 1% 4%;
	font-size: 1.2em;
	background: rgb(233,229,213);
	}
	
#wrap-mast{
	max-width: 630px;
	min-width: 400px;
	margin: 0 auto;
	padding: 1% 4% 1% 4%;
	font-size: 1.2em;
	line-height: 1.6;
	background-image:url(../_images/bg_lines1.jpg);
	}
	
#wrap-botm{
	max-width: 630px;
	min-width: 400px;
	margin: 0 auto;
	padding: 1% 4% 1% 4%;
	font-size: 1.2em;
	line-height: 1.6;
	background-image:url(../_images/bg_lines1.jpg);
	}
	
div.main {
	float: left;
	width: 100%;
	}
body.page div.main {	
	width: 80%;
	}

div.secondary {
	float: left;
	width: 50%;
	}
div.secondary-inner {
	padding: 0 10px;
	}

/* header 
--------------------------------------------- */
div.header-inner {
max-width: 630px;
	min-width: 400px;
	margin: 0 auto;
	padding: 1% 4% 1% 4%;
	font-size: 1.2em;
	background-image:url(../_images/bg_lines1.jpg);
	}

h1 {
	font-family: Georgia, serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 2.2em;
	}
	
h2 {
	position: relative;
	left: 10px;
	font-family: Georgia, serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 2.2em;
	}
	
emph 
{
	float: left;
	font-family: Georgia;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2;
	color: rgba(0,0,0);
	}
	


/* navigation */

#nav ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
body.home #nav ul {
	margin: 0;
	border-bottom: none;
	}
#nav ul li {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 10px 5px 5px 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(0,0,0,.75);
	}
#nav li a em {    
    display: block;
	padding: 0 0 5px 0;
    font-size: .9em;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;    
	opacity: .6
    }
#nav li a:hover {
	color: #b74d35;
	}
#nav li.active a {
	color: #b74d35;
	}
#nav li a:active {
	padding: 10px 5px 5px 10px;
	}


/* this is what holds the main content together*/
	
	
div.blok {
	margin: 0px 0 0px 0px;
	padding: 10px;
	width:630px;
	height:305px;
	background-color: rgb(255,255,255);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
	}
	
div.blokRun {
	margin: 0px 0 0px 0px;
	padding: 10px;
	width:630px;
	background-color: rgb(255,255,255);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
	}
	
div.tourBlok {
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
	width:630px;
	height:350px;
	background-color: rgb(255,255,255);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px
	}
	
div.longBlok {
	margin: 0px 0 0px 0px;
	padding: 0px 0 0px 0px;
	width:630px;
	background-color: rgba(244,228,151,.5);
	}
	

	
div.bloktag {
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	width:180px;
	height:150px;
	background-color:#fff;
	border-bottom: solid 2px rgb(233,229,213);
	overflow:auto;
	}
	
div.blok-body {
	margin: 0px 10px 10px 10px;
	padding: 10px 20px 5px 10px;
	width:255px;
	height:255px;
	background-color:#fff;
	overflow:auto;
	}
	
div.blok-body p {
	margin: 0 0 15px 0;
	padding: 0 30px 0 0;
	font-size: 1em;
	line-height: 1.6;
	}
	
	
div.blok-imgTopRt {
	float:right;
	margin: 0 0 15px 0;
	padding: 0 10px 0 0;
	font-size: 1em;
	line-height: 1.6;
	}

/* itmture Holder
--------------------------------------------- */

#itm_Right {
	margin: -50px 0px 0px 0px;
	float:right;
	width: 330px;
	}
#itm_Right2 {
	margin: -50px 0px 0px 0px;
	float:right;
	width: 410px;
	}
	

	
#itm_Right p {
	line-height: 1.2;
	margin: 10px;
	padding: 10px 5px 5px 5px;
	}
	


	
/* tableboxes used in pricing info
--------------------------------------------- */

	
#price {
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height:1.6em;
	}
	
#floatBlok {
	float:left;
	width: 280px;
	line-height:1.6em;
	padding: 10px 10px 0 0;
	}
	
#floatBlokRight {
	float:right;
	width: 300px;
	line-height:1.6em;
	padding: 10px 0px 0 30px;
	}
	
#tableImage {
	position:relative;
	left: 0px;
	top:0px;
	width: 465px;
	height:150px
	z-index:0;
	border-bottom: solid 4px #ffffff;

	
	}
	
#tableHed {
	position: relative;
	z-index:3;
	}
	
#tableText{
	position: relative;
	font-size: 1em;
	line-height: 1.6;
	left:10px;
	top:20px;
	width: 250px;
	z-index:2;
	}
	
#priceBox {
	float:left;
	width: 75px;
	margin: 10px 10px 0px 10px;
	padding: 10px 5px 10px 5px;
	text-align:center;
	color:#FFF;
	background: #638861;
	}
	
/* extra
--------------------------------------------- */

#extra {
	margin: 20px 0 0 0;
	background: rgba(155,151,109,.16);
	}
#extra-inner {
	clear: both;
	max-width: 600px;
	min-width: 400px;
	margin: 0 auto;
	padding: 10px 4% 27px 4%;
	font-size: 1.2em;
	}
#extra dl {
	float: left;
	width: 33%;
	margin: 0;
	}
#extra dl dt {
	margin: 0 0 5px 10px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.4em;
	color: #494949;
	rgba(0,0,0,.8);
	}
#extra dl dd {
	margin: 0 0 2px 10px;
	font-weight: bold;
	line-height: 1.2em;
	}
#extra dl dd.proj {	
	margin-bottom: 12px;
	}
#extra dl dd a {
	color: #84827b;
	}
#extra dl dd a:hover {
	color: #000000;
	}
#extra dl dd.proj a {
	font-weight: normal;
	font-size: .9em;
	color: #84827b;
	color: rgba(132,130,123,.7);
	}
#extra dl dd a strong {
	display: block;
	font-size: 1.1em;
	padding: 2px 0 0 0;
	color: #84827b;
	}
#extra dl dd img {
	float: left;
	display: block;
	margin: 2px 8px 0 0;
	padding: 4px;
	background: #d1d1bc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
#extra dl dd.proj a:hover,
#extra dl dd.proj a:hover strong {
	color: #55544e;
	}
#extra dl dd a:hover img {
	background: #c3c3b0;
	}
#extra dl.books dd {	
	float: left;
	width: 28%;
	margin: 0 0 6px 10px;
	}


/* footer
--------------------------------------------- */

#footer {
	max-width: 600px;
	min-width: 500px;
	margin: 0 auto;
	font-size: 1.2em;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	color: rgba(0,0,0);
	}
#footer a {
	color: rgba(0,0,0,.55);
	}
#footer a:hover {
	color: rgba(0,0,0,.8);
	}
#footer div.blok {
	border: none;
	}

/* microformats
---------------------------------------------------------- */
hr, .hide {
	display: none;
	}


/* use the best possible ampersand */

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-size: 1.4em;
	}



/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
