/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

.menu a {
text-transform: lowercase;
font-size: 2em;
letter-spacing: 5px;
}
.custom h3 {font-variant: normal}
.custom h3 {letter-spacing: 5px}

li.widget {
font-size: 1.5em;
line-height: 1.333em;
margin-bottom: 1em;
}
.custom #social-icons a {float:auto;}
.custom .widget h3 {
 border: 1px solid #B4CDCD;
 background: #B4CDCD;
 padding-left: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
 margin-bottom: 1em;
}
.custom .widget h3 {
    text-align: center;
}