/* westhamwednesday css - theres nothing to see here it was cobbled together in a very short time */


/* CLEARFIX */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* end utils */

body {
	background: url('bodybg.gif') left top repeat-x #184a8c;
	color: #fff;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
	font-weight: normal;
	padding: 70px 0 0 10px;
	margin: 0;
	font-size: 0.8em;
	line-height: 20px;
}

div.wrapper {
	width: 1050px;
}

h1.logo {
	text-indent: -9999px;
	background: url('logo.gif') left top no-repeat #184a8c;
	width: 758px;
	height: 142px;
}

ul.tweets {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tweets li {
	height: 65px;
	width: 607px;
	background: url('tweetbg.gif') left top no-repeat;
	padding: 25px 120px 25px 25px;
	margin: 0 0 20px 0;
	color: #184a8c;
}

ul.tweets li a {
	color: #912542;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	height: 30px;
	text-transform: uppercase;

	letter-spacing: 2px;
	font-weight: normal;
}

h4.noborder {
	border-bottom: 0;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #ddd;
}

a:hover {
	color: #721f87;
}

small {
	font-size: 100%;
}

b {
	font-weight: normal;
}

/* elements */

div.content {
	width: 750px;
	padding-left: 10px;
	float: left;
}

div.menu {
	float: left;
	margin-left: 16px;
	width: 250px;
}

	div.menu form p {
		margin-top: 5px;
	}

	div.menu form input#contact-submit {
		margin-top: 10px;
	}
	
	input.inputbox {
		width: 245px;
		height: 20px;
		font-size: 1.3em;
	}
	
	input#submit-btn {
		/*background: url('../images/contact-submit.gif') no-repeat scroll left 2px;*/
		background: #8e2441;
		border: 0;
		color: #FFFFFF;
		font-family: verdana,sans-serif;
		font-weight:bold;
		height: 30px;
		margin: 15px 0 0;
		text-transform: uppercase;
		width: 250px;
		font-size: 1em;
		font-weight: normal;
	}
	
	div.menu ul.news li {
		margin-bottom: 10px;
	}

/* Gallery items */

div.gallery-item {
	margin: 0 0 30px 0;
	width: 600px;
}

	div.gallery-item img {
		float: left;
		margin-right: 20px;
	}

		div.gallery-item ul li a,
		span.caps {
			text-transform: uppercase;
			letter-spacing: 2px;
		}

img.profilepic {
	float: left; 
	padding: 3px; 
	border: 1px solid #184A8C; 
	margin-right: 15px;
	margin-top: 3px; 
	width: 48px;
}
/* turn off delicious powered by link */
div.fdpoweredby {
	display: none;
}

/* footer */

div.footer {
	width: 960px;
	font-size: 0.9em;
	margin: 0 0 50px 0;
	clear: both;
	height: 150px;
	padding: 0 0 30px 10px;
	border-bottom: 1px solid #fff;
}

	div.footer div.footer-col.middle {
		margin-left: 0px;
	}

		div.footer div.footer-col.middle ul#twitter_update_list li {
			margin-bottom: 5px;
		}

	div.footer div.footer-col {
		width: 305px;
		float: left;
		margin-right: 20px;
		padding: 0;
	}

	div.footer div.footer-col.last {
		margin-right: 0;

	}
	

	

	
	
	
	
	
