/**  
Theme Name: Ford Mance
Author URI: http://www.websitesare.us
Version: 1.0
Author: Websites Are Us
Description: Ford Mance Theme
*/

/*colors:
dark grey text: 60615A
sidebar beige background: E9EBDB
*/

body{
	font:normal 14px 'Tahoma', 'Trebuchet MS', 'Arial';
	background:#ECECE8 /*url('./images/ECECE8.gif')*/;
	margin:0;
	padding:0;
	color:#60615A;
}

#body-in{
	/*background:transparent url('./images/background.gif') repeat-x;*/
}

#wrapper{
	width:1002px;
	margin:0 auto;
}

a {
	text-decoration: none;
	outline:none;
	color:#999999;

	}
	
a:hover{
	text-decoration: none;
	color:#999999;
	}


h1{
	font-size: 24px;
	font-weight: normal;
	line-height: 150%;
	color:#333333;
	margin: 0;
}

h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 150%;
	margin: 0;
}

img {
	border:none;
}

	
img.myimg {
	float:left;
	border:1px solid #CCCCCC;
	padding: 5px;
	background-color:#fff;
	margin-right:6px;
	margin-top:6px;
}

.alignleft {
	float:left;}
	
.alignright {
	float:right;}
.sidebar-alignright {
	float:right;
	text-align:right;
	padding-right:10px;
}

/* Begin Various Tags & Classes */


blockquote{
	margin: 0px 0px 0px 5px;
	padding: 8px 25px 5px 40px;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	}

blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}


.center { text-align: center; }

.hidden { display: none; }



a img { border: none; }

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.clear{
	clear: both;
}

/* icon system */
.icon{
	background-image:url('images/all-icons.png');
	background-repeat:no-repeat;
	display:block;
	padding-left:22px;
	height:22px;
}
#bookmark, #search, #pref-nav{
	float:left;
}

#bookmark{ width:150px; }
#search{
	width:45px;
	background-position: 0 -20px;
}

.rss {
	background-position: 0 -44px;
	padding-left:26px;
	width:100px;
	float:left;
	line-height:22px;
}

/* header */
#header{
display:none}

#header-in{
	background:transparent url('./images/header-bg.jpg') no-repeat;
	width:980px;
	height:175px;
	margin:0 auto;
	border-bottom:1px solid #FFFFFF;
}

#header-tool{
	background:#F0F0DE url('./images/F0F0DE.gif');
	height:31px;
	margin-bottom:10px;
	padding:10px 10px 0;
	font-family: Tahoma, Arial, Georgia;
	font-size:11px;
	line-height:22px;
	color:#95A51F;
	border-bottom:1px solid #DFDFC8;
}

#header-tool a{ color:#95A51F; }

#header-tool a:hover{ color:#E19E1E; }

#header-content{
	border-top:1px solid #F9F9F0;
	padding:10px 10px;
	color:#95A51F;
	height:64px;
	position:relative;
}
#header-content h1{ font-family:'Trebuchet MS',Arial,Georgia; }
#header-content h2{ font-family:Arial,'Trebuchet MS',Georgia; font-size:13px; }


/* Search form */
.simple-form {
	margin:0;
	padding:0;
	background:transparent url('images/form.png') no-repeat;
	float:left;
	width:221px;
	height:23px;
	position:relative;
}

.input-text,.input-submit {
	border: medium none;
	background:transparent;
	position:relative;
}

.input-text { left:8px; top:2px; width:140px; }
.input-submit {
	width:21px;
	left:17px;
	top:1px;
	cursor:pointer;
}



/* container */
#container{
	background:transparent url('./images/warper-bg.gif') repeat-y;
}

#container-in{
	width:980px;
	margin:0 auto;
	padding:0;

}



/* mainside */
#mainside {
	float:left;
	/*background:transparent url('./images/contain-top-bg.png') no-repeat top right;*/
	width:690px;
	margin:0;
	min-height:500px;
	position:relative;
	z-index:0;;

}

#content { border-bottom:0px solid #E4E4CF;position:relative;
	z-index:0;}

#content-in {
	margin:10px 0 10px 0;
	position:relative;
	z-index:0;
}

h2.pagetitle { font-size:35px; color:#97362e; }

h2.title {
	font-family:'Trebuchet MS',Arial, Tahoma;
	font-size:24px;
	line-height:27px;
	margin-bottom:5px;
	color:#97362e;
}

.meta {
	font:normal 11px Verdana,Tahoma,Arial;
	color:#5D5D5D;
	padding-top:7px;
	border-top:1px solid #E9E9D4;
	border-bottom:1px solid #E9E9D4;
}
.meta p {
	margin:0 0 5px;
}
.meta span, .mini-post span{
	background-image:url('./images/all-icons.png');
	background-repeat:no-repeat;
	padding:3px 0 0 22px;
	margin-right:10px;
	height:22px;
}
.author { background-position: 0 -90px; }
.commented { background-position: 0 -110px; }
.datepost { background-position: 0 -132px; }
.tagpost { background-position: 0 -153px; }
.edit { background-position: 0 -176px; }

.entry {
	color:#60615A;
	line-height:1.5em;
	padding:20px 0px 10px 10px;
	position:relative;
	z-index:0;
}



#respond { color:#60615A; }

#respond p{
	margin-bottom:7px;
}

#respond input#submit {
	background-color:#E6E6C5;
	border:1px solid #CCC;
	color:#E19E1E;
	height:34px;
	padding:0;
	width:72px;
}


/* sidebar */


#sidebar {
	float:left;
	width:270px;
	padding-top:35px;
	margin:0;
	color:#60615A;
	font-size:11px;
	background:transparent url(images/fomaco-sidebar.jpg) no-repeat left top;
	min-height:500px;

}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 2px 4px 0px 8px;
	}
.textwidget {
		padding: 10px 0 30px 4px;
}
	
#sidebar ul li ul li a{
	margin: 2px 4px 0px 8px;
	}
	
#sidebar ul h2, .textwidget h2{
	font:normal 18px 'Trebuchet MS';
	color:#333333; 
	margin:6px 4px 0px 4px;
	padding-bottom:20px;
	/*border-bottom:2px solid #60615A;*/
	background:url(images/swoosh.gif) no-repeat bottom left;

}

#sidebar ul p, #sidebar ul select {
	margin: 2px 4px 0px 4px;
	color:#60615A;
	padding: 0 0 30px 0;
}
#contact-bg {
	float:right;
	/*background:url(images/contact-bg.gif) no-repeat;*/
	padding:5px;

}

	
#sidebar ul, #sidebar ul ol {
	margin: 2px 4px 0px 10px;
	padding: 0;
}

#sidebar ul ul { margin:0;
		}

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

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

#sidebar ul ul li, #sidebar ul ol li {
	list-style-type:square;
	margin: 0 0 0 15px;
	padding:4px 4px 2px 4px;
	border-bottom:0px solid #2f4a40;
	line-height:24px;
	color:#2f4a40;
}

#reference {
background:#F4F4DC;
border:solid;
border:#FFFFFF;
padding:5px;
margin-bottom:10px;
}

#sidebar ul ul li:hover, #sidebar ul ul li.hover {
}

#sidebar li a {
	color:#2f4a40;
}

#sidebar li a:hover {
	color:#4ca78b;
}

#sidebar .widget {
	margin:0 7px;
}

#sidebar object {
	margin:7px 0;
	display:block;
}

/* footer */
#footer{
	font:normal 10px 'Trebuchet MS';
	line-height:14px;
	padding:15px;
	margin-left: 10px;
}

/*custom ***********************************************************/

/* Menu Styles */


.bnavwrap {
width:980px;
min-height:40px;
float: left;
padding-left:12px;
}

.bnavileft {
float:left;
width:6px;
overflow:hidden;
height:40px;
background:url(images/menu/bnav-l.png) no-repeat;
}

.bnavinner {
float:left;
background:url(images/menu/bnavbg.png) repeat-x;
width:956px;
min-height:40px;
padding-left:10px;
}

.bnavend {
float:left;
height:40px;
width:6px;
background:url(images/menu/bnav-r.png) no-repeat;
}

.bnavinner ul {
margin: 0px; 
padding: 0px;
float:left;
}

.bnavinner ul li {
display:inline;
padding: 0px;
background:url(images/menu/knot.png) no-repeat right;
float: left;
display: block;
height:40px;
}

.bnavinner ul li a {
font-size: 12px;
color:#fafafa;
padding: 12px 15px 15px 15px;
margin: 0px;
display: block;
}

.bnavinner ul li a:hover {
background:url(images/menu/cat-hover.gif);
background-repeat: repeat-x;
}
.nav ul {position:absolute;top:-999em; background-position: bottom; background-repeat: no-repeat; background-image: url(images/menu/pages-bottom.png); padding-bottom: 20px;}

.nav li {float:left; position:relative; z-index:100; display: block;}

.nav a {display:block; float: left;}

.nav ul li{width: 100%;}

.nav li:hover ul,ul.nav li.sfHover ul {left:0px;top:39px;}

.nav li:hover li ul,.nav li.sfHover li ul {top:-999em;}

.nav li li:hover ul,ul.nav li li.sfHover ul {left:240px;top:0px;}

.nav li:hover ul,.nav li li:hover ul {top: -999em;}

/*** Skinning - Superfish menu (Some final font colors and backgrounds) ***/

.nav li li {
display: block;
padding: 0px;
background-color: #e9e9ce;
float: left;
height: auto !important;
width: 300px;
}

.nav li ul {
width: 300px;
}

#menu ul li ul {
width: 300px;
}

.nav li li a:link, .nav li li a:visited {
width: 240px;
display: block;
padding: 10px 30px 10px 30px;
height: auto;
float: left;
}

.nav li li a:hover {
background-color: #DDDDB9;
background-image: url(images/menu/pages-hover-arrow.gif);
background-repeat: no-repeat;
background-position: 14px 14px;
width: 240px;
display: block;
padding: 10px 30px 10px 30px;
height: auto;
float: left;
}

#nav2 ul {
background-image: url(images/menu/categories-bottom.png); 
padding-bottom: 18px;
}

#nav2 li:hover ul,ul#nav2 li.sfHover ul {
top:39px;
}

#nav2 li {
z-index:99;
}

#nav2 li li {
background-color: #3F4045;
background-image: none;
margin: 0px;
z-index:100;
}

#nav2 li li a:hover {
background-color: #34353B;
border: none;
background-image: url(images/menu/pages-hover-arrow2.gif);
}

#nav2 li li:hover ul,ul#nav2 li li.sfHover ul {top:0px;}
/* 
