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

.clearfix {display: inline-table;}

/* end utils */

div.wrapper {
	width: 1000px;
}

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

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	height: 30px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
	margin-top: 40px;
	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 */

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

.menu {
	float: left;
	margin-left: 16px;
	width: 340px;
}
	
	.menu img.avatar {
		float: left;
		border: 6px solid #ddd;
		margin: 4px 10px 0 0;
	}

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

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

/* Gallery items */

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

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

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

/* turn off delicious powered by link */
div.fdpoweredby {
	display: none;
}

/* footer */

.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;
}

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

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

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

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

	}
	
	.footer div.footer-col span.title {
		display: block;
		font-size: 100%;
		height: 30px;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
		margin-top: 40px;
		letter-spacing: 2px;
		font-weight: normal;
	}
	

	
	
	
	
	
