/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Michael Heilemann
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.
*/
/* This stylesheet and its contents are the  work of 
Stuart Frisby for exclusive use at  */

/* This stylesheet and its contents are the  work of 
Stuart Frisby for exclusive use at  */


/*<group=Global rules>*/

* {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

body {
	background: #fff url(/img/bg.png) repeat-x top center;
	font-family: helvetica, "gill sans", Arial, Verdana;
	color: #6D6D6D;
	font-size: 9pt;
	text-shadow: #fff 0px 0px 0px;
    height:100.1%
}

a:link, a:visited {
	text-decoration: underline;
	color: #8EBB76;
  
}

a:hover {
	color: #373835;
}
	
/*</group>*/

/*<group=Titles>*/

h4 a:link,
h4 a:visited {
	color: #2C2C29;
	text-decoration: none;
}

h1 {
	text-indent: -2000em;
	background: transparent url(/img/header.png) no-repeat top center;
	height: 85px;
	margin-bottom: 2px;
}

h2 {
	text-indent: -2000em;
	background: transparent url(/img/h2.png) no-repeat top center;
	height: 190px;
}

h3 {
	font-family: helvetica;
	color: #8EBB76;
	text-decoration: none;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 14pt;
	text-shadow: #ffffff 1px 0px 0px;
}
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active
h4 a:link,
h4 a:visited,
h4 a:hover,
h4 a:active,
h5 a:link,
h5 a:visited,
h5 a:hover,
h5 a:link {
	text-decoration: none;
    font-weight: 100;
}
h4 {
	font-family: helvetica;
	color: #A1A1A1;
	text-decoration: none;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 9pt;
	text-shadow: #fff 0px 0px 0px;
}
h5 {
	font-family: helvetica;
	color: #343532;
	text-decoration: none;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 11pt;
	text-shadow: #fff 0px 0px 0px;
	margin-bottom: 10px;
}	
/*</group>*/

/*<group=Navigation>*/

.nav {
	background: transparent;
	font-family: "Gill Sans", Helvetica, Arial, Verdana;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight: 100;
	text-shadow: #ffffff 1px 0px 0px;
	font-size: 14pt;
	margin: 10px 0px 0px;
	padding: 10px;
	text-align:center;
	height: 20px;
	white-space:nowrap;
	border-bottom: 1px solid #2C2C29;
}

.nav li {
	margin: 4px 9px 0 9px;
	padding-bottom: 20px;
	display: inline;
	list-style-type: none;
    background: transparent;
}

.active {
	background: transparent;
}

.nav a:link, .nav a:visited {
	text-decoration: none;
	color: #5F6D4F;
    background: transparent;
}

.nav a:hover {
	color: #373835;
    background: transparent url(/img/nav-bullet.png) no-repeat center 18px;
}

.nav a:link.active, .nav a:visited.active {
	color: #8EBB76;
    background: transparent;
}
	
/*</group>*/

/*<group=contact form>*/

.close {
	
}

#contactformArea {
	width: 900px;
	margin: 0px auto;
	padding: 1px 25px;
	height: 140px;
	padding: 10px 20px;
	background: transparent url(/img/contact-bg.png) no-repeat top  center;
	z-index: 20;
}

#contactformArea p {
	position: relative;
	top: -20px;
}
#contactformArea #posName, #contactformArea #posEmail, #contactformArea #posRegard {
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 130%;
	color: #444;
}


#contactformArea label {
	color: #4A6B39;
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
}

#contactformArea .text {
	border: 1px solid #ccc;
}

#contactformArea textarea {
	width: 580px;
	height: 80px;
	font-family: inherit;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
}

#contactformArea .button  {
	margin: 10px 10px 0px 0px;
	background-color: #E6F9CE;
	bordeR: 1px solid #CACACA;
}

.contactleft {
	float: left;
	width: 30%;
	padding: 10px;
}

.contactright {
	float: right;
	width: 65%;
	padding: 10px;
}
	
/*</group>*/

/*<group=divs>*/

/*<group=network>*/

#network {
	text-align: center;
	margin: 0px;
	padding: 0px 5px;
	line-height: 20px;
	background: #E6F9CE;
	border-bottom: 1px solid #C2C2C2;
}

#network li {
	margin: 10px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	line-height: 30px;
}

#network a:link,
#network a:visited,
#flickr a:link, 
#flickr a:visited {
	font-weight: bold;
}

#network a:hover {
	color: #4A6B39;
}
	
/*</group>*/

/*<group=flickr>*/

#flickr .close {
	position: relative;
	top: -78px;
}

#flickr img {
	border: 0px;
	padding: 5px;
	margin: 3px;
	border: 1px solid #ccc;
	background-color:#fff;
}
#flickr img:hover {
	border: 1px solid #777;
}

#flickr {
	text-align: center;
	margin: 0px;
	padding: 5px;
	background: #E6F9CE;
	border-bottom: 1px solid #C2C2C2;
}
	
/*</group>*/

#meta {
	float: right;
	width: 32%;
	border-left: 1px solid #C8C8C8;
	padding-left: 15px;
	margin: 20px 0px 30px 0px;
}
#meta li {
list-style: none;
padding: 5px;
margin-left: 5px;
}
#meta .close {
float: right;
font-weighT: bold;
}
#d5 a:link,
#d5 a:visited,
#d5 a:hover,
#d5 a:active {
font-weight: bold;
text-decoration: none;
}
#d5 {
padding-bottom: 20px;
margin-bottom: 10px;
border-bottom: 1px solid #c7c7c7;
}
#d5 h3 {
font-weight: 700;
text-align: center;
text-decoration: none;
padding: 15px;
}

/*<group=content>*/

#content {
	width: 900px;
	margin: 0px auto;
	padding: 1px 25px;
	background: transparent url(/img/content-bg.png) no-repeat top center;
	min-height: 600px;
}

#content p {
	margin: 10px 0px 20px;
	line-height: 18px;
}
#content p a:link, #content p a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #8EBB76;
}

#content p a:hover {
	color: #000;
}

#cont {
	width: 62%;
	float: left;
	margin: 20px 15px 30px 5px;
}
	
/*</group>*/
	
/*</group>*/

/*<group=meta>*/

#meta p {
	text-align: justify;
}

.offmeta a:link,
.offmeta  a:visited {
	color: #4A6B39;
	font-size: 10pt;
	text-decoration: none;
	padding: 20px;
	text-align: center;
}

.offmeta  a:hover {
	color: #5F6D4F;
}

.offmeta li {
	margin: 0 0px 0px 15px;
	list-style-type: none;
	text-align: center;
	line-height: 44px;
}
	
/*</group>*/

/*<group=postoptions>*/

.postoptions {
	text-align: center;
	border-bottom: 1px solid #C2C2C2;
	margin: 15px 0px 10px;
	font-size: 12px;
	color: #C2C2C2;
	margin-bottom: 35px;
	padding: 5px 0px 5px;
	font-weight: bold;
}

.postoptions:hover {
	background: #E6F9CE;
}
	
/*</group>*/

/*<group=lists>*/
	
/*</group>*/

/*<group=footer>*/

#footer {
	height: 50px;
	background: transparent url(/img/footer-bg.png) no-repeat center;
	text-align: center;
	clear: both;
	line-height: 50px;
	color: #E0E5D9;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "gill sans";
}
	
/*</group>*/
/*<group=postcomments>*/
h3#comment-header {
	margin-bottom: 16px;
}
#comments {
    padding: 10px;
    background-color: #F2F8F0;
}
#comments p {
    width: 80%;
	font-size: 90%/9pt;
	text-align: justify;	
    padding: 6px;
   }
.gravatar img {
    position: relative;
    top: 12px;
	float: right;
    margin: 10px;	
	width: 50px;
	height: 50px;
	border:  1px solid #c7c7c5;
    background: transparent url(/img/avatar.gif) no-repeat top center;
}
/*<group=commentform>*/
#form {
	margin-bottom: 10px;  
	padding: 10px;	
}

#form span {
	display: block; 
	margin: 0; 
	}

#form label {width: 115px; float: left; padding:3px 0px;}

#form .submit label {float: none; width: auto;}

#form textarea, #form input {width: 250px; background-color: #F2F8F0; border: 1px solid #434E3D;}

#form textarea {
	height: 200px;
	margin-bottom: 10px;
	font-family: helvetica;
	font-size: 12pt;
}
#form input {
	height: 24px;
	
}
/*</group>*/

/*<group=tags>*/
#tags {
	text-align: center;
}
	#tags em {
	font-weight: bold;
	color: #8EBB76;
	font-style: normal;
}
#tags a:link {
	text-decoration: none;
	color: #777;
}
#tags a:hover {
	color: #373835;
}
/*</group>*/

/*<group=postformatting>*/
.small {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #c7c7c0;
	float: left;
	margin: 10px;
}
.large {
    text-align: center;
    display: block;
    margin: 5px auto;
}
	#cont blockquote {
	font-family: "hoefler text", helvetica, arial, verdana;
	font-size: 110%;
	color: #000;
	padding: 0px 5px;
	text-align: center;
	background: transparent url(/img/bq.png) no-repeat 0px -10px;
	}
#cont cite {
	color: #888;
	text-align: right;
	margin-right: 10px;
	display: block;
	margin-top: 6px;
}
#cont p a:link, #cont p a:visited {
	text-decoration: none;
	color: #8EBB76;
	font-weight: bold;
	text-shadow: #ffffff 1px 0px 0px;
}
#cont p a:hover {
	color: #000;
}
#cont ol li {
	margin-left:30px;
	list-style: lower-roman;
	line-height: 14px;
	}
#prev p {
margin: 0px;
border-bottom: 1px solid #c7c7c0;
padding: 8px;
}
#prev p:hover {
background-color: #E6F9CE;
} 
#time {
display: inline;
float: right;
padding-top: 11px;
}
h3#previ {
margin-bottom: 10px;
}
/*</group>*/

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
