/*  
Theme Name: Simple Chimera
Description: A simple white three-column theme.
Version: 2.0
Author: Wanico
Author URI: http://wanico.wamimo.net/blog/
*/

/* all START */
body,h1,h2,h3,h4,h5,h6,ul,ol,li,address,blockquote,dd,dl,hr,p,form{
  margin: 0;
  padding: 0;
}
body{
  margin: 0;
  font-family: Verdana, Helvetica, Georgia, Sans-serif;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  color: #000000;
}
a:link, a:visited{
  text-decoration: none;
  color: #333;
}
a:hover{
  text-decoration: none;
  color: #78B2C0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin: 10px 0;
	font-family:'Nobile', arial, serif;
}
h1 {font-size:200%;}
h2 {font-size:190%;}
h3 {font-size:130%;background:url(img/h3.gif) no-repeat;padding: 0 0 0 20px;}
h4 {font-size:130%;border-bottom:solid 1px #ccc;}
h5 {font-size:110%;}
h6 {font-size:100%;}
p{
  padding: 8px 0 5px 0;
}
em{
	background: url(img/em.png) repeat-x bottom;
	font-style:normal;
	font-weight:bold;
}
blockquote, pre {
	background:#fff url(img/blockquote.gif) 8px 8px no-repeat;
	color:#4D808C;
	border:1px solid #CCC;
	padding:5px 12px 5px 36px;
	margin:15px 10px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
abbr[title], acronym[title] {
	border-bottom:thin dotted;
	cursor:help;
}
input,textarea{
  background:#fff;
  color:#362E2B;
  padding:1px;
  border:1px #ccc solid;
  font-family: Verdana, Sans-serif;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* all END */

/* layout START */
#wrapper{
  margin: 0 auto 0 auto;
  width: 915px;
  text-align: left;
}
#container{
  float: left;
  width: 450px;
  padding:10px;
  background:#fff;
  margin:0 5px 0 0;
  border-right:dotted 1px #ccc;
}
.post{
  padding: 10px 0 10px 0;
}
.navigation{
  padding: 10px 0 0 0;
  font-size: 12px;
  line-height: 14px;
}
.clearfix:after{
  visibility:hidden;
  display:block;
  font-size:0;
  content:".";
  clear:both;
  height:0;}
.fixed {
	clear:both;
}
.error_column{
  text-align:center;
  line-height:18px;
}
/* layout END */

/* header START */
#header{
  width: 900px;
  margin: 10px 0 15px 10px;
  padding: 0;
}
#blogname{
  margin:0px 0 10px 0px;
}
#blogname h1{
  font-family: 'Nobile', arial, serif;
  font-size:35px;
}
.description{
}
#bk_mootools{
  position: absolute;
  top:0px;
  right:10px;
}
#bk_mootools ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#bk_mootools li.bk_bottom a {
  width: 116px;
  height: 18px;
  display: block;
  text-indent: -3000px;
  font-size: 1px;
  background: url(img/bk_footer.gif);
}
#bk_mootools li.bk_bottom a:hover{background-position: 0 -18px;}
/* header END */

/* post START */
#notice{
  margin: 0 0 10px 0;
}
.post h2{
  font-family: 'Nobile', arial, serif;
  font-size: 14px;
  font-weight:bold;
  margin: 0 0 5px 0;
  padding: 5px 10px 5px;
  background: #f0f0f0 url(img/post_h2.gif) repeat-x;
  border:solid 1px #ccc;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.entry{
  line-height: 18px;
}
.entry a{
  color:#78B2C0;
}
.entry a:hover{
  color:#8EC7D5;
}
.entry img{
  padding: 0;
  margin: 0;
  max-width: 400px;
}
.highslide-image img{
  border: solid 1px #cccccc;
  padding: 4px;
  margin: 0 10px 0 0;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
* html #article img {
  width: expression(this.width > 400 && this.width > this.height ? 400 : auto);
}
.postpage{
  font-weight: bold;
  padding: 0 0 0 20px;
  background:url(img/post_icons.gif) no-repeat;
  background-position:0 -80px;
}
.postpage a{
  color: #78B2C0;
}
.postpage a:hover{
  color: #8EC7D5;
}
.postmetadata{
  clear: both;
  display: block;
  margin: 10px 0 10px 0;
  padding: 5px 0 0 0;
}
.postmetadata a{
  color: #78B2C0;
}
.postmetadata a:hover{
  color: #ccc;
}
.date{
  padding: 0 0 0 20px;
  background:url(img/post_icons.gif) no-repeat;
  background-position:0 0px;
}
.author{
  padding: 0 0 0 20px;
  background:url(img/post_icons.gif) no-repeat;
  background-position:0 -16px;
}
.category{
  padding: 0 0 0 20px;
  background:url(img/post_icons.gif) no-repeat;
  background-position:0 -32px;
}
.tags{
  margin: 0 0 0 10px;
  padding: 0 0 0 18px;
  background:url(img/post_icons.gif) no-repeat;
  background-position:0 -48px;
}
.comments{
  padding: 0 0 0 20px;
  background:url(img/post_icons.gif) no-repeat;
  background-position:0 -64px;
}
.archive_info{
  padding: 0 0 0 18px;
  background:url(img/sidebar_li.gif) no-repeat;
}
#hidemsg{
 margin: 5px 0 0 0;
}
#hidetext{
 display: none;
 margin: 0px;
}
/* post END */

/* post other START */
.post ul,ol {
	margin: 1em 20px;
	padding: 0;
	list-style-position: outside;
}
.post ul ul,ul ol,ul ol,ol ol {
	margin: 0.3em 0 0.3em 15px;
}
div.post table {
	margin:15px 10px;
	border:solid 1px #ccc;
	background-color:#fff;
}
div.post caption {
	padding-bottom:0.3em;
}
div.post th,td {
	padding:0.3em 10px;
	border-collapse:separate;
	border-spacing:1px;
}
div.post th {
	color:#4D808C;
	background-color:#f0f0f0;
}
div.post td {
	padding: 0.3em 10px;
}
div.post dl {
	margin:15px 10px;
  padding: 0.5em 15px;
	border: solid 1px #ccc;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
div.post dt {
	margin: 0.3em 0;
	padding-bottom: 0.3em;
	font-weight: bold;
	color: #4D808C;
}
div.post dd {
	margin: 0.5em 0;
}
/* post other END */

/* sidebar START */
.sidebar{
  float: left;
  width: 430px;
  margin: 0;
  padding: 0 0 0 8px;
  display: inline;
}
#profile{
  width:408px;
  float:left;
  margin:0 0 10px 0;
  padding:5px;
  line-height:18px;
  border:solid 1px #ccc;
  background:#f0f0f0 url(img/profile_bg.gif) repeat-x;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#profile img{
  margin: 3px 0px 3px 0;
  padding: 3px;
  border:solid 1px #8EC7D5;
  background:#fff;
}
#leftsidebar{
  float: left;
  width: 210px;
  margin: 0px 5px 0 0;
  padding: 0 5px;
  display: inline;
  border:solid 1px #ccc;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#rightsidebar{
  float: right;
  width: 180px;
  margin: 0px 0 0 0;
  padding: 5px;
  display: inline;
  border:solid 1px #ccc;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sidebar ul{
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 0px;
}
.sidebar ul h2{
  font-family: 'Nobile', arial, serif;
  font-size: 14px;
  margin: 10px 0 10px 5px;
}
.sidebar ul li{
  margin:0px 0 10px 5px;
  padding: 0 0 0 18px;
  background:url(img/sidebar_li.gif) no-repeat;
}
.sidebar ul ul{
  list-style-type: none;
  margin: 10px 0;
  padding: 0px;
}
/* sidebar END */

/* calendar START */
table#wp-calendar{
  width: 100%; 
}
table#wp-calendar th{
  background: #f0f0f0 url(img/post_h2.gif) repeat-x;
  border:solid 1px #ccc;
  text-align:center;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
}
table#wp-calendar{text-align:center;}
table#wp-calendar th,td {padding:0;}
table#wp-calendar td a{color:#78B2C0;}
table#wp-calendar td a:hover{color:#ccc;}
td#prev{text-align:left;}
td#today{font-weight:bold;}
/* calendar END */

/* menu START */
#menubar {
	background: #434343; 
	margin: 0 auto;
	width: 895px;
	display:block;
	float:left;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
#menubar .menu-header,
div.menu {
	font-size: 12px;
	margin-left: 12px;
}
#menubar .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#menubar .menu-header li,
div.menu li {
	float:left;
	position: relative; 
}
#menubar a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
#menubar ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#menubar ul ul li {
	min-width: 180px;	
}
#menubar ul ul ul {
	left:100%;
	top:0;
}
#menubar ul ul a {
	background:#434343;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#menubar li:hover > a,
#menubar ul ul :hover > a {
	color:#fff;
	background:#434343 url(img/menubg.gif) repeat-x;
}
#menubar ul li:hover > ul {
	display:block;
}
#menubar ul li.current_page_item > a,
#menubar ul li.current-menu-ancestor > a,
#menubar ul li.current-menu-item > a,
#menubar ul li.current-menu-parent > a {
	color: #fff;
}

* html #menubar ul li.current_page_item a,
* html #menubar ul li.current-menu-ancestor a,
* html #menubar ul li.current-menu-item a,
* html #menubar ul li.current-menu-parent a,
* html #menubar ul li a:hover {
	color:#fff;
}
/* menu END */

/* navigation START */
.navigation{
  margin: 10px 0 0 0;
}
.alignleft{
  display: inline;
  float:left;
}
.alignright{
  display: inline;
  float:right;
}
/* navigation END */

/* footer START */
#footer{
  clear: both;
  margin: 20px 0 0 0;
  padding: 20px;
  background: #434343 url(img/footer.gif) repeat-x top;
  line-height: 18px;
  text-align:left;
  color:#fff;
}
#footer a{
  color:#fff;
}
#footer a:hover{
  color:#999;
}
#footer_content{
  clear: both;
  margin: auto;
  min-width: 900px;
  width: 69.23em;
}
#footer_list{
  float: left;
  width: 180px;
  margin-right:10px;
  padding: 5px;
}
#footer_list h2{
  font-family: 'Nobile', arial, serif;
  font-size: 14px;
  font-weight:bold;
}
#footer_list ul{
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0 0 0 0px;
}
#footer_list ul li{
  padding: 3px 0 0 13px;
  background:url(img/footer_li.gif) no-repeat left center;
}
#copyright{
  float: left;
  width: 280px;
  margin: 0 0 0 10px;
  padding: 5px;
  line-height:20px;
}
#copyright ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#copyright ul li{
  padding: 0 0 0 13px;
  background:url(img/footer_li.gif) no-repeat left center;
}
.searchfooter{
  margin: 0 0 10px 0;
}
.searchinput{
  background:#ccc;  
}
.searchbtn{
  width:18px;
  height:18px;
  border:0;
  background:url(img/search.gif) no-repeat 50% 50%;
}
/* footer END */

/* comment START */
.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}
.comments-template h3{
  font-size:18px;
}
#commentlist{
	margin: 15px 0 0 20px;
	padding: 5px 0 0;
	border-bottom:solid 1px #ccc;
}
#commentlist p{
  line-height:25px;
}
#commentlist ol li{
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}
#commentlist li{
  margin: 0;
  padding: 10px 5px 10px 5px;
  border-top:solid 1px #ccc;  
}
#commentlist li.alt{
  background:#f0f0f0;  
}
.avatar { 
  float:right;
  background: #fff;
}
#commentlist cite{
  line-height:25px;
  font-size:11px;
  font-style:normal;
  color:#999;
}
#commentform{
  margin:10px 0 0;
}
.comments-template textarea{
	font-size: 12px;
	padding:3px;
	width: 400px;
}
.comments-template input{
	font-size: 12px;
	padding:3px;
}
/* comment END */ 

/* links page START */
.linkcat h3{
  font-size:12px;
  font-family: 'Nobile', arial, serif;
  margin: 5px 0 5px 0;
  padding: 0 0 0 18px;
  background:url(img/sidebar_li.gif) no-repeat;
}
.linkpage img{
  border:0;
  padding:0;
  vertical-align: middle; 
}
.linkpage ul {
  margin:0;
  padding: 5px 6px;
  list-style-type: none;
  overflow:hidden;
}
* html .linkpage ul{ height:1%;}
.linkpage ul li {
  color: #333;
  margin-bottom: 5px;
  font-size: 12px;
}
.linkpage ul li ul li {
  text-align: left;
  margin: 3px 3px;
  line-height: 180%;
}
.linkpage ul li ul li a {
  color: #666;
}
.linkpage ul li ul li a:hover {
  color: #78B2C0;
}
/* links page END */

div.iLikeThis{
  padding: 10px 0 0;
}