@import '/css/cumquat/clear.css';
@import '/css/cumquat/structure.css';
@import '/css/cumquat/typography.css';
@import '/css/cumquat/common.css';

body {
    background: #000000 url('/images/page_bg.png') repeat-x top center;

}

img {
    border: 0;
}

a img {
    vertical-align: middle;
}

a:link, a:visited, a:active {
    color: #005179;
}

a:hover {
    color: #ff4802 !important;
    text-decoration: none;
}

p {
    padding: 7px 0;
    color: #272727;
    font-size: 14px;
    line-height: 24px;
}

h1, h1 a {
    color: #002134;
}

h2 {
    color: #002134;
    font-size: 22px;
}

h3 {
    font-size: 16px;
}

td {
    padding: 2px 4px;
}

ul {
    list-style: none;
}

.clear-left {
    clear: left;
}


/**** structure ****/
.page-center-wrap {
    background: transparent url('/images/colour_bars.png') repeat-x top center;
    padding-top: 5px;
}

.page-center-content {
    width: 970px;
    background: transparent url('/images/page_highlight.png') no-repeat top center;
}


/**** header ****/

#header {
    text-align: left;
}

#logo {
    padding: 30px 0 0 30px;
    float: left;
    display: inline;
}

#main-nav {
    padding: 20px 0;
    float: right;
    background: transparent url('/images/nav_bg.png') repeat-x top left;
}

#main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    padding: 20px 22px;
}

#main-nav li {
    float: left;
    display: inline;
    padding: 0 10px;
    margin: 0;
    font-weight: bold;
    color: #ffffff;
}

#main-nav li a {
    color: #ffffff;
}

#main-rss {
    float: right;
    clear: right;
    padding: 20px 20px 0 0;
}


/**** content ****/

#body {
    background-color: #ffffff;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    padding: 0 0 1px 0;
}

#content {
    margin-right: 330px;
}


/**** article ****/

.article {
    padding: 60px 45px;
    background: transparent url('/images/article_bg.png') no-repeat bottom left;
    text-align: left;
}

.article h1 {
    font-weight: normal;
    font-size: 32px;
    width: 400px;
    padding-top: 0;
}

.article-date {
    float: right;
    padding: 10px;
    background-color: #a6b1b8;
    color: #ffffff;
    width: 60px;
    font-weight: bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.article-year {
    float: right;
}

.article-day {
    font-size: 54px;
    line-height: 46px;
}

.article-details {
    padding: 15px 0;
    color: #7d7d7d;
}

.article-details a {
    color: #7d7d7d;
}

a.author-name, a.comments-count {
    background-color: #ccd2d6;
    color: #ffffff;
    margin: 0 10px 0 5px;
    padding: 2px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.author-name:hover, a.comments-count:hover {
    background-color: #ff4802;
    color: #ffffff !important;
}

.read-more {
    margin: 25px 0 0 0;
}

.read-more a {
    color: #3e474d;
}


/**** side bar ****/

#side-bar {
    float: right;
    width: 240px;
    background: transparent url('/images/sidebar_bg.png') no-repeat top left;
    min-height: 440px;
    padding: 0 20px;
}

#side-bar h3 {
    background-color: #b8c0c6;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 20px;
    margin-top: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#side-bar h3 a {
    color: #ffffff;
}

#side-bar h3 img {
    padding-top: 2px;
}

#side-bar ul {
    margin: 0;
    padding: 5px 0 20px 0;
}

#side-bar li {
    padding: 8px 20px;
    border-width: 0 0 1px 0;
    border-color: #d0d0d0;
    border-style: solid;
}

#side-bar li a {
    color: #494949;
}

#side-bar li a:hover .category-count {
    background-color: #ff4802;
}

.category-count {
    float: right;
    background-color: #ccd2d6;
    padding: 1px 0;
    color: #ffffff;
    width: 20px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: top;
}

.category-count:hover {
    background-color: #ff4802;
}


/**** comments ****/

#comments {
    padding: 60px 45px;
    background: transparent url('/images/article_bg.png') no-repeat bottom left;
}

.comment-count {
    background-color: #a6b1b8;
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 0 10px;
    padding: 1px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align: top;
}

.comment {
    padding: 30px 30px 20px 30px;
    border-width: 1px 0 0 0;
    border-color: #a6b1b8;
    border-style: dashed;
}

.comment-details {
    text-align: left;
    margin-bottom: 15px;
}

.comment-author-wrap {
    background: transparent url('/images/comment_tail.png') no-repeat top center;
    padding-top: 19px;
}

.comment-author {
    background-color: #a6b1b8;
    font-weight: bold;
    color: #ffffff;
    padding: 8px 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.comment-date {
    margin: 0 0 0 20px;
    color: #62717b;
}

#comment-form {
    border-width: 1px 0 0 0;
    border-color: #a6b1b8;
    border-style: dashed;
    padding-top: 50px;
}


#comment-form td {
    border-width: 1px 0 0 0;
    border-color: #d1d6da;
    border-style: dashed;
    padding: 15px 20px;
}


/**** footer ****/

#footer {
    background-color: #d6dbde;
    padding: 30px;
    margin: 0 0 150px 0;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#footer p {
    color: #3d464c;
    text-align: center;
    font-size: 12px;
}

/**** forms ****/


form table {
    width: 100%;
}

input[type="text"], input[type="password"], textarea {
    border: 2px solid #d7dcde;
    padding: 10px 5px;
    font-size: 14px;
    background-color: #f1f3f4;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 400px;
    color: #272727;
}

textarea {
    height: 200px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #ff4802;
}

input[type="submit"] {
    border: none;
    padding: 4px 20px;
    background-color: #a6b1b8;
    font-weight: bold;
    color: #ffffff;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    text-align: center;
}

input[type="submit"]:hover {
    background-color: #ff4802;
}

label {
    font-weight: bold;
    color: #272727;
}

/**** pagination ****/

.paginate {
    text-align: left;
    font-size: 14px;
    background: transparent url('/images/article_bg.png') no-repeat bottom left;
    padding: 45px;
    margin-top: 1px;
}

.pagecount {
    margin-right: 20px;
}

.paginate a, .paginate strong {
    background-color: #a6b1b8;
    color: #ffffff;
    margin: 0;
    padding: 2px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.paginate a:hover {
    background-color: #ff4802;
    color: #ffffff !important;
}

.paginate strong {
    background-color: #6c7d88;
}


/**** page heading ****/

#page-heading h1 {
    font-size: 28px;
    color: #6c7d88;
    line-height: 30px;
    padding: 0;
    
}

#page-heading h4 {
    color: #999999;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    padding: 0 0 3px 0;
}

#page-heading {
    padding: 45px;
    border-width: 0 0 1px 0;
    border-color: #a6b1b8;
    border-style: dashed;
}


/**** category/archives ****/

#nav_cat_archive {
    padding: 0;
}

#nav_cat_archive li, .archive, .month-heading {
    padding:  30px 45px;
    margin-top: 1px;
    background: transparent url('/images/article_bg.png') no-repeat bottom left;
}

.month-heading {
    padding: 15px 45px;
}

.month-heading h1 {
    float: left;
    padding: 8px 20px;
    background-color: #a6b1b8;
    color: #ffffff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 24px;
    line-height: 24px;
}

#nav_cat_archive ul li, .archive li {
    padding: 4px 0;
    background: none;
    font-size: 14px;
}

#nav_cat_archive h3, .archive h3 {
    float: left;
    margin: 10px 0 0 0;
    background-color: #a6b1b8;
    color: #ffffff;
    padding: 4px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
}

#nav_cat_archive ul, .archive ul {
    margin-left: 150px;
}