/*
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.6
Author: Michael Heilemann
Author URI: http://binarybonsai.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 */
body {
        margin: 0px auto;
        padding: 0px;
	background: #FFF url(http://xposedwebdesign.com.au/wp-content/themes/gallery/images/body-background.jpg) center top; 
	color: #FFF;
	text-align: center;
	height: 100%;
	color: #FFF;
	font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
	font-size: 75%;
	font-style: normal;
	line-height: 2em

	}

#page {
	text-align: left;
	position: relative;
        margin: 0px auto;
	margin-top: 3%;
	margin-bottom: 3%;
	height: 100%;
        padding: 0px;
        width: 980px;
        background: #313431;
	border-left: 2px solid #000;
        border-right: 2px solid #000;
	}

#header {
	background: #080C08;
	position: relative;
        left: -10px;
	margin: 0px 0px 0px;
        padding: 0px;
        height: 100px;
        width: 1000px;
        border-bottom: 3px solid #FFF;
	border-right: 1px solid #FFF;
	}

#headerlogo {
	position: relative;
	float: left;
        margin: 10px 0px 0px;
        padding: 0px;
        height: 90px;
	width : 300px;
        }
#headermenus {
        position: relative;
	float:right;
	margin: 10px 5px 0px;
	width: 640px;
	height: 90px;
}

#content {
	padding: 15px 10px 25px 10px;
	font-size: 1.2em;
	width: 960px;
	position: relative;
	text-align: left;
	
	}

#footer {
	clear: both;
	border-top: 3px solid #FFF;
        border-left: 1px solid #FFF;
	position: relative;
	left: -10px;
	width: 1000px;
	height: 50px;
	background: #080C08; 
	-moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	padding: 15px 0px 10px;
	margin-top: 20px;
	text-align: center;
	color: #FFF;
	}

/* Website Fonts */

h2.pagetitle {
	font-size: 1.6em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #FFF;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #FFF;
	text-decoration: none;
	}

/*	Begin Headers */

h1 {

	margin: 10px 0px 0px;
}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */

img {
	border : 0px;
}

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) */

/* End Images */


/* display work*/

#main {
	height: 500px;
}
.display { 
  display: inline;
  float: left;
  padding: 5px;
  margin: 0px;
  width: 309px;
}

.display a {
  border: 3px solid #191919;
  display: block;
  height: 160px;
  width: 304px;
  overflow: hidden;
  position: relative;
  background-color: #191919;
}


.display a img{
  z-index: 5;
}

.display a span.slide-title{
  position: absolute;
  top: 143px;
  left: 3px;
  width: 300px;
  line-height: 1em;
  color: white !important;
  font-size: .8em;
  text-transform: uppercase;
  z-index: 0
}

span.cover-up{
  background:  url("images/side-fade-trans.png") no-repeat right top;
  position: absolute;
  right: 0;
  top: 0;
  height: 160px;
  width: 20px;
  z-index: 4
}

/* Post content */

.entry-content {
  padding: 10px;
  float: right;
  width: 400px;
  position: relative;
}

.entry-content h1 {
  font-size: 1.8em;
  margin-bottom: .5em
}
h1.page-title{
  margin-bottom: 1em
}

.entry-content p{
  line-height: 1.3em
}

#content ol,
#content ul{
  margin-bottom: 1em
}
.single #content li{
  line-height: 1.4em
}
.single #content ul{
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #101010;
  border-bottom: 1px solid #282828;
}
.single #content li{
  padding: 10px 0 10px 24px;
  list-style: none;
  position: relative;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #101010
}

/* Post navigation */

#nav-below{
  clear: both;
  padding-top: 10px;
  height: auto;
  overflow: auto;
  padding-bottom: 10px
}

.nav-next {
  float: right;
  text-align: right;
  width: 49%;
}

.nav-previous {
  float: left;
  width: 47%;
}
#nav-above{
  display: none;
}

/* Post Images */

.artwork-container{
  float: left;
}

.entry-artwork{
	position: relative;
	width: 540px;
	margin-bottom: 20px;
}

.entry-artwork img {
  position: relative;
  border: 10px solid #191919;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 10px
}


.twitter{
  background: url("images/icons/twitter.png") no-repeat left center
}
.delicious{
  background: url("images/icons/delicious.png") no-repeat left center
}
.designer{
  background: url("images/icons/person.png") no-repeat left center
}
.site-link{
  background: url("images/icons/globe.png") no-repeat left center
}

