/*
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://www.ryanbent.com/
Tags: simple, clean, photography

	Ryan Bent v1.0

*/



/* Begin Typography & Colors */
#fuzz{ position:absolute; top:0; left:0; width:100%; z-index:0; background: url('images/dim.png'); display:none; text-align:left; }  
body{background: transparent url("images/bg-mtn.jpg") no-repeat top left;color:#000;font-family:"Baskerville",Georgia, "Times New Roman";}
#wrapper{
width: 100%;
position: absolute;
top: 0;
left: 0;
}
img.bg {
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: fixed;
top: 0;
left: 0;
}
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px;
	}
}

div#wrapper {/*position: relative; */}
.head-title{
background: transparent url(images/header-title.png) no-repeat 10px 15px;
width: 340px;
height:47px;
position: absolute;
top: -5px;
left: 0;
text-indent:-9999px;
z-index:10;
}
.header-bg{
overflow-x:hidden;
position:relative;
width:100%;
/*height:123px;
background: transparent url(images/header-bg.png) repeat-x top left;*/
}
#navigation{
position: absolute;
top: 31px;
z-index:10;
left: -28px;
}
#navigation li{
	float: left;
	list-style-type: none;
	margin-right: 15px;
}
#navigation li a,#navigation li a:visited{
	font-size: 16px;
	color:#CCC;
}
/*blog styles*/
#all-posts{width:800px;margin:0 auto;background-color:#CCC;color:#000;}
#all-posts h1{margin:0 0 5px;font-size:22px;}
#all-posts h3{margin:0 0 5px;font-size:18px;font-weight:normal;}
.post-wrap{margin-bottom:30px;}
#all-posts h1 a:link,#all-posts h1 a:visited{color:#FFF;}
.post-contents{padding:10px;}

/* comments */

#comment{width:300px;}
#contact-pull{
	background: transparent url(images/gray-box.png) no-repeat top left;
	height:272px;
	width:363px;
	position:absolute;
	/*top:-155px; */
	z-index:0;
	left:219px;
}
.contact-wrapper{width:315px;margin:93px 0 0 36px;}
#about-pull{
	background: transparent url(images/about_bg.png) no-repeat top left;
	height:546px;
	width:659px;
	position:absolute;
	top:63px;
	z-index:0;
	left:115px;
}
.about-wrapper{width:586px;margin:30px 0 0 34px;}
.about-wrapper p{margin:0 0 15px 0;}
#portfolio-pull{
	background: transparent url(images/portfolio_bg.png) no-repeat top left;
	height:145px;
	width:143px;
	position:absolute;
	top:71px;
	z-index:0;
	left:44px;
}
.portfolio-wrapper{padding:15px 0 0 20px;}
a:link,a:visited{color:#333;text-decoration:none;}
a:hover{color:#999}