/*
Theme Name: Krut-Gunz
Theme URI: http://kurt-j.com
Version: 1.0.1
Author: Kurt
*/

* 
{ 
	margin: 0; 
	padding: 0;
}

html, body
{
	height: 100%;
}

body
{
	background: #FDF7EA url(images/top_bg.gif) repeat-x scroll center top;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #853E3E;
}

#header h1, #header h2, a span, h2 span
{
	display: none;
}

#header h3
{
	font: bold 18px Georgia, serif;
	letter-spacing: 0;
	margin-bottom: 2px;
	font-style: italic;
	color: #000;
}

.project h3, h2
{
	margin-bottom: 5px;
}

.project h3 a, h2 a
{
	font: 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #1e2f00;
	font-style: normal;
	text-decoration: none;
}

.project h3 a:hover, h2 a:hover
{
	color: #853E3E;
}

h5
{
	font: bold 16px Georgia, serif;
	letter-spacing: 0;
	margin-bottom: 2px;
	font-style: italic;
}

a
{
	color: #821313;
	font-style: italic;
}

a:hover
{
	color: #000;
}

img
{
	border: none;
}

ul
{
	list-style: none;
}

/****************************
|		LAYOUT
*****************************/

#wrapper
{
	min-height: 100%;
	position: relative;
	background: transparent url(images/main_header.jpg) no-repeat scroll center top;
}

#container
{
	width: 910px;
	margin: 0 auto;
	display: table;
	padding-bottom: 269px;
}

#header, .works
{
	width: 910px;
	float: left;
}

#header
{
	border-bottom: 2px solid #871D1C;
	color: #535050;
	font: italic 11px/14px Georgia, serif;
	letter-spacing: 1px;
	height: 115px;
	padding-top: 257px;
}

#aboutme
{
	width: 386px;
}

.homeBtn
{
	display: block;
	width: 208px;
	height: 68px;
	float: right;
}

.works
{
	padding: 20px;
	background: transparent url(images/work_bg.gif) repeat-x scroll center top;
	width: 870px;
	border-bottom: 2px solid #871D1C;
}

.workWeb, .workPrint, .workMedia
{
	height: 23px;
	background: left top no-repeat;
	display: block;
	cursor: pointer;
}

.workWeb
{
	background-image: url(images/webBtn.gif);
}

.workPrint
{
	background-image: url(images/printBtn.gif);
}

.workMedia
{
	background-image: url(images/multimediaBtn.gif);
}

.topBtn
{
	background: url(images/topBtn.gif) top no-repeat;
	width: 36px;
	height: 12px;
	float: right;
	margin-top: 10px;
}

.topBtn:hover
{
	background-position: bottom;
}

.workWeb:hover, .workPrint:hover, .workMedia:hover
{
	background-position: bottom left;
}

.project
{
	margin-top: 30px;
	margin-bottom: 10px;
	float: left;
}

.description
{
	float: left;
	margin-right: 20px;
	width: 312px;
	margin-top: -5px;
}

.label
{
	color: #8f9d69;
}

.description .label
{
	width: 91px;
	color: #8f9d69;
	text-transform: uppercase;
	display: block;
	float: left;
	text-align: right;
}

.info
{
	width: 211px;
	float: left;
	margin-left: 10px;
}

.thumbnail
{
	width: 530px;
	height: 95px;
	padding: 2px;
	border: 1px solid #000;
	float: left;
}

.thumbnail a
{
	display: block;
	width: 526px;
	height: 91px;
	border: 2px solid #821313;
	overflow: hidden;
}

.thumbnail a:hover
{
	border: 2px solid #000;
}

.postMeta
{
	margin-bottom: 10px;
	font-size: 10px;
}

.portWork
{
	width: 538px;
	float: right;
}

.entry .description ul
{
	display: table;
	margin-bottom: 10px;
}

.entry p
{
	float: left;
	margin-bottom: 10px;
}

/****************************
|		FOOTER
*****************************/

#footer
{
	background: transparent url(images/footer_bg.jpg) no-repeat scroll center bottom;
	width: 100%;
	height: 92px;
	padding-top: 177px;
	position: absolute;
	bottom: 0;
	font: italic 11px/14px Georgia, serif;
	letter-spacing: 1px;
	color: #fff;
}

#footer a
{
	color: #fff;
}

#footer a:hover
{
	color: #CCC;
}

#footerContent
{
	width: 910px;
	margin: 0 auto;
}

#copyright
{
	width: 300px;
	float: right;
	text-align: right;
	margin-top: -13px;
}

