/*
Theme Name: HOVEN Vision
Theme URI: http://www.hovenvision.com
Description: This is the HOVEN theme developed by Jonathan Minori - Minoflow.com.
Version: 1.0
Author: Jonathan Minori
Author URI: http://www.minoflow.com/
Tags: minimal, thin, light, hoven
*/

body,
	html {
	margin: 10px 0 0;
	padding: 0;
	background: #ffffff;
	color: #212121;
	font: 12px/14px "Helvetica", Arial, Helvetica, Geneva, sans-serif;
}

body {
	min-width: 850px;
}

#main a, #footer a {
	text-decoration: underline;
	color: #212121;
}

#main a:hover, #footer a:hover {
	text-decoration: none;
	color: #000000;
}

#main a.titlelink {
	text-decoration: none;
	color: #212121;
}

#main a.titlelink:hover {
	text-decoration: underline;
	text-direction: underline;
}

#sidebar a {
	text-decoration: none;
	color: #212121;
}

#sidebar a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#wrap {
	margin: 0 auto;
	width: 850px;
}

#header {
	margin-bottom: 10px;
	border-bottom: 2px solid #000000;
	padding-bottom: 15px;
}

#header h1 {
	display: block;
	width: 84px;
	height: 85px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: 4000px;
	background: url(images/hovenlogo.gif) no-repeat;
}

#main {
	float: right;
	width: 620px;
	margin-bottom: 60px;
}

#main h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	text-transform: uppercase;
}

#main h3 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
}

#main p {
	line-height: 18px;
}

#sidebar {
	float: left;
	width: 190px;
	font-size: 10px;
	margin-bottom: 60px;
	padding-top: 27px;
}

#sidebar h3 {
	border-bottom: 2px solid #000000;
	display: block;
	width: 190px;
	height: 25px;
	overflow: hidden;
	text-indent: 1000px;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	padding: 0;
	margin: 15px 0 10px;
}

#sidebar ul ul {
	padding: 0;
	margin: 6px 15px;
}

#sidebar li {
	list-style-type: none;
	text-transform: uppercase;
}

#sidebar li a {
	padding-left: 15px;
	display: block;
	width: 175px;
	height: 16px;
	background: url(images/sidebar_arrow.gif) no-repeat 172px;
	color: #212121;
}

#sidebar ul ul li a {
	display: block;
	width: 150px;
	height: 16px;
	background: url(images/sidebar_arrow.gif) no-repeat 142px;
	color: #212121;
}

#sidebar li a:hover {
	color: #000000;
	background: url(images/sidebar_arrow_rollover.gif) no-repeat 174px;
}

#sidebar ul ul li a:hover {
	color: #000000;
	background: url(images/sidebar_arrow_rollover.gif) no-repeat 144px;
}

#sidebar li a.drilldown {
	background: url(images/sidebar_plus.gif) no-repeat 171px;
}

#sidebar li a:hover.drilldown {
	background: url(images/sidebar_plus_rollover.gif) no-repeat 171px;
}

#sidebar li a.selected {
	background: url(images/sidebar_minus.gif) no-repeat 171px;
	font-weight: bold;
}

#sidebar li a:hover.selected {
	background: url(images/sidebar_minus_rollover.gif) no-repeat 171px;
}

.newcat {
	margin-top: 5px;
}

#collection {
	background: url(images/title_collection.gif) no-repeat;
}

#profiles {
	background: url(images/title_profiles.gif) no-repeat;
}

#gallery {
	background: url(images/title_gallery.gif) no-repeat;
}

#us {
	background: url(images/title_us.gif) no-repeat;
}

#dealers {
	background: url(images/title_dealers.gif) no-repeat;
}

#multimedia, .flashmovie {
	width: 775px;
	height: 400px;
	background: url(images/nomultimedia.gif) no-repeat;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #000000 solid 2px;
}

#flashmovie p {
	color: #ce0023;
	text-align: center;
	padding-top: 180px;
}

.post {
	margin-bottom: 30px;
}

.postmetadata1 {
	border-bottom: #000000 solid 1px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #666666;
}

.postmetadata2 {
	border-bottom: #000000 solid 2px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #666666;
}

#comments {
	margin-top: 40px;
}

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ol.commentlist li {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 15px;
	border-bottom: #000000 solid 1px;
}

.commentmetadata {
	font-size: 11px;
	color: #666666;
}

#respond {
	margin-top: 40px;
}

#commentform textarea {
	width: 620px;
}

.pagination {
	margin-top: 35px;
	font-size: 11px;
}

div.older a {
	padding: 7px 8px 5px 18px;
	background: #eee url(images/pagination_arrowleft.gif) no-repeat left center;
}

div.older a:hover {
	background: #d4d4d4 url(images/pagination_arrowleft.gif) no-repeat left center;
}

div.newer a {
	padding: 7px 18px 5px 8px;
	background: #eee url(images/pagination_arrowright.gif) no-repeat right center;
}

div.newer a:hover {
	background: #d4d4d4 url(images/pagination_arrowright.gif) no-repeat right center;
}

#footer {
	clear: both;
	border-top: 2px solid #000000;
	margin-bottom: 30px;
	padding-top: 10px;
}