/*
Theme Name: Chaton
Theme URI: http://www.drin.cn/wordpress/themes/chaton/
Description: Chaton is yet another theme with a minimalistic feel created for drin.cn site.
Version: 0.1
Author: Darrin Wang
Author URI: http://www.drin.cn/
Copyright (C) 2010 Darrin Wang
*/

@import url("html.css");
@import url("structure.css");
@import url("content.css");
@import url("comment.css");
@import url("plugins.css");

.small {
  font-size: 11px;
}
.align-right {
  text-align: right;
}
#beta-test {
  margin: 20px 0 50px 0;
}
#displayswitch {
  border: solid 1px #D7D3E0;
  padding: 2px;
  margin: 0;
  background: #FFF;
}
#displayswitch:hover {
  border-color: #B7B3B0;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
#side-l-content, #side-r-content {
  display: none;
}
#header .blog-title {
  font: 24pt Helvetica, Tahoma, Verdana, Sans-serif, Arial;
  color: #000;
  padding: 0 0 20px 151px;
  margin: 0; 
}
#header .menu {
  text-align: right;
  background: none;
}
#header .tabs li 
{
  text-transform: lowercase;
  font: normal 9pt Helvetica, Tahoma, Verdana, Sans-serif, Arial;
  /* ------------------------------------*/
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 15px;
  _height: 15px;
  /* ------------------------------------*/
  list-style-type: none;
  background: #FFF;
  padding: 2px 0;
  margin: 0 10px;
}
#header .tabs a:link, #header .tabs a:visited, #header .tabs a:active {
  color: #000;
  text-decoration: none;
}
#header .tabs a:hover {
  color: #000;
  text-decoration: none;
}
#header li.current_page_item {
  background: #000;
}
#header .current_page_item a:link, #header .current_page_item a:visited, #header .current_page_item a:active  {
  color: #FFF;
  padding: 0 25px;
  background: #000;
}
#header h1 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  margin: 0;
  text-align: left;
}
#flickr-iframe {
  background: #000;
  height: 75px;
  width: 75px;
}
#divider {
  width: 150px;
  margin: 0 20px 20px 380px;
  padding: 0;
  height: 1px;
  border-top: 4px solid #948979;
}
#flickr {
  float: center;
  display: inline-block;
}
#footer .info {
  display: none;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
}
#footer P {
  line-height: 150%;
  font-size: 9pt;
}
#searchform, #searchform p {
  font-size: 1em;
  margin: 0;
  color: #888;
}
#searchform input {
  width: 110px;
  font-size: 1em;
  background: #fff;
  color: #888;
  margin: 0;
  border: 1px solid #CCC;
}
#searchform input:focus {
  border-color: #36d;
}
