/* ---------------------------------------------------------------------------
	
	Master Styles
	
	Jensen Hande Photography
	http://jensenhande.com
	
	Author: Joey Marchy
	http://wingardcreative.com
	
--------------------------------------------------------------------------- */

/* RESET! */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* --------------------------------------------------------------------------
	=layout
--------------------------------------------------------------------------- */

body {
	color: #333;
	font: small/1.5em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	padding: 0 0 40px 0;
}
	
#container {
	background-color: #fff;
	margin: 0 auto;
	padding: 0 0 40px 0;
	width: 990px;
}

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

a:link {
	color: #0075e2;
	text-decoration: none;
}
	
a:visited {
	color: #999;
	text-decoration: none;
}
	
a:hover {
	color: #900;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------
	=typography
--------------------------------------------------------------------------- */

h1 {
	color: #000;
	margin-bottom: 15px;
	padding-top: 15px;
	font-size: 220%;
}

h2 {
	color: #000;
	margin-bottom: 10px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
}

h3 {
	color: #000;
	margin-bottom: 10px;
	font-size: 150%;
}

h4 {
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 130%;
}

h5 {
	margin-bottom: 20px;
	font-size: 150%;
}

h6 {
	margin-bottom: 20px;
	font-size: 150%;
}

p { margin-bottom: 30px; }

/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

ul { margin: 0 0 30px 30px; }

li { margin-bottom: 5px; }

/* ---------------------------------------------------------------------------
	=header
--------------------------------------------------------------------------- */

#header {
	background: url(img/bg-header.png) no-repeat 0 0;
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
}

#logo {
	background: url(img/logo.png) no-repeat 0 0;
	float: left;
	height: 55px;
	margin: 0 0 0 20px;
	width: 260px;
	text-indent: -9999px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

/* =navigation */

#nav {
	float: right;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding-top: 2px;
	width: 500px;
}

#nav li {
	float: left;
	margin: 0;
}

#nav #nav-home, #nav #nav-home a { 
	background: url(img/nav-home.png) no-repeat 0 -55px; 
	display: block;
	height: 55px;
	text-indent: -9999px;
	width: 60px;
}

#nav #nav-access, #nav #nav-access a { 
	background: url(img/nav-access.png) no-repeat 0 -55px; 
	display: block;
	height: 55px;	
	text-indent: -9999px;
	width: 100px;
}

#nav #nav-blog, #nav #nav-blog a { 
	background: url(img/nav-blog.png) no-repeat 0 0; 
	display: block;
	height: 55px;
	margin-right: 90px;
	text-indent: -9999px;
	width: 52px;
}

#nav #nav-contact, #nav #nav-contact a { 
	background: url(img/nav-contact.png) no-repeat 0 -55px; 
	display: block;
	height: 55px;	
	text-indent: -9999px;
	width: 69px;
}

#nav #nav-photographs, #nav #nav-photographs a { 
	background: url(img/nav-photographs.png) no-repeat 0 -55px; 
	display: block;
	height: 55px;	
	text-indent: -9999px;
	width: 95px;
}

#nav #nav-home a:hover, 
#nav #nav-home.here a,
#nav #nav-access a:hover, 
#nav #nav-access.here a,
#nav #nav-blog a:hover, 
#nav #nav-blog.here a,
#nav #nav-contact a:hover, 
#nav #nav-contact.here a,
#nav #nav-photographs a:hover, 
#nav #nav-photographs.here a 

/* ---------------------------------------------------------------------------
	=content
--------------------------------------------------------------------------- */

#content {
	margin-bottom: 30px;
	padding: 0 30px 0 0;
}

#content-main {
	float: left;
	width: 650px;
}

#content-secondary {
	float: right;
	font-size: 90%;
	width: 260px;
	padding-right: 10px;
}

#content-secondary a {
	color: #666;
	text-decoration: none;
}


#content-secondary ul {
	margin-left: 0px;
}

#content-secondary li {
	list-style: none;
}

.mini-container {
	background: url(img/div-dot.png) repeat-x 0 0;
	padding-top: 30px;
	margin-bottom: 15px;
}

.connected {
	background: url(img/hd-connected.png) no-repeat 0 0;
	padding-top: 50px;
}

.connected ul {
	margin-left: 0;
	padding-left: 0;
}

.connected li {
	float: left;
	margin: 0 10px 0 0;
}

.connected li.blog-rss { 
	background: url(img/icon-rss.png) no-repeat 0 0; 
	height: 13px;
	text-indent: -9999px;
	width: 14px;
}

.connected li.jensen-twitter { 
	background: url(img/icon-twitter.png) no-repeat 0 0; 
	height: 13px;
	text-indent: -9999px;
	width: 14px;
}

.connected li.jensen-facebook { 
	background: url(img/icon-facebook.png) no-repeat 0 0; 
	height: 13px;
	text-indent: -9999px;
	width: 14px;
}

.connected li a { 
	display: block;
	height: 100%;
	width: 100%;
}

#content-secondary .search {
	background: url(img/hd-search.png) no-repeat 0 0;
	padding-top: 50px
}

#content-secondary .twitter {
	background: url(img/hd-twitter.png) no-repeat 0 0;
	padding-top: 45px
}

#content-secondary .follow-me {
	background: url(img/btn-follow.png) no-repeat 0 0;
	display: block;
	width: 250px;
	height: 25px;
	margin-bottom: 15px;
	text-indent: -9999px;	
}

p.aktt_credit {
	display: none;
}

.aktt_tweets li {
	margin-bottom: 20px
}

.links {
	background: url(img/hd-links.png) no-repeat 0 0;
	padding-top: 50px
}

/* ---------------------------------------------------------------------------
	=post
--------------------------------------------------------------------------- */
.post-container {
	background: url(img/bg-post.png) no-repeat bottom center;
	margin-bottom: 55px;
	width: 650px;
}

.post-container h1 a {
	font-size: .8em;
	color: #000;
	margin-top: 10px;
}

.post-container h1 a:hover {
	color: #e47409;
}

.post-container h2 {
	color: #5b5a5a;
	font-size: 1.2em;
}

.post-date {
	width: 65px;
	float: left;
	text-align: center;
}

.day {
	color: #e47409;
	display: block;
	font-family: helvetica;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 5px;
}

.month, .year {
	display: block;
	font-family: "Myriad Pro", helvetica;
	font-size: 0.9em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.post {
	float: right;
	margin-bottom: 55px;
	width: 575px;
}

.post img.alignleft {
	float: left;
}

.post h1 {
	margin-top: left;
}


#idc-container-parent {
	padding-left: 70px;
}

#searchform #s {
	margin-bottom: 25px;
	width: 160px;
	padding: 5px;
}

#feed-email {
	margin-bottom: 25px;
	width: 145px;
	padding: 5px;
}

.copyright {
	font-size: .85em;
	color: #666;
}

/* ---------------------------------------------------------------------------
	=clearing
--------------------------------------------------------------------------- */

#header:after,
#content:after,
#nav:after,
.post-container:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
