.pinyin {font-family: "arial unicode ms", "lucida sans unicode", sans-serif;}

.title{margin-top:8px;}

.title a {
  padding-left:10px;
  font-family: Verdana, Arial;
  font-weight: bold;
  color:#457BCC;
  font-size: 26px;
}

img { border: 0 }

a:hover {
  color:#EF2C2C;
  text-decoration: none;
}
a {
  color: #457BCC;
  font-weight: bold;
  text-decoration: none;
}

pre {
  font-size: 11px;
  color: #4F4F4F;
}

small { font-size: 10px;}

.on { background-color: #F5F5F5}

.recent {
     font-style: italic;
     text-align: right;
     font-size: 11px;
}

#somethingsihate {
  font-weight: bold;
  font-size: 14px;
  font-family: Arial;
  color: #800000;
}

#somethingsihate a {
  color: black !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: normal !important;
}

#somethingsihate a:hover {
  color: gray !important;
  background-color: white !important;
}

/*  html */


html, body {
        background-color: #F0F0F0;
	font: normal 0.89em lucida grande, verdana, helvetica, sans-serif;
	margin: 10px 0 0 0 auto;
 	padding: 0;

}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 15px 30px 0 20px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
}

code {
	font: 1em "Courier New", "Courier", monospace;
}

/* page margins */

#blog {
        background:#ffffff;
	width: 950px;
        height: 100%;
	margin: 0 auto;
	overflow: hidden;
        border: 1px solid #ccc;
}

.wrapper{
 border: 1px solid #ccc;
 border-top: 0px;
}

/* header */


.tagline{

text-align:left;
font-size:16px;
font-family: Georgia;
padding-left:30px;
margin-top:5px;
color:#666666;
font-weight:bold;

}


.page_entry{

padding-top:15px;
padding-bottom:30px;

}



/* banner */

#banner {
	width: 950px;
	height: 100px;
	padding: 0;
	margin: 0;
	overflow: hidden;
        border: 1px solid #ccc;
	background-image: url('blogbanner.jpg');
        background-color: #C6D7F7;
}

#banner img {
	border: none;
}

#header-image {
	display: none;
}

/* announcement block */

#announce {
	padding: 0 15px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
	background-color: #FFF;
	color: #777;
	border: 1px solid #777;

}

#announce a:link, #announce a:visited {
	text-decoration: none;
	color: #457BCC;
}

#announce a:hover, #announce a:active {
	text-decoration: none;
	color: #457BCC;
}

/* main content  */

.main {
        background:#FFFFFF;
        float: left;
	width: 500px;
        min-height: 1400px;
	padding: 0px 30px 20px 30px;
	overflow: hidden;
        font-family: Times New Roman, Times;
        font-size: 17px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
}

.main small { font-size: 12px }

.main p img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
}

.main p embed {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
}

.main a:link, a:visited  {
	text-decoration: none;
}

.main a:hover, a:active{
	text-decoration: none;
	color: #FF0000;
}

.main p {
	line-height: 130%;
        letter-spacing: .88px;
}

.main h2 {
	margin: 20px 0 -10px 0;
	font-size: 22px;
	color: #800000;
}

.main h2 a:link, .main h2 a:visited  {
	text-decoration: none;
        color: #457BCC;
}

.main h2 a:hover, .main h2 a:active {
	text-decoration: none;
        color: #EF2C2C;
}

.main h3 {
	font-size: 18px;
	font-weight: bold;
	color: #800000;
}

.main ul, .main ol {
	line-height: 180%;
	color: #777;
}

.main h2.pagetitle {
	font-size: 1.36em;
        font-variant: small-caps;
        color: #7A7A7A;
	margin: 15px 0 3px 0;
}

.meta {
	font-size: 11px;
        line-height: 60%;
        font-family: lucida grande, verdana, helvetica, sans-serif;
	margin: -5px 0px 30px 0px;
	padding-top: 3px;
	border-top: 1px solid #ccc;
	color: #4F4F4F !important;
}

.meta a:link, .meta a:visited {
	text-decoration: none;
	color: #457BCC;
}

.meta a:hover, .meta a:active{
	text-decoration: none;
	color: #EF2C2C;
}

.postnav {
	width: 100%;
	float: left;
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #457BCC;
}

.postnav li.left {
	display: block;
	float: left;
}

.postnav li.right {
	display: block;
	float: right;
}

.left a {
	text-decoration: none;
	color: #457BCC;
}

.right a {
	text-decoration: none;
	color: #457BCC;
}

.left a:hover, .right a:hover {
	text-decoration: none;
	color: #EF2C2C;
}

.left a:active, .right a:active {
	text-decoration: none;
	color: #457BCC;
}

#mo_archive, #cat_archive {
	width: 325px;
	margin-bottom: 30px;
	float: left;
}

#mo_archive ul, #cat_archive ul {
	list-style: none;
}

/* comments & trackbacks */

.comment_area, .trackback_area {
	padding-top: 15px;
	margin-bottom: 20px;
	background: #FFF;
        width: 95%;
        margin-left: 10px;

}

.comment_area a, .comment_area a:visited, .comment_area a:active {
	text-decoration: none;
	color: #457BCC;
}
	
.comment_area a:hover {
	text-decoration: none;
	color: #457BCC;
}

.comment_area ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment_area li {
        padding: 5px;
}

.comment_area form li {
	margin-bottom: 0;
}

.comment_area p {
	padding: 0px;
         margin-top: -1px;
	margin-bottom: 11px;
        color: #000000 !important;
}

.commenter {
	font-weight: bold;
	padding-left: 0;
	margin-left: 0;
	color: #457BCC;
        margin-bottom: 0px !important;
}

.commenter p a, .commenter p a:visited, .commenter p a:active {
	text-decoration: none;
	color: #457BCC;
}

.commenter p a:hover {
	text-decoration: none;
	color: #457BCC;
}

.comment_info {
	font-size: .8em;
	font-weight: normal;
	color: #A8A8A8;
}

.comment_number {
	font-family: helvetica, sans-serif;
	font-size: 1em;
	margin-left: 0;
	margin-right: 5px;
	color: #457BCC;
}

.comment_number a, .comment_number a:visited, .comment_number a:active {
	text-decoration: none;
	color: #457BCC;
}

.comment_number a:hover {
	text-decoration: none;
	color: #457BCC;
}

.submit {
	font-weight: bold;
	padding-left: 0;
}

.comment_area textarea {
width: 100%;
height:100px;
background-color: #F0F0F0;
}

.comment_area input {
background-color: #F0F0F0;
}

.trackback_area ol {
	list-style: none;
	padding-left: 15px;
}

.trackback_area li {
	line-height: 180%;
}

#comments {
font-size: 16.2px;
}

#comments h2 {
font-size: 16px;
font-weight: bold;
padding-bottom: 10px;
color: #800000;
}

/* sidebar */

#side1 {
        float: left;
	width: 145px;
	padding: 20px 22px 20px 18px;
}

#side2 {
        float: left;
	width: 165px;
	padding: 15px 18px 20px 18px;
}

.side h2 {
	font-size: 13.5px;
	color: #800000;
        font-weight:bold;
        margin: .75em 0 !important;
}

.side p {
	font-size: 11px;
}

.side ul {
        color: #000000;
	list-style: none;
        font-weight:bold;
	font-size: 14px;
        line-height: 130%;
	width: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.side ul.sidelist {
	padding-bottom: 15px;
}

.side ul li a {
	display: block;
	text-decoration: none;
	color: #7A7A7A;
}

.side ul li a:hover {
   color: white;    
   background-color: black;
}

.side ul ul {
	border: none;
}

.side ul ul a {
        padding-left: 4%;
}

.side ul ul ul a {
        padding-left: 8%;
}

.side ul ul ul ul a {
        padding-left: 12%;
}

/* footer */

#foot {
        text-align: right;
	width:100%;
        height: 50px;
	padding: 0;
	margin: 0;
	clear: both;
        color: #666666;
	background-image: url('bannerbottom.jpg');
	border-top: 1px solid #ccc;
	
}

#foot p {
	padding: 7px 10px;
	font-size: 12px;
	margin: 0;

}

#foot p a:link, #foot p a:visited {
	text-decoration: none;
	color: #457BCC;
}

#foot p a:hover, #foot p a:active {
	text-decoration: none;
	color: #EF2C2C;
}


/* search form */

#search {
	width: 130%;       
        margin-bottom:20px;


}

#search .s{

background:#F0F0F0;

}

/* Begin Calendar */
/* Not used in the theme but here anyway...  */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 175px;
        padding:5px;
        border: 1px solid;
        color: #777;	
	text-align: center;
        margin-bottom:20px;

	}

#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 {
	font-size: 12px;
	font-weight:bold;
	color: #777;	
	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 */

