/*

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 {

    font-family: times new roman, Verdana, Helvetica, sans-serif;

    font-size: small;

    text-align: center;

    color: #586c92;

    background: #E7E1CB;

}

div, p, img, a, td, ul, ol {

    font-size: 26px; 

}

h1, h2, h3, h4 {

	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;

	font-weight: bold;

	margin: .5em 0;

	letter-spacing: .07em;

}

h1 { font-size: 32px }

h2 { font-size: 30px; }

h3 { font-size: 28px; }

h4 { font-size: 26px; }



p { padding: 0 0 1em; }



a, a:link { 

    text-decoration: underline;

    color: #586c92;

}

a:visited { color: #586c92;text-decoration: underline;}

a:hover { color: #586c92;text-decoration: none; }

a:active { color: #586c92; text-decoration: underline;}





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;

}
.left_sh {
	width:15px;
	background-image:url(images/sh_left.jpg);
}
.right_sh {
	width:17px;
	background-image:url(images/sh_right.jpg);
}


.header_02 {
	text-align:right;
	padding-right:10px;
	padding-top:80px;
	width:289px;
	color:#fff;
	height:36px;
	background-image:url(images/header_02.jpg);
}
.header_02 a:link {
	color:#fff;
}
.header_02 a:visited {
	color:#fff;
}
.header_02 a:active {
	color:#fff;
}
.header_02 a:hover {
	color:#fff;
	text-decoration: underline;
}


.footer_01 {

	padding:15px 0 0 15px;

	font-size:18px;

	font-weight:normal;

	font-family:verdana;

	color:#fff;

}

.footer_02 {

	padding:30px 0 0 130px;

	font-size:19px;

	font-weight:normal;

	font-family:verdana;

	color:#fff;

}

.footer_03 {

	padding:15px 0 0 15px;

	font-size:11px;

	font-weight:normal;

	font-family:verdana;

	color:#fff;

}

.footer_04 {

	padding:15px 15px 0 0px;

	font-size:11px;

	font-weight:normal;

	font-family:verdana;

	color:#fff;

}

.footer_04 a:link {

	color:#fff;

	font-size:11px;

}

.footer_04 a:visited {

	color:#fff;

	font-size:11px;

}

.footer_04 a:active {

	color:#fff;

	font-size:11px;

}

.footer_04 a:hover {

	color:#fff;

	font-size:11px;

	text-decoration: underline;

}

.main_menu {

	width:450px;

	text-align:left;

	line-height:35px;

}

.main_menu a {

	/*border-bottom:1px solid #c2c4bf;*/

}

#footer {

	width:948px;

	height:143px;

	background-image:url(images/footer_bg.jpg);

}

#page {

    width: 980px;

    margin: 0 auto;

    text-align: left;

}



#content {

    text-align: left;

    width: 908px;

    background-color:#ede9d6;

    padding:20px;

    line-height: 1.5em;

}



/* Special text formatting 

------------------------------------------------------------------------------- */



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; }*/


HR {	height: 1px;	border-bottom: 1px solid #91643A;	margin: 0px 0px 0px 0px;	}



.error, .message {

    padding: 12px;

    background-color: red;

    color: #fff;

}

.message {

    background-color: green;

}



/* Header 

------------------------------------------------------------------------- */



#header { 

	width:948px;

}

.back {

	float:left;

}

.forward {

	float:right;

}

.clearBoth {

	clear:both;

}



input 
{ 
	background:#FFFFFF;
	border:1px solid #91643A;
	font-size:14px;
	padding:2px;
	color:#000000;
	margin-top:2px;
	margin-bottom:2px;
	/*width:125px;*/
    
}

textarea
{ 
	background:#FFFFFF;
	border:1px solid #91643A;
	font-size:14px;
	padding:2px;
	color:#000000;
	margin-top:2px;
	margin-bottom:2px;
	/*width:125px;*/
    
}

select
{ 
	background:#FFFFFF;
	border:1px solid #91643A;
	font-size:14px;
	/*width:125px;*/
    
}




/* Search Form 

------------------------------------------------------------------------------- */

#search {

    position: absolute;

    right: 60px;

    top: 40px;

    padding: 15px 15px 0;

}

form.FSF_form {

    margin: 0;

    padding: 0;

    width: auto;

    text-align: right !important;

}



input.FSF_input { 

    display: inline;

    height: 17px;

    border: 1px solid #ddd;

    border-left-color: #c3c3c3;

    border-top-color: #7c7c7c;

    background: #fff url(images/input-bg.gif) repeat-x top left;

    margin: -1px 3px 0;

    padding: 3px 0 0;

}

input.FSF_submit { 

    display: inline;

    margin: -1px 0 0;

    padding: 0;

    height: 22px;

    line-height: 22px;

}





/* Post (main content entries)

------------------------------------------------------------------------- */

.post {

color:#3b3a36;

}



.post h3 {

    margin-top: 0;

color:#91643a;

}









/* Related Links 

------------------------------------------------------------------------- */

#navlist li { 

    display: inline;

    list-style-type: none;

    padding-right: 20px;

}





/* UserComments 

------------------------------------------------------------------------- */                        

.comment {

    background-color: #fff;

    border-bottom: 1px solid #ddd;

    position: relative;

    padding: 10px;

    overflow: hidden;

}

.commentAlt {

    background-color: #f4f4f4;

}

.commentAuthor {

    background-color: #ffc;    

}

.commentMe {

    background-color: #ccf !important;

    padding-top: 5px;

}

.commentNum {

    font-family: Arial, sans-serif;

    font-size: 50px;

    line-height: 30px;

    position: absolute;

    top: 0;

    right: 0;

    color: #f2f2f2;

    font-weight: bold;

    letter-spacing: -4px;

    z-index: 1;

}

.commentAlt .commentNum {

    color: #eaeaea;

}

.commentMe .commentNum {

    color: #b0b0ff;

}

.commentAuthor .commentNum {

    color: #f3f3bb;

}

.commentTitle {

    position: relative;

    z-index: 10;

    color: #999;

}

.commentTitle span {

    text-transform: uppercase;

    font-size: 86%;

}

.commentTitle strong {

    color: #693;

    font-size: 110%;

    text-transform: none;

    font-weight: normal;

    margin-right: 6px;

}

.comment .content {

    position: relative;

    z-index: 10;

}





/* Forms 

------------------------------------------------------------------------------- */





/* Special handling for images & alignment 

------------------------------------------------------------------------------- */



p img {

	padding: 0;

	max-width: 100%;

}



img.centered {

	display: block;

	margin: 0 auto;

}

img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

}

img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

}



/* Fixes for RichText widgets

------------------------------------------------------------------------------- */

.MODX_RichTextWidget {

	float: left;

}



.MODX_RichTextWidget a {

	border: 0px;

}

