/*
Theme Name: Three.psd
Theme URI:
Description:
Version: 1.0
Author: Coded by Wai Wong
Author URI:
*/

/************************/
/*     Global Design    */
/************************/
* {
    margin: 0;
    padding: 0;
}

a {
	color: #8a8a8a;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    background-color: #333333;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/
#header-top {
    background: #39696f;
    height: 50px;
}


#page {
	width: 800px;
	margin: 0 auto;
}

#header {
    position: relative;
    background: url(images/header.jpg) no-repeat;
    height: 113px;
}

#nav {
    background: url(images/nav.jpg);
    height: 55px;
    padding: 0 20px;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
    background-color: #FFF;
    padding: 0 31px 20px;
}

#content {
	width: 500px;
}

.sidebar {
    width: 181px;
}

#right-bar {
    float: right;
}

#footer {
	clear: both;
    background: url(images/footer.jpg) no-repeat;
    height: 36px;
    padding: 5px 10px;
    color: #FFF;
}

/************************/
/*     Header Design    */
/************************/

#search-top {
	width: 800px;
	margin: 0 auto;
    padding: 10px 0;
}

#headerimg {
    padding-top: 20px;
    font-family: "Myriad Roman", Verdana, sans-serif;
    color: #39696f;
}

#headerimg a {
	color: #FFF;
    font-weight: normal;
}

.description {
    font-size: 12px;
    text-align: right;
    width: 300px;
}

#blockad {
    position: absolute;
    top: 30px;
    right: 10px;
}


/* Navigational bar */
ul#navi-bar {
    padding: 2px 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 45px;
    font-family: Verdana, sans-serif;
}

ul#navi-bar h2 {
    font-size: 120%;
}

ul#navi-bar li {
    display: inline;
    margin: 0 20px;
}

ul#navi-bar ul {
    display: none;
}

#navi-bar a {
    padding: 2px 0;
    color: #bcbcbc;
    text-decoration: none;
}

#navi-bar a:hover {
    color: #ffffff;
}
/************************/
/*    Sidebar Design    */
/************************/
.sidebar ul {
	font-size: 11px;
    color: #8A8A8A;
}

.sidebar ul h2 {
    font-size: 15px;
    color: #720000;
    font-weight: bold;
}

.sidebar ul li {
    margin-bottom: 20px;
}

.sidebar ul ul {

}

.sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 18px;
    background: url(images/link.jpg) no-repeat;
    height: 18px;
    padding-left: 30px;
}

.sidebar ul ul li.recentcomments {
    background: none;
    padding: 0;
    height: auto;
}


.sidebar ul ul ul {
    display: none;
}

.sidebar p {

}

.sidebar a {

}
.sidebar a:hover {

}

.sidebar a:visited {

}

/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color:;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 12px;
}

code, pre {
    overflow: auto;
    white-space: pre;
    font-family: Courier;
}

#content ul {
    padding-left: 20px;
    list-style-type: square;
}

#content ol {
    padding-left: 25px;
    list-style-type: decimal;
}

#content ul ol, #content ol ul {
    margin-top: 0.5em;
}

/************************/
/*    Content Design    */
/************************/
.post-header {
    height: 54px;
    line-height: 54px;
    background: url(images/post-header.jpg);
    padding: 0 20px;
}

.post-header h2 {
    float: left;
}


.post-header h2 a, .post-header{
    color: #7b0000;
    font-size: 12px;
    font-weight: normal;
}

.post {
    margin-bottom: 50px;
	font-size: 14px;
}

.post .post-header .posted {
    float: right;
}

.post p {
}

.post a {
    color: #7B0000;
}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {
    color: #515e6c;
    font-size: 12px;
    line-height: 16px;
    margin: 15px;
}

.postmetadata {
    font-size: 11px;
    height: 30px;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 12px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
}

#nav-above {
    margin-bottom: 10px;
}

#nav-below {
    margin-top: 10px;
}

.alignleft, .nav-previous {
    float: left;
}

.alignright, .nav-next {
    float: right;
}

.center {

}

.pagetitle {

}

cite {

}

a img {
    border: none;
}

acronym, abbr {

}

.postmetadata div {
    width: 124px;
    text-indent: 20px;
    height: 24px;
    line-height: 24px;
    float: left;
    margin: 0 15px;
}

.leave-comment {
    background: url(images/comment.jpg) no-repeat;
}

.num-comment {
    background: url(images/num-comments.jpg) no-repeat;
}

.postmetadata div.cat-meta {
    background: url(images/category.jpg) no-repeat;
    text-indent: 25px;
}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

ol.commentlist li {
    margin-bottom: 1em;
    width: 500px;
}

ol.commentlist li .comment-top, ol.commentlist li .comment-bottom {
    height: 4px;
    line-height: 1px;
    font-size: 1px;
}

ol.commentlist li .comment-body {
    background: url(images/comments.jpg) no-repeat bottom;
}

ol.commentlist li .comment-body .body .gravatar {
    float: left;
    margin-right: 10px;
    padding-left: 20px;
}


ol.commentlist li .comment-body .body {
    width: 479px;
    margin-left: 21px;
    background: #469ca6 ;
    padding: 10px 0;
    color: #FFF;
}

ol.commentlist li .comment-top {
    background: url(images/comment-top.jpg) no-repeat;
}

ol.commentlist li .comment-bottom {
    background: url(images/comment-bottom.jpg) no-repeat;
}

ol.commentlist li.alt {

}

ol.commentlist a {
    color: #FFF;
}

ol.commentlist p {
    margin: 0 0 0.5em 0;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url {
    border-top: 2px solid #dcf0f7;
    border-left: 1px solid #dcf0f7;
    background-color: #f7f7f7;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: #86c1d3;
}

#comment {
    border-top: 2px solid #b4e1f1;
    border-left: 1px solid #b4e1f1;
    background-color: #d9f1f8;
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: #86c1d3;
    width: 500px;
}


p.orange {
    color: #ffba00;
    font-size: 14px;
}


small.commentmetadata {
    margin: 0 0 0.3em 0;
}

h3#comments, h3#respond {
    font-size: 14px;
    margin: 4px 0 4px 0;
}

#submit {
    border: 0;
    padding: 3px;
    font-size: 10px;
    color: #000;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    border-top: 2px solid #b4e1f1;
    border-left: 1px solid #b4e1f1;
    background-color: #d9f1f8;
    float: right;
}


/************************/
/*     Search Design    */
/************************/

#searchform {

}

#searchform input {

}

#searchform1 #s1 {
    background: url(images/search.jpg) no-repeat;
    width: 224px;
    height: 24px;
    padding: 4px 8px;
    border: 0;
    float: left;
}

#searchsubmit1 {
    background: none;
    border: 0;
    color: #FFF;
    float: left;
}


/************************/
/*   Calendar Design    */
/************************/

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/************************/
/*     Footer Design    */
/************************/
#footer-meta {
    font-size: 11px;
}

#footer-meta a {
    color: #86c1d3;
}


#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

