*
{
	margin: 0;
	padding: 0;
	border: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}




#showpage {  text-align:center;line-height:30px; font-size:12px;clear:both;  color:#000; font-weight:100; margin:10px 0;}
#showpage a{ font-family:arial; text-decoration:none; color:#000; font-size:11px; font-weight:bold; background:#fff; border:1px solid #666; padding:0 5px;}





/*============================================================
	Defaults
============================================================*/
a
{
	text-decoration: none;
	color: #111;
}

a:hover
{
	text-decoration: underline;
}

p, li
{
	line-height: 18px;
}

small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

img.alignleft
{
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

img.alignright
{
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 540px;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
}

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}






/*============================================================
	Headings
============================================================*/
h1
{
	font: normal 36px "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #fff;
}

h1 a
{
	color: #fff;
}

h2
{
	font: normal 24px "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #1e1e1e;
}

h2 a
{
	color: #1e1e1e;
}
	

h3
{
	font: normal 18px "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #666;
}

h3 a
{
	color: #1e1e1e;
}


h4
{
	font: normal 16px "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #1e1e1e;
}

h4 a
{
	color: #1e1e1e;
}






/*============================================================
	Body & container(s)
============================================================*/
body
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	background:#000 url(images/bg_body.gif) repeat-x;
	color: #666;
	text-align: center;
}

#wrapper
{
	width: 964px;				/* 4px extra to accomodate 1px borders */
	text-align: left;
	margin: auto;
	overflow: hidden;
}













/*============================================================
	Primary structure(s)
============================================================*/
#page
{
	padding: 20px;
	background: #F5F2EB;
	border: 1px solid #CCC;
}

#content
{
	float: left;
	width: 672px;
	background-color:#F5F2EB/* 2px extra to accomodate 1px borders */
}

#sidebar
{
	float: left;
	width: 230px;
	margin-left: 20px;
}













/*============================================================
	Header
============================================================*/
#header{height:120px; background:url(images/header.jpg); height:288px; border-left:1px solid #787878; border-right:1px solid #787878;}
#header .logo0{font-size:30px; position:relative; top:230px; left:100px;color:#FFF}
#header .logo0 a{ color:#FFF; text-decoration:none}
#header h1
{
	line-height: 120px;
	padding-left: 20px;
}


/*============================================================
	Navigation
============================================================*/
#navigation
{
	height: 38px;
	background: url('images/navigation_bg.png') #fdfdfd;
	border: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

#navigation ul
{
	list-style: none;
}

#navigation ul li
{
	float: left;
	line-height: 38px;
}

#navigation ul.left li
{
	border-right: 1px solid #CCC;
}

#navigation ul.right li
{
	border-left: 1px solid #CCC;
}

#navigation ul li a
{
	float: left;
	display: block;
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation ul li a.active
{
	color: #333;
}

#navigation ul li a:hover
{
	color: #333;
	text-decoration: none;
}

#navigation ul li a.home
{
	background: url('images/navigation_home.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 20px;
	padding-right: 20px;
}

#navigation ul li a.home:hover
{
	background: url('images/navigation_home_hover.png');
	background-repeat: no-repeat;
	background-position: center;
}

#navigation ul li a.feed
{
	background: url('images/navigation_feed.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 20px;
	padding-right: 20px;
}

#navigation ul li a.feed:hover
{
	background: url('images/navigation_feed_hover.png');
	background-repeat: no-repeat;
	background-position: center;
}

#navigation ul li a.search
{
	background: url('images/navigation_search.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 20px;
	padding-right: 20px;
}

#navigation ul li a.search:hover
{
	background: url('images/navigation_search_hover.png');
	background-repeat: no-repeat;
	background-position: center;
}

#navigation ul #search
{

}

#navigation ul #search input.text
{
	padding: 12px;
	font-size: 11px;
	width: 200px;
	color: #666;
}

#navigation ul #search input.code
{
	padding: 12px;
	font-size: 11px;
	width: 100px;
	color: #666;
}


/*============================================================
	Sidebar specifics
============================================================*/
#sidebar h4
{
	border-bottom: 1px solid #ededed;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

#sidebar ul
{
	list-style: none;
}

#sidebar ul li a
{
	background: url('images/sidebar_icon_top.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
}

#sidebar ul.children li a
{
	background: url('images/sidebar_icon_child.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
}

#sidebar ul li ul
{
	padding-left: 10px;
}

#sidebar ul ul li
{

}

#sidebar ul ul li a
{

}




























/*============================================================
	Miscellaneous
============================================================*/
.box
{
	background: #FFF;
	border: 1px solid #DDDDDD;
	padding: 20px;
	margin-bottom: 20px;
}

.corners
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}








/*============================================================
	A post
============================================================*/
div.post
{
	
}

div.post span.detail, div.comment span.detail, div.category span.detail
{
	display: block;
	color: #999;
	line-height: 18px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

 div.category span.detail
 {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
 }

div.entry
{
	margin-bottom: -18px;
}

div.entry p
{
	line-height: 18px;
	margin-bottom: 18px;
}

div.entry p a:hover
{
	text-decoration: underline;
}

div.entry ul, div.entry ol
{
	margin-bottom: 18px;
	margin-left: 24px;
}

div.entry ul ul, div.entry ol ol, div.entry ul ol, div.entry ol ul
{
	margin: 0px;
	padding-left: 10px;
}





div.leftrightnav
{
	height: 26px;
}

div.leftrightnav a
{
	float: left;
	display: block;
	line-height: 18px;
	padding: 5px 10px;
	margin:2px;
	border: 1px solid #CCC;
}










/*============================================================
	Comment form
============================================================*/
#commentform
{
	
}

#commentform div.paneleft
{
	float: left;
	width: 230px;
}

#commentform div.paneright
{
	float: left;
	width: 300px;
}

#commentform label
{
	display: block;
	color: #777;
}

#commentform input.text
{
	font-size: 11px;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 5px;
	width: 200px;
}

#commentform input.code
{
	font-size: 11px;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 5px;
	width: 100px;
}

#commentform textarea
{
	font-size: 11px;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 5px;
	width: 560px;
}

#commentform textarea.small
{
	width: 330px;
}

#commentform input.button
{
	font-size: 11px;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 5px;
	background: #FFF;
	color: #666;
}








/*============================================================
	Footer
============================================================*/
#footer
{
	height: 50px;
}

#footer ul
{
	list-style: none;
}

#footer ul li
{
	float: left;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer p
{
	text-align: right;
	line-height: 40px;
	padding-right: 10px;
}