/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/*Removes underlining in links on content pages and sidebars*/
.custom a, .custom #sidebars a {
text-decoration: none;
font-style: bold;
}

/*Removes space at top of site above header*/
.custom #page {
padding-top: 0;
}

/*Changes the side of the sidebar widget title*/
.custom li.widget h3 {
font-size:1.5em; color: #000000
}

#header #tagline {
font-size: 2.4em;
}