@charset "utf-8";
/*  
Theme Name: MiniLog
Theme URI: http://www.hoyzai.com
Description: A very simple wordpress theme, which can help you to build a mini blog.


	This theme was designed and built by Hoyzai,
	whose blog you will find at http://www.hoyzai.com/
	
	

*/

/* Begin General */
* {
    margin: 0;
	padding: 0;
	}
	
body {
    font: 12px "Lucida Grande", Verdana;
	color: #414b56;
    margin: 0;
	padding: 0;
	line-height: 165%;
	background: url(images/bg.gif) repeat;
	background-attachment: fixed;
	}
	
a {
    color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #bdc8d5;
	}
	
a:hover {
    color: #790026;
	border-bottom: 1px dashed #8f9700;
    background: #fffcbf;
	}
	
h1 a {
    font-size: 24px;
    color: #fff;
	height: 51px;
	padding: 25px 36px 5px 0;
	border: none;
	background: url(images/logo.gif) no-repeat right center;
	}
	
h1 a:hover {
    color: #ffc;
    border: none;
	background: url(images/logo_hover.gif) no-repeat right center;
	}
	
h2 {
    font: bold 12px "Lucida Grande", Verdana;
	letter-spacing: 1px;
	margin-bottom: 5px;
	}
	
h2 a {
    color: #8f9700;
	text-decoration: none;
	background: #fffcbf;
	}
	
h3 {
    font: bold 14px "Lucida Grande", Verdana;
	}

p {
    margin: 15px 0;
	}
	
img {
    border: none;
	}
	
ul, ol {
    list-style: none;
	}
	
input, textarea {
    font: 12px "Lucida Grande", Verdana;
	}
	
hr {
    display: none;
	}
	
blockquote {
    padding-left: 24px;
    background: url(images/quote.gif) no-repeat;
	}
	
code {
    font: 12px "Courier New", Courier, monospace;
	background: #fefbe8;
	}
	
.clear {
    clear: both;
	height: 0;
	}
	
.hide {
	display: none;
	height: 0;
}
	
#page {
    width: 600px;
	margin: 0 auto;
	border-left: 8px solid #5d422e;
	border-right: 8px solid #5d422e;
	background: #fff;
	}

#content {
    padding: 0 20px;
	}
/* End General */


/* Begin Header */
#header {
    height: 96px;
	padding: 30px 20px 0 20px;
    background: url(images/header_bg.gif) repeat-x;
	}
	
#about {
    font-size: 11px;
    margin: 0;
	padding: 0 20px;
	}
	
#about img {
    float: right;
	margin: 6px 0 0 8px;
	padding: 4px 2px 0 2px;
	border: 2px solid #e2ecf9;
	}

.menu {
    font: bold 11px verdana;
    margin-top: 32px;
	}
	
.menu li {
    margin-right: 20px;
    float: left;
	}
	
.menu li a {
    color: #eee;
	border: none;
	}
	
.menu li a:hover {
    color: #fff;
    border: none;
	background: none;
	}
/* End Header */


/* Begin Body */
.post {
    margin: 20px 0;
	}
	
.posttitle {
    font: bold 16px "Lucida Grande", Verdana;
	color: #333;
	text-align: center;
	letter-spacing: normal;
	margin-top: -15px;
	}
	
.pagetitle {
    font: bold 16px "Lucida Grande", Verdana;
	color: #333;
	letter-spacing: normal;
	margin-top: -15px;
	}
	
h2.title {
    font: bold 16px "Lucida Grande", Verdana;
	color: #333;
	letter-spacing: normal;
	}
	
.widecolumn .pagetitle {
    margin: 0;
	}
	
p.postmeta {
    font-size: 10px;
    margin: 0;
	padding: 0;
	text-align: right;
	}
	
p.postmetadata {
    border-top: 1px dashed #94a6bb;
	}

span.data {
    color: #74869c;
	padding-left: 11px;
	background: url(images/time.gif) no-repeat left 6px;
	float: left;
	}
	
span.cocount a {
    color: #74869c;
	padding-left: 11px;
	border: none;
	background: url(images/comment.gif) no-repeat left 2px;
	}
	
span.cocount a:hover {
    color: #414b56;
    border: none;
    background: url(images/comment.gif) no-repeat left 2px;
	}
	
p.tags {
    font-size: 10px;
    padding-left: 11px;
    background: url(images/tag.gif) no-repeat left center;
	}
	
p.tags a {
    color: #94a6bb;
    border: none;
	}
	
p.tags a:hover {
    color: #414b56;
	border-bottom: 1px solid #d7e0ea;
    background: none;
	}
	
a.morelink {
    font-size: 10px;
	color: #74869c;
	width: 37px;
	padding: 0 4px;
	border: none;
	background: #e2ecf9;
    }
	
a.morelink:hover {
    color: #414b56;
	border: none;
	background: #d7e0ea;
	}
	
.narrowcolumn p, #footer p {
    margin: 0;
	}

#content {
    padding-bottom: 15px;
	}
	
#content img {
    margin: 0 auto;
	border: 4px solid #e2ecf9;
	display: block;
	}
	
.entry ul, .entry ol {
    padding-left: 25px;
	}
	
.entry ul {
    list-style: disc;
	}
	
.entry ol {
    list-style: decimal;
	}
	
.navigation {
	padding: 3px 0 5px 0;
	border-top: 2px solid #ecf0f1;
	}
	
.navigation a {
    border: none;
	}
	
.navigation a:hover {
    border-bottom: 1px dashed #8f9700;
	}

.alignleft {
    float: left;
	}
	
.alignright {
    float: right;
	}
/* End Body */


/* Begin Comments */
.comments {
	margin: 0;
    padding: 0 10px 1px 10px;
	background: #e8edef;
	clear: both;
	}
	
.comments h3 {
    font: bold 14px "Lucida Grande", Verdana;
    color: #666;
	margin: 0;
	padding: 10px 0 0;
	text-transform: uppercase;
	}

.comments p {
    margin: 0;
    padding: 5px 0;
	}
	
.comments li {
    margin: 10px 0;
	padding: 0 5px;
	border: 1px solid #fff;
	background: #f4f8fb;
	}
	
.comments li a {
    color: #414b56;
    border: none;
	}
	
.comments li a:hover {
    color: #790026;
    text-decoration: underline;
    background: none;
	}

.comments .alt {
    background: #f9f9f1;
	}
	
.comments .admin {
	border: solid 1px #ddbd70;
	background: #f4f0d8;
	}

.comments .user, .comments .useradmin {
    padding: 5px 2px 5px 0;
	border-bottom: 1px dashed #ccc;
    }
/* End Comments */


/* Begin CommentsForm */
#commentsform {
	margin: 20px 0;
	padding: 10px;
	background: #e8edef;
	clear: both;
	}
	
#commentsform h3 {
    font: bold 14px "Lucida Grande", Verdana;
	color: #666;
	margin: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
	}
	
#commentsform p {
	margin: 0;
	padding: 2px;
	}
	
#commentsform form {
	margin: 0;
	padding: 5px;
	border: 1px solid #fff;
	background: #f9f9f1;
	}
	
#commentsform .on {
	width: 180px;
	margin: 0;
	padding: 3px;
	border: 1px solid #dde2e5;
	background: #fff;
	}
	
#commentsform .over {
	width: 180px;
	margin: 0;
	padding: 3px;
	border: solid 1px #bdc6cb;
	background: #fbfbfb;
	}

#commentsform textarea {
	width: 400px;
	padding: 3px;
	border: 1px solid #dde2e5;
	} 
/* End CommentsForm */


/* Begin Footer */
#footer {
    font-size: 11px;
    color: #bbb;
    padding: 8px 20px;
    border-top: 5px solid #f14619;
    background: #35312f;
	clear: both;
	}
	
#footer p a {
    color: #fff;
	border: none;
	}
	
#footer p a:hover {
    background: none;
	text-decoration: underline;
	}
/* End Footer */


/* Begin Others */
.fanfou_statuses ul, ul#delicious, ul.archives {
    margin: 15px 0;
	}
	
.fanfou_statuses li {
    margin: 5px 0 5px 2px;
	padding-left: 12px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	background: #fff url(images/arrow.gif) no-repeat left 6px;
	}
	
.fanfou_statuses li.mouseon {
    color: #790026;
    border-top: 1px dashed #8f9700;
	border-bottom: 1px dashed #8f9700;
    background: #fffcbf url(images/arrow.gif) no-repeat left 6px;
	}
	
.fanfou_statuses li a {
    color: #8a95a1;
    border: none;
	}

ul#delicious li {
    margin: 15px 0;
	}
	
ul#delicious li#delicon {
    padding-left: 20px;
    background: url(images/delicon.gif) no-repeat left center;
	}
	
ul#delicious li a {
    font-weight: bold;
    color: #8f9700;
	text-decoration: none;
	background: #fffcbf;
	}
	
ul#delicious li#delicon a {
    border: none;
	background: none;
	}
	
ul#delicious li a:hover {
    color: #790026;
	border-bottom: 1px dashed #8f9700;
    background: #fffcbf;
	}
	
ul#delicious li p {
    margin: 0;
	}
/* End Others */