/* outdoors Hiking */

body {
	font: normal 12px georgia, 'times new roman', times;
	color: #000;
	margin: 0px;
	padding: 0px;
	background: #f0e6d1;
	text-align: center;
}


/*
 * Container surrounding all content on the page
 */

.fw-container {
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 770px;
	text-align: left;

}

a,
a:visited {
	color: #486301;
	text-decoration: underline;
	padding: 1px 3px 1px 3px;
}


a:hover,
a:visited:hover {
	color: #698d0b;
	text-decoration: underline;
}

code,pre {
	font-size:12px
}

fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #CCC
}

legend {
	color:#000;
	font-weight:bold;
}

label {
	cursor:pointer
}

/*
 * This can be used to decorate around any advertisements that appear on the page (non-premium users only)
 * It is STRICTLY forbidden to modify this code as to obstruct the view of the advertisement
 */
.fw-advertisement {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border: 0 ;
	text-align: center;
}


/*
 * Container surrounding Site Title, Small Title, Logo, and home-link
 */
.fw-head {
	height: 177px;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	border: none;
	overflow: hidden;
	background: transparent url('https://images.freewebs.com/Members/Generationz/CSSStyles/Outdoors/Hiking/bg-header.gif') no-repeat top left;
}

/*
 * Site Title
 */
.fw-head h1 {
	font: bold 20px georgia, 'times new roman', times;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 10px 22px;
	letter-spacing: -1px
}

/*
 * Site Small Title
 */
.fw-head h3 {
	font: bold 14px georgia, 'times new roman', times;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	letter-spacing: -1px
}


.fw-logo {
	width: 545px;
	height: 154px;
	overflow: hidden;
	font-size: 0px;
	margin: 23px 0px 0px 0px;
	float: right;
}


.fw-home-link {
	width:0px;
	height:0px;
	display:none;
}

hr {
	display:none;
}

/*
 * NavBar
 * UL containing all the NavBar links
 */

.fw-nav-menu {
	width: 178px;
	padding: 0px;
	float: left;
	overflow: hidden;
	background: transparent url('https://images.freewebs.com/Members/Generationz/CSSStyles/Outdoors/Hiking/bg-nav.gif') no-repeat bottom left;

}

.fw-nav-menu ul {
	margin: 0px 0px 0px 0px;
	padding: 25px 15px 60px 17px;
	cursor: default;
	overflow: hidden;
	list-style: none;
	background: transparent url('https://images.freewebs.com/Members/Generationz/CSSStyles/Outdoors/Hiking/bg-nav-top.gif') no-repeat top left;
}

/*
 * Individual NavBar LI's
 */

.fw-nav-menu li {
	padding: 2px 0px 2px 0px;
	overflow: hidden;
	text-align: right;
}

/*
 * Individual NavBar links
 */
.fw-nav-menu a,
.fw-nav-menu a:visited {
	display: block;
	overflow: hidden;
	text-decoration: none;
	font-weight: bold
}


.fw-nav-menu a:hover,
.fw-nav-menu a:visited:hover {
	overflow: hidden;
	text-decoration: none;
	color: #000;
}

/*
 * This is the container that holds the main content (paragraphs) of the page.
 */
.fw-with-mini {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	width: 592px;
	float: right;
	background: transparent url('https://images.freewebs.com/Members/Generationz/CSSStyles/Outdoors/Hiking/bg-p.gif') repeat-y top left;
}

/*
 * The fw-no-mini class is applied to the fw-content DIV
 *     when there are no mini-paragraphs on the page.
 * This statement must remain in the css even if there are mini paragraphs.
 * If there are mini paragraphs on the page, this will be ignored.
 */
.fw-content {
}

.fw-content h2 {
	font: bold 18px georgia, 'times new roman', times;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	letter-spacing: -1px
}

h2 a {
	padding: 0px;
}

.fw-paragraph {
	margin: 0px 0px 0px 0px;
	padding: 20px 30px 0px 30px;
	overflow: hidden;
	clear: both;
}

.fw-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	height: 100%;
    clear: both;
}

.fw-content ul,.fw-content ol,.fw-content dd {
	margin-left:2em;
}

.fw-mini-pars {
	float:right;
	width:30%;
}

.fw-mini-pars dt {
	color:#000;
	font-weight:bold;
	margin-top:1em;
	border-bottom:.3em solid #EEE;
}

.fw-mini-pars dd {
	margin-top:.2em;
	color:#333;
}

.fw-footer {
	font: normal 10px verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	width: 592px;
	float: right;
	color: #666666;
	background: transparent url('https://images.freewebs.com/Members/Generationz/CSSStyles/Outdoors/Hiking/bg-footer.gif') no-repeat top left;
}

.fw-footer p {
	padding: 18px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}


.fw-tracker {
	font: normal 10px verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	color: #666666;
	width: 582px;
	float: right;
}

/* forms */

label,button,input[type="submit"] {
	cursor:pointer;
}

input,textarea {
	padding:.1em;

}

textarea {
	font:1em verdana,arial,sans-serif;
}

.formSpan {
	display:block;
	margin:1em 0 0
}

/* The following styles are for the blog.
* Remember, if a CSS property is already defined in blog.css,
* you must use the !important rule.
*/

/*
* blog entry container
*/
.fwBlogEntryDisplay {
	border-bottom: 0 !important;
	margin: 20px 0px 0px 0px !important;
	padding: 20px 0px 0px 0px !important;
	border-top: solid 5px #ddba7e !important;
}

/*
* blog entry title
*/
.fwBlogEntryTitle {
	font: bold 18px georgia, 'times new roman', times !important;
	color: #000 !important;
	margin: 0px !important;
	padding: 0px !important;
	letter-spacing: -1px !important;
}

/*
* blog entry date
*/
.fwBlogEntryDate {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	color: #8a6336 !important;
	font-weight: bold;
}

.fwBlogEntryDate BR {
	display: none;
}

/*
* blog entry body
*/
.fwBlogEntryBody {
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 5px 0px !important;
}


/*
* blog comments
*/
.fwBlogCommentContainer{
	border: 0 !important;
	padding: 10px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px !important;
	border-top: solid 5px #ddba7e !important;
}


/* Google ad colors */

#googlecolors1 {
background-color: #f0e6d1; /*bg*/
color: #000; /*text*/
}
#googlecolors1 a, #googlecolors1 a:visited {
color: #486301; /*link*/
}
#googlecolors2 {
background-color: #f0e6d1; /*border*/
color: #486301; /*url*/
}

