/*  
Theme Name: SynWorlds
Theme URI: http://www.synworlds.com/
Description: SynWorlds theme (EN)
Version: 2.0
Author: Yan Miu
Author URI: http://www.creativepaws.net/yan/
*/
body {
    min-width: 960px;
    color: #000;
    background: #b3da74 url("images/background.png") no-repeat center top fixed;
    font-family: "trebuchet ms", helvetica, arial, sans-serif;
    font-size: 62.5%;
    }
a {
    text-decoration: none;
    color: #594;
}
img {
    border: none;
}
#page {
    width: 880px; /* 960 */
    background-color: #fff;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 0 10px;
    }
#header {
    width: 880px;
    height: 220px; /* 150 180 */
    /* background-color: #fff; */
    text-align: center;
    }
#logo {
    /* padding: 10px 0 10px 0; */
    }
    
#tagline1 {
    font-size: 1.6em;
    color: #000;
    }
sup {
    font-size: 0.6em;
}
/* begin navbar menu */
#navbar {
    width: 880px; /* 960 */
    height: 24px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    }
#navbar #menubarleft {
    width: 10px;
    height: 24px;
    float: left;
    background: #fff url("images/menubar-left.png") no-repeat;
    }
#navbar #menubarright {
    width: 10px;
    height: 24px;
    float: left;
    background: #fff url("images/menubar-right.png") no-repeat;
}
#navbar li {
    float: left;
    width: 172px;
    border: none;
    background: #594 url("images/menubar-off.png") repeat-x;
    }
#navbar li a {
    float: left;
    display: block;
    width: 172px;
    height: 24px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    }
#navbar li a:hover, #navbar li.current_page_item {
    background: #000 url("images/menubar-on.png") repeat-x;
    }
#content {
    font-size: 1.1em;;
    width: 796px;
    min-height: 400px;
    padding: 10px 42px 0;
    text-align: justify;
    }
#contentsingle {
    font-size: 1.25em;
    width: 660px;
    min-height: 400px;
    padding: 10px 110px 0;
    text-align: justify;
    }
div.column3 {
    width: 248px;
    float: left;
    }
div.space3 {
    width: 26px;
    height: 100px;
    float: left;
    }
.posttitle {
    font-size: 1.2em;
    color: #594;
    font-weight: bold;
    }
.postdate, .postmeta {
    color: #999;
    font-size: 0.9em;
    }
.center {
    text-align: center;
    }
.dashed50 {
    border-top: 1px dashed #999;
    border-bottom: none;
    border-left: none;
    border-right: none;
    width: 50%;
    height: 1px;
    }
/* end navbar menu */
#sidebar {
    font-size: 1.1em;
    width: 796px;
    padding: 10px 42px;
    }
div.column4 { /* sidebar columns */
    width: 190px;
    float: left;
    }
div.space4 {
    width: 12px;
    height: 50px;
    float: left;
}
/* bullet hack */
#sidebar ul, #contentsingle ul {
    margin-top: 0;
    margin-left: -1.2em;
    padding-left: 1.2em;
    line-height: 1.2em;
    list-style-type: none;
}
#sidebar li, #contentsingle li {
    padding-left: 1.2em;
    background: transparent url("images/bullet.gif") no-repeat;
    background-position: 0 5px;
}
#contentsingle li {
    padding-bottom: 1em;
}
#contentsingle blockquote ul li {
    padding-left: 1.2em;
    background: transparent url("images/quotebullet.gif") no-repeat;
    background-position: 0 5px;
    padding-bottom: 1em;
}
/* end bullet hack */
.headline {
    font-size: 1.4em;
    font-weight: bold;
    }
    
.bold {
    font-weight: bold;
    }
hr.dashed {
    border-top: 1px dashed #999;
    border-bottom: none;
    border-left: none;
    border-right: none;
    height: 1px;
    }
#footbar {
    width: 860px;
    height: 24px;
    color: #fff;
    background: #594 url("images/menubar-off.png") repeat-x;
    line-height: 24px; /* vertical align */
    text-align: center;
    font-size: 0.9em;
    float: left;
    }
#footbarleft {
    width: 10px;
    height: 24px;
    background: #fff url("images/menubar-left.png") no-repeat;
    float: left;
    }
#footbarright {
    width: 10px;
    height: 24px;
    background: #fff url("images/menubar-right.png") no-repeat;
    float: left;
    }
#footer {
    width: 796px;
    color: #999;
    background-color: #fff;
    text-align: justify;
    font-size: 0.9em;
    padding: 10px 42px;
    }
#searchform input {
    border: 1px solid #999;
    width: 190px;
    font-family: georgia, serif;
    font-size: 1em;
    }
#commentform input {
    border: 1px solid #999;
    width: 240px;
    font-family: georgia, serif;
    font-size: 1em;
    }
#commentform textarea {
    border: 1px solid #999;
    width: 660px;
    font-family: georgia, serif;
    font-size: 1em;
    }
blockquote {
    color: #000;
    font-weight: bold;
    background-color: #eee;
    width: 570px;
    margin: 0 30px;
    padding: 1px 15px;
    }