/*
Theme Name: TicTac - Wuhan
Theme URI: http://wuhan.authenticasian.com/

Description: My lousy attempt to reproduce a masterpiece by <a href="http://www.simplebits.com">Dan Cederholm</a>.

Version: 0.2
Author: Meng Gao
Author URI: http://wuhan.authenticasian.com/

	TicTac is a template created by Dan Cederholm for Blogger and it's one of my
	favorite designs. Therefore, I've created a WordPress theme in which I tried
	my best to make it look like Dan's original design. As much as I want to use the
	original graphics, I had to make slight changes to them so as not to run into
	copyright problems.

	Since this theme is an obvious attempt to reproduce TicTac, I take absolutely
	no credit in it. If you like this theme, write an email to Dan and let him
	know.
																	-- Meng Gao
*/

/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    text-align: center;
    color: #333;
    background: #e0e0e0;
    font: 83%/1.4 arial, helvetica, sans-serif;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: verdana, arial, "Trebuchet MS", georgia, helvetica, sans-serif;
	font-weight: bold;
	margin: .5em 0;
}
h1 { font-size: 218% }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; }

p { padding: 0 0 1em; }

u {
    text-decoration: none;
}

a, a:link { 
    text-decoration: none;
    color: #1818A8;
    border-bottom: 1px solid #1818A8; 
}
a:visited { color: #666666; border-color: #666666; }
a:hover { color: #214430; border-color: #214430; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }


a img, img {
    border: none;
}

/*
ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}
*/

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 770px;
    margin: 0 auto;
    text-align: left;
    background: url(images/tile.gif) repeat-y;
}

#content {
    float: left;
    text-align: left;
    width: 393px;
    margin: 20px 0 0 52px;
    padding: 0;
    line-height: 1.5em;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    //padding: 12px;
    //background-color: red;
    //color: #fff;
}
.message {
    background-color: green;
}




/* 3-column layout
------------------------------------------------------------------------------- */

body{
 margin: 0;
 padding:0; 
 background:#808080;
 color: #333333;
 }	 
	 
#lh-col{
 position:absolute;
 top:90px;
 left:6px;
 width:150px;
 z-index:3;
 background:#214430;
 color: #333333;
 }

#rh-col{
 position:absolute;
 top:90px;
 right:0;
 width:140px;
 z-index:2;
 background:#214430;
 color: #333333;
 }

#c-block {
 width:100%;
 z-index:1;
 background:#214430;
 color: #333333;
 height:80%;
 text-align: left;
 }

#hdr{
 height:70px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#000000;
 color: #333333; 
 margin:0;
  }
  
#hdr_main {
	float: left;
}

#hdr_side {
	float: left;
	z-index: 9999;
}

#c-col{
 margin:0px 142px 0px 160px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 padding: 10px;
 min-height: 1600px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }
 
 /* http://exploding-boy.com/images/EBmenus/menus.html */	
#menu4 {
	width: 150px;
	margin: 10px 0px 10px 0px;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	text-align: left;
	}
	
#menu4 li a {
  voice-family: "\"}\""; 
  voice-family: inherit;
  height: 24px;
	text-decoration: none;
	border: 0px;
}	
	
#menu4 li a:link, #menu4 li a:visited {
	color: #CCC;
	display: block;
	//background:  url(images/menu4.gif) 0 -32px;
	background: #4A0707;
	border-bottom: 1px solid black;
	padding: 8px 0 0 10px;
	}
	

#menu4 li a:hover {
	color: #000;
	//background:  url(images/menu4.gif);
	background: #B3FFC3;
	padding: 8px 0 0 10px;
	}		

#networking_logos ul,li {
	list-style-position: inside;
	list-style-type: none;
}
	
/* book widget
------------------------------------------------------------------------------- */
#book_widget_container {
}

#book_container1 {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	border-width: 1px;
	border-style: solid;
	float: left;
	background-color: #FFFFB3;
	width: 49%;
	vertical-align: text-top;
	margin-left: 1px;
	margin-right: 1px;
	position: relative;
}

.book_container_header {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #214430;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	padding: 7px;
	text-align: center;
	background:  url(images/book_container_head_back.jpg);	
}

.book_image {
	position: relative;
	float: left;
	padding-right: 4px;
}

.book_next_to_text {
	position: relative;
	float: right;
	display: inline;
	padding: 5px;
	vertical-align: text-top;
}

#book_container2 {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	border-width: 1px;
	border-style: solid;
	float: right;
	background-color: #FFFFB3;
	width: 49%;
	vertical-align: text-top;
	margin-left: 1px;
	margin-right: 1px;
	position: relative;
}


/* featured author widget
------------------------------------------------------------------------------- */
#featured_author {
	width: 150px; 
	border: 1px solid; 
	margin-top: 10px; 
	background-color:#FFFFB3;
	border:1px solid black;
}
.sidebar_header {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 7px;
	border-bottom:1px solid black;
	background:  url(images/side_head_back.jpg);	
}
.sidebar_text {
	padding:7px;
	text-align: center;
}

.sidebar_text ul, li {
	list-style-position: outside;
}

/* miscellaneous
------------------------------------------------------------------------------- */
#header_bottom {
	background-color: #4A0707;
	height: 15px;
}


/* twitter widget
------------------------------------------------------------------------------- */
#twitter_widget {
	width: 130px; 
	border: 1px solid; 
	margin-top: 10px; 
	background-color:#FFFFB3;
	border:1px solid black;
}
.sidebar_header_twitter {
	//background-color: #33CCFF;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 7px;
	border-bottom:1px solid black;
	background:  url(images/side_head_twitter.jpg);	
}

/* goodreads widget
------------------------------------------------------------------------------- */
#goodreads_widget {
	width: 150px; 
	border: 1px solid; 
	margin-top: 10px; 
	background-color:#FFFFB3;
	border:1px solid black;
}
.sidebar_header_goodreads {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 7px;
	border-bottom:1px solid black;
	background:  url(images/side_head_back.jpg);	
}


/* networking widget
------------------------------------------------------------------------------- */
#networking_widget {
	width: 130px; 
	border: 1px solid; 
	margin-top: 10px; 
	background-color:#FFFFB3;
	border:1px solid black;
}
.sidebar_header_networking {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 7px;
	border-bottom:1px solid black;
	background:  url(images/side_head_back.jpg);	
}

/* partners widget
------------------------------------------------------------------------------- */
#partners_widget {
	width: 130px; 
	border: 1px solid; 
	margin-top: 10px; 
	background-color:#FFFFB3;
}
.sidebar_header_partners {
	background-color: #33304F;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 7px;
}

/* links widget
------------------------------------------------------------------------------- */
#links_widget {
	width: 130px; 
	border: 1px solid; 
	margin-top: 10px; 
	background-color:#FFFFB3;
	border:1px solid black;
}
.sidebar_header_links {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 7px;
	border-bottom:1px solid black;
	background:  url(images/side_head_back.jpg);		
}

/* testimonial widget
------------------------------------------------------------------------------- */
#testimonial_widget {
	width: 130px; 
	border: 1px solid; 
	margin-top: 10px; 
	background-color:#FFFFB3;
	border:1px solid black;
}
.sidebar_header_testimonial {
	//background-color: #4A0707;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 7px;
	background:  url(images/side_head_back.jpg);		
	border-bottom:1px solid black;
}


/* social bookmarks
------------------------------------------------------------------------------- */

#bookmark-tools {

	margin-bottom: 10px;

	padding-top: 10px;

	font-size: 11px;

	}

#bookmark-tools ul {

	margin: 0;

	padding: 0;

	list-style: none;

	}

#bookmark-tools li {

	margin: 0;

	padding: 0;

	display: inline;

	}

#bookmark-tools li.title {

	margin: 0;

	padding:  0 10px 0 0;

	font-weight: bold;

	color: #2E3237;

	text-transform: uppercase;

	}


/* ditto pagination
------------------------------------------------------------------------------- */
#ditto_pages {
    width: 100%;
    display: block;
    white-space: normal;
}

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #4A0707;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #000000;
    background-color: #214430;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: white;
    font-weight: bold;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

/* search
------------------------------------------------------------------------------- */
#search form {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 40px;
	left: 50px;
	display: inline;
}

.ajaxSearch_resultsInfo {
	font-weight:bold;
}
