/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../../../files/gimgs/grid.gif);
	background-color: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #8e8e8e;
	}
	
a:active {
	text-decoration: none;
	color: #00aeef;
	}
	
a:visited {
	text-decoration: none;
	color: #8e8e8e;
	}
	
a:hover {
	text-decoration: none;
	color: #00aeef;
	}

a img {
	border: none;
	}

#footer {
	position: absolute;
	bottom: 20px;
	}

#menu {
	float: left;
	top: 20px;
    width: 300px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}

#menu ul {
	list-style: none;
	margin: 20px 0 20px 0;
}

#menu ul li.section-title {
	font-style: italic;
}

/*------------ IMAGES -------------------------------------------*/

.home_image {
	margin-top: -18px;
	margin-left: -20px;
	}
	
.about_image {
	margin-left: -19px;
	}
	
.logo_sheet {
	position: absolute;
	top: 131px;
	}

/*------------ MAIN MENU ---------------------------------------*/

#pixelseed {
	position: relative;
	}

#pixelseed a {
	display:block;
	width: 280px;
	height: 43px;
	background: url(../../../files/gimgs/nav/nav-pixelseed.png) 0 -43px no-repeat;
	text-decoration: none;
	}
	
#pixelseed a:hover { 
	background-position: 0 0;
	}
	
#pixelseed a:active {
	background-position: 0 0;
	}

#about {
	position: relative;
	padding: 5px 0 0 0;
	}
	
#about a {
	display:block;
	width: 280px;
	height: 43px;
	background: url(../../../files/gimgs/nav/nav-about.png) 0 -43px no-repeat;
	text-decoration: none;
	}

#about a:hover { 
	background-position: 0 0;
	}

#about a:active {
	background-position: 0 0;
	}

#contact {
	position: relative;
	padding: 5px 0 0 0;
	}

#contact a {
	display:block;
	width: 280px;
	height: 43px;
	background: url(../../../files/gimgs/nav/nav-contact.png) 0 -43px no-repeat;
	text-decoration: none;
	}

#contact a:hover { 
	background-position: 0 0;
	}

#contact a:active {
	background-position: 0 0;
	}


/*------------ HOME SHTUFF ------------------------------------*/

#homedesc {
	width: 250px;
	font-style: italic;
	padding-top: 18px;
	}


/*------------ PROJECT STYLES ---------------------------------*/

.title {
	padding-bottom: 6px;
	}
	
#re {
	position: absolute;
	width: 109px;
	left: 859px;
	top: 6px;
	font-style: italic;
	}
	
#re li {
	list-style: none;
	padding-bottom: 10px;
	}
	
#re a {
	font-style: normal;
	}
	
.description {
	font-style: italic;
	}

/*------------ END PROJECT STYLES -----------------------------*/

#content {
    height: 100%;
    margin: 18px 0 0 320px;
    top: 0;
	}

.container {
    padding: 0px 5px 25px 0px;
	}

#content p {
	width: 500px; margin-bottom: 9px;
	}
	
.pics {
	clear: both;
	}

p {
    margin: 0 0 9px 0;
	}

#img-container	{
	position: absolute;
	top: 105px;
	margin: 0;
	padding: 0;
	}
	
#img-container p {
	width: 540px;
	margin: 0;
	padding: 0 0 12px 0;
	}

#once {
	clear: left;
	}