html{
    background-color: #414141;
}

body {
	background: #414141;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", 
	"Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", 
	"Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	min-width: 1070px;
    height: 100%;
}

body a, a:visited, a{
	color: #abd6cb;
	text-decoration: none;
}

body a:hover{
	color: #fff;
	text-decoration: underline;
}

ul{
	padding: 0;
}

img{
	border: none;
}

.fl-right{
    text-align: right;
}

#top {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 1070px;
}

#top-container{
	margin-top: 90px;
	width: 100%;
	height: 105px;
	position: relative;
}

#logo{
	height: 105px;
	margin: 0 0 20px 20px;
	width: 302px;
	background: #414141 url("../img/gkad_logo.png") no-repeat;
}

#nav{
	position: absolute;
	top: 85px;
	height: 30px;
	text-align: right;
    right: 6%;
	color: #fff;
}

#center{
	width: 100%;
	height: 400px;
	position: absolute;
	top: 200px;
	left: 0px;
	background: #000;
	min-width: 1070px;
}

#intro{
	margin: 10px 0 0 0;
	width: 100%;
	height: 400px;
	text-align: center;
}

#phome{
	width: 100%;
	height: 400px;
	padding-top: 10px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

#phome_photos{
	margin: 0 20px 0 20px;
	height: 380px;
	width: 70%;
}

#phome_photos > img{
	margin-left: 0.5%;
	margin-right: 0.5%;
}

#phome_nav{
	width: 7%;
	position: relative;
	height: 380px;
	left: 72%;
	top: -390px;
}

#phome_list{
	list-style: none;
	text-align: right;
}

#phome_list li{
	padding: 0 0 3px 0;
}

#phome_desc{
	width: 17%;
	position: relative;
	left: 82%;
	top: -770px;
	height: 380px;
	color: #fff;
	text-align: left;
}

#projects{
	margin: 0;
	height: 400px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#project_text{
	width: 20%;
	height: 100%;
	color: #efefef;
	background: #000;
	text-align: left;
	margin-left: 20px;
    overflow: hidden;
}

.proj_text{
	color: #efefef;
	font-size: 12px;
}

div.desc-more-2{
    display: none;
}

#proj_photos{
	width: 75%;
	background: #000;
	position: absolute;
	top: 0px;
	left: 23%;
	height: 100%;
	text-align: center;
	padding-top: 10px;
}

.photo{
	margin: 0 0.3% 0 ;
	
}

#blog{
	width: 100%;
	height: 380px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#post-1{
	width: 330px;
	height: 380px;
	position: absolute;
	left: 25px;
	top: 0px;
	color: #efefef;
	overflow: hidden;
	font-size: 12px;
	margin-right: 1px;
}

#post-2{
	width: 330px;
	height: 380px;
	position: absolute;
	left: 33%;
	top: 0px;
	color: #efefef;
	overflow: hidden;
	font-size: 12px;
}

#post-3{
	width: 330px;
	height: 380px;
	position: absolute;
	left: 66%;
	top: 0px;
	color: #efefef;
	overflow: hidden;
	font-size: 12px;
}

.post{
    color:  #efefef;
    font-size: 12px;
    padding: 0 10px 0 10px;
}

div#about{
    position: relative;
    top: 20px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    line-height: 20px;
}

#bottom{
	position: absolute;
	top: 600px;
	left: 0px;
	background: #414141;
	min-width: 1070px;
	width: 100%;
}

#bottom_nav{
	margin: 0 0 0 0;
	color: #efefef;
	position: relative;
	top: 0px;
	left: 25px;
}

#bottom_nav a{
	text-decoration: none;
}

#footer{
	color: #fff;
	float: right;
    position: relative;
	right: 6%;
    margin-top: 10px;
    font-size: 12px;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}