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

body {
	font-size: 10px;
	font-family: 'lucida grande', 'lucida sans', sans-serif;
	line-height: 14px;
	background: #00FFCA;
}

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

a:link { text-decoration: none; color: #333; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 155px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    color: black;
	background-color: #00FFCA;
	padding-left: 10px;
}

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

/* #menu ul li.section-title { } see below at jeansienkin customization */

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

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

#content p { 
	width: 400px; 
	padding-bottom: 20px; 
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }



/* ----------------------------------------------- */

/* jeansienkin customization */


/* logo */

.logo {
	border-bottom: 0px solid black;
	margin-bottom: 20px;
	width: inherit;
	float: left;	
}

	
	h4 a#logolink, .logo p {
		color: black;
		background: #00FFCA;
		clear: left;
		border: none;
		padding: 0;
		font-size: 16px;
		line-height: 18px;
		font-family: georgia;
		font-style: italic;
	}	
	
	h4 a#logolink:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.logo p {
		color: #00BF97;
	}


/* menu */

#menu ul li.section-title, #menu .container ul li a {
	color: black;
	background: #00FFCA;
	width: inherit;
	float: left;
	clear: left;
}

#menu ul li.section-title {
	text-transform: uppercase;
	font-family: georgia;
	font-style: italic;
	margin: 20px 0 5px 0;
	padding: 0;
	color: #00BF97;
}

	#menu .container ul li a {
		padding: 5px 2px;
		border-top: 1px dotted black;
	}
	
	#menu .container ul li a:hover {
		color: white;
		text-decoration: none;
		background: black;
	}


/* worktitle */

.worktitle {
	width: 400px;
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
	padding: 48px 0 9px 0;
	font-family: georgia;
	font-style: italic;
}

	.worktitle h4, .worktitle h4 a, .worktitle h4 a:hover {
		color: #000;
		margin-bottom: 5px;
	}

			span.nothumb img { margin-bottom: 9px; margin-right: 9px; }


