
h1,h2,ul,p,li{
	margin:0;
	padding:0;
	list-style:none;
}

p{
   margin-bottom:10px;
}
p.first{
	margin:15px 0 0 0;
}


body {
    background:#000;
    color:#fff;
	font-family:'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',sans-serif;
	font-size:13px;
}

body.b2 #page{
	background-image:url("../img/page-bg2.jpg");
}

body.b3 #page{
	background-image:url("../img/page-bg3.jpg");
}

#page{
	background:url("../img/page-bg1.jpg") no-repeat;
	height:275px;
	margin:20px auto;
	padding-top:177px;
	position:relative;
	width:974px;
}



a{
	color:rgb(182,179,38);
	color:rgba(255,255,0,0.6);
}

a:hover{
	color:rgb(214,213,49);	
	color:rgba(255,255,0,0.75);
}

h1{
	position:absolute;
	left:0;
	bottom:0;
	font-weight:normal;
	font-family:'Bookman Old Style',Georgia, 'Times New Roman';	
	width:950px;
	padding-left:24px;
	height:72px;
	line-height:72px;
	font-size:30px;
	background: url('../img/bg-076.png');
	background:rgba(6,10,3,0.76);
	text-shadow:1px 1px 3px #000
}

h1 span{
	color:#3b482e;
	text-shadow:1px 1px 3px #111

}

.box{
	background: url('../img/bg-033.png');
	background:rgba(6,10,3,0.33);
	min-height:165px;
	padding: 10px 106px 5px 0;
	-moz-border-radius:3px;
	-webkit-border-radus:3px;
	border-radus:3px;
	-moz-box-shadow:1px 1px 10px #666;
	-webkit-box-shadow:1px 1px 10px #666;
	box-shadow:1px 1px 10px #666;
	text-shadow:2px 2px 3px #000;
	position:relative;
}

#content{
	margin-left:24px;
	width:530px;
	float:left;
	
	

	
}



#content img{
	margin:-10px 15px -5px 0;
	float:left;
}

.box h2{
	color:#ddd;
	font-family:'Bookman Old Style',Georgia, 'Times New Roman';	
	font-weight:normal;
	font-size:16px;
	position:absolute;
	left:5px;
	top:-25px;
}

#flickrImages{
	float:right;
	margin-right:24px;
	padding:7px 10px 8px;
	width:247px;
}

#flickrImages ul{
	position:absolute;
	left:10px;	
	top:7px;
	margin-right:-5px;
	display:none;
}

#flickrImages li{
	float:left;
	list-style:none;
	border:2px solid #ccc;
	margin:0 5px 5px 0;
	-webkit-transition: -webkit-box-shadow 300ms linear;
	-moz-transition: -moz-box-shadow 300ms linear;
	-o-transition: box-shadow 300ms linear;
}

#flickrImages li:hover{
	-moz-box-shadow:2px 2px 7px #ddd;
	-webkit-box-shadow:2px 2px 7px #ddd;
	box-shadow:2px 2px 7px #ddd;
}

#flickrImages ul.item0	{
	display:block;
}

#flickrImages img{
	border:0;
	display:block;
}




.social{
	position:absolute;
	right:30px;
	bottom:23px;
}

.social li{
	float:left;
}

.social li a{
	float:left;
	margin-left:5px	;
	width:16px;
	height:16px;
	background:url('../img/social-icons.png') no-repeat 0 0;
	text-indent:-9999px;
	opacity:0.5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-webkit-transition: opacity 600ms linear;
	-moz-transition: opacity 600ms linear;
	-o-transition: opacity 600ms linear;
	
}

.social li a:hover{
	opacity:1;
}

.social li.linkedin a{
	background-position:0 -40px;
}

.social li.last a{
	background-position:0 -20px;
}
