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

*/

	
	


/*Global Navigation Styles*/

#header ul#globalNav {
	float:right;
	display:block;
	margin:0px;
	width:300px;
	height:33px;
	position:relative;
	top:-1px;
	left:6px;
	list-style:none;
}


#header ul#globalNav li {
	float:left;
	display:block;
	height:33px;
}

#header ul#globalNav li a strong {
	display:none;
}

#header ul#globalNav li.home a {
	background-image:url(images/nav_links.gif);
	background-position:0px 0px;
	height:33px;
	display:block;
}

#header ul#globalNav li#current.home a { 
	height:33px;
	display:block;
	background-image:url(images/nav_links.gif);
	background-position:0px -33px;
}
 
div.flashContainer {
	padding-top:38px;
	text-align:right;
} 

div#flash object {
	
	text-align:right;
}
 
#header ul#globalNav li.home a:hover {
	background-position:0px -33px;
}

#header ul#globalNav li.clients a {
	background-image:url(images/nav_links.gif);
	background-position:-54px 0px;
	height:33px;
	display:block;
}

#header ul#globalNav li.clients a:hover {
	background-position:-54px -33px;
}

#header ul#globalNav li#current.clients a { 
	height:33px;
	display:block;
	background-image:url(images/nav_links.gif);
	background-position:-54px -33px;
}

#header ul#globalNav li.about a {
	background-image:url(images/nav_links.gif);
	background-position:-116px 0px;
	height:33px;
	display:block;
}

#header ul#globalNav li.about a:hover {
	background-position:-116px -33px;
}

#header ul#globalNav li#current.about a { 
	height:33px;
	display:block;
	background-image:url(images/nav_links.gif);
	background-position:-116px -33px;
}


#header ul#globalNav li.contact a {
	background-image:url(images/nav_links.gif);
	background-position:-224px 0px;
	height:33px;
	display:block;
}

#header ul#globalNav li#current.contact a { 
	height:33px;
	display:block;
	background-image:url(images/nav_links.gif);
background-position:-224px -33px;
}


#header ul#globalNav li.contact a:hover {
	background-position:-224px -33px;
}


#header ul#globalNav li.blog a {
	background-image:url(images/nav_links.gif);
	background-position:-176px 0px;
	height:33px;
	display:block;
}

#header ul#globalNav li#current.blog a { 
	height:33px;
	display:block;
	background-image:url(images/nav_links.gif);
background-position:-176px -33px;
}


#header ul#globalNav li.blog a:hover {
	background-position:-176px -33px;
}



#header ul#globalNav li.home {
	width:54px;
}

#header ul#globalNav li.blog {
	width:48px;
}


#header ul#globalNav li.about {
	width:60px;
}

#header ul#globalNav li.clients {
	width:62px;
}

#header ul#globalNav li.contact {
	width:76px;
}


/* End captions */








html {
    height: 100%;
    width: 100%;
}
body {
    background-color: #000000;
    color: #B3B3B3;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#footerHome p {
    margin-top: 0;
}
#sidebar ul li.popular-posts {
    margin-top: 20px;
}
#footerPage p, #footerHome p {
    float: left;
    margin-right: 30px;
    margin-top: 0;
    padding-top: 5px;
}
#socialLinks {
    float: right;
}
a:active, a:focus {
    outline: medium none;
}
#container {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: 100%;
	min-width: 960px;
	position: relative;
}
#header {
	height: 69px;
	width: 100%;
	position: absolute;
	z-index: 100;
}

#header-inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;	
}
#navs {
	width: 340px;
	display: block;
	float: right;
}
#header h1 {
    display: block;
    float: left;
    height: 29px;
    margin: 0;
    padding-top: 35px;
    width: 164px;
}
#header h1 a {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/logo.gif");
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    margin: 0;
    padding: 0;
    width: 164px;
}
#header h1 a strong {
    display: none;
}


#content {
	clear: both;
	min-width: 960px;
	height: 100%;
	min-height: 600px;
	max-width: 100% !important;    
}
#content p {
    line-height: 1.5em;
    margin: 0 0 1em;
}
#content a {
    color: #FFFFFF;
    text-decoration: none;
}
div.photography {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/photography.gif");
    background-repeat: repeat-x;
    height: 49px;
   
}
#contact {
    background-color: #2E2E2E;
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/contact_background.gif");
    background-repeat: no-repeat;
    height: 100px;
    width: 164px;
}
#contact ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#contact a {
    color: #B3B3B3;
    text-decoration: none;
}
#contact a:hover {
    color: #B3B3B3;
    text-decoration: underline;
}
#contact ul li {
    margin-top: 9px;
    padding-left: 29px;
}
div.c1 img {
    margin-bottom: 18px;
}
div.c1 {
    float: left;
    width: 192px;
}
div.c2 {
    float: left;
    margin-right: 30px;
    width: 288px;
}
#content div.c2 a {
    text-decoration: underline;
}
#contact h1 {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0 9px 13px;
}
#content div.entry {
    margin-top: 51px;
}
#content p.contacttext {
    line-height: 1.3em;
}
#content span {
    color: #FFFFFF;
}
#content div.entryHome {
    margin-top: 0;
}
#content ul.clients {
    margin: 0;
    padding: 0;
}
#content ul.clients li {
    display: block;
    float: left;
    height: 30px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 221px;
}
#content h2 {
    display: block;
    margin-left: -39px;
    margin-top: 2px;
    position: absolute;
}
#content h2 strong {
    display: none;
}
#content h2.About {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/h_about.gif");
    background-repeat: no-repeat;
    height: 51px;
    width: 10px;
}
h2.blog {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/h_blog.gif");
    background-repeat: no-repeat;
    height: 40px;
    margin-left: -40px;
    position: absolute;
    width: 12px;
}
h2.blog strong {
    display: none;
}
#content h2.Clients {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/h_clients.gif");
    background-repeat: no-repeat;
    height: 58px;
    width: 10px;
}
#content h2.Contact {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/h_contact.gif");
    background-repeat: no-repeat;
    height: 67px;
    width: 10px;
}
#content h2.portfolioCommercial {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/h_commercial.gif");
    background-repeat: no-repeat;
    height: 82px;
    width: 23px;
}
#content h2.portfolioLifestyle {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/h_lifestyle.gif");
    background-repeat: no-repeat;
    height: 80px;
    width: 23px;
}
#content h2.portfolioPortrait {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/h_portrait.gif");
    background-repeat: no-repeat;
    height: 80px;
    width: 23px;
}
#content h2.portfolioSport {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/h_sport.gif");
    background-repeat: no-repeat;
    height: 81px;
    width: 23px;
}
#content h2.portfolioMultimedia {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/h_multimedia.gif");
    background-repeat: no-repeat;
    height: 82px;
    width: 25px;
}

#footerHome {
	clear: both;
	color: #666666;
	font-size: 10px;
	margin-right: 0;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: 100;
	height: 20px;
	margin-top: -40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.5);

}

#footerHome-inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footerHome p {
	margin-bottom: 0px;	
}

#footerHome a {
    padding-top: 0;
}
#footerPage {
    clear: both;
    color: #666666;
    font-size: 10px;
    height: 13px;
    margin-bottom: 8px;
    padding-top: 22px;
    text-align: left;
}
#footerHome a, #footerPage a {
    color: #999999;
    height: 16px;
    margin-right: 5px;
    text-decoration: none;
    width: 16px;
}
#footerHome a:hover, #footerPage a:hover {
    text-decoration: underline;
}
a:active {
    border: 0 none;
}
a#prev, a#next {
    color: #000000;
    font-family: Verdana,Helvetica,Arial,sans;
    font-size: 14px;
    text-decoration: none;
}
a#prev:hover, a#next:hover {
    text-decoration: underline;
}
.pics {
   display: block;
   min-width: 960px;
    overflow: hidden;
    padding: 0;
	height: 100%;
	text-align: center;

	
   
}
.entryHome {
	display: block;
	clear: both;
	width: 100%;
	height: 100%;
	min-height: 600px;
		
}
.pics img  {
	display: block !important;
	position: absolute !important;
	text-align: center;
	min-height: 562px;
	height: auto;
	max-height: 100%;

	width: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	left:0;
	right:0;	
}

.pics a {
    display: none;
}
#loading {
    display: none;
    height: 562px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 845px;
}
.nav {
    background-color: #141414;
    font-size: 12px;
    height: 27px;
    margin: 8px 0 0;
    padding-top: 13px;
    text-align: center;
}
#nav a {
    color: #9A9A9A;
    margin-right: 10px;
    padding: 4px;
}
#nav a:hover {
    color: #FFFFFF;
    font-size: 12px;
    position: relative;
}
#nav a.activeSlide {
    color: #515151;
}
#nav a:focus {
    outline: medium none;
}
#multiMediaNav {
    text-align: center;
}
#multiMediaNav ul {
    display: inline;
    font-size: 13px;
    margin-left: 0;
    padding-left: 0;
}
#multiMediaNav ul li {
    border-left: 1px solid #333333;
    color: #666666;
    display: inline;
    list-style: none outside none;
    margin-left: 0;
    padding: 3px 15px;
}
#multiMediaNav ul li:first-child {
    border-left: 0 solid #333333;
}
#multiMediaNav ul li.current_page_item a {
    color: #666666;
    font-weight: normal;
}
#multiMediaNav ul li#first {
    border-left: medium none;
    display: inline;
    list-style: none outside none;
    margin-left: 0;
}
#multiMediaNav ul li a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#multiMediaNav ul li a:hover {
    text-decoration: underline;
}
#sidebar {
    float: right;
    margin-top: 46px;
    width: 160px;
}
#sidebar h2 {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/border.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #CCCCCC;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    margin: 0;
}
#sidebar ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 160px;
}
#sidebar ul li {
    display: block;
    width: 160px;
}
#sidebar ul li a {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/border.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #989898;
    display: block;
    font-size: 11px;
    height: 16px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-decoration: none;
    width: 160px;
}
#sidebar ul li a:hover {
    color: #FFFFFF;
}
#contentshort {
    float: left;
    line-height: 1.5em;
    margin-top: 34px;
    width: 640px;
}
#contentshort .post {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/border.gif");
    background-position: center bottom;
    background-repeat: repeat-x;
    margin-top: 10px;
    padding-bottom: 5px;
}
#contentshort small {
    color: #666666;
    font-size: 10px;
    font-style: italic;
    margin-bottom: 0;
}
#contentshort .entry a.more-link {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/more-link.gif");
    background-position: left center;
    background-repeat: no-repeat;
    clear: right;
    color: #666666;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: normal;
    padding-left: 15px;
    text-decoration: none;
    text-transform: uppercase;
    width: 80px;
}
div.entry div.navigation div.alignright a {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/more-link.gif");
    background-position: right center;
    background-repeat: no-repeat;
    clear: right;
    color: #666666;
    display: block;
    float: right;
    font-size: 11px;
    margin-top: 8px;
    padding-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
#contentshort .entry a, #contentshort .entrysingle a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
a.bti, div.navigation div.entry div.alignleft a {
    background-image: url("http://www.brendonohagan.co.nz/wp-content/themes/default/images/bti.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #666666;
    display: block;
    float: left;
    font-size: 11px;
    margin-top: 8px;
    padding-left: 15px;
    text-decoration: none;
    text-transform: uppercase;
}
div.clear {
    clear: both;
	height: 1px;
	width: 100%;
	display: block;
}
#contentshort small {
    padding-left: 210px;
}
#contentshort small.nopad {
    padding: 0;
}
#contentshort small a {
    color: #C0C0C0;
    text-decoration: none;
}
#contentshort .entry p {
    color: #CBCBCB;
    line-height: 1.5em;
    margin: 5px 0 15px;
    padding-left: 210px;
}
.entrysingle p {
    color: #CBCBCB;
    line-height: 1.5em;
    margin: 5px 0 15px;
}
#contentshort h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 9px;
    padding-left: 210px;
    padding-top: 3px;
}
#contentshort h2, #contentshort h2 a {
    color: #CCCCCC;
    text-decoration: none;
}
.entrysingle a img {
    border: 0 none;
}
.entry a img {
    border: 0 none;
}
.alignleft {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
.alignright {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}
img.postimage {
    float: left;
    margin-bottom: 11px;
    margin-right: 10px;
    margin-top: 0;
    position: relative;
}
img.wppt_float_left {
    border: 0 none;
    margin: -54px 0 0;
    padding: 0;
    position: relative;
}
.cleartop {
    clear: both;
    display: block;
    height: 1px;
    width: 100%;
}
