/*   
Theme Name: JDF Families Helping Families
Theme URI: http://binarym.com/
Description: Custom theme for JDF Families Helping Families.
Author: Matt McInvale
Author URI: http://binarym.com/
Version: 1.0
General comments/License Statement if any.
*/

/* ----- CSS ----- */

*{
  margin:0;
  padding:0;
}	
html{
}	
body{
  font-family:arial, sans-serif;
  font-size:small;
  color:#000;
}

/* ----- IDS ----- */

#container{
  border:5px solid #ebebc2;
  width:800px;
  margin:20px auto;
}
#wrapper {
  border:1px solid #fff;
  background:#ebebc2;
}
#header {
  background:#dbd9a9;
  border-bottom:20px solid #fff;
  padding-bottom:10px;
}
#header h1 a {
  border:0;
  display:block;
  background:transparent url("images/logo.gif") bottom right no-repeat;
  text-indent:-1000em;
  width:200px;
  height:110px;
  float:left;
}
#header h4 {
  height:110px;
  background:transparent url("images/slogan.gif") bottom right no-repeat;
  text-indent:-1000em;
}
#primaryContent{
  margin-left:180px;
}

/*  \*/
#hasLayout {
  height: 1%;
}
/*  */

#navigation{
  float:left;
  width:180px;
}

/* ----- CLASSES ----- */

.hide{
}
.show{
}

/* ----- HEADINGS ----- */

h1{
}
h2{
  color:#494440;
  font-size:150%;
  font-family:georgia;
  padding:20px 0 10px 20px;
}
h3{
  color:#494440;
  font-size:120%;
  font-family:georgia;
  padding:20px 0 10px 20px;
}
h3 strong {
  border-bottom:1px solid #000;
  margin-right:5px;
}
h4{
  padding:0 0 0 20px;
}
h5{
  color:#666;
  padding:0 0 10px 20px;
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
  padding:0 10px 10px 20px;
  line-height:110%;
}
#secondaryContent p{
}

/* ----- QUOTES ----- */

blockquote{
  text-align:justify;
  margin:5px 40px;
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

#primaryContent ul {
  margin:10px 0 10px 40px;
}

#navigation ul{
  list-style:none;
}
#navigation ul li a{
  border:0;
  display:block;
  font-size:90%;
  text-transform:uppercase;
  font-weight:bold;
  color:#333;
  text-decoration:none;
  padding:4px 0 4px 10px;
}
#navigation ul li a:hover {
  color:#600;
}
#navigation ul li ul {
  display:none;
}


#navigation ul li.register {
  text-align:center;
  margin:20px 0 5px;
  font-size:120%;
    background:transparent url(images/heart.png) center center no-repeat;
}
#navigation ul li.register strong {
  font-size:150%;
}

#navigation ul li.current_page_item ul, #navigation ul li.current_page_ancestor ul {
  background:transparent url("images/sub_nav.gif") top left no-repeat;
  display:block;
  margin:0 0 5px 8px;
  font-size:90%;
}
#navigation ul li.current_page_item ul li ul, #navigation ul li.current_page_ancestor ul li ul {
  display:none;
}
#navigation ul li.current_page_ancestor ul li.current_page_item ul, #navigation ul li.current_page_ancestor ul li.current_page_ancestor ul {
  background:transparent url("images/sub_nav.gif") top left no-repeat;
  display:block;
  margin:0 0 5px 20px;
}

#navigation ul li ul li ul li ul li {
  display:none;
}

#navigation ul li ul li ul li.current_page_item ul li, #navigation ul li ul li ul li.current_page_ancestor ul li {
  background:transparent url("images/sub_nav.gif") top left no-repeat;
  display:block;
}

#navigation ul li.page-item-110 a {
  margin-left:10px;
  padding-left:20px;
  background:transparent url("/wp-content/themes/jdf-fhf/images/mail.gif") left center no-repeat;
}

#navigation ul li.page-item-141, #navigation li.page-item-160 {
	display:none !important;
}



#navigation ul li.banner {
  margin:20px 5px;
}
#navigation ul li.banner a {
  font-size:80%;
  text-align:center;
  background:#f6f6d6;
}
#navigation ul li.banner a:hover {
  background:#e0e0b1;
}

a#new-client {
  position:absolute;
  border:0;
  bottom:-25px;
}
/* ----- IMAGES ----- */

img{
}
a img {
  border:0;
}
img a:hover{
}

/* ----- BREAK ----- */

.clearfix {
  clear:both;
}



/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
  color:#696937;
}
a:hover{
  text-decoration:none;
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}
/* ------ WORDPRESS STUFF ----- */


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
	}

