/*
Theme Name: Tao
Version: 1.00
Theme URI: http://www.google.com
Author: Jin Yang
Author URI: http://www.google.com
Description: What is Tao? Let's start with minimalism.
*/

*{
    margin: 0;
    padding: 0;
}
html, body {
    height: 97%;
    width: 100%;
}
body {
	background-color: #aaaaaa;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 67%;
    text-align: center;
}

img {
	border: 0px;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a, a:visited{
	color: #000000;
	text-decoration: none;	
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.commentlist a:hover {
	text-decoration: underline;
}
hr {
	border-width: 0;
	border-top: 1px dotted #cccccc;

}

ul li {
	list-style-type:square;
	margin: 8px 0px 8px 25px;
}
h3 {
	display: block;
	text-transform:uppercase;
    font-family:"Century Gothic", arial;
	font-size: 1.5em;
	margin: 15px 0px 10px 0px;
}

p {
	margin: 10px 0px;
}

blockquote {
	margin: 10px 30px;
	padding: 5px 10px;
	border-left: 1px solid #ababab;
	font-size: 0.9em;
	line-height: 1.4em;
}

pre {
	margin: 5px 5px;
	padding: 5px 5px;
	border-top: 1px dotted #ababab;
	border-bottom: 1px dotted #ababab;	
/*	font-size: 0.9em;
	line-height: 1.3em;*/
	background-color: #f5f5f5;
	overflow: auto;
}

.tbl_chart {
	border-right: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

.tbl_chart caption {
	text-transform:uppercase;
}

.tbl_chart td, .tbl_chart th {
	border-top: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	padding: 2px 10px;
}

#top {
    width: 100%;
    height: 1px;
	text-align: right;
	font-size: 1.2em;
}

#top a, #top a:visited{
	color: #ffffff;
}
#top a:hover {
	color:#FFFF66;
}
#left, #right {
    padding: 10px;
}


#container {
    width: 960px;
    margin: 0px auto;
    text-align: left;
    padding:0px 0px 30px 0px;
	display: block;
}

#left {
    padding-top: 150px;
    width: 160px;
    float: left;
}

#right {
    padding-top: 150px;   
    width: 160px;   
    float: right;   
}
#main {
	padding: 20px;
    margin: 0px 180px;
    border: 0px solid yellow;
}

#title {
    width: 98%;
	padding-bottom: 5px;
	line-height: 90px;
	font-size: 88px;
	margin: 0px;
	text-transform: lowercase;
}

#title a, #title a:visited {
    font-family:"Century Gothic", arial;
	font-weight:100;
	color: #ffffff;
	text-decoration: none;
	border: 0px;
}

#title a:hover {
	/*color: #ffe000;*/
	text-decoration: none;	
	border: 0px;	
}
	
#intro {
	float: right;
    color:#ffffff;
    width: 98%;   
	filter: alpha(opacity=70);
	opacity:.90;
    background-color: #242424;
    margin-bottom: 2px;
    padding: 3px 8px 3px 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.3em;
	font-weight: 300;
	line-height: 1.4em;
	
}

#content {
	float: right;
    filter: alpha(opacity=90);
	opacity:.90;
    background-color: #ffffff;
    font-size: 1.2em;
    color:#000000;
    width: 98%;
    padding: 8px;
	margin-bottom: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: left;
}

#content img {
	margin: 15px 0px 15px 0px;
}

#commentBlock {
	float: right;
    font-size: 1.1em;
    filter:alpha(opacity=90);
	opacity:.90;
    background-color: #242424;
    width: 98%;
    padding: 0px 8px 8px 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.45em;
	margin-bottom: 28px;
}

#postInfo {
	float: right;
	text-align: right;
	margin:0px;
	padding:0px;
	background-color: #ffe000;

}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 100%;
    background-color: #000000;
    filter:alpha(opacity=90);
	opacity:.90;
    font-size: 1.0em;
	text-align: center;
	padding: 0px;
    color: #ffffff;
}

#footer a {
	color: #ffffff;
}


span.specCode {
	font-family: 'arial unicode MS', arial, geneva, sans-serif;
}

span.comments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}

span.commentDate {
	font-size: 0.75em;
	color: #bababa;
}

.btn {
	border: 1px solid #cccccc;
	background-color: #000000;
	color: #ffffff;
	padding: 2px 10px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
textarea {
	overflow: auto;
}

.commentForm {
	background-color: #CC0066;
	display: block; 	
}

.commentForm dt {
	text-align: right;
	background-color: #CCFF00;
	display: block; 	
	width: 100px;
	padding-right: 10px;
	border-bottom: 1px solid #cccccc;
}
.commentForm dd {
	width: 400px;
	background-color:#FFCC33;
	display: block; 	

}

#footerLinks, #searchBox, #footerNav {
	float: left;
	padding: 2px;
	width: 32%;
	margin: 0px;
}

#footerLinks {
	text-align: left;

}

#footerNav {
	text-align: center;

}

#footerNav A, #footerNav A:visited {
	color: #ffe000;
}

#searchBox {
	float: right;
	text-align: right;

}

.centerAlign {
	text-align: center;
}

.footNotes {
	border-top: 1px dotted #cccccc;
	font-size: 0.7em;
	margin-top: 10px;
	padding-top: 5px;
}
.msgImportant {
	background-color: #ffe000;
}
.msgBox {

	z-index: 25;
	text-align: left;
	background: transparent url('msgBoxBG.png') no-repeat center bottom;	
	position: fixed;
	bottom: 40px;
	left: 100px;
	height: 60px;
	width: 375px;
	overflow: hidden;
	opacity:0.9;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	display: none;
}
.msgBox .delete {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	background-color: #f9d164;
	font-size: 10px;
	padding: 0px 2px;
	color: black;
}
.msgBox p, .msgBox h3{
	margin: 2px;
	font-size: 11px;
	padding:0px;
}

.msgBox p {
	line-height: 12px;
}

.msgBox .icon {
	display: block;
	float: left;
	margin: 2px 5px;
}	