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

body {
	font-size: 12px;
	font-family: Georgia, serif;
	background: #fff;
	font-style: normal;
	margin: 50px 0 0px 20px;
}

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

a:link, a:active, a:visited {
	text-decoration: none;
	color: black;
	line-height: 15px;
}
a:visited { 
/*	text-decoration: line-through;*/
}
a:hover {
	color: white;
	background-color: black;
/*	text-decoration: underline;*/
}

a img { border: none; }

.thumb a, a.thickbox {
	background: none;
}

#menu {
/*	width: 115px;*/
	width: 215px;
	max-width: 215px;	
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 10px;
	position: fixed;
	height: 80%;
	background-color: transparent;
	margin: 50px 0 0 10px;
	overflow-y: hidden;
}

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

#menu ul li.section-title {
	font-weight: bold;
}

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

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

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

p {
    margin: 0px 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; }

#once { clear: left; }

a.button {
	background:#26b43a; color:#fff; padding:4px 6px; font-weight:bold; font-size:130%;
}