html { font-size:100.01%; } 
/* make styles more cross-browser consistent */


/************ reset rules  ***********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #e4ffcf;
	color: #222;
	font-family: georgia, times, serif;
	font-size: 62.5%;
	line-height: 1;
	text-align: center;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ************ HTML Styles ************* */
hr {
	margin: 5px 1px;
}
h1, h2, h3, h4, h5 {
	color: #6e1119;
	font-weight: normal;
	font-family: Georgia, Times, serif;
}
h1 {
	font-size: 2.4em;
	font-weight: bold;
	margin: .5em 0 .3em 0;

}
h2 {
	font-size: 2.0em;
	font-style: italic;
	margin: .1em 0 .4em 0;

}
h3 {
	font-size: 1.8em;
	margin: .5em 0 .6em 0;

}
h4 {
	font-size: 1.6em;
	margin: .5em 0 .4em 0;
	line-height: 1.2em;

}
h5 {
	font-size: 1.4em;
	margin: .5em 0 .3em 0;

}
p {
	margin: .5em 0 .7em;
	font-size: 1.4em;
	line-height: 1.4em;
}
label {
	font-size: 1.1em;
	text-align: right;
	margin-right: 6px;
}

#nav li {
	font-size: 1.4em;
}
.entry  li, .entry  li li {
	font-size: 13px
	line-height: 1em;
	margin-bottom: .6em;
	
}
input {
	margin-top: 9px;
}
dt {
	font-weight: bold;
	font-size: 1.3em;
}
dd {
	margin-left: 1.4em;
	font-size: 1.2em;
}
a {
	color: #039;
	text-decoration: none;
}
a:visited {
	color: #039;
}
a:hover {
	color: #635035;
	text-decoration: underline;
}
th {
	color: #133;
	font-size: 1.5em;
	font-weight: bold;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
blockquote {
	margin: inherit 2.5em;
	background: #eee;
	border-left: 7px solid #999;
	font-size: 13px;
	line-height: 1.4em;
	padding: 10px 7px;
}
blockquote  p {
font-size: 13px;
}
blockquote li {
	margin-left: 2.3em;
	}
/* ******** Helpful Classes ********** */
/* clearing */
.clearboth {
	clear: both;
}
hr.clearboth {
	border: 0;
	width: 0px;
	text-indent: -9000px;
	color: #fff;
	background: #fff;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
hr.clearleft {
	width: 575px;
	margin-left: 115px;
	margin-bottom: 1.4em;
	text-indent: -9999em;
	border: 0;
	color: white;
}
/* floating */
.floatleft {
	float: left;
	margin-right: 6px;
}
.floatright {
	float: right;
	margin-left: 6px;
}
.smaller {
	font-size: smaller;
}
/* alignment (replace align on images)  */
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
/* used with background images allows regular HTML for code but image for viewer */
.offpage {
	text-indent: -9999px;
}
/* simple top spacers about 10px each */
.pad1 {padding-top: 1em}
.pad2 {padding-top: 2em}
.pad3 {padding-top: 3em}
.pad4 {padding-top: 4em}
.pad5 {padding-top: 5em}
/* ******** Container ********** */
#container {
	margin: 2.7em auto;
	position: relative;
	text-align: left;
	width: 784px;
	background: url(images/bg_main.png)  repeat-y;
}

#bottom  {
	width: 784px;
	height: 11px;
	background: url(images/bg_page_bottom.png) no-repeat;
	clear: both;
}
/* ******** Header ********** */
#header {
	height: 251px;
	margin-top: 10px;
	position: relative;
	width: 784px;
}
#top: {
	position: absolute;
	left: 0;
	top: -11px;
	background: url(images/bg_top.png)  no-repeat;
	z-index:1;
	border-top: 1px solid #435237;
	}
h1#logo {
	position: absolute;
	left: 7px; 
	top: 0;
	width: 454px;
	height: 251px;
	margin: 1px 0 0 0;
	padding: 0;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9000em;
	z-index: 5;
}
#logo a {
	display: block;
	width: 454px;
	height: 252px;
}
h2#tagline {
	position: absolute;
	left: 459px;
	margin: 0;
	padding: 0;
	top: 0px;
	height: 252px;
	width: 319px;
	background: url(images/painting.jpg) no-repeat;
	text-indent: -9000em;
	z-index: 5;
}

/* ******** Navigation ********** */
#navbar  {
	background:   url(images/bg_navbar.png) repeat-x;
	height: 19px;
	margin: 0 6px 0 7px;
}
  #nav {
      float:right;
      width:100%;
      font-size:93%;
      line-height:normal;
      }
    #nav ul {
      margin: 0;
      padding:0px 10px 0;
      list-style:none;
      }
    #nav ul li {
      float:right;
      background:url(images/left_both.gif) no-repeat left bottom;
      margin:0;
      padding:0 1px 0 9px;
      border-top:1px solid #765;

      }
    #nav li a {
      float: left;
      display:block;
      width:.1em;
      background: url(images/right_both.gif) right bottom no-repeat;
      padding:5px 15px 8px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#fff;
     
      }
    #nav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover {
      color:#ccc;
      }
    #home #nav-home, #blog #nav-blog,
    #products #nav-trips, #about #nav-about,
    #contact #nav-contact {
      background-position:0 177px;
      border-width:0;
      }
    #home #nav-home a, #news #nav-news a,
    #products #nav-products a, #about #nav-about a,
    #contact #nav-contact a {
      background-position:100% 177px;
      padding-bottom:5px;
      color:#ccc;
      }
    #nav li:hover, #nav li:hover a {
      background-position:0% 177px;
      color:#ccc;
      }
    #nav li:hover a {
      background-position:100% 177px;
      }/* ******** Main Content ********** */
#main {
	position:  relative;
	background: inherit;
	
	margin-top: 30px;
}
#page {
	
	}
#sidebar  {
	float: left;
	margin-left: 35px;
	top: 0px;
	width: 256px;
	color: #233;
}
#sidebar p {
	font-size: 1.2em;
	margin-left: 2px;
}
#sidebar li {
	list-style: none;
	margin-left: 10px;
	font-size: 1.2em;
}
#sidebar li li {
	list-style: disc;
	margin-left: 20px;
}
#sidebar li h2, #sidebar  li h4 {
	font-size: 1.5em;
	font-style: normal;
} 
#signup {
	background: url(images/bg_signup.jpg) no-repeat;
	height: 168px;
	width: 252px;
}
#formdiv {
	padding: 90px 15px 0 0;
	text-align: right;
}
#content {
	margin: 48px 29px 30px 330px;
}
#page {
	margin: 48px 79px 30px 130px;
}
#content ul {
	margin: 0 0 0 2.0em;
}
#content ol {
	margin: 0 0 0 2.2em;
}
#footer {
	background:   url(images/bg_navbar.png) repeat-x;
	margin: 0 6px 0 7px;
	clear: both;
}
#footer p {
	font-size: 1.2em;
	color: #666;
	text-align: center;
}

#designedby p  {
	font-size: 1.2em;
	margin: 10px auto;
}
#designedby a {
	color: #666;
}
#bottom {
	background: url(images/bg_bottom.png) no-repeat;
	height: 25px;
}
.post {
	border-bottom: 1px solid #999;
	margin-top: 1.6em;}