/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0px;
}

hr.rule{
color:#000000;
background-color:#666666;
height:1px;
border:none;
}

body {
	font-size: 10px;
	font-family: Arial, sans-serif;
	color: #555555;
	background: #111111;
	height:100%;
	
	letter-spacing:0px;
	line-height:160%;
	
	background-image: url("../img/dropShadow2.png");
	background-repeat:repeat-y;
}

body.section-1 { 
}
body.section-2 { }
body.section-3 { }

div.FUN{
padding:0px;
margin:0px;
width: 600px;
}

font.title{
color:#A7A7A7;
}

font.return{
color:#111111;
}



a:link { text-decoration: none; color:#777777;  font-style:none}
a:visited { text-decoration:none; color: #777777 ; font-style:none}
a:hover { text-decoration: none; color:#A7A7A7; font-style:none}


a img { border: none; }

.top-section {
		font-size: 10px;
		font-color: #777777;
		color:#777777;
	}
	
#menu {
    width: 215px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	background-color: #111111;
}


#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	color:#A7A7A7;
	
}

#menu ul li.section-title {
text-decoration:none;
}

#content {
    margin-left: 215px;
	padding-left:25px;
	padding-right:25px;
	
}

.container {
    padding: 25px 25px 0px 25px;
}

#content p { width: 800px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { color:#111111; }
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; }

/**/
.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
	border: 2px solid #111111; 
}

.imgteaser img{
	
}
.imgteaser a {
	text-decoration:none;
	font-style:normal;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	background: #111111;
	padding: 5px;
	padding-bottom:10px
}
.imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}
.imgteaser a:hover .desc{
	display: block;
	padding: 10px 0;
	background: #111111;
	filter:alpha(opacity=100);
	opacity:1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #777777;
	position: absolute;
	bottom: 20px;
	left: 0px;
	padding: 10px;
	margin: 10;
	width: 400px;
	height:60px;
	border-top: 0px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

