/*

	zenlike1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: #DBCCB0;
	margin: 0;
}

body,input
{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

p
{
	line-height: 1.5em;
	margin-bottom: 1.0em;
}

a
{
	color:green;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1
{
	font-size:18px;
	font-weight:bold;
	color:#174820
}

h2
{
	margin:7px 0;
	font-size:15px;
	font-weight:bold;
	line-height:19px;
	color:#777;
}

h3 span
{
	font-weight: normal;
}

h3,h4
{
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right;
}

h3
{
	font-size: 1.7em;
	padding-right: 34px;
	background-image: url('images/db1.gif');
}

h4
{
	font-size: 1.2em;
	padding-right: 28px;
	background-image: url('images/db2.gif');
}

img {
	border:0;
}

img.left
{
	float: left;
	margin: 5px 10px 5px 0;
}

img.right
{
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}

.post .details
{
	top: -1.5em;
	font-size: 0.8em;
	color: #787878;
}

.post ul.controls
{
	clear: both;
}

.post ul.controls li
{
	display: inline;
	font-size: 0.8em;
}

.post ul.controls li a
{
	background-repeat: no-repeat;
	background-position: left;
	padding: 0em 1.0em 0em 20px;
}

.post ul.controls li a.printerfriendly
{
	background-image: url('images/icon-printerfriendly.gif');
}

.post ul.controls li a.comments
{
	background-image: url('images/icon-comments.gif');
}

.post ul.controls li a.more
{
	background-image: url('images/icon-more.gif');
}

.box
{
	position: relative;
	background: #FDFCF6 url('images/boxbg.gif') repeat-x;
	left: -1.5em;
	top: -1.5em;
	padding: 1.5em;
	border-bottom: solid 1px #E1D2BD;
	margin-bottom: 1.0em;
}

ul.linklist, .linklist li
{
	list-style: none;
}

ul.linklist li
{
	background:#dedede url('images/submenu_01.png') repeat-x;
	border-top:1px solid white;
	border-bottom:1px solid #bdbdbd;
	padding:6px 10px 7px 10px;
}

ul.linklist li a
{
	font-size:15px;
	font-weight:bold;
	color:#216326;
	text-decoration:none;
	display:block;
}

ul.linklist li a:hover
{
	color:#0ba215;
}

#outer
{
	width:760px;
	border-right:1px solid #BCAE94;
	border-left:1px solid #BCAE94;
	background-color: #eee;
	margin: 0 auto;
}

#header
{
	position: relative;
	height: 130px;
	background: #fff url('images/header_bg.jpg') no-repeat;
}

#headercontent
{
	top:0;
	left:0;
	width:130px;
	height:127px;
}

#headercontent a img
{
	border:none;
	width:100px;
	height:100px;
}

#menu
{
	position: absolute;
	width:100%;
	top:102px;
	left:0;
	height:28px;
	background:url('images/menu_border_bottom.png') repeat-x;
}

#menu ul li
{
	position: relative;
	display: inline;
	margin-left:3px;
}

#menu ul li span
{
	padding:6px 0;
	background:url('images/menu_left.png') no-repeat top left;
	display:inline-block;
}

#menu ul li span a
{
	padding:6px 10px;
	font-size:13px;
	font-weight:bold;
	color: #bfe8d7;
	text-decoration: none;
	background:url('images/menu_right.png') no-repeat top right;
	
}

#menu ul li span.menu_current
{
	display:inline-block;
	background:url('images/menu_active_left.png') no-repeat top left;
}

#menu ul li span a.menu_current
{
	padding:6px 7px 6px 10px;
	background: url('images/menu_active_right.png') no-repeat top right;
	color:#003f25;
}

#menubottom
{
	border-bottom:1px solid #b2cac0;
	line-height:12px;
	background:#eee url('images/main_bg.png') top no-repeat;
}

#flashContent
{
}

#content, #flashContent #interior
{
	background:#eee url('images/main_bg.png') top no-repeat;
	border-top:1px solid white;
	border-bottom:1px solid #b2cac0;
}

#flashContent #interior
{
	padding:10px;
}

#primaryContent
{
	margin:10px 20px 10px 235px;
}

* html #primaryContent
{
	height:1%;
}

#primaryContent li
{
	margin-left:20px;
}

#primaryContent hr
{
	margin-bottom:10px;
}

#secondaryContent
{
	float:left;
	padding:10px;
	width: 200px;
}

* html #secondaryContent
{
	height:1%;
}

#secondaryContent #topBar
{
	background:url('images/sidebar_bg_01.png') no-repeat;
	height:9px;
	line-height:1px;
	font-size:1px;
}

#secondaryContent #middleArea
{
	background:#eee url('images/sidebar_bg_02.png') no-repeat; 
	padding:5px 15px 15px 15px;
	text-align:left;
}

#secondaryContent #bottomBar
{
	background:url('images/sidebar_bg_03.png') no-repeat;
	height:11px;
}

.secondaryButton
{
	text-align:center;
	margin:7px 0;
}

.secondaryButton span
{
	background:url(images/button_second_eee_01.png) no-repeat top left;
	padding:9px 0;
	display:inline-block;
}

.secondaryButton span a
{
	background:url(images/button_second_eee_02.png) no-repeat top right;
	padding:9px 20px;
	text-decoration:none;
	color:#473d35;
	font-weight:bold;
	font-size:14px;
}

.clearLeft
{
	clear:left;
	line-height:1px;
	font-size:1px;
}

#footer
{
	border-top:1px solid white;
	background:#eee url(images/main_bg.png) no-repeat;
	position: relative;
	clear: left;
	padding: 5px;
	text-align:center;
	font-size:11px;
	color:#666;
}


#search
{
	position: absolute;
	top: 5.5em;
	right: 2.0em;
	padding-right: 0.0em;
}

#search input.text
{
	margin-right: 0.5em;
	vertical-align: middle;
	border-top: solid 1px #000000;
	border-right: 0px;
	border-bottom: solid 1px #777777;
	border-left: 0px;
	padding: 0.15em;
	width: 10.0em;
}

#search input.submit
{
	background: #939B00 url('images/buttonbg.gif') repeat-x;
	border: solid 1px #5F6800;
	font-weight: bold;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
	vertical-align: middle;
}

#movieDiv
{
	visibility:hidden; 
	position:absolute; 
	top:350px;
	left:450px;
	width:320px;
	height:283px;
	z-index:10px;
	background:black;
}