/*
Theme Name: Wordtheatre.com Theme
Theme URI: http://new.wordtheatre.com/
Description: This is the css for the wordtheatre theme
Version: 0.2
Author: Wen Zhang
Author URI: 
Tags: 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Helvetica;
}
body
{
	background: #000000;
	color: #888888;
}

div#page
{
	width:100%;
}
/*************************
* header 
*
**************************/
div#wrapper_header
{
	height:50px;
	width:100%;
	background: #888888;
	z-index:1;
}
div#wrapper_header div#header
{
	height:100%;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
div#wrapper_header div#header div#wrapper_title
{
	display:none;
	height:170px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
div#wrapper_header div#header div#wrapper_title h1
{
	float:right;
	clear:left;
	padding:20px 20px 20px 0px;	
}
div#wrapper_header div#header div#top_nav
{
	height: 30px;
	position:relative;
	top:20px;
}
div#wrapper_header div#header div#top_nav ul
{
	list-style:none;
	font-size: 17px;
	height: 30px;
}
div#wrapper_header div#header div#top_nav ul li
{
	float:left;
	display: inline;
	width:80px;
	height:1.2em;
	margin:0px 10px 0px 10px;
	padding:3px 0px 10px 0px;
	overflow:hidden;
	
	
}
div#wrapper_header div#header div#top_nav ul li.current_page_item
{
	float:left;
	display: inline;
	width:80px;
	background-color: #300000;	
}
/*****************************************************************
                           middle wrapper
******************************************************************/

/***************************
         highlighed
******************************/
div#wrapper_middle div#highlighted{
	z-index:10; /*give highligted area higher z-index to cover the top nav bar*/
	position:relative;
	width: 100%;

}
div#wrapper_middle div#highlighted div#main{
	position:relative;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	height:430px;
	overflow:hidden;
	font-family:Helvetica;
}

div#wrapper_middle div#highlighted div#main .inactive{
	opacity: 0.0;
	display:none;
}



/*********************
* footer
*
**********************/

div#wrapper_bottom
{
	margin-top: 2px;
	width: 100%;
	height:30px;
	background: #220000;
	opacity:1.0;
}

div#wrapper_bottom div#nav
{
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
}
div#wrapper_bottom div#nav ul
{
	margin: 0 auto;
}
div#wrapper_bottom div#nav ul li
{
	text-align: right;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    border-left: 1px solid #CCC;
}

div#wrapper_bottom div#nav ul li[id="home"]
{
	text-align: right;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    border-left: 0px solid #CCC;
}
div#wrapper_bottom div#nav ul li[id="btn_hide"]
{
	text-align: right;
    float: right;
    list-style: none;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    border-left: 0px solid #CCC;

}
div#senor_zone
{
	z-index: 100;
	position:absolute;
	bottom:0px;
	width:100%;
	height:100px;
	background: #002200;
	opacity: 0.0;
}

/********************************************************************************************************************
  pages
********************************************************************************************************************/
div#wrapper_middle div#highlighted div#main h2
{
	padding:30px 30px 30px 50px;
	text-align:left;
	font-size: 40px;
}
div#wrapper_middle div#highlighted div#main p
{
	font-size: 18px;
	padding:20px 50px 20px 20px;
	text-align: right;
}
div#wrapper_middle div#highlighted div#main div#page_title
{

}
div#wrapper_middle div#highlighted div#main div#page_disc
{
	position:relative;
	top: 90px;
	width: 800px;
	float:right;

}
