/*  
Theme Name: VIP
Theme URI: http://wordpress.org/
Description: Based on the default template
Author: David Bailes
Author URI: http://binarybonsai.com/

	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
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/


/* Macro Structure */

body {
	font-size: 120%;
	font-family: Verdana, Sans-Serif;
	background-color: white;
	color: black;
	text-align: left;
	line-height: 1.6;
	margin: 0;
	padding: 0; 
	}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 86%;
	max-width: 42em;
	}

#content {
	clear: both;
	border-top: 1px solid white;
	margin-left: 8%; /* 0.7/0.86 */
	}

#footer {
	margin: 3em 0 2em;
	border-top: 0.2em solid #930;
	}
#footer p {
	margin-top: 0.2em;
	}
	

/* jump to */

#jump-to {
	text-align: right;
	font-size: 0.7em;
	line-height: 1.4;
	margin: 0.2em 0 -3.0em 0;
	}

/*	Headings */

h1 {
	font-size: 3.25em;
	font-weight: normal;
	line-height: 1.1;
	margin: 0.6em 0 0 0;
	}

.description {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0.1em 0 1.5em 0;
	}

h2 {
	font-size: 1.7em;
	line-height: 1.2;
	margin: 0.9em 0 0.5em -8%; /* should be 0.7/0.79 but problem with IE */
	}

h3 {
	font-size: 1.4em;
	line-height: 1.4;
	margin: 1em 0 0.1em -8%; /* should be 0.7/0.79 but problem with IE */
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: black;
	}

/* links -------------------------------------------- */

a:link {
	color: #00c;
	padding: 0.2em;
	}

a:visited {
	color: #840084;
	padding: 0.2em;
	}
	
a:focus,
a:hover,
a:active {
	background-color: #200080;
	color: white;
	text-decoration: none;
	}

/* posts -------------------------------------------- */

.entry p {
	margin-top: 0;
	margin-bottom: 1em;
	}
	
.postdate {
	text-transform: uppercase;
	margin: 0;
	font-size: 1.1em;
	}
	
		
/* Images */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}


/* Lists */

ol, ul {
	padding: 0;
	margin: 0;
	}

li {
	margin: 0 0 0.35em 0;
	}
	
	
/* Navbar
---------------- */

#navbar {
  margin: 0;
}

#navbar ul {
list-style-type: none;
padding-left: 0;
margin: 0 0 0 0;
background-color: white;
color: White;
float: left;
width: 100%;
}

#navbar ul li {
 float: left;
 margin: 0 0.2em 0.2em 0;
 }

#navbar ul li a {
padding: 0 0.8em;
background-color: #930;
color: White;
text-decoration: none;
float: left;
border: 0.2em solid #930;
}

#navbar ul li a:focus,
#navbar ul li a:hover,
#navbar ul li a:active {
/*background-color: #007070;
color: #fff;*/
background-color: #200080;
color: white;
text-decoration: underline;
border: 0.2em solid #200080;
}


/* Search Form */

#searchform {
	margin: 0 0 0.5em 0;
	}

/*
#searchform label {
	position: absolute;
	width: 0;
	overflow: hidden;
	}
*/

#searchform #s {
	font-size: 1em;
	width: 10em;
	padding: 0.1em 0.25em;
	border: .2em solid #930;
	}

#s:focus {
	background-color: #ffff90;
	}

#searchsubmit {
	font-size: 1em;
	padding: 0.1em;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

	
/* comment form */

#commentform input {
	font-size: 1em;
	}

#commentform p {
	margin: 0.5em 0;
	}	

#author, #email, #url {
	width: 15em;
	border: 0.2em solid #930;
	padding: 0.2em;
	margin: 0;
	}

#commentform textarea {
	font-size: 1em;
	font-family: verdana, sans-serif;
	width: 100%;
	border: 0.2em solid #930;
	padding: 0.1em;
	}
	
#author:focus,
#email:focus,
#commentform textarea:focus {
	background-color: #ffff90;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}

	
/* Comments*/

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}


/* Begin Various Tags & Classes */

.hidden {
	position: absolute;
	width: 0;
	overflow: hidden;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-left: -8%;
	margin-bottom: 0;
	}

