@CHARSET "UTF-8";
/**
 * treedy - css
 */

#main {
}

#main h2.page_title {
	height: 40px;
	background-color: #c1c1c1;
	padding: 3px 20px 0;
	margin: 0;
}



/**
 * etc
 */
.hidden {
	display: none;
}
 
.clearer {
	clear: both;
}

.error, .notice {
	font-weight: bold;
}

#notice_msg {
	position: absolute;
	top: 190px;
	left: 200px;
	width: 550px;
}

button.img {
	border: 0;
	background: transparent;
	cursor: pointer;
}

button.img img {
	margin: 0;
	vertical-align: middle;
}


/**
 * Header
 */
#header {
	height: 30px;
	background-color: #f1f1f1;
}

#header .main {
	text-align: center;
}

#header .main h1 {
	font-size: 1.2em; 
	line-height: 1; 
	padding-top: 7px;
	margin-bottom: 0.5em;
}



/**
 * Navigation
 */
#nav {
	height: 50px;
	background-color: #e1e1e1;
}

#nav ul {
	list-style-type: none;
	display: table;
	margin: 0 auto;
	padding-top: 14px;
}

#nav ul li {
	display: table-cell;
	padding: 0 20px;
	margin: 0 0 0 0;
}


/**
 * Footer
 */
#footer {
	height: 30px;
	background-color: #f1f1f1;
}

#footer .main {
	padding-top: 8px;
	text-align: center;
}


/**
 * Error
 */
#error {
	padding: 10px 20px;
	background-color: #fff;
}



/**
 * Login
 */
#login {
	min-height: 400px;
}

#login .error {
	margin: 20px 20px -50px;
	font-weight: bold;
}

#loginForm {
	margin: 100px auto 0;
	width: 400px;
	height: 200px;
}

#loginForm .log_box {
	margin: 10px 20px;
	text-align: center;
}

#loginForm .log_box ul.errors {
	color: red;
	font-weight: bold;
}

#loginForm .log_box input[type=text], #loginForm .log_box input[type=password] {
	width: 200px;
	margin-left: 5px;
}

#loginForm .log_box input[type=submit] {
	margin-top: 20px;
	width: auto;
}




/**
 * Home
 */







#Menu3{
	font-size:14px;
	line-height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
}

a {
color:#ff0000;
text-decoration:none;
}

 a:hover {
color:#ff0000;
text-decoration:underline;}

.box{
	background-color:#e9e9e9;
}





p.newstext{
	padding:10px;
	padding-top:0px;
	margin:0px;}
p.randlos{
	margin:0px;
	padding:0px;
	}
	
.box h4 {
	padding-left:10px;
	padding-top:0px;
	color:#FF6600;
	font-size:1.1em;
	height:1.15em;
	line-height:1.15;
	margin-bottom:3px;
	font-weight:bold;
}

/**
 * Form
 */
fieldset legend {
	color: #000000;
}

label {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    text-align: right;
    width: 55px;
}

input[type="checkbox"], 
input[type="checkbox"],
select {
	margin-top: 10px;
}

.submit{
	margin-left: 298px;
}

input[type="submit"],
input[type="reset"] {
	background-color: #f5fae5;
	border: 1px solid #99cc00;
	padding: 4px 5px;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #99cc00;
	color: #ffF;
}


textarea {
	padding: 0 0 0 5px;
}

.errors {
	list-style-type: none;
	color: #ff0000;
	width: 280px;
	margin-left: 64px;
}


/*Newsletter subscribe*/

fieldset#fieldset-newsletter{
	background-color:#fbfbfb;
	
}
div.newsletter_subscribe_box .text{
width:185px;
}
div.newsletter_subscribe_box .submit{
	margin-left: 10px;

float:right;
}
div.newsletter_subscribe_box label{
text-align:left;
}

div.newsletter_subscribe_box .errors{
	margin:0px;
	width:196px;
}

#contact{
	width:430px;
	padding-left:0;
}
div.event h2 a{color:#000000;}
input.blur {
	color: #999;
}


/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 950px;	
	height:153px;	
	
			
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	/*margin-left:10px;*/
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	background-color: #ddd;
	/*margin-right: 20px;*/	
}

/* active item */
div.scrollable div.items div.active {
	/*border:1px inset #ccc;*/		
	background-color:#fff;
}

div.overlay {

	padding:40px;	
	width:737px;
	height:500px;
	display:none;
	background-image:url(/images/white.png);	
}

div.overlay div.close {
	background:url(/images/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

img.playoverlay {
	position:absolute;
	top:50%;
	left:50%; 
	width:60px;
	height:60px;
	margin-left:-30px;
	cursor:pointer;
}
div.moviepreview {
	position:relative;
	cursor:pointer;
	width:430px;
	height:242px;
}

div.overlay a {
	height:480px;
	display:block;
}