/**
* 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: underline; }

a img { border: 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: 20px 0 0 0;
    top: 0;
}

.container {
font-size: 18px;

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

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

.container p {
	width: 700px;
    padding: 0 50px 0 0;
}
.container h3, .container h4 {
	display: inline;
	font-size: 22px;
	font-weight: normal;
}
.container h3 {
	font-style: italic;
	color: #000000;
}
.container h4 {
margin-left: 4px;
	padding-left: 45px;
	background-image:url(../../../gallery/media/divideheadline.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.container a:link, .container a:visited {
	color: #000000;
	border-bottom: 0px;
	border-color: #000000;
	border-bottom-style: dotted;
}
.container a:hover {
color:#000000;
border:none;
}
/*
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
*/

#img-container	{ margin: 20px 0 0 0; padding: 0; }
.nothumb {margin-bottom: 25px;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#moreprojects {
	clear: left;
	font-size: 13px;
	width: 550px;
	color: #0055ff;
	line-height: 1.4em;
	padding-top: 40px;
	padding-bottom: 80px;
	opacity: 0.4;
	filter: alpha(opacity=60, finishopacity=60);
	-moz-opacity: 0.4;
	

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

}
#moreprojects ul li {
	display: inline;
	background-image:url(../../../gallery/media/dividermoreprojects.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 10px;
	

}
#moreprojects ul li a:link {
	color:#000000;
	border-bottom:1px;
	border-bottom-color:#0055ff;
	border-bottom-style:solid;
}
#moreprojects ul li a:visited {
	border:none;
	color:#000000;
	background-image:url(../../../gallery/media/linethrough.gif);
	background-repeat:repeat-x;
	background-position:center;
}
#moreprojects ul li a:hover {
	color:#0055ff;
	background-image: none;
	border: none;
	}