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

body {
	font-size: 11px;
	line-height: 13px;
	font-family: "Andale Mono", "Courier New", Courier, "HelveticaNeue LT" , "Helvetica Neue", Helvetica, "MS Sans Serif", Arial, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#000000; }
a:active { text-decoration: none; }
a:visited { text-decoration: line-through; color:#555555; }
a:hover { color:#AAAAAA ; text-decoration: underline; }

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    top: 10px;
    bottom: 0px;
	left: 0px;
	padding-left: 10px;
	padding-top: 20px;
	position: fixed;
    height: 100%;
	background-color: transparent;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-left:10px;
	clear:both;
}

#menu ul li { 
	display:block;
	/* float:left; */
	margin-left: 20px;
	line-height: 13px;
}

#menu ul li.section-title { 
	margin-left:-10px;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

.poster {
	background-color:#55ffff;
	color:#AA00AA;
}

.posterBG {
	background-color:#white;
	width:400px;

}

h1 { 
	font-size: 22px;
	font-family: 'Andale Mono';
	
}
h2 { 
	width:400px;
	font-size: 11px;
	font-weight: normal;
	color: black;
		}


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

#once { clear: left; }

.thumbs {
position:relative;
margin-right:10px;
margin-bottom:10px;
float:left;
}

.thumb {
		position: relative;
       width:130px;
       height:150px;
       background:none;
       border: 0px solid;
       display:table;
       float: left;
       

       text-align: center;
       }

.img {
        display:table-cell;
        vertical-align:middle;
        text-align: center;

     
        }

.img-inner {

       background:none;
       margin:0 auto;
       text-align: center;
 
       }
