/*
Theme Name: Vivid Impression
Theme URI: http://vivid-impression.com/
Description: Based on the default WordPress theme which was itself based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Tim Ellis
Author URI: http://www.timandjeni.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
* {
	margin: 0;
}

body {
	font-size: 9px; /* Resets 1em to 10px */
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Sans-Serif;
	background: #737380 url('images/bg-horiz.gif') repeat-y top center fixed;
	color: #FFFFFF;
	text-align: center;
	}

#everything {
}

#page {
	background: #141414;
	width: 986px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: left;
	}

#header {
	background: #141414 url('images/header.gif') no-repeat top center;
	height: 62px;
	width: 986px;
	margin: 0;
	}

#headerimg 	{
	margin: 0;
	height: 62px;
	width: 986px;
	}

#headerimg img {
	border: 0;
}

#headerimg h1, #headerimg .description {
	display: none;
}

#content {
	font-size: 1.2em;
	}

a {
	color: #FFD7BD;
	text-decoration: none;
}

a:hover {
	color: #737380;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}

p {
	margin-bottom: 10px;
}

/* Navigation Stuff */
#nav {
	margin: 0;
	padding: 0 15px;
	height: 24px;
	width: 956px;
	text-transform: lowercase;
}

#nav ul {
	float: left;
	list-style: none;
	width: 986px;
	height: 24px;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 25px 0 0;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	color: #FFFFFF;
}

#nav ul li a:hover, #nav ul li a:active {
	color: #FFFFFF;
	text-decoration: underline;
	background: none;
	border: none;
}

#nav ul li.current_page_item a {	
	text-decoration: underline;
}
/* End of Navigation Stuff */

#maincontent {
	width: 956px;
	height: 538px;
	padding: 0 15px;
	margin: 15px 0;
}

.entry {
	width: 956px;
	border-top: 1px solid #141414;
	margin: 0;
	padding: 0;
}

.frontpage {
	background: #141414 url('images/frame.gif') no-repeat top center;
}

#footer {
	background: #141414 url('images/footer.gif') no-repeat top center;
	height: 30px;
	width: 976px;
	padding: 5px 5px 0;
	text-align: right;
	margin: 0;
}

/* slideshow styles */
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {position: relative; width:686px; margin:13px 0 0 138px; display:none;}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:680px; height:510px; padding:0; border:0; background:#000;}
#information {position:absolute; bottom:0; width:680px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:680px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:516px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:516px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px; display: none; border:0;}
img.a-thumb {border: 0;}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:0; padding:2px}
/* end slideshow styles */