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

body {
	
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

a img { border: none; text-decoration: none;  }

#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { }

#content {

    height: 100%;
    margin: 100px 0 0 0;
    top: 0;
}

.container {
font-size: 32px;
padding: 0;

}
   /* padding: 5px 5px 25px 5px; */
}

#content p {  margin-bottom: 9px; }

.container p {
	
    padding: 0 120px 0 0;
    line-height: 38px;
}
.container h3, .container h4 {
	display: inline;
	font-size: 32px;
	font-weight: normal;
	line-height: 38px;
}
.container h3 {
	font-style: italic;
	color: #0080c0;
	letter-spacing: 1px;
}
.container h4 {
margin-left: 4px;
	padding-left: 45px;
	background-image:url(../../../gallery/media/divideheadline.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.container p a:link, .container p a:visited {
	color: #000000;
	border-bottom: 1px;
	border-color: #0080c0;
	border-bottom-style:solid;
}
.container p a:hover {
color:#0080c0;
border:none;
}


#img-container	{
	margin-top: 64px;
		}
.nothumb, .nothumb-top {
	padding-top: 24px; 
	border-bottom: 8px;
	border-color: #e6e6e6;
	border-bottom-style:solid;
	
	
	}
.nothumb:hover, .nothumb-top:hover {

	border-color: yellow;
	
	
	}


.nothumb a {
	cursor: s-resize;
	
	}
	
.nothumb-top a {
		cursor: n-resize;
	
	}		
	

#once { clear: left; }

#moreprojects {
	display: block;
	width: 100%;
	clear: left;
	font-size: 14px;
	color: #0080c0;
	line-height: 1.6em;
	padding-top: 64px;
	opacity: 0.4;
	filter: alpha(opacity=60, finishopacity=60);
	-moz-opacity: 0.4;
	margin-bottom: 500px;
	

}
#moreprojects:hover {
	opacity: 1;
	filter: alpha(opacity=100, finishopacity=100);
	-moz-opacity: 1;
	}
#moreprojects ul {
	display: block;
	float: left;
	margin-right: 64px;

}
#moreprojects ul li {
	list-style-type: none;
	
	

}
#moreprojects ul li a:link, #moreprojects ul li a:visited {
	color:#000000;
	display: block;

}

#moreprojects ul li a:hover {
	color:#0080c0;

	}
#moreprojects ul li a:active {
	color:#000;
	background-color: yellow;

	}

