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

body {
	font-size: 10px;
	/* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	font-family: Cambria, Georgia, Times, “Times New Roman”, serif;
	background-color: #92D5CD;
	background-image: url(img/bg_169575.png);
	background-repeat: repeat;
	overflow-x:hidden;
}

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

#menu a:link, #menu a:visited { text-decoration: none; color: #333333; padding: 3px 2px 2px 2px; display: block; outline: none;}
#menu a:hover, #menu a:active{ text-decoration: none; color: #ffffff; padding: 3px 2px 2px 2px; background: #FAA512; outline: none;}

#credit a:link, #credit a:visited { text-decoration: none; color: #333333; padding: 3px 2px 2px 2px; display: inline; outline: none;}
#credit a:hover, #credit a:active{ text-decoration: none; color: #ffffff; padding: 3px 2px 2px 2px; background: #FAA512; outline: none;}

a:link, a:visited { text-decoration: none; color: #666666; padding: 1px 2px 1px 2px; outline: none;}
a:hover, a:active{ text-decoration: none; color: #ffffff; padding: 1px 2px 1px 2px; background: #FAA512; outline: none;}

a img { border: none; background: none;}

a img, a img.noshow {
background: aqua;
text-decoration: none;
}

#home a.home:link, #home a.home:visited { text-decoration: none; color: #111111; padding: 3px 2px 2px 2px; display: block; outline: none; font-style: italic;}
#home a.home:hover, #home a.home:active{ text-decoration: none; color: #ffffff; padding: 3px 2px 2px 2px; background: #FAA512; outline: none;}


#menu {
    width: 220px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 10px;
    position: fixed;
    height:auto;
	margin-top: 10px;
}


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

#menu ul li{
	padding: 1px 2px 1px 2px;
}

#menu ul li.section-title {
		font-style: italic;
		font-weight: bold;
		font-size: 11px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 3px;
		color: #111111;
	}


.menucontainer {
    height: inherit;
    background-color: #fff;
    height: auto;
    padding: 10px;
}

#content {
    margin: 0 0 0 240px;
    top: 0;
}
#work-title {
position: fixed;
background-color: #ffffff;
padding: 10px 10px 10px 10px;
margin: 0;
font-weight: bold;
font-size: 11px;
font-style: oblique;
left: 240px;
top: 10px;
}
#text {
position: fixed;
background-color: #ffffff;
padding: 10px 10px 10px 10px;
margin: 40px 0 0 0;
}
#credit {
margin-top: 10px;
background: #fff;
padding: 10px;
}

#home {
background: #fff;
padding: 9px;
position: fixed;
right: 0px;
top: 8px;
}
.title {
font-style: italic;
}
.nothumb {
margin-right: 10px;
}
.picture, .nothumb {
	border: 10px #fff solid;
	background-color: #fff;
	margin-bottom: 10px;
}
.container {
    margin: 53px 5px 0px 0px;
    height: inherit;
    width: inherit;
}

#content p { width: 333px; margin-bottom: 9px;  background-color: #fff; padding: 10px 10px 10px 10px; }

p {
    margin: 0 0 9px 0;
    font-size: 11px;
    line-height: 16px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; font-weight: 100; }
h6 { font-size: 11px; padding-top: 9px; font-weight: bold; font-style: italic;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

span {background: aqua;}