/* @override http://localhost:8000/media/css/style.css */

@font-face 
{
    font-family: Title;
    src: local(Title), url(../fonts/Title.ttf);
}

body, html 
{
    height: 100%;
    margin: 0px;
    padding: 0px;
}
img
{
    border:none;
}

body 
{
	background-color: #060606;
    background-image: url('../images/background.png');
    background-repeat: repeat-x;
	color: #969696;

    font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 13px;
}

.clear 
{
    clear: both;
}

#Logo 
{
    position: absolute;
    right: 15px;
    top: 10px;
}

#Wrapper 
{
    background-image: url('../images/page.png');
	background-position: 0 192px;
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    position: relative;
    width: 976px;
}

#Header 
{
	background: #272727;
    background-image: url('../images/header.png');
    border-bottom: rgb(128, 128, 128);
    height: 192px;
    position: relative;
}

#Menu_A, #Menu_A ul, #Menu_B, #Menu_B ul 
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#Menu_A li 
{
    border-right-color: #a6a6a6;
    border-right-style: solid;
    border-right-width: 1px;
    float: left;
    height: 12px;
    padding-left: 16px;
    padding-top: 13px;
    width: 104px;
}

#Menu_A li a.selected, #Menu_B li.selected a, #Menu_B li.ancestor a 
{
    color: white;
}

#Menu_A li a, #Menu_B li a, #Menu_B li.descendant a , #Menu_B li.sibling a 
{
    text-decoration: none;
    color: #a6a6a6;
}

#Menu_A li a:hover, #Menu_B li a:hover 
{
    text-decoration: underline;
}

#Menu_B li 
{
    float: left;
    height: 12px;
    padding-left: 16px;
    padding-top: 13px;
    width: 104px;
}

#Menu_B ul 
{
    position: absolute;
    top: 120px;
    width: 970px;
}

#Menu_B ul ul 
{
    position: absolute;
    top: 30px;
    left: 0px;
}

h1 
{
    font-family: Title, Verdana;
    color: white;
    font-weight: 100;
}

h2
{
    font-variant: small-caps;
    font-size: 1.2em;
    text-decoration: underline;
    margin-top: 2em;
}

#LeftColumn 
{
    float: left;
    padding-left: 16px;
    padding-top: 40px;
    width: 224px;
}

#CenterColumn 
{
    float: left;
    padding-left: 16px;
    width: 464px;
}

#RightColumn 
{
    float: left;
    padding-left: 16px;
    width: 224px;
}

#Content, #CenterColumn, #DoubleLeftColumn, #LeftColumn, #RightColumn
{
    font-size: 11px;
	line-height: 16px;
	text-align: justify;
	margin-top: 3em;
}


#LeftColumn img
{
    margin-bottom: 1em;
}

#DoubleLeftColumn
{
    padding-left: 16px;
	width: 704px;
	float: left;
}
#Content
{
    padding-left: 16px;
}

a
{
    color: white;
}

a:hover
{
    text-decoration:none
}
.movieGrid
{
    overflow: auto;
}

.movieGrid .movie
{
    float: left;
    width: 150px;
    margin-right: 20px;
    margin-top: 20px;
    text-align:left;
}

.movieGrid .poster img
{
    width: 150px;
}
.movieGrid .caption
{
    color: white;
    height: 5em;
    overflow: hidden;
}

.movieGrid .movie:hover img
{
	opacity: 0.5;
}

.movieGrid .movie:hover .caption
{
	color: #666;
}

hr
{
    border: none;
    background-color: #aaa;
    height: 1px;
    margin-top: 1em;
    margin-bottom: 1em;
}

#LastPaths, #LastMovies
{
    width: 340px;
    float: left;
}

#MovieMap, #MoviePlayer
{
    width: 480px;
    height: 270px;
    float: left;
}

#MovieInfo
{
    overflow: auto;
    margin-top: 1em;;
}
div.minibox
{
    width:16px;
    float: left;
    height:16px;
    background-color:gray;
    margin:0 5px 2px 0;
}

#MovieInfo .generalInfo, #MovieInfo .themeInfo
{
    float:left;
    width: 240px;
}
#MovieInfo .themeInfo ul
{
    margin: 0;
    padding: 0;
}
#MovieInfo .themeInfo li
{
	height: 20px;
    list-style:none;
    line-height: 11px;
    text-align: left;
}
#MovieInfo .themeInfo span
{
    float: left;
}
#OtherMovies
{
    float:left;
    width:50%;
}
#MovieComments
{
    float:left;
    width:50%;
}
#MovieComments textarea
{
    width:100%;
    height:3em;
}
#MovieComments ul
{
    padding:0;
    margin:0;
}
#MovieComments li
{
    list-style:none;
    padding:10px;
    margin:10px;
    background-color:#111;

}
.error
{
    color:red;
    font-weight:bold;
}
.confirm
{
    color:#090;
    font-weight:bold;
}

form.simpleForm li
{
    list-style:none;
    padding:10px;
    clear:both;
    text-align:right;
    width:440px;
}
form.simpleForm ul
{
    padding:0;
    margin:0;
}
form.simpleForm label
{
    text-align:right;
    width:200px;
    display:block;
    float:left;
    margin-right:20px;
    font-size:1.3em;
    padding-top:0.3em;
}
form.simpleForm input[type=text],
form.simpleForm input[type=password]
{
    padding:3px;
    width:200px;
    float:left;
}
.errorlist
{
    color:red;
}
