/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.custom.cat_inspirational-quotes .post {
    font-style: italic;
	font-size: 16px;
    text-align: center;
}

#footer p {
    color: #000000;
    font-size: 12px;
    font-style: italic;
}
.custom #feature_box {
font-family: Lucida;
font-size:18px;
font-style:italic;
padding-bottom: 1em;
border-bottom: .2em solid #f01010;
}

.custom .menu-item-237 > .sub-menu { width:10.4em; }
    .custom .menu-item-237 > .sub-menu a { width:8em; }

/*puts line at bottom of content box*/
.custom #content_box { border-bottom: .2em solid #f01010;}

/*.custom #footer-widget-block { text-align:left; overflow:hidden; }
.custom .footer-widgets { width:33%; float:left; }*/


/*centers main nav bar*/
.custom .menu {text-align: center;}
.custom .menu li {display: inline; float: none}
.custom .menu a {display: inline-block;}


/*adds line border to sidebar and widgets*/
.sidebar_list {border-left: .2em solid #f01010;}
.custom li.widget {text-align: center; margin-top: .5em; padding-top: .5 em; border-bottom: .2em solid #f01010; margin-bottom: .7em; padding-bottom: .9em; padding-left: .5em;}

/*adds custom menu font etc.*/
.custom .menu,
.custom .menu a,
.custom .menu li ul {
background: #f01010;
border: none;
color: #FFFFFF;
font-family: Lucida, cursive;
font-style: bold;
font-size:20px;
text-transform: none;
}
.custom .menu a:hover {
  text-decoration: underline;
}
/*adds font to headers*/
.custom h1, h3, h2 a {color: #f011010; font-family: Lucida, cursive;}
.custom .sidebar h3 {color: #f011010; font-family: Lucida; font-size:16px;}
.custom .sidebar a, h2, a:hover {color: #000000;}
.custom h2 {font-size: 28px}
