/* @override 
	http://www.mixedstudio.com/styles.css
	http://127.0.0.1/newportfolio/styles.css
*/

* {
	margin: 0px;
	padding: 0px;
}
body{
	background: #2b2b2b url(images/bg.jpg) repeat-y center top;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
a, a:visited{
	color: #90b4bc;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
p {
	color: white;
	margin-top: 8px;
	text-shadow: black 0 0 2px;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
}

h2{
	font-size: 1em;
	color: white;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 3px;
	text-shadow: black 0 0 2px;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 659px;
	height: auto;
}
#container h1{
	color: #90b4bc;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	text-shadow: #303030 0 0 2px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#content{
	padding-top: 10px;
	padding-left: 20px;

}

#content img{
}

#header{
	background-color: #2b2b2b;
}

#header img{
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#navbar{
	background-color: black;
	color: white;
}

#navbar li{
	font-size: 1.1em;
	list-style-type: none;
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-top: 8px;
	}

#navbar li:hover{
	background: #90b4bc;
	color: #232323;
}
#navbar a{
	color: #90b4bc;
	text-decoration: none;
	padding: 5px;
}
#navbar a:hover{
	color: black;
	text-decoration: none;
}
#bio{
	padding-right: 10px;
}
.floatright{
	float: right;
	clear: right;
}
#bio p{
	font-size: .94em;
}
#webpages li{
	font-size: 1em;
	list-style-type: none;
	display: inline-block;
	padding: 5px;
	width: 300px;
	vertical-align: top;
}
#webpages li p{
	font-size: .75em;;
}
#webpages img{
	width: 280px;
	border: 0px;
}

#webpages li:hover{

}
#photos li{
	font-size: .8em;
	list-style-type: none;
	display: inline-block;
	margin-top: 20px;
	width: 200px;
	vertical-align: top;
	text-align: center;
}
#photos img{
	width: 180px;
	border-bottom: 1px solid #393939;
	border-right: 1px solid #393939;
	border-top-style: none;
	border-left-style: none;
}

#photos li:hover{

}

#panoramic img{
	width: 590px;
	border-bottom: 1px solid #393939;
	border-right: 1px solid #393939;
	border-top-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-left: 8px;
}

#logos li{
	font-size: 1em;
	list-style-type: none;
	display: inline-block;
	padding: 0px;
	width: 316px;
	vertical-align: top;
	margin-bottom: 12px;
}
#logos li p{
	font-size: .8em;
	padding-right: 10px;
}
#logos img{
	width: 290px;
	border: 0px;
}

#logos li:hover{

}
#footer{
	background-color: black;
	color: #616161;
	padding: 12px;
	height: auto;
	margin-top: 60px;
	text-align: center;
	font-size: .8em;
}

.formbox{
	left: 33px;
	background-color: #2b2b2b;
	border: 0px;
	font-size: 1em;
	padding: 5px;
	color: #fff;
	position: static;
}
