/*   
Theme Name: Taichi Fu
Theme URI: 
Description: 
Author: 
Author URI: www.pharmacyfu.com
Template: thematic
Version: 1.0
Tags: 
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Taichi Fu Tweaks */
/* Post Titles */
.entry-title {
	font-size:120%;
	color:#2e2b2b;
	padding-bottom:0px;
	padding-left:0px;
	font-style: italic;
	letter-spacing:2px;
	font-variant:small-caps;
	line-height:110%;
	text-align:left;
}
.entry-title a {
	color:#2e2b2b;
	background:url(images/shuriken_red.png) no-repeat 0 25%;
	padding:0 0 0 20px;
}

/* Right column asides */
.aside h3 {
	font-style:normal;
	color:#2e2b2b;
	font-family:Verdana,Arial,sans-serif;
	font-weight:bold;
	font-size:95%;
	background:url(images/shuriken.png) no-repeat 0 57%;
	margin-bottom:5px;
	padding-left:20px;
}
.aside .current_page_item a {
	color:#db0b0b;
}

/* Generic Links */
a:active, a:hover {
	color:#db0b0b !important;
}

/* Hidden Content */
/* Always hide author,date,etc */
.entry-meta {
	display:none;
}
/* Hide comments,tags */
/*.home*/ .entry-utility { display:none } 

/* Search Form */
#access-search {
	position:absolute;
	left:50%;
	width:260px;
	margin-left:190px;
	height:29px;
	/*border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	padding:3px 0 0 0;
}
/* Move Navigation Bar to Top of Page */
/*#access {
	position:absolute;
	top:5px;
	left:162px;
}*/

/* Spacing */
#branding {
	padding:11px 0 66px 0;
}
#siteinfo {
	padding:0 0 22px 0;
}
div.comment-content p {
	line-height:140%;
}
.entry-content {
	/*border-bottom:1px dotted #cccccc;*/
	padding:15px 0 15px 0;
	text-align:left;
	font-size:102%;
	line-height:150%;
}
li#archives-2 {
	padding-bottom:22px;
}
#footer {
	border-top:none;
}
.entry-utility {
	margin-top:5px;
}
#main {
	padding-top:35px;
}
#blog-title {
	padding-top:15px;
}

/* Header Replacement */
#blog-title a {
display:block;
text-indent:-9000px;
height: 109px; /* height of your header, like 180px */
width: 541px; /* 541 width of your header, like 940px */
background:url(images/logo.png) no-repeat bottom center;
}
#blog-description {
position:absolute;
left:-9000px;
}

/* Navigation Bar */
/* Remove Navigation Bar Borders */
#access {
	border:none;
}
.sf-menu a {
	border:none;
	padding:10px 0px 1px 20px;
	margin-right:35px;
	background:url(images/shuriken.png) no-repeat 0 110%;
	letter-spacing:2px;
	font-family:Verdana, Arial, sans-serif !important;
	font-variant:small-caps;
}
.sf-menu a, .sf-menu a:visited {
	color:#2e2b2b;
}
.sf-menu {
	border:none;
}
/* Navigation Mouse-over */
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:white url(images/shuriken.png) no-repeat 0 110%;
}
/*.sf-menu li:hover a, .sf-menu li.sfHover a {
	color:#2e2b2b;
	background:url(images/shuriken.png) no-repeat 0 110%;
}*/

/* Comments */
#comments-list ol {
	border-top: 1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	border-left:1px dotted #cccccc
}
#comments-list li {
	border-bottom:1px dotted #cccccc;
}
#comments h3 {
	color:#2e2b2b;
	font-size:120%;
	background:url(images/shuriken_red.png) no-repeat 0 7%;
	padding-left:20px;
}	

/* Header Aside Widget */
#header_box {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}

/* Moves blog name & description to the left */
#branding {
  float: left;
  width: 620px;
  margin: 0 0 0 10px;
}

/* Moves the new widgetized area to the right and levels it with #branding */
#header-aside {
  float: right;
  width: 290px;
  padding: 30px 0 0 0;
}
/* This will clear the floats and keeps the access bottom line
from jumping into the air */
#access {
  clear: both;
}

#header_advert {
	width:940px;
	position:relative;
	margin:0 auto;
}

/* Emoticons */
.wp-smiley {
	max-height:15px;
}