/* @override http://bluetub.dev/css/style.css */

/*********************************************************************
bluetub holding page css
version 0.5
author: brandon sheats, [ten]peach creative

core built with blueprint css 
blueprint files are at /css/blueprint
EDIT THE BLUEPRINT FILES AT YOUR PERIL. NO, REALLY, NOT GOOD KARMA.
*********************************************************************/

@import url('blueprint/screen.css');

ul#connectlinks {
	
}

body {
	background-color: #EFEDE5;
}

h1,h2,h3,h4,h5 {
	text-transform: lowercase;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	background-color: #ffffff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header {
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
}

#contact {
	text-align: left;
}

#connect_links {
	list-style-type: none;
}

#bloglink h3 {
	background-color: #ffffcc;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #8F5702;
}

#connectlinks li {
	font-size: 1.25em;
}

#contactleft h3 {
	margin-left: -20px;
}


li.twit_icon {
	list-style-image: url(../img/twitter_24.png);
	list-style-position: outside;
}

li.fbook_icon {
	list-style-image: url(../img/facebook_24.png);
	list-style-position: outside;
}

#contactright h4 {
	background-color: #67A521;
	padding: 5px;
	margin-top: 1.25em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#contactright h4 a {
	text-decoration: none;
	color: #ffffcc;
}