@charset "UTF-8";

/* 
Title:		Default layout styles
Author: 	pk@paulkent.biz
*/

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

.img-left {
	float: left;
	margin-right: 15px;
}

#wrapper {
	width: 830px;
	margin: 0 auto;
}

/*#header {
	background: #66CC99;
}*/

#logo {
	/*background: #FF9933;*/
	float: left;
}

#global-nav {
	/*background: #33CCFF;*/
	float: right;
}

#global-nav ul li {
	float: right;
}

/*.banner {
	background: #FFCC99;
}

#primary-nav {
	background: #9999CC;
}*/

#primary-nav ul li {
	float: left;
}

/*#content {
	background: #CCCCCC;
}*/

#article {
	/*background: #CCFF33;*/
	width: 505px;
	float: left;
}

#article label {
	display: block;
}

.thumbnail {
	/*background: #66CCCC;*/
	margin-left: 30px;
	width: 215px;
	float: left;
}

.thumb-first {
	margin: 0;
}

#side-content {
	/*background: #99CC33;*/
	width: 325px;
	float: right;
}

/*.side-panel {
	background: #FFFF66;
}

.side-panel-top {
	background: #CC6699;
}

.side-panel-bottom {
	background: #66CC33;
}

.side-button {
	background: #FF99FF;
}

#footer {
	background: #999999;
}*/