/*
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom .menu { font-weight: bold;}
.custom #header { padding-top: 0; }
.custom #header #logo, .custom #header #tagline { display:none; }
.custom #footer { padding-bottom: 0; }

/* Custom banner header */
.custom #header #logo a { display: block; height: 75px; width: 800px; background: url('images/gradedbackground-withlogo.png') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border-bottom:none; padding:0}
.custom #header { padding: 0; }

/* TWITTER 'Follow Me' Subscription */
.thesis_widget_subscriptions .sub_twit a { padding-left: 20px; background: url('http://www.mikewilson.cc/wp-content/themes/thesis_17/custom/images/twitter.png') 0 50% no-repeat; }

/* Custom download form */
.downloadbox {border: 3px solid #054D8C; width: 300px; margin: 1em; padding: 1em 1em 1em 1em;}
.downloadbox input {width: 200px;}

/* Hide page title */
.headline_area {
	position:absolute;
	top:-1500px;
	left:-1500px;
}