/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a img { border: none; }

img {
	padding:5px;
	border:2px solid #5F6062;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;  
}

#menu {
	float: left;
    width: 208px;
    height: 100%;
    margin: -11px 0 0 0;
	background-color: #fff;
}

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

#menu ul li {
	font-size: 10px;
}

#menu ul li.section-title {
	color: #AAAAAA;
	font-size: 20px;
	font-weight: normal;
	padding-left: 0;
	text-transform: uppercase;
}

#menu ul a {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 1px;
	color: #5F6062;
}

#menu ul a:hover {
	border: none;
	background: #77B59A;
	color: #fff;
}

#menu ul li.active a {
	border: none;
	background: #77B59A;
	color: #fff;
}

.credit {
	font-style: italic;
}

.credit a {
	padding-bottom: 1px;
	color: #5F6062;
	font-weight: bold;
	font-size: 9px;
}

.credit a:hover {
	border: none;
	padding-bottom: 0px;
}


#content {
    height: 100%;
    line-height: 1.5;
    float: right;
    margin: 15px 0 0 0;
    width: 602px;
}

#content img{
}

.thumb img {
	border: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.thumb img a:hover {
	border: none;
}

.thumb-left {
	float: left;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 30px 0;
	text-align: center;
	padding-right: 16px;
	width: 190px;
}

.thumb-center {
	float: left;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 30px 0;
	text-align: center;
	padding-right: 5px;
	width: 190px;
}

.thumb-right {
	float: right;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 30px 0;
	text-align: center;
	width: 190px;
}

.caption a {
	color: #5F6062;
	font-weight: bold;
}

.caption a:hover {
	border-bottom: 1px dotted #CCCCCC;
	padding:1px 0 1px 0;	
}

.tag {
	color: #AAAAAA;
	font-size: 10px;
	font-style: italic;
}

.container {
    padding: 0;
}

#content p { width: 602px; margin-bottom: 0; }

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: 592px; margin: 0; padding: 0 0 12px 0; }
#img-container img { padding:5px;
border:2px solid #5F6062;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;  
 }

#once { clear: left; }