html, body {
	margin: 0px; padding: 0px;
	font-size: 12px;
}

body {
	color: black;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

ul, ol, li {
	margin: 0px; padding: 0px;
	list-style-type: none;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
}

.col-1, .col-2, .col-3, .col-4, .col-5 {
	clear: none;
	float: left;
}

.col-1 {
	width: 192px;
}
.col-2 {
	width: 384px;
}
.col-3 {
	width: 576px;
}
.col-4 {
	width: 768px;
}
.col-5 {
	width: 960px;
}
.clear {
	clear: both;
}

#containerdiv {
	background: #fff;
	padding: 0; margin: 0 auto;
	width: 960px;
}


/* header - logo and nav */

.header {
	margin: 20px 0 0 0;
	height: 85px;
}

.header h1#logo { 
	display: block;
	width: 208px; height: 51px;
	background: url('../img/wgs-logo.png') no-repeat;
	float: left;
	text-indent: -9000px;
}

.header #main-nav {
	float: right;
	display: block;
	width: 308px; height: 43px;
	margin: 15px 0 0 0;
	overflow: hidden;
}

.header #main-nav ul { list-style-type: none; }

.header #main-nav li.nav-item {
	display: block;
	height: 43px;
	float: left; 
}
.header #main-nav li.nav-item a {
	display: block;
	height: 43px;
	background-image: url('../img/homepage-nav.png');
	cursor: pointer;
	text-indent: -9000px;
}


.header #main-nav li#about a { width: 72px; }
.header #main-nav li#about a:hover { background-position: 0 -43px; }
.header #main-nav li#portfolio a { width: 90px; background-position: -72px 0; }
.header #main-nav li#portfolio a:hover { background-position: -72px -43px; }
.header #main-nav li#blog a { width: 60px; background-position: -162px 0; }
.header #main-nav li#blog a:hover { background-position: -162px -43px; }
.header #main-nav li#contact a { width: 86px;background-position: -222px 0; }
.header #main-nav li#contact a:hover { background-position: -222px -43px; }

/* main content - carousel and detail panes */

.content {
	padding: 0;
}

#carousel-holder {
	background: url('../img/carousel-background.jpg') no-repeat;
	height: 300px;
}

/* detail panes */

.page-split {
	background: #fff;
	height: 230px;
	margin-bottom: 20px;
}

.panel-container {
	display: block;
	height: 230px;
}

.info-panel {
	display: block;
	height: 230px;
	color: #666;
}

.info-panel h3 {
	width: 526px;
	margin: 0;
	padding: 15px 25px 8px 22px;
	text-align: right;
	font-size: 24px;
	text-shadow: 1px 1px 4px #cccccc;
}

.info-panel#start h3 {
	text-align: center;
	color: #999;
	text-shadow: 0 0 0;
	font-size: 12px;
	margin-top: -40px;
}

.info-panel .panel-content {
	color: #777777;
	width: 270px; height: 126px;
	padding: 0 0 0 25px;
	font-size: 10px; font-weight: bold;
	line-height: 12px;
	position: relative;
}

.info-panel .panel-content ul {
	position: absolute;
	bottom: 0px; right: 0px;
	width: 270px;
	height: 15px;
}

.info-panel .panel-content ul li {
	float: right;
	text-align: right;
	width: 130px; height: 15px; 
	line-height: 15px;
	margin: 0 0 0 2px;
}

.info-panel .panel-content ul li a {
	color: #777;
	text-decoration: none;
	font-size: 10px; font-weight: bold;
}
.info-panel .panel-content ul li a:hover {
	color: #888;
	text-decoration: underline;
}
.info-panel .panel-content ul li a:visited { color: #666; }

.info-panel a.preview {
	margin: 10px 25px 0 0;
	width: 236px; height: 124px;
	display: block;
	float: right;
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 6px #999;
}
.info-panel a.preview span { display: none; }

.info-panel#digger-dwarves a.preview {
	background: url('../img/panels/digger-dwarves.jpg') no-repeat;
}
.info-panel#mushroomer a.preview {
	background: url('../img/panels/mushroomer.jpg') no-repeat;
}
.info-panel#jotapeh a.preview {
	background: url('../img/panels/john.jpg') no-repeat;
}
.info-panel#rpz a.preview {
	background: url('../img/panels/rpz.jpg') no-repeat;
}

.footer {
background: none;
	clear: both; float: none;
	height: 35px;
	text-align: center;
	font-size: 10px;
	color: #333;
}