/*   
Theme Name: Udon
Theme URI: udonentertainment.com
Description: Udon main layout
Author: Hanna Chen
Author URI: Hi
Template:
Version:
.
General comments/License Statement if any.
.
*/

* {
	margin: 0px;
	padding: 0px;
	z-index: -999;
}

body {
	margin: 0px;
	padding: 0px;
	color: #585858;
	height: 100%;
	z-index: -999;
	background: url(images/logo_bg-comic.png) no-repeat 45px -120px #417ac9;
	font-family: arial, helvetica, tahoma;
	font-size: 12px;
}

.post {
	margin-bottom: 25px;
}

.post small {
	line-height: 12px;
	font-size: 9px;
}

.post .entry {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 15px;
}

.entry p {
	margin-bottom: 8px;	
}

#main_table {
	width: 937px;
	z-index: 5;
	padding: 0px;
}

#deco_bars {
	display: block;
	width: 937px;
	height: 19px;
	border: 0px solid #FF0000;
	float: left;
}

#deco_bars.topbar {
	background: url(images/layout-comic-top.png) no-repeat 0% 0%;	
}

#deco_bars.bottombar {
	background: url(images/layout-comic-bottom.png) no-repeat 0% 0%;	
}

#menu_items {
	width: 907px;
	height: 45px;
	float: right;
	border: 0px solid #000000;
}

#menu_item_spacer {
	width: 27px;
	height: 30px;
	float: left;	
	margin: 0px;
	border: 0px;
	border: 1px solid #000000;
}

#menu_selection {
	width: 55px;
	height: 30px;
	border: 0px solid #FFFFFF;
	float: left;
	background: url(images/menu_selection-comic.gif);
	margin-left: 140px;
}

#main-logo {
	background: url(images/logo-comic.png) no-repeat 0 0;
	width: 135px;
	height: 161px;
	display: block;
	position: relative;
	top: -10px;
	z-index: 5;
}

#leftmenu li {
	line-height: 23px;
	border-top: 1px solid #417ac9;
}

