.pagenav h2,
.description { display:none }

* { margin:0; padding:0; }


html, body {
	position:relaitve;
	width:100%;
	height:100%;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/bg.jpg');
	text-align: center;
	padding:50px 0;
	}

#page {
	position:relative;
	min-height:100%;
	width:920px;
	background:url('images/contentbg.jpg') repeat-y 23px 0;
	margin:0 auto;
	
}

#header {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	padding:20px 0 0 0;
}

#header h1 {
	position:relative;
	top:0;
	left:0;
	width:660px;
	height:100px;
	margin:0 0 0 80px;
}

#header h1 a {
	position:relative;
	top:0;
	left:0;
	width:660px;
	height:100px;
	background:url('images/headlogo.gif') no-repeat 0 0;
	overflow:hidden;
	text-indent:-9000px;
	display:block;
}

#mainpic {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:180px;
	background:url('images/mainpic.jpg') no-repeat 0 0;
}

ul { list-style-type:none; }

.pagenav {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:110px;
	margin:0 0 0 32px;
	background:url('images/navvibes.gif') no-repeat bottom left;
}

.pagenav li {
	position:relative;
	top:0;
	left:0;
	float:left;
	height:90px;
	display:block;
}

.page-item-2 { width:165px; margin:0 0 0 10px; }
.page-item-5 { width:170px; }
.page-item-7 { width:170px; }
.page-item-9 { width:170px; }
.page-item-11 { width:145px; }

.pagenav li a {
	position:relative;
	top:0;
	left:0;
	height:90px;
	display:block;
	background-image:url('images/nav.gif');
	background-repeat:no-repeat;
	text-indent:-9000px;
	overflow:hidden;
}

.page-item-2 a { background-position: -10px 0; }
.page-item-5 a { background-position:-175px 0; }
.page-item-7 a { background-position:-345px 0; }
.page-item-9 a { background-position:-515px 0; }
.page-item-11 a { background-position:-685px 0; }

.page-item-2 a:hover { background-position: -10px -90px; }
.page-item-5 a:hover { background-position:-175px -90px; }
.page-item-7 a:hover { background-position:-345px -90px; }
.page-item-9 a:hover { background-position:-515px -90px; }
.page-item-11 a:hover { background-position:-685px -90px; }

.page-item-2.current_page_item a { background-position: -10px -180px; }
.page-item-5.current_page_item a { background-position:-175px -180px; }
.page-item-7.current_page_item a { background-position:-345px -180px; }
.page-item-9.current_page_item a { background-position:-515px -180px; }
.page-item-11.current_page_item a { background-position:-685px -180px; }

#content {
	position:relative;
	margin:20px 0 0 90px;
	text-align:left;
	font-size:1.2em;
	line-height:2em;
	color:#666;
	float:left;
}

.narrowcolumn { width: 520px; }
.widecolumn { width: 720px; }

.narrowcolumn a {
	color:#666;
	font-weight: bold;
	text-decoration: none;
}

.narrowcolumn a:hover { color:#c60; }

#sidebar {
	position:relative;
	top:0;
	left:0;
	width:210px;
	height:auto;
	float:left;
	margin:20px 0 0 60px;
	border-left:1px dotted #ccc;
}

.wkn_brands {
	position:relative;
	top:0;
	left:0;
	width:140px;
	height:50px;
	margin:1em auto;
}

#sidebar h2 { display:none; }

#footer {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:40px;
	background:url('images/navvibes.gif') no-repeat center left;
	clear:left;
	margin:0 0 0 32px;
}

#endswoosh {
	position: relative;
	width:920px;
	height: 400px;
	margin:0 auto;
	background:url('images/endswoosh.gif') no-repeat 9px 0;
}

#powered {
	position:relative;
	bottom:0;
	top:0;
	width: 850px;
	text-align:right;
	line-height: 1.6em;
}

#powered,
#powered a {
	color:#ccc; font-weight:normal;
}

#endswoosh a.impressum { position:relative; font-size:1.2em; font-weight:bold; color:#999; text-decoration: none; line-height: 2em; }
#endswoosh a.impressum:hover { color:#c60; }

#content p { margin:1em 0; }

#content h2 {
	margin:2em 0;
}

#content h4 {
	font-size:1.2em;
	font-weight: bold;
	color:#654;
	margin:2em 0 0 0;
	border-top:1px dotted #ccc;
	padding:1em 0 0 0;
}


/* --------------------------------BLOGSTYLES --------------------------------- */

.widecolumn .navigation {
	position: relative;
	background: #ff0 !important;
	text-align: right;
	clear:right;
}

.widecolumn .navigation .next,
.widecolumn .navigation .prev {
	position: relative;
	float: right;
}

.widecolumn .navigation .next {
	padding:0 10px 0 15px;
	margin:0 10px 0 0;
	background: url('images/nav_next.gif') no-repeat center left;
	border-right: 1px dotted #ccc;
}
.widecolumn .navigation .prev {
	padding:0 15px 0 0;
	background: url('images/nav_prev.gif') no-repeat center right;
}

.widecolumn .navigation a { color:#999; text-decoration: none; }
.widecolumn .navigation a:hover { color: #c60; }

.post {
	position:relative;
	margin:2em 0 0 0;
	padding:0 0 1em 0;
	clear:left;
	border-bottom: 1px dotted #ccc;
}

.post h2 { margin:0!important; font-size:1.5em; color:#654; }

.post h2 a { color:#654; text-decoration:none; }

.post h2 a:hover { color:#c60; text-decoration:none; }

.post img { border:1px solid #666;  }

.post img.alignleft { float:left; margin:0.5em 0.5em 0 0; }

.post a.more-link {
	position:absolute;
	bottom:0;
	right:0;
	width:150px;
	height:25px;
	display:block;
	background:url('images/morelink.gif') no-repeat top left;
	overflow:hidden;
	text-indent:-9999px;
}

p.postmetadata { display:none; }

.gallery {
	position: relative;
	padding:30px;
	border:1px dotted #ccc;
	margin:40px 0 0 0;
}

.gallery-head {
	position: absolute;
	top:-23px;
	right:20px;
	width:100px;
	height:40px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	background: url('images/galleryhead.gif') no-repeat 0 0;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width:25%;
}

.gallery a img { border: 3px solid #ccc; }

.gallery a:hover img { border: 3px solid #c60; }

.gallery-caption { margin-left: 0; }

#comments,
#respond  { margin:30px 0 0 0; color:#654; font-size:1.4em; }

.commentlist {
	position: relative;
	list-style-type: none;
}

.commentlist li {
	position: relative;
	padding:10px 10px 10px 80px;
	margin:30px 0;
	font-size:0.83em;
	line-height: 1.5em;
	color:#654;
	background: #f9f4e8;
}

.commentlist li.alt {
	padding:10px 80px 10px 10px;
}

.commentlist li .cumstomavatar {
	position: absolute;
	bottom:0;
	left:0;
	width: 60px;
	height: 100%;
	background: #fff url('images/customavatar_left.gif') no-repeat left bottom;
}

.commentlist li.alt .cumstomavatar {
	left:auto !important;
	right:0 !important;
	background: #fff url('images/customavatar_right.gif') no-repeat left bottom;
}

.commentlist li cite {
	font-size:1.2em;
	color:#654;
	font-style: normal;
	font-weight: bold;
}
.commentlist li cite a { text-decoration: none; color:#654; }

.commentlist li .commentmetadata {
	position: absolute;
	top:10px;
	right:10px;
	color: #999;
	font-size:0.83em;
}
.commentlist li .commentmetadata a { color: #999; text-decoration: none; }

.commentlist li.alt .commentmetadata { right:70px; }


#commentform { position: relative; border:1px dotted #999; padding:20px; }

#commentform  { color: #999; font-size: 0.83em; }
#commentform a { color:#777; text-decoration: none; font-weight: bold; }

#commentform #author,
#commentform #email,
#commentform #url,
#commentform #comment {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1em;
	background: #f9f4e8;
	border:1px solid #987;
	padding:5px;
	color: #654;
	width:300px;
}

#commentform #comment { height:50px; }

#ref_view {
	position: relative;
	height: 30px;
	text-align: right;
}

#ref_view.top { border-bottom: 1px dotted #ccc;	padding:0 35px 0 0; }
#ref_view.bottom { border-top: 1px dotted #ccc; margin:20px 0; padding:4px 35px 0 0; }

#ref_view label { color:#666; font-size: 1em; }

#ref_view #cat {
	border:1px solid #ccc;
	padding:2px;
	font-size: 1em;
	line-height: 1.2em;
	color:#333;
	background: #fff;
	width:120px;
}

#ref_view #submit {
	position: absolute;
	right:0;
	width: 30px;
	height: 30px;
	background: transparent url('images/refinebtn.gif') no-repeat 0 0;
	padding-top:100px;
	text-indent: -9000px;
	border: none;
	overflow: hidden;
	display: block;
}
#ref_view.top #submit { top:0; }
#ref_view.bottom #submit { top:4px; }

#ref_view #submit:hover {
	cursor: pointer;
	background: transparent url('images/refinebtn_over.gif') no-repeat 0 0;
}

#wpstats {
	position: absolute;
	
}