/*
Theme Name: Blah Blah Blah White Theme
Theme URI: http://www.blahblahblah.co.za/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Anthony van Beek
Author URI: http://www.anthonyvanbeek.com/
Tags: green, white, center, fixed width

	
*/



/* Begin Typography & Colors */
@charset "utf-8";

*{ margin:0; padding:0; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, table, legend, caption, tbody, tfoot, thead, tr, th, td {
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0px;
	padding:0px;
}
img, a img, :link img, :visited img {
	border:none;
	
	
}
object {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
html {
	height:100%;
	overflow-y:scroll;
}

a {
	text-decoration:none;
	color:#6a6a6a;
}

a:hover {
	color:#85c300;
}

a:focus {
            outline: none;
        }




body {
	font-family: Georgia, Times New Roman, Times, serif;
	background: #FFF url(images/back.png) top center no-repeat;
	color:#6a6a6a;
	margin:0px;
	padding:0px;
}

#cu3er-container {
    height: 277px;
    margin: 0 0 0 73px;
    outline: 0 none;
    width: 738px;
	
}

#container {
	width: 900px;
	margin:auto;
}

#headerimg {
	left:-9999px;
	position:absolute;
	margin:0px;
	padding:0px;
}

#footer {
	width: 900px;
	margin:auto;
	text-align:center;
	font-size:12px;
	color:#999;
	padding-bottom:10px;
	clear:both;
}

h2 {
	font-size:24px;
	
}

.postmetadata {
	font-size:12px;
	color:#666;
	padding-top:10px;
	clear:both;
}

.postmetadata a {
	color:#85c300;
}

.postmetadata a:hover {
	color:#666;
}

.entry {
	font-size:14px;
	color:#999;
	width:638px;
	padding-bottom:10px;
}

.entry p{
	text-align:justify;
	line-height:18px;
	margin:10px 0px;
}

.search-form {
  padding:13px 0 10px 649px;
  height:20px;
  
}

.search-form input {
	background:none;
  width: 150px;
  border:none;
  color:#85c300;
  padding-left:5px;
}

.navigation {
	text-align:center;
}

#respond {
	padding-top:15px;
}

h3 {
	font-size:18px;
	padding:5px 0;
}

.comment-meta {
	font-size:12px;
	padding-bottom: 10px;
}

#respond input {
	background: #eee;
	border:1px #999 solid;
  width: 150px;
  color:#6a6a6a;
  margin-bottom:5px;
  font-size:12px;
  line-height:16px;
  height:16px;
  padding:2px;
}

#submit-button input {
	background:#BBBBBB none repeat scroll 0 0;
	border:1px solid #999999;
	color:#FFFFFF;
	font-size:12px;
	height:26px;
	line-height:16px;
	margin:8px;
	padding:2px;
	width:150px;
}

#comment-area textarea {
	background: #eee;
	border:1px #999 solid;
  color:#6a6a6a;
  margin-bottom:5px;
  font-size:12px;
  padding:2px;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	margin-right:5px;
	padding: 2px;
	background: #fff;
	}
	
	/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Images */
p img {
	padding: 0;
	margin:0px -6px;
	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;
	}
/* End Images */

#header {
	height:85px;	
}

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
  height: 44px;
  position: relative;
  display: block;
  background: url(images/navbar.png) 0 0 no-repeat;
}

#navigation a.blog {
  background-position: 0 0;
  width: 90px;
}

/* .highlight will be remove if JS is enabled */
#navigation .highlight a.blog:hover, 
#navigation a.blog .hover {
  background-position: 0 -44px;
  width: 90px;
}

#navigation .blogcurrent {
	  height: 44px;
  position: relative;
  display: block;
  background: url(images/navbar.png) 0 0 no-repeat;
	background-position: 0 -88px;
	width: 90px;
}

#navigation .blogcurrent span{
	  display:none;
}

#navigation .portfoliocurrent {
	  height: 44px;
  position: relative;
  display: block;
  background: url(images/navbar.png) 0 0 no-repeat;
	background-position: -90px -88px;
	width: 124px;
}

#navigation .portfoliocurrent span{
	  display:none;
}

#navigation a.portfolio {
  background-position: -89px 0;
  width: 124px;
}

#navigation .highlight a.portfolio:hover, 
#navigation a.portfolio .hover {
  background-position: -89px -44px;
  width: 124px;
}

#navigation .contactcurrent span{
	  display:none;
}

#navigation .contactcurrent {
	  height: 44px;
  position: relative;
  display: block;
  background: url(images/navbar.png) 0 0 no-repeat;
	background-position: -214px -88px;
	width: 107px;
}

#navigation a.contact {
  background-position: -214px 0;
  width: 107px;
}

#navigation .highlight a.contact:hover, 
#navigation a.contact .hover {
  background-position: -214px -44px;
  width: 107px;
}

#navigation .lovecurrent span{
	  display:none;
}

#navigation .lovecurrent {
	  height: 44px;
  position: relative;
  display: block;
  background: url(images/navbar.png) 0 0 no-repeat;
	background-position: -321px -88px;
	width: 67px;
}

#navigation a.love {
  background-position: -321px 0;
  width: 67px;
}

#navigation .highlight a.love:hover, 
#navigation a.love .hover {
  background-position: -321px -44px;
  width: 67px;
}

#navigation li {
	float:left;
	list-style:none;
}

#navbar {
	padding:28px 0 0 248px;
}

#content ul li {
	list-style-position:inside;
	padding-left:15px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
