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

*
{
	margin: 0;
	padding: 0;
}
body
{
	/*margin-top: 10px;
	margin-left: 10px;
	font-size: 11px;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif;
	background: #e0e0e0;
	color:#222;*/
	background: #eee;
	color:#111;
		font-family: Georgia, serif;
	background-image:url(../img/bg.gif);
}

/* rockolo */

object, embed
{
	margin:0;
	padding:0;
	

}

.video
{
	float:left;
	margin-right:5px;
}

.siteTitle
{
	font-family: Georgia, serif;
	font-style: italic;
	/*font-weight: bold;*/
}

#menu p
{
	margin-bottom:25px;
}

.siteTitle a
{
	display: inline;
	color: #111;
	background: none;
	font-size: 32px;
	line-height:30px;
}

.siteTitle a:hover
{
	color: #ffde00;
	background: none;
}

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

a
{
	color: #fff;
	/*background-color: #999;*/
	background-color: #111;
	font-size: 11px;
	padding:0px 1px 0px 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 2px;
	line-height: 16px;
}

a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	/*background-color: #333;
	background-color: #999;*/
	background-color: #fff;
	color: #333;
}

a:visited { text-decoration: none; }

#menu li.active a
{
	background-color: #fff;
	color: #111;
}

#menu li a
{
	line-height: 19px;
}

a img { border: none; }

.indexView a
{
	background-color: #111;
	display:block;
	float:left;
	width: 160px;
	height: 145px;
	margin: 0 15px 25px 0;
	padding: 5px 5px 5px 5px;
}

/*.indexView a:hover
{
	background-color: #ffde00;
	color: #333;
}*/

.indexView img
{
	margin-bottom: 5px;
	padding:0;
}

.indexTitle
{
	font-size: 11px;
}

#menu {
    width: 215px;
    overflow: auto;
	top: 20px;
	left: 10px;
    /*top: 0;
    bottom: 0;
	left: 0;*/
    /*position: fixed;*/
    height: 100%;
	float:left;
	/*background-color: #fff;*/
}

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


#menu ul li.section-title { 

	font-style: italic;

}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
	font-size: 11px;
	
	font-family: Georgia, serif;
}

.container {
    padding: 5px 5px 25px 5px;
	padding-top:15px;
	padding-left:10px;
}

#content .container
{
	padding-top: 15px;
}

/* #content a { border-bottom: 1px dotted #ffffff } */

.content_top
{
	padding-bottom: 25px;
}

.footer
{
	 border-top: 1px dotted #666666 ;
	 width:430px;
	 margin-top:20px;
	 color: #666666;
}

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

.clear
{
clear:both;
}

p {
    margin: 0 0 15px 0;
}

h1 { font-size: 32px; 
	line-height:30px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	color:#111;

	}
h2 { font-size: 16px; 
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: normal;
	margin-bottom:15px;
	margin-top:15px;}
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; }