/* @override http://localhost:8888/kage/css/screen.css */

/*kage css*/

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 16px;
	color: #cdcdcd;
	background-color: #181818;
	padding: 0; 
	margin: 0;
}

img { border:none; }

a:link, a:visited{ color: #FF7F00; text-decoration: none;}
a:hover, a:active{ color: #666666; text-decoration: none;}

#footer a:link, #footer a:link{ color: #95A289;}
#footer a:hover, #footer a:active{ color: #FF7F00;}

h1 {
	font-family: georgia;
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
	color: #666;
}

h2 {
	font-family: georgia;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
	color: #666;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	margin: 5px 0 3px 0;
}



.orange { color:#FF7F00; }
.orange2 { color:#E1751E; }
.purple { color:#81409C; }
.green { color:#95A289; }
.grey { color:#999; }
.light_grey { color:#ccc; }
.dark_grey { color:#666; }
.white { color:#fff; }



.input1 {
	color: #ccc;
	background-color: #303030;
	border-style: none;
}

.input_general, .input_general2, .textarea1 {
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #303030;
	border-style: none;
	color: #FF7F00;
	font-size: 14px;
	padding: 5px;
	margin-left: 0px;
	font-size: 13px;
	width: 300px;
}
.input_general2 {
	width:  450px;
}

.textarea1{

	width:  100%;
	height: 60px;
	padding: 4px;
	margin-top: 10px;
}

/* ------------------------------------------   MAIN DIVS  */


#wrap { 
	margin: 0 auto;
	width:800px; 
}


#left {
	width:540px;
	float: left;
}

#right {
	float: left;
	width:220px;
	margin-top: 66px;
	margin-left:10px;
	margin-right:12px;

}

#logo{
	margin-top: 30px;
}

#heads {
	/*display: none;*/
	padding-bottom:5px;
}

#footer{
	clear: both;
	font-size: 10px;
	color: #666;
	padding-top: 10px;
	margin-bottom: 10px;
}


.divider{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;

	border-top: 1px #333 solid;

}
#divider_large{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	background: url(../image/dotted_line_540.gif) no-repeat;
}
 * html #divider_large {
    \height: 1px; /* for IE5 and IE6 in quirks mode */
    h\eight: 1px; /* for IE6 in standards mode */
    margin-bottom:0px;
      margin-top:10px;
      
  } 
#divider_small{
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	background: url(../image/dotted_line_250.gif) no-repeat;
}



/* ------------------------------------------   NAVIGATION  */

#nav_main {
	font-family: georgia;
	font-size: 10px;
	/*font-weight: bold;*/
	width: 220px;
	border-bottom: 1px solid #3B3B3B;
	padding-bottom: 4px;
}
#nav_main ul {
	margin-left: 0px;
	padding-left: 28px;
	list-style-type: none;
}

#nav_main .selected {
	background: url(../image/arrow1.gif) no-repeat 0 6px;
}
#nav_main .selected a{
	color: #fff;
	}

#nav_main a {
	margin-left: 13px;
}

#nav_main .nav-orange a{ color:#FF7F00; }
#nav_main .nav-orange2 a{ color:#E1751E; }
#nav_main .nav-purple a{ color:#81409C; }
#nav_main .nav-green a{ color:#95A289; }
#nav_main .nav-grey a{ color:#999; }
#nav_main .nav-white a{ color:#fff; }


#nav_main a:hover {
	color: #666;
}

/* ------------------------------------------   ADMIN */

#admin {
	font-size: 11px;
}

#admin h1 {
	font-size: 16px;
	color: #FF7F00;
	margin-top: 50px;
}

#admin #content {
	min-height: 400px;
	height:auto !important;
	height:400px;
}

#media_container .thumb {	
	float: left;
	width: 175px;
	
	min-height: 200px;
	height:auto !important;
	height:200px;

	overflow: hidden;

	margin-right: 5px;
	margin-bottom: 10px;
	
	border-top: solid 10px #2a2a2a;
	padding-top: 2px;

}
#media_container .thumb_info {	
	overflow: hidden;
	background-color: #141414;
	padding-left: 4px;
	margin-right: 2px;
	margin-top: 2px;
	color: #666;
	font-size: 11px;
}

#help {
	margin-top: 10px;
}
#help_content{
	/*display: none;*/
	padding-top: 10px;
	color: #999;
}

#admin #single_image {
	
	color: #999;
	padding-bottom: 30px;
}
#admin .input_general, #admin .input_large, #admin .input_small, #admin .input_title  {
	font-family: Georgia; 
	background-color: #212121;
	border-style: none;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	margin-left: 0px;
	line-height: 18px;
	width: 260px;
}

#admin .input_large { width: 450px;}

#admin .input_small  { width: 80px; }
#admin .input_title  {  width: 500px; font-size: 16px; color: #FF7F00; margin-top: 20px; margin-bottom: 5px;}

#admin #form_submit { margin-top: 10px; }

#edit_left{
	float: left;
	width: 340px;
	margin-top: 10px;
}
#edit_right{
	float: left;
	width: 200px;
	margin-top: 20px;
}
#admin select{
	width: 200px;
}


#admin #video {
	margin-bottom: 40px;
}

#admin .season p {
	
	/*margin: 0px;*/
}

#admin  .download {
	
	margin-bottom: 20px;
}

#admin #news .newsitem {
	margin-bottom: 20px;
}

#admin .icons {
	margin-top: 5px;
}


/* ------------------------------------------   CONTENT  */

#content {
	line-height: 18px;
	min-height: 300px;
	height:auto !important;
	height:300px;
	
	margin-bottom: 20px;
}


#works h1, #presenters h1, #contact h1 {
	font-size: 16px;
	color: #FF7F00;
	margin-top: 50px;
}

#home #img_container, #aboutus #img_container{
	height: 350px;
	overflow: hidden;
}

#home #content{
	margin-bottom: 20px;
}

#home_featured_content {
	font-size: 11px;
}

#home_search{
	/*padding-top: 2px;*/
	padding-bottom: 15px;
}
#home_news {
	margin-top: 10px;
	
}

#right_content {
	margin-top: 20px;
	margin-left: 23px;
	font-size: 10px;
	color: #828282;
}
#right_content #links{
	line-height: 18px;
	margin-top: 20px;
}


#works_content {
	margin-top: 20px;
	margin-bottom: 30px;
	min-height: 200px;
	height:auto !important;
	height:200px;

}

#works_list {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: georgia;	
	font-size: 12px;
}
#works_list li {line-height: 22px; }

/*#works_list li a{ width: 320px; background: #333;}*/
#works_list li:hover{ background-color: #252525; }	
#works_list  a { color: #95A289; }
#works_list  a:hover{ color: #fff;}

#works_nav {
	list-style-type: none;
	font-family: georgia;	
	font-size: 10px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#works_nav a{
	color: #666;
}
#works_nav a:hover{
	color: #95A289;
}
#works_nav li {
	float: left;
	padding-right:  10px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	height: 22px;
}
#works_nav .last {
	padding-right:  0;

}

#works_nav .selected {
	color: #fff;
}

#works .container{
	height: 170px;

	font-family: georgia;
	font-size: 10px;
	margin-top: 10px;

	width: 540px;
}


#media_releases,#hires_images{margin-bottom: 30px; }





.thumb_1, .thumb_2, .thumb_3, .thumb, .thumb_video {
	float: left;
	width: 175px;
	margin-right: 7px;
	margin-top: 10px;
	padding-bottom: 20px;
	overflow: hidden;
}

  .thumb, .thumb_video {
	width:  173px; 
	/*border-top: 7px solid #535353;*/
	height: 190px;
}
#admin  .thumb_video {
	height: 120px;

}

.thumb_3 { margin-right: 0px; }
 .thumb_info,  .thumb_info2 { width: 170px; line-height: 12px; margin-top: 4px; }
.thumb_info2 { font-size: 10px;}
 .thumb_info, .thumb_info2 a{ color: #999; }
/*#works .thumb_info a:hover, #works .thumb_info2 a:hover{ color: #FF7F00; }*/

#admin #projects .thumb_info {
	font-size: 10px;
	font-family: georgia;
}

#works #divider_large{ clear: both; }


#admin #works .icons {
	padding-top: 4px;
}
#admin #works .thumb_updater { color: #181818; padding-left: 5px;}


#works_nav_list {
	margin-left: 0px;
	list-style-type: none;
	font-family: arial, helvetica, sans;	
	font-size: 10px;
	padding-left: 0px;
		
}
#works_nav_list li{
	display: block;
	line-height: 16px;
}
#works_nav_list a{
	color: #666;
}


#works .review #divider_large {
	margin-top: 25px;
	margin-bottom: 20px;
}

#works .review {
	margin-top: 25px;
	/*line-height: 20px;*/
}

#works .onlinereview {
	font-size: 11px;
}

#works #images_nav{
	width: 100px;
}
#images_nav .image_icon{
	float: left;
	width: 20px;
	height: 18px;
}

#works .season, #works .review {
	margin-top: 10px;
	margin-bottom: 20px;

}

#admin .dragbar {
	border-top: 8px solid #333;
	padding-top: 5px;

	height: 5px;
}

#admin .bio{
	margin-bottom: 20px;
}

#people #content {
	margin-top: 30px;
	margin-bottom: 30px;
}
#awards h3 {
	padding-bottom: 0px;
}
#awards #content div {
	margin-bottom: 20px;
}
#awards #content p {
	margin-top: 0px;
	}

#presenters #content ul{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 20px;
	color: #666;
}

#presenters_nav {
	list-style-type: none;
	font-family: georgia;	
	font-size: 10px;
	margin-left: 0px;
	padding-left: 0px;
	
}
#presenters_nav a{
	color: #666;
}
#presenters_nav a:hover{
	color: #95A289;
}
#presenters_nav li {
	float: left;
	padding-right:  25px;
	height: 20px;
}
#presenters_nav .last {
	padding-right:  0;

}

#presenters_nav .selected {
	color: #fff;
}


/* **********************************  TOOL TIPS */

.tool-tip {
	color: #00FF00;
	/*width: 139px;*/
	z-index: 13000;
	background-color: #000;
	opacity: .8;
	filter: alpha(opacity = 80);

}
 
.tip-title {
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	color: #00FF00;
	padding: 4px 8px 4px 8px;
	
}
 
.tip-text {
	font-size:9px;
	padding: 0px 6px;
	/*background: url(bubble.png) bottom right;*/
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #000;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


