/*  
Theme Name: Forrest
Theme URI: http://www.woothemes.com/
Description: Forrest by Josh Horton
Author: Josh Horton
Author URI: http://www.futurejosh.com/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	color: #555;
	padding: 0;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #cbe4ee;
	background-image: url(images/bgr.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a{
	color: #2277bb;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #e6e6e6 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px
}
li{
	list-style: none
}
h2{
	color: #2277bb;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 .8em
}
h2 a{
	color: #2277bb
}
h2 a:hover{
	color: #002233;
	text-decoration:none;
}
h3{
	font-size: 16px;
	font-weight: lighter;
	margin: 0 0 1em;
}
h4{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 .5em;
}
h4 span{
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 .5em;
}
h5{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0.875em;
}
p{
	padding: 0 0 1.5em
}
.category {
	margin: -15px 0 10px;
	position: relative
}
#linedivide {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	width: 630px;
	margin-top: 10px;
	margin-bottom: 30px;
}d
/*=== Intro ===*/
p.intro {
	line-height:1.3em;
}
p.intro a {
	color:#FFFFFF;
	text-decoration:underline;
}
p.intro a:hover {
	color:#222222;
	text-decoration:underline;
}
/*=== Layout ===*/
#page{
	margin: 0;
	width: 850px;
	background-color: #FFF;
	background-image: url(images/columnbg.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b1bfc6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1bfc6;
}

/*=== Header ===*/

/* header search */

/*- Logo -*/
#header h1{
	width: 140px;
	margin: 20px;
}
#header h1 a{
	display: block;
	height: 139px;
}
#header h1 a:hover{
	text-decoration: none
}

/*=== Buttons ===*/
.btn-rounded{
	line-height: 30px;
	font-weight:bold;
	float: left;
}
.btn-rounded a{
	background: url(images/btn-rounded.gif) no-repeat left;
	color: #ffffff;
	padding: 0 0 0 13px;
	display: block;
	float: left;
}
.btn-rounded a span{
	background: url(images/btn-rounded.gif) no-repeat right;
	height: 30px;
	padding: 0 13px 0 0;
	display: block;
	float: left;
}
.btn {
	margin:0; 
	padding:5px 10px;
	background:url(images/btn.gif) repeat-x;
	border:1px solid #98ac2b;
 	color:#FFFFFF;
	font-weight:bold;
}
.btn-more {
	margin:0;
	display: block;
	height:26px;
	width:55px;
	background:url(images/btn-more.gif);
	float: left;
}
.btn-submit {
	margin:0;
	display: block;
	height:26px;
	width:55px;
	background:url(images/btn-submit.gif);
	float: left;
}
.btn-register {
	margin:0;
	display: block;
	height:26px;
	width:114px;
	background:url(images/btn-register.jpg);
	float: left;
}

/*=== Navigation ===*/
/*- Nav1 -*/

#nav1 {
	width: 145px;
	font-size:14px;
	margin:30px 10px;
	text-transform: capitalize;
}
#nav1, #nav1 ul {
	list-style: none; 
	line-height: 1;
}

#nav1 .widget ul li ul {
	margin: 0;
}

#nav1 a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
}

#nav1 li {
	line-height: 30px;
	margin: 0 4px 0 0;
}
#nav1 li a{
	color: #aaddff;
	text-decoration: none
}
#nav1 li a span{
	display: inline-block;
	height: 30px;
}

#nav1 li a:hover,
#nav1 li.active a, 
#nav1 li.current_page_item a,
#nav1 li.current-cat a{
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

#nav1 li.current_page_item ul li a,
#nav1 li.current-cat ul li a {
	color: #aaddff;
	}

/* Sub Nav */

#nav1 li ul {
	font-weight:normal;
	letter-spacing:0;
	text-transform:none;
	margin-top: -5px;
}
#nav1 li ul li {
	margin-left: 10px;
	
}

#nav1 li ul li a span{
	display: inline;
	height: 25px;
}
#nav1 li ul li a {
	line-height: 30px;
	font-size: 12px;
	color: #aaddff;
}

#nav1 li ul li a:hover,
#nav1 li ul li.active a, 
#nav1 li ul li.current_page_item a{
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

#nav1 li ul li.active a span,
#nav1 li ul li.current_page_item a span,
#nav1 li ul li a:hover span{
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}


/* IE7 Fix */

#nav1 li:hover, #nav1 li.hover {  
	position: static;
}

/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 0 10px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 670px;
	background-color: #FFF;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 180px;
}
#leftcol h3{
	color: #ffffff;
	font-size: 1em;
	height: 2.4em;
	margin-top:10px;
}
#leftcol h3 span{
	background: #ceccbb;
	display: block;
	float: left;
	line-height: 2.4em;
	padding: 0 10px;
}
#leftcol .widget ul, #leftcol .textwidget {
	height: 1%;
	margin: 0 0 2em;
}

/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 115px;
	margin:0 0 1em;	
}
.col1 a{
	color: #555555;
	text-decoration: underline
}
.col2{
	float: right;
}
.col3{
	float: left;
	padding: 0 35px 0 0;
	width: 273px
}
.col3.last, .col6.last{
	padding: 0
}
.col3.nav2, .col6.nav2{
	background: none;
	padding: 0
}
.col3 h2{
	color: #464646;
	margin: 0 0 .5em
}
.col3 p{
	padding: 0
}
.col4{
	float: left;
	width: 335px
}
.col5{
	float: right;
	width: 415px
}
.col5 img{
	border: 10px solid #f6f5ed;
}
.col6{
	float: left;
	padding: 0 30px 20px 0;
	width: 300px
}
.col6 img{
	border: 10px solid #ddeef6;
	margin: 0 0 20px 0;
}
* html .col6{
	width: 290px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0;
	width: 670px
}
.box .spacer{
	height: 1%;
	padding: 30px 20px 20px 19px;
}
/*- Box2 -*/
.box2{
	margin: 30px 20px;
	width: 160px;
}
.box2 .spacer{
	height: 1%;
}
#community {
	margin: 30px 0 0 0;
}
/*- Box3 -*/
.box3{
	margin: 0 0 1em;
}
.box3 .spcr{
	background: #f7F7F7;
	height: 1%;
	min-height:100px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.box3 p{
	padding: 0
}
/*- Box5 -*/
.box5{
	margin: 0 0 30px;
	width: 940px
}
.box5 .top,.box5 .bot{
	background: url(images/box5-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.box5 .bot{
	background: url(images/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: url(images/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 15px 25px
}
.box5 .post img {
	border:0;
}
/*- Latest -*/
#latest {
	background-color: #002233;
	padding: 10px 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #aaddff;
	overflow: hidden;
}
#latest a{
	font-size: 13px;
	font-weight: bold;
	color: #aaddff;
	text-decoration: none;
	text-transform: none;
}
#latest a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #aaddff;
	text-decoration: underline;
	text-transform: none;
}
/*- Wrapper -*/
.wrapper{
	float: left;
	padding: 0 0 0 20px;
}
/*- Date -*/
.date{
	color: #898989;
	margin: 0px 0 10px;
	position: relative
}
/*- Members -*/
ul.members{
	margin: 0 0 20px -45px;
	list-style:none;
}
ul.members li {
	clear: left;
	margin: 1px 0 0 0px;
}
ul.members li img {
	float: left;
	
}
ul.members li div.details {
	display: block;
	width: 480px;
	float: left;
	margin: 0px 0 24px 0;
	padding: 0 0 0 10px;
}

/*=== Styling Forms ===*/
/*- Search -*/
.tbox {
	color: #666;
	width: 130px;
}
	
/*- Form1 Setup -*/
.form1 div{
	margin: 0 0 15px
}
.form1 label{
	padding: 7px 0 0 15px
}

/* Form1 Textarea */
.form1 textarea{
	height: 165px;
	overflow: auto;
	width: 550px
}
/*=== Link Buttons ===*/
.btn-cat {
	margin: 1em 0 1.5em;
}
.btn-continue{
	margin: 0 0 2em;
}
.btn-general{
	background: #a4b92e;
	padding: 5px 10px;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-continue a{
	padding: 0;
}
.btn-arr a{
	background: #bdbbac;
	color: #ffffff;
	line-height: 25px;
	padding: 5px 10px
}
.btn-arr2{
	float: left;
	padding: 130px 0 0;
	width: 27px
}
/*=== Pics, Ads etc. ===*/
.ads{
	margin: 0 0 10px
}
.ads img{
	margin: 0 8px 5px 0
}
/*=== Footer ===*/
#footer {
	color: #CCC;
	font-size: 11px;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	width: 630px;
	margin: 10px 0 30px 20px;
	padding-top: 30px;
}
#footer a{
	color: #2277bb;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover{
	color: #002233;
	text-decoration: none;
	font-weight: bold;
}
#footer img{
	position: relative;
	vertical-align:middle;
	margin-top: 6px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}

/*=== Posts ===*/

.post img {	
	border:10px solid #ddeef6;
	margin-bottom: 20px;
}
.post ul, .post ol{
	padding: 0 0 1.2em 2em;
}
.post ul li{
	color: #555555;
	background: url(images/ico-bullet.gif) no-repeat left top;
	padding: 0 0 0 20px;
}
.post ol li{
	list-style-type:decimal;
	margin: 0 0 0 20px;
}	
.post li a:hover{
	color: #a4b92e;
	text-decoration: none
}

.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#F0EEE1 url(images/ico-quote.gif) no-repeat 10px 10px;
	border-top:1px solid #E5E3D1;
	border-bottom:1px solid #E5E3D1;	
	width:80%; height:auto;
	margin:0 0 15px 10px; padding:15px 25px 0px 55px;
	display:block;
}

/*=== Comments ===*/

#comments .box3 p { padding-bottom:10px; }
#respond { margin: 1em 0 0; }

/*=== Widget styling ===*/

.widget h3{
	color: #2277bb;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 .8em
}
.widget #recentcomments li{
	background: url(images/hl-dot.gif) repeat-x bottom;
	padding: .5em 0
}
.widget #recentcomments li a{
	background:none;
	color: #a4b92e;
	text-decoration:none;
}
.widget #recentcomments li a:hover{
	color: #a4b92e;
	text-decoration: underline;
}

.widget #searchform, .widget #calendar_wrap{
	height: 1%;
	margin: 0 0 2em;
	padding: 7px 15px 15px
}

.widget #searchform, .widget #calendar_wrap{
	clear: both;
	height: 1%;
	margin: 0 0 14px;
}

.widget #wp-calendar caption {
	font-size:1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
	color:#333333;
}

.widget #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:240px;
}

.widget #wp-calendar thead th {
	color:#333333;
}


.widget #wp-calendar tfoot td {
	padding:10px 0 10px 0;
	text-align:left;
}

.widget #wp-calendar tfoot td#next {
	text-align:right;
}

.widget #wp-calendar td {
	width:auto;			
}

.widget #wp-calendar td a {
	padding:2px;
	text-decoration:underline;
}

.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(images/ico-quote.gif) no-repeat top left;
	margin:9px 0 0;
	width:37px;
	height:29px;
}
.flickr_badge_image img{
	margin: 0 3px 8px;
	padding: 0 7px 5px 0;
	float:left;
}
.flickr img{
	vertical-align:middle;
	margin:6px 0 8px;	
}
.subscribe img{
	vertical-align:middle;
	margin:6px 0 8px;	
}

/*=== Slider ===*/

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 795px;
height: 300px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
width: 770px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/*=== THREADED COMMENTS == */

ol.commentlist li.threaded .box3 { width:auto; margin:0px; }
ol.commentlist li.threaded .col1 { width:90px; }
ol.commentlist li.threaded .box3 .spcr { padding:10px 15px 0; margin:0; }
ol.commentlist li.threaded .children { margin-left:20px; }
ol.commentlist li.threaded .col2 { float:none; width:auto; margin-bottom:-18px; }

/*=== Rotator ===*/
#imageContainer {
	width:670px;
	height:340px;
	background-color: #FFFFFF;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:670px;
	height:340px;
	opacity: -0.01;
	z-index: 2;
}

