/*  
Theme Name: Hyson Tearoom
Theme URI: http://wordpress.org/
Description: The WordPress theme is Only for Hyson Tearoom
Version: 2.0
Author: Hyson Tearoom
Author URI: http://ht.tpot.tk/
*/

/* Begin Typography & Colors */
body {
	font-family: "MS PGothic", "Lucida Grande", "Osaka", sans-serif;
	background-color: #d5d6d7;
	color: #333;
	margin-top:30px;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	}

#header {
	background-color: #73a0c5;
	padding: 0;
	margin: 0 auto;
	height: 80px;
	width: 100%;
	}

#headerimg {
	margin: 0;
	height: 80px;
	width: 100%;
	}


#content {
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}
	
.narrowcolumn .postmetadata {
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
	font-size: 0.9em;
	}

h1 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: -14px;
	margin-left: 200px;
	padding-top: 20px;
	}

h2 {
	margin: 30px 0 0;
	font-size: 110%;
	color: #555555;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 90%;
	font-weight: bold;
	}
		
.description {
	font-size: small;
	text-align: center;
	}

#header .description {
	position: relative;
	margin-top: 0px;
	margin-right: 30px;
	font-size: small;
	text-align: right;
	}

h2.pagetitle {
	font-size: large;
	}


h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

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, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	margin: 0;
	padding: 0 0 10px 25px;
	width: 480px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
.description {
	text-align: center;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h2.comments, h3.comments {
	padding: 0;
	margin: 10px;
	}
/* End Headers */



/* Begin Images 
p img {
	padding: 0;
	max-width: 100%;
	}
*/
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 5px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#post_comments {
	padding: 10px;
	background: #999;
	border: 2px solid #555;
	color: #fff;
}



/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	font-size: small;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}
	

	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		padding:3px;
  		margin-top:10px;
  		background:#CCC;
  		text-transform:none;	
		border-bottom:1px solid #555;
		border-right:1px solid #555;  		
		}		


#sidebar h3 {
	margin: 5px 0 0;
	padding: 0;
	}


/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation {
	font-size: small;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.post {
	text-align: left;
	margin-left: 0px;
	background: #f1f1f1;
	border-left: 2px solid #999;
	border-right: 2px solid #999;
	}


.posted	{ 
	font-size: x-small; 
	margin:10px;
	border-top: 1px solid #CCCCCC;
	}

.post_date h4{ 
	margin-left: 0px;
	font-size: small; 
	color: #333; 
	border-bottom:1px solid #999;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:bold;
	text-align:right;
	}

.post_header {
	background: #767676 url(images/post_date_bkg.gif) repeat-x;
/*	background: #ccc url(images/post_header_bkg.gif) repeat-x;*/
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	margin-top: 0;
	margin-bottom: 0;
	color: #FFF;
}

.post_header h2 {
	color: #FFF;
/*	color: #333;*/
	margin: 0;
	padding: 5px;
}
.post_header h2 a {
	color: #FFF;
/*	color: #333;*/
	text-decoration: none;
}
.post_header h2 a:hover {
	background: #333;
	color: #eee;
}

.post_entry {
	margin: 0;
	padding: 0px;
	line-height: 1.4em;
}

.post_entry p {
	margin: 10px;
	padding: 0px;
}

.post_entry blockquote {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 2em;
	margin-left: 2em;
	border: 1px #AAA dotted;
	background:#EEE;
	border-left: solid 10px #666666;
}

.post_entry a {
	color: #00F;
	text-decoration: underline;
}

.post_entry a:hover {
	background: #444;
	color: #FFFFDE;
	text-decoration: underline;
}

.post_entry ul {
	margin: 0 50px;
	padding: 5px 0;
}

.post_entry ul li {
	padding: 2px 0;
}

.post_entry h1, .post_entry h2, .post_entry h3, .post_entry h4, .post_entry h5, .post_entry h6 {
	margin: 0 10px;
	padding-top: 6px;
}

.post_entry img {
	margin: 0px;
	padding: 0px;
	background: #fff;
}

.post_entry a img{
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}

.post_entry a img:hover{
	border:2px solid #999;
	}

.post_footer {
	font-size: small;
	padding: 3px;
	margin-top: 0;
	margin-bottom: 20px;
	background: #999 url(images/post_footer_bkg.gif) repeat-x;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	color: #FFF;
}

.post_footer a {
	color: #CCF;
	text-decoration: none;
}
.post_footer a:hover {
	background: #FFFFDE;
	color: #333;
}

.post_footer h2 {
	font-size: small;
	color: #FFF;
}
.post_footer h2 a {
	color: #444;
	text-decoration: none;
}
.post_footer h2 a:hover {
	color: #FFFFDE;
}

img.favatar { vertical-align: middle; width: 16px; height: 16px;}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#header img{ vertical-align: middle; }

#navibar {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	width: 100%;
}
.navi {
	font-size: 10px;
	color:#000;
	background:#CCC;
	padding:5px;
}
.navi img{
	vertical-align: middle;
	width: 14px; height: 14px;
}

.navi a,
.navi a:link,
.navi a:visited {
	color: #000;
	background:#CCC;
	text-decoration: none;
	padding:2px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF; 
	border-bottom:1px solid #555;
	border-right:1px solid #555; 
}

.navi a:hover {
	color: #555;
	background:#CCC;
}

.navi a:active {
	color:#F00;
	background:#999;
	border-top:1px solid #555;
	border-left:1px solid #555; 
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF; 
}

.here {
padding:2px;
color:#666;
background:#AAA;
border-top:1px solid #555;
border-left:1px solid #555;
border-bottom:1px solid #FFF;
border-right:1px solid #FFF;
}

#commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
