/*
Theme Name: Findtheway_Theme
Theme URI: http://wordpress.org/
Description: Findtheway.org customized theme.
Version: 1.0
Author: Chad Anderson
Author URI: http://www.1000kbps.com/
Tags: findtheway, custom header, fixed width, two columns, widgets

	This theme was designed and built by Chad Anderson,
	whose site you will find at http://www.1000kbps.com/

*/

/* CSS Document for findtheway.org */
/* site colors:
	#333 = text
	#ccc = grey backgrounds
	#900 = red
	
*/
/* Show only to IE7 
*:first-child+html [selector] {
	background: red;
}
*/
/* Show only to IE6 
* html [selector] {
	background: red;
}
Replace [selector] in the above two examples, to color that elements background red. Example selectors could be body, #my_id or .my_class.
*/

/* IE Fixes*/
* html .visualIEFloatFix { height: 0.01%; }

/* zero elements */

html, body, ul, ol, li, form, fieldset{
	margin: 0;
	padding: 0;
	border:0;
	/*height : 100.1%; NOT VALID force vertical scroll bar to avoid page shift in Firefox */
	min-height: 100%; margin-bottom: 1px; /* VALID force vertical scroll bar to avoid page shift in Firefox */
}
img, p{margin: 0px;padding: 0px; border:none;}


/* Elements */
h1,h2,h3,h4,h5,h6{margin:0px;padding:0px 0px 16px 0px; font-family:Verdana, Geneva, sans-serif;font-weight:lighter;}
h1{font-size:24px; color:#900;}
h2{font-size:22px; color:#900;}
h3{font-size:16px; color:#900;}
h4{font-size:12px; color:#900;}

h2 a{color:#900;text-decoration:none;}

p{margin:0px 0px 12px 0px;line-height:18px;color:#333;font-size:12px;}
/*	}*/
ul, ol, ol.commentlist{margin:10px 0px 10px 20px;}
ul li{position:relative;display:list-item;margin-left:15px;line-height:17px; list-style-type:none; list-style-image:url(images/ftw-bullet.png);}
ol.commentlist li, ol li, ol ol li{position:relative;display:list-item;margin-left:15px;line-height:17px; list-style-type:decimal;}
/*ol li li{position:relative;display:list-item;margin-left:15px;line-height:17px; list-style-type:decimal;}*/


small{color:#666;}

a{color:#900;}

a:visited{color:#900;}

/*img
*/
blockquote p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	line-height:24px;
	text-align:left;
	color:#960;
}



/* Layout  */

body { /**/
	background-color:#fff;/**/
	margin: 8px 0px 0px 0px;
	padding: 0px;
	/**/background-image:url(images/ftw-body-back.png);
	background-repeat:repeat-x;
}
#ftw-siteWrapper{ /**/
	position:relative;
	z-index:auto;
	width:955px;
	height:auto;
	margin: 0px auto;
	padding: 0px;
	background-color:#fff;
	/*border:#fc0 1px solid;*/
}
#ftw-bodyWrapper{ /**/
	position:relative;
	z-index:auto;
	float:left;
	width:625px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color:#fff;
	/*border:#fc0 1px solid;*/
}
#ftw-sidebarWrapper{ /**/
	position:relative;
	z-index:auto;
	width:320px;
	height:auto;
	margin: 0px 0px 0px 635px;
	padding: 0px;
	/*border:#fc0 1px solid;*/
}
#ftw-footerWrapper{ /**/
	position:relative;
	z-index:auto;
	width:915px; /*-40 for padding*/
	height:175px;/*215-40 for padding*/
	margin: 0px 0px 0px 0px;
	padding: 20px;
	background-image:url(images/ftw-ftr-back.png);
	background-repeat:no-repeat;
}

/* ########## NAVIGATION ########### */

#ftw-navWrapper{
	position:relative;
	z-index:auto;
	width:955px;
	height:31px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-image:url(images/ftw-nav-back.png);
	background-repeat:no-repeat;
	/*background-color:#9C3;*/
}
ul#ftw-navBar {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	width: 935px; /*-20px margin*/
	height: 31px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	line-height:31px;
	text-align:center;
	/*border:#930 1px solid;*/
}
	
ul#ftw-navBar li {
	display:block;
	float:left;	
	padding:0px 40px 0px 0px;
	margin: 0px;
}
ul#ftw-navBar li a {
	display:block;
	height:31px;
	color:#FFF;
	line-height:26px;	
	text-decoration:none;
	border:0;
	
}
/*ul#ftw-navBar li a:hover {margin-top:6px;color:#fff;font-weight:bold;}*/

/* ########## BODY ########### */
#ftw-bannerWrapper{ /**/
	position:relative;
	z-index:auto;
	width:625px;
	height:212px;
	margin: 0px;
	padding: 0px;
	background-image:url(images/ftw-banner.jpg);
	background-repeat:no-repeat;
}
#ftw-addressbarWrapper{ /**/
	position:relative;
	z-index:auto;
	width:625px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#ftw-addressbox1, #ftw-addressbox2, #ftw-addressbox3{
	position:relative;
	z-index:auto;
	float:left;
	width:188px;/*208px*/
	height:auto;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:11px;
	color:#333;
}
#ftw-addressbox1{width:200px;}
#ftw-addressbox2{width:213px;border-left:#ccc 1px solid; border-right:#ccc 1px solid;}
#ftw-addressbox3{width:150px;}
#ftw-addressbox1 p, #ftw-addressbox2 p, #ftw-addressbox3 p{	
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:11px;
	color:#333;
	margin-bottom:0px;
	line-height:14px;
}




#ftw-body-divider{
	position:relative;
	z-index:auto;
	width:625px;
	height:10px;
	margin: 0px;
	padding: 0px;
	border-bottom:#ccc 1px solid;
}
#ftw-bodyContent{ /**/
	position:relative;
	z-index:auto;
	float:left;
	width:585px;
	height:auto;
	margin: 20px 20px 20px 20px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#333;
}
.navigation {
	position:relative;
	z-index:auto;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:0px;
	height:25px;
	font-size:14px;
}
.navigation a{color:#900;}
.post{
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:#ccc 1px solid;
}
.postmetadata a{color:#900;text-decoration:none;}
.entry a{color:#900;text-decoration:underline;}

#ftw-share-links a{text-decoration:none;color:#666;}


/* ########## SIDEBAR ########### */

#ftw-sidebar-banner{
	position:relative;
	z-index:auto;
	width:300px; /*320-padding*/
	height:192px; /* 212 -padding */
	margin: 0px;
	padding: 10px 0px 10px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/ftw-sidebar-banner-back.png);
	background-repeat:no-repeat;
}
#ftw-sidebar-logo{
	position:relative;
	z-index:auto;
	width:299px; /*320-padding*/
	height:156px; /* 212 -padding */
	margin: 15px auto;
	padding: 0px;
	
}
#ftw-sidebar-image{
	position:relative;
	z-index:auto;
	width:220px; /*320-padding*/
	height:auto; /* 212 -padding */
	margin: 50px auto;
	padding: 0px;
	overflow:hidden;
	
	
}
#ftw-sidebar-image img{
	padding:5px;
	border:#ccc 1px solid;
}
#ftw-sidebar{
	width:222px;
	margin: 20px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-weight:normal;	
	color:#900;
	background-image:url(images/ftw-sidebar-back.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#ftw-sidebar-top{
	background-image:url(images/ftw-sidebar-back.png);
	background-repeat:no-repeat;
}
#sidebar{
	
}
#searchform input{
	height:22px;
	width:161px;
	padding:2px;
	margin:0px 0px 0px 10px;
	border:#ccc 1px solid;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
}
#searchform label{
	display:none;
}
input#searchsubmit{
	position:absolute;
	top:40px;
	left:180px;
	height:28px;
	width:33px;
	padding:2px;
	margin:2px 0px 0px 0px;
	border:#ccc 1px solid;
	color:#900;
	line-height:16px;
	background-color:#fff;
	font-size:14px;
}

#ftw-sidebar-top{
	position:relative;
	z-index:auto;
	height:65px;
	width:auto;
	margin: 0px;
	padding: 0px;

}

#ftw-sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}
#ftw-sidebar ul ul li{
	list-style-image:url(images/ftw-bullet.png);
	margin-left:20px;
	padding-left:20px;
	}

#ftw-sidebar ul, #ftw-sidebar ul ol {
	margin: 0px 0px 0px -15px;
	padding: 0;
	
}

#ftw-sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#ftw-sidebar ul p, #ftw-sidebar ul select {
	margin: 5px 0px 0px 8px;
	}

#ftw-sidebar ul ul, #ftw-sidebar ul ol {
	margin: 0px 0px 0px 10px;
	}

#ftw-sidebar ul ul ul, #sidebar ul ol {
	margin: 0px 0px 0px 0px;
	}

ol li, #ftw-sidebar ul ol li {
	list-style: decimal outside;
	}

#ftw-sidebar ul ul li, #ftw-sidebar ul ol li {
	margin: 0px 0 0 20px;
	padding: 0;
	}
#ftw-sidebar a{color:#666;text-decoration:none;}
#ftw-sidebar h2 {
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style:normal;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 0px;
	border-bottom:#ccc 1px solid;
	border-top:#ccc 1px solid;
	line-height:28px;
	text-align:right;
	
	
}

#ftw-sidebarList{
	position:relative;
	z-index:auto;
	width:300px; /* 371-8 - 30 */
	height:150px;
	overflow:auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 0px 15px;
	/*background-color:#fff;
	border:#ccc 1px solid;*/
}

/* ########## FOOTER ########### */
#ftw-footerLeft{ /**/
	position:relative;
	z-index:auto;
	float:left;
	width:585px;
	height:105px; /*175-50*/
	margin: 0px 0px 0px 0px;
	padding: 70px 10px 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color:#666;
	text-align:right;
	border-right:#ccc 1px solid;
	/*background-color:#CCC;*/
}
#ftw-footerRight{ /**/
	position:relative;
	z-index:auto;
	width:295px;
	height:172px; /*212-50*/
	margin: 40px 0px 0px 605px;
	padding: 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#666;
}
#ftw-footerRight-logo{
	position:absolute;
	top:0px;
	left:215px;
	z-index:auto;
	margin: -47px 0px 0px 0px;
	width:104px;
	height:188px;
	background-image:url(images/ftw-ftr-logo.png);
	background-repeat:no-repeat;
}
#ftw-footerLeft a{
	
	color:#666;
	text-decoration:none;
	font-size:12px;
}
#ftw-footerLeft a.ftr-link-small{font-size:10px;}
.ftr-small{font-size:10px;}


/* ########## IMAGES ########### */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
