/*
Theme Name: Taiwan Tea Guy
Theme URI: http://www.taiwanteaguy.com
Description: This is a TaiwanTeaGuy-styled fixed-width Wordpress theme with 2 columns (menu on the left)
Author: Michael Palmer
Author URI: http://www.stroke7.com
Based on blank theme by Tomorrow's Laundry http://www.tomorrows-laundry.com
*/

/* Eric Meyer CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*-----------Block Level Elements--------------*/

body {
	background: #ddfdd6 url(images/bg.png) repeat-x left top;
	font-family: Georgia, "Times New Roman", serif;
}

#page {
	width: 912px;
	margin: 0 auto;
}

#header {
	width: 100%;
	padding-top: 4px;
	z-index: 900;
}

#headerimg {
	background: transparent url(images/main.png) no-repeat 65px 0;
	width: 912px;
	height: 180px;
	position: relative;
}

#headerimg h1 { padding-top: 0;}

#headerimg h1 a { 
	text-indent: -999em; 
	display: block;
	width: 386px;
	height: 173px;
	}

.description {
	position: absolute;
	top: 10px;
}

#wrapper {
	width: 100%;
	z-index: 500;
}

#content {
	float: right;
	width: 627px;
	background: #eeffec url(images/entry_bg.png) repeat-y -631px 0;
}

#content #content-top { 
	background: transparent url(images/entry_bg.png) no-repeat -1px 0;
	height: 34px;
	}
	
#content #content-bottom { 
	background: transparent url(images/entry_bg.png) no-repeat -1260px 100%;
	height: 34px;
	}	

#sidebar {
	width: 260px;
	margin-right: 627px;
	margin-left: 9px;
	background: #c8ffbc;
	padding-left: 16px;
}

#footer {
	width: 100%;
	clear: both;
	font-size: 10px;
	margin-top: 25px;
	background: #94ff7c;
}

#footer p {
	padding: 10px;
	float: left;
}

#footer ul.wp-footer-links li {
	display: inline;
	float: right;
	padding: 10px;
}

ul.wp-footer-links a:link, ul.wp-footer-links a:visited { color: #00033a; }
ul.wp-footer-links a:hover, ul.wp-footer-links a:active { color: #fff; background: #00033a; }

/*-------------Headings-------------*/

h1 {

}

h2 {

}
h2.pagetitle { margin: 0 29px 15px 29px; font-weight: normal; font-size: 27px; text-decoration: none; color: #487e40; }

div#sidebar h2, div#sidebar #linkcat-2 h2 {
	display: block;
	height: 43px;
	background-color: transparent;
	background-image: url(images/main.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	background-position: -1000px -1000px;
}

div#sidebar h2#heading-search { background-position: 0 -277px; }
div#sidebar h2#heading-links, div#sidebar #linkcat-2 h2 { background-position: 0 -339px; }
div#sidebar h2#heading-categories { background-position: 0 -406px; }
div#sidebar h2#heading-pages { background-position: -392px -277px; }
div#sidebar h2#heading-archives { background-position: -392px -339px; }

h3 {

}

h3#comments, h3#respond {
	margin: 0 29px 20px 29px;
	font-size: 24px;
	font-weight: normal;
	color: #00033a;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/

.post h2 { margin-bottom: 15px; font-weight: normal; font-size: 27px; text-decoration: none; color: #487e40; }
.post h3 { margin-bottom: 10px; font-weight: normal; font-size: 16px; text-decoration: none; color: #487e40; }
h3 a { font-size: 18px; text-decoration: none; }

h2 a { font-size: 27px; text-decoration: none; }
h2 a:link, h3 a:link { color: #487e40; }
h2 a:visited, h3 a:visited { color: #390; }
h2 a:hover, h3 a:hover { color: #fff; background: #487e40; }
h2 a:active, h3 a:active { color: #36c; }

.post {
	padding: 0 29px 10px 29px;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

p.post-date {
	display: block;
	float: left;
	width: 100px;
	height: 90px;
	background: transparent url(images/main.png) no-repeat -806px -270px;
	margin-right: 14px;
}

p.post-date span { display: block; text-align: center; color: #fff; height: 15px; font-weight: bold; } 
p.post-date span.day { margin-top: 27px; font-size: 16px; }
p.post-date span.month { margin-top: 4px; font-size: 18px; text-transform: uppercase; }

.entry {
	color: #003;
	font-size: 14px;
	line-height: 21px;
}

.entrytext {
	line-height: 24px;
}

.entrytext .postmetadata {
	line-height: 18px;
}

.postmetadata {
	border-top: 4px solid #c2ffb8;
	clear: both;
	padding: 10px 4px;
	font-size: 11px;
	margin-top: 15px; 
}

.postmetadata alt {

}

.postmetadata a {
	
}

.postmetadata a:link, .postmetadata a:visited { color: #00033a;}
.postmetadata a:hover, .postmetadata a:active { background: #00033a; color: #fff; }

.navigation {
	font-size: 11px;
	padding: 0 29px;
	margin-bottom: 15px;
}

.navigation a:link, .navigation a:visited { color: #00033a; }
.navigation a:hover, .navigation a:active { background: #00033a; color: #fff; }

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

p.edit-link { padding-left: 29px; }

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {
	padding-bottom: 20px;
}

#sidebar ul li#searchform-li {
	padding-top: 4px;
	padding-bottom: 0px;
}

#sidebar ul ul {
	margin-left: 10px;
}

#sidebar ul ul li {
	padding-bottom: 10px;
}

#sidebar ul ul ul {

}

#sidebar p {
	font-size: 11px;
	line-height: 15px;
	padding-right: 10px;
}

#sidebar a:link, #sidebar a:visited { color: #46723f; }
#sidebar a:hover, #sidebar a:active { color: #fff; background: #46723f;}


/*--------------Comments--------------*/

ol.commentlist {
	padding: 0 29px;
	font-size: 12px;
}

ol.commentlist em {
	color: #46723f; 
	margin-bottom: 6px;
}

ol.commentlist li {
	background: #fff;
	border-bottom: 1px solid #c8ffbc;
	margin-bottom: 15px;
	padding: 10px;
}

ol.commentlist li cite {
	color: #00033a;
	font-weight: bold;
}

ol.commentlist li p {
	margin: 4px 0;
	line-height: 15px;
}

ol.commentlist li.alt {
	background: #c8ffbc;
	border-bottom: 1px solid #94ff7c;
}

ol.commentlist a {

}

p.commentmetadata {
	float: right;
	font-size: 11px;
}

p.commentmetadata a:link, p.commentmetadata a:visited { color: #487e40; }
p.commentmetadata a:hover, p.commentmetadata a:active { color: #fff; background: #487e40; }

ol.commentlist li p.citation {
	margin-bottom: 12px;
}

form#commentform {
	margin: 0 29px 20px 29px;
}

form#commentform textarea {
	width: 100%;
}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {
	width: 240px;
	height: 28px;
	font-size: 26px;
}

p#searchSubmit-p { text-align: right;}

/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}

/*-------------Clock rules------------------*/
div#sidebar p#clock {
	padding-top: 7px;
	margin-top: 7px;
	text-align: center;
}