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}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0 !important;border:none !important;}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

html {
	background: #222632;
	height: 100%;
	min-height: 100%;
}

body {
	padding: 1px 0;
}

#nameplate {
	width:383px; height:82px;
	background: url(../images/logo.png) no-repeat;
	position: relative;
	margin: 20px auto 10px auto;
	z-index: 30;

}



#nameplate h1,
#nameplate p {
	display: none;
}

#content {
	background: #fefdeb;
	padding: 1px;
	height: 447px;
	border-bottom: solid 1px #a29d9c;
	position: relative;
	z-index: 20;
}

body.landscape {
	width: 100%;
}

body.portrait {
	width: 100%;
}

body.landscape #nameplate {
position: absolute;
left: 40px;
top: 65px;
zoom: 0.80;	
}

body.landscape  #content {
	height: 367px;
}

body.landscape #photo {
	display: none;
}

body.landscape #photo-alt {
	background: url(../images/josh.jpg) no-repeat;
	width: 509px;
	height: 496px;
	position: absolute;
	bottom: -2px;
	right: 0;
	z-index: 20;
	zoom: 0.7;
}

#footer {
	background: #1d1c2b url(../images/tab-content-bg.png) repeat;
	border-top: solid 1px #222;
	min-height: 100px;
	z-index: 10;
}

#tab-content {
	background: #222632 url(../images/footer-bg.png) repeat-x;
	position: relative;
	margin-top: 70px;
	padding-bottom: 32px;
}


#tabs ul{
	display: none;
}

#photo {
	width: 380px;
	height: auto;
	position: absolute;
	bottom: -2px;
	right: 10px;
	border-bottom: solid 1px #000;
}

#social-icons {
	position: absolute;
	zoom: 140%;
	height: 30px;
	width: 262px;
	left: 50%;
	margin-left: -123px;
	bottom: -43px;
}

#social-icons li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 6px 0 0;

}

#social-icons li a {
	position:relative;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	background: url(../images/icons-iphon.png) no-repeat;
}

#social-icons li.twitter a   { background-position: -30px top;  }
#social-icons li.facebook a  { background-position: -60px top;  }
#social-icons li.flickr a    { background-position: -90px top;  }
#social-icons li.linkedin a  { background-position: -120px top; }
#social-icons li.vimeo a     { background-position: -150px top; }
#social-icons li.fuel a      { background-position: -180px top; }
						    
#contact, #credits {
	position: relative;
	padding: 15px 20px ;
	margin: 0 auto;
	color: #f7ede3;
	font-family: Georgia, Times, "Times New Roman";
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

#contact a, #credits a {
	text-decoration: none;
	color: #fff;
	border-bottom: dotted 1px #fff;
}
#contact em, #credits em {
	color: #fff;
}

#credits {
padding-top: 90px;
	font-size: 9px;
	line-height: 15px;
	opacity: 0.5;
}

#read_blog {
	font-family: Georgia, Times, "Times New Roman";
	font-style: italic;
	font-size: 26px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	display: block;
	color: #f7ede3;
	text-decoration: none;
	position: absolute;
	left: 0;
	width: 100%;
	top: 4em;
}
.landscape #read_blog  {
	top: 4.5em
}