*{margin: 0;padding: 0;	border: 0;}
.left{	float: left;}
.right{	float: right;}
.clear{	clear: both;}
a{text-decoration: none;	color: #111;}
a:hover{text-decoration: underline;}
p, li{line-height: 18px;}

h1{	font: normal 36px "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;color: #fff;}
h1 a{color: #fff;}
h2{	font: normal 20px "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;	color: #920909;}
h2 a{color: #333;}
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: #5d2b33;}
h4 a{	color: #5d2b33;}

#showpage {  text-align:center;line-height:30px; font-size:12px;clear:both;  color:#000; font-weight:100; margin:10px 0; padding:0 10px;}
#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;}


/*============================================================
	Body & container(s)
============================================================*/
body
{
	font:100 12px/18px Arial, Helvetica, sans-serif;
	background:url(images/blog/blog_bg.png) repeat top #fff;
	color: #666;
	text-align: center;
}
a{ color:#000; font-weight:bold}

#wrapper
{
	width: 964px;				/* 4px extra to accomodate 1px borders */
	text-align: left;
	margin:0 auto;
	overflow: hidden;
}


/*============================================================
	Primary structure(s)
============================================================*/
#page
{
	padding:10px 0;
	background: #fbeaf2;
	border: 1px solid #CCC; clear:both
}

#content
{
	float: right; 	
	width: 682px;
	background-color:#fbeaf2/* 2px extra to accomodate 1px borders */
	overflow:hidden;
	margin-right: 15px;
}

#sidebar
{
	float: left;
	width: 230px;
	margin-left: 15px;
}

#header{ width:963px; height:220px; background:url(images/blog/blog_head.jpg) no-repeat top center; border-left:1px solid #999;border-right:1px solid #999; overflow:hidden}
#header .logo{font-size:30px;color:#973862; text-align:center; font:bold 30px/80px Verdana, Arial, Helvetica, sans-serif}
#header .logo a{ color:#000; text-decoration:none}
#header h1
{
	line-height: 120px;
	padding-left: 20px;
}


/*============================================================
	Navigation
============================================================*/
#navigation
{
	height: 38px;
	background: url('images/blog/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/blog/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/blog/navigation_home_hover.png');
	background-repeat: no-repeat;
	background-position: center;
}

#navigation ul li a.feed
{
	background: url('images/blog/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/blog/navigation_feed_hover.png');
	background-repeat: no-repeat;
	background-position: center;
}

#navigation ul li a.search
{
	background: url('images/blog/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/blog/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;
}




/*============================================================
	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/blog/sidebar_icon_top.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
}

#sidebar ul.children li a
{
	background: url('images/blog/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: 15px;
}

.corners
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.xoxo{ list-style-type:none; padding:0; margin:0; }
.xoxo a{ color:#666;text-align:left; font-weight:100; font-size:13px; line-height:20px;}
.xoxo a:hover{ color:#000}




/*============================================================
	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 span{ float:right; text-align:right; top:0; right:0; margin-left:5px; margin-bottom:5px;}
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 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;
}