/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* Custom Twitter Feed */
.custom .twitter-item { margin-bottom: 0em; padding: .5em 0 .5em 0; border-bottom: 1px solid #000; }
	.custom .twitter-item:hover { background: #006699; }
	.custom .twitter-item a { color: #ffff00; }
	.custom .twitter-item a:hover { color: #ff00ff; }
/* End Custom Twitter */

/* Custom Background */
body.custom {
    background: #8db6b6 url('images/background2.png') 50% 0 repeat;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}

/* End Custom Background */