
/* - DOCUMENT INFORMATION
------------------------------------------------- 
	Description:Portfolio & Bio of Henry Brown 2011
	Author:Henry Brown
	Author URI:http://www.henry.brown.name
	Version:1.0
/*


/* - CONTENTS
-------------------------------------------------
    - CSS Reset ............................ 1.0.
    - HTML5 Reset .......................... 2.0.
    - Global ............................... 3.0.
    	- Structural ....................... 3.1.
    	- Base Elements .................... 3.2.
    	- Buttons .......................... 3.3.
    	- Header Slider .................... 3.4.
    	- Social Icons ..................... 3.5.
    	- Tip Tip Style .................... 3.6.
    	- Error Page ......................... 3.7.
    - Introduction Section ................. 4.0.
    - photos Section ......................... 5.0.
    - About Section ........................ 6.0.
    - Play Section ......................... 7.0.
    - Contact Section ...................... 8.0.
    - Footer ............................... 9.0.
*/


/* - 1.0. - CSS RESET
---------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}


/* - 2.0. - HTML5 RESET
---------------------------------------------- */
article, aside, dialog, figure, footer, header, hgroup, nav, section{
	display:block; zoom:1;
}

/* - 3.0. - GLOBAL
---------------------------------------------- */
	
	/* - 3.1. - STRUCTURAL
	------------------------------------------ */
	body{
		background:url("../images/old_mathematics.png");
		background-attachment:fixed;
		font-family: "Helvetica Neue","Arial";
		font-size:16px;
		letter-spacing:-0.1px;
		color:#444;
	}
	html,body{
		height:100%;
		width:100%;
	}
	#container{
		position:relative;
		
	}
	.contentbox{
		display:block;
		width:900px;
		height:100%;
		margin:0 auto;
		position:relative;
	}
	.left{
		float:left;
	}
	.right{
		float:right;
	}
	#introduction .title, #photos .title, #play .title, #about-me .title, #contact .title{
		width:300px;
		text-align:center;
		padding:0px;
		margin:0 auto 30px auto;
		font-size:32px;
		font-weight:600;
		color:#444;
	}
	#introduction, #photos,#play, #about-me, #contact{
		border-bottom:2px dashed #999;
		overflow:hidden;
		padding:40px 0px;
		width:100%;
	}
	

	/* - 3.2. - BASE ELEMENTS
	------------------------------------------ */
	h1 a, h2 a, h3 a, h4 a{
		color:#000;
	}
	h1,h2,h3,h4{
		margin:1em 0 0.35em 0;
		font-weight:400;
	}
	h1{font-size:28px;}
	h2{font-size:24px;}
	h3{font-size:20px;}
	h4{font-size:16px;}
	h5{font-size:14px;}
	h6{font-size:12px}
	h1.title{
		padding:0 0 15px 0;
	}
	h2.title{
		padding:0 0 0px 0;
	}
	h3.title{
		padding:0 0 7px 0;
	}
	a{
		color:#e50000;
		text-decoration:none;
	}
	a:hover{
		color:#e50000;
		text-decoration:underline;
	}
	small{font-size:12px;}
	
	ul{
		margin:0 0 15px 15px;
	}
	ul li{
		list-style:disc inside;
	}
	ol{
		margin:0 0 15px 15px;
	}
	ol li{
		list-style:decimal inside;
	}
	dl{
		margin:0 0 15px 0;
	}
	dl dt{
		font-weight:bold;
		margin:0 0 5px 0;
	}
	dl dd{
		margin:0 0 15px 0;
	}
	strong{
		font-weight:bold;
	}
	b{
		font-weight:bold;
	}
	em{
		font-style:italic;
	}
	i{
		font-style:italic;
	}
	p{
		line-height:1.3em;
		margin:0 0 0.5em 0;
		font-size:15px;
	}
	p.error{
		color:#e50000;
	}
	.error{
		color:#e50000;
	}


	/* - 3.5. - SOCIAL ICONS
	------------------------------------------ */
	#social-icons{
		position:absolute;
		margin:0px;
		top:20px;
		left:15px;
		width:40px;
		height:160px;
		z-index:200;
	}
	#social-icons li{
		margin:0 0 10px 0;
		list-style:none;
		border-radius:100px;
	}
	#social-icons li a{
		display:block;
		width:35px;
		height:35px;
		text-indent:-9999px;
		background:url(../images/header/icon-sprite.png);
	}
	#social-icons li a.fb{
		background-position:-186px 1px;
	}
	#social-icons li a.fb:hover{
		background-position:-186px 38px;
	}
	#social-icons li a.twitter{
		background-position:-39px 1px;
	}
	#social-icons li a.twitter:hover{
		background-position:-39px 38px;
	}
	#social-icons li a.linkedin{
		background-position:-76px 1px;
	}
	#social-icons li a.linkedin:hover{
		background-position:-76px 38px;
	}
	#to-top-button{
		width:40px;
		height:40px;
		background:#ccc;
		position:absolute;
		bottom:20px;
		right:20px;
		border-radius:100px;
		text-indent:-9999px;
		z-index:200;
		background:url(../images/back-to-top.png) no-repeat;
	}
	#to-top-button:hover{
		background-position:-40px 0px;
	}
	
	

	
	/* - 3.7. - ERROR PAGE
	---------------------------------------------- */
	#error{
		position:relative;
		height:450px;
		width:620px;
		left:50%;
		top:50%;
		margin:-225px 0 0 -310px;
	}	
	#error .logo{
		width:250px;
		height:300px;
		margin:20px auto 20px auto;
	}
	#error p{
		width:620px;
		text-align:center;
		font-size:20px;
		margin:0 0 20px 0;
	}
	#error .button{
		width:135px;
		margin:0 auto;
		display:block;
	}


/* - 4.0. - INTRODUCTION
---------------------------------------------- */
#introduction{
	background:url(../images/whitey.png);
	padding:25px 0 50px 0;
	border-top:6px solid #000;
}
#introduction .branding{
	width:100%;
}
#introduction .branding .avatar{
	width:210px;
	height:187px;
	margin:0 auto;
	background:url(../images/header/8bit.png);
	background-position:0px 0px;
	display:block;
	text-indent:-9999px;
}
#introduction .branding .8bit{
	width:100%;
	height:210px;
	text-align:center;
	text-indent:-9999px;
	font-size:50px;
	font-weight:900;
	
	margin:20px 0 15px 0;
	background:url(../images/header/8bit.png) no-repeat center center;
}
#introduction .branding .introduction{
	width:100%;
	height:58px;
	text-align:center;
	text-indent:-9999px;
	font-size:50px;
	font-weight:900;
	
	margin:20px 0 15px 0;
	background:url(../images/header/brett.png) no-repeat center center;
}
#introduction .branding .strapline{
	width:500px;
	text-align:center;
	margin:0 auto 20px auto;
	font-size:18px;
	font-weight:300;
	letter-spacing:0.2px;
	font-family:"Helvetica Neue","Arial";
	color:#888;
	text-shadow:0px 1px 0px #FFF;

}
#introduction #navigation{
	margin:0 auto;
	width:269px;
	overflow:hidden;
	box-shadow:0px 2px 2px rgba(0,0,0,0.07);
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.07);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.07);
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
#introduction #navigation ul{
	margin:0px;
	padding:0px;
}
#introduction #navigation li{
	list-style:none;
	float:left;
	border:1px solid #BABABA;
	border-left:1px solid #FFF;
	border-top:1px solid #BABABA;
	background:#F8F8F8; /* old browsers */
	background:-moz-linear-gradient(top, #F8F8F8 0%, #ECECEC 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#ECECEC)); /* webkit */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#ECECEC',GradientType=0 ); /* ie */
	background-image:-o-linear-gradient(top, #F8F8F8 0%, #ECECEC 100%); /* opera */
	box-shadow:inset 0 1px 0px rgba(255,255,255,1);
	-moz-box-shadow:inset 0 1px 0px rgba(255,255,255,1);
	-webkit-box-shadow:inset 0 1px 0px rgba(255,255,255,1);
}
#introduction #navigation li:hover,
#introduction #navigation li.active{
	background:#494949; /* old browsers */
	background:-moz-linear-gradient(top, #494949 0%, #242424 100%); /* firefox */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#494949), color-stop(100%,#242424)); /* webkit */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#242424',GradientType=0 ); /* ie */
	background-image:-o-linear-gradient(top, #494949 0%, #242424 100%); /* opera */
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border:none;
}
#introduction #navigation ul li a{
	font-size:13px;
	font-weight:600;
	color:#444;
	text-shadow:0px 1px 0px #FFF;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:10px 0px 7px 0px;
}
#introduction #navigation ul li a:hover,
#introduction #navigation ul li.active a{
padding:11px 1px 8px 1px;
	color:#FFF;
	text-shadow:-1px 0 0 #000;
}
#introduction #navigation li.link-photos{
	border-left:1px solid #BABABA;
	border-radius:100px 0px 0px 100px;
	-moz-border-radius:100px 0px 0px 100px;
	-webkit-border-radius:100px 0px 0px 100px;
}
#introduction #navigation li.link-photos:hover{
	border-left:0px;
}
#introduction #navigation ul li.link-about a{
	width:88px;
}
#introduction #navigation ul li.link-photos a{
	width:85px;
}
#introduction #navigation ul li.link-play a{
	width:80px;
}
#introduction #navigation ul li.link-contact a{
	width:90px;
}
#introduction #navigation li.link-contact{
	border-radius:0px 100px 100px 0px;
	-moz-border-radius:0px 100px 100px 0px;
	-webkit-border-radius:0px 100px 100px 0px;
}


/* - 5.0. - PHOTOS
---------------------------------------------- */
#photos .title{
	width:100%;
	height:95px;
	background:url(../images/photos-title.png) no-repeat center center;
	text-indent:-9999px;
}
/*#photos .photos-items{
	overflow:hidden;
}
#photos .photos-items li{
	width:200px;
	list-style:none;
	float:left;
	margin:0 11px 20px 0;
	position:relative;
}
#photos .photos-items li a{
	color:#444;
}
#photos .photos-items li.last{
	margin-right:0px;
}
#photos .photos-items li .option-overlay{
	display:none;
	position:absolute;
	top:10px;
	left:10px;
	width:260px;
	height:139px;
	z-index:100;

	text-indent:-9999px;
}
#photos .photos-items li .option-overlay a{
	color:#FFF;
	width:260px;
	text-align:center;
	display:block;
	font-weight:600;
}
#photos .photos-items li .option-overlay span{
	color:#FFF;
	width:260px;
	text-align:center;
	font-size:9px;
	display:block;
	padding:10px 0;
}
#photos .photos-title{
	font-size:14px;
	font-weight:300;
	margin:10px 0 0 0;
	height:25px;
}
#photos .photos-image{
	width:260px;
	height:139px;
	padding:0px;
	display:block;
	
}
#photos .photos-role{
	color:#999;
	font-size:12px;
	padding:0 0 0 5px;
}
*/
.instagram {
	overflow: hidden;
	margin: 0 auto;
	
}

.instagram-placeholder {
	float: left;
	margin-left: 15px;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:15px;
}


/* - 7.0. - ABOUT ME
---------------------------------------------- */
#about-me{
	background:url(../images/whitey.png);
	overflow:hidden;
}
#about-me .title{
	width:100%;
	height:95px;
	background:url(../images/about-title.png) no-repeat center center;
	text-indent:-9999px;
}
#about-me p{
	font-size:13px;
	text-shadow:0px 1px 0px #FFF;
}
#about-me h3{
	font-size:14px;
	text-shadow:0px 1px 0px #FFF;

}
 


#about-me .right-section{
	padding:0 0 0 63px;
	float:right;
	width:502px;
	margin:0 0 50px 0;
	border-left:5px dotted #cdcdcd;
}
#about-me .left-section{
	padding:0 0 0 0;
	float:left;
	width:150px;
	margin:0 0 10px 0;
}
#about-me .right-section h3, #about-me .left-section h3{
	font-size:18px;
	font-weight:300;
}
#about-me #spacer{
	display:none;
	padding:20px 0 40px 0;
	clear:both;
	position:relative;
}

#about-me .left-section .family{
	width:362px;
	height:362px;
	background:url(../images/fullsize.png) no-repeat;
	margin:20px auto 0 auto;
	display:block;
}



/* - 9.0. - FOOTER
---------------------------------------------- */
#footer{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
}
#footer p{
	color:#999;
	font-weight:600;
	font-size:14px;
	font-family:"Helvetica Neue","Arial";
}

#grid{
	
	margin:55px auto 00px auto;
	padding:30px 20px 40px 80px;
	text-align:center;
	width:910px;
	
	}
	
	.gridimg{
	
	margin:15px; 
	width:150;
	 box-shadow: 0px 3px 12px #999; 
	 -moz-box-shadow: 0px 3px 12px #999; 
	 -webkit-box-shadow: 0px 3px 12px #ACB5C4;
	 	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
	
	}


.listimg{
	
	margin:45px auto 10px auto; 
	width:500px;
	 box-shadow: 0px 3px 12px #999; 
	 -moz-box-shadow: 0px 3px 12px #999; 
	 -webkit-box-shadow: 0px 3px 12px #ACB5C4;
	 -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
	
	}