/*
Theme Name: Blue Horizons
Theme URI: http://www.wpskins.org
Description: Simple and colourful blue theme, 2 columns and widget ready.
Version: 1.0
Author: WPskins
Author URI: http://www.wpskins.org
Tags: 2 columns, widget ready, blue, yellow, green, orange
*/

/************************/
/*     Global Design    */
/************************/
/* Import YUI Reset CSS */
@import url(reset.css);
/* Import YUI Reset CSS */

a {
	text-decoration: none;
    color: #ffc400;
}

a:hover{
	text-decoration: underline;
}

body {
    font-family: "Century Gothic", sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    background: #20B9E5 url(images/background.jpg) repeat-x top;
}

ul, ol {
    list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
    margin: 0 0 0.5em 0;
}

/************************/
/*     Layout Design    */
/************************/

#page {
	width: 880px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

#header {
    position: relative;
	margin: 0 10px;
    background: url(images/header.jpg) no-repeat left;
    height: 89px;
}

#wrapper {
    clear: both; /* Clear float items in from navi-bar */
    background: url(images/content.jpg) repeat-y left;
}

#content {
	float: left;
	width: 650px;
    padding: 0 8px;
    background-color: #2092b6;
}

.right {
	float: right;
}


#sidebar {
    width: 214px !important;
    width: 211px;
    background: #2092b6 url(images/sidebar-bottom2.jpg) no-repeat bottom;
}

#footer {
	clear: both;
    display: none;
    background-color: #21A8D5;
}

#top {
    height: 8px;
    line-height: 1px;
    font-size: 1px;
    background: url(images/top2.jpg) no-repeat;
}

#bottom {
    height: 8px;
    line-height: 1px;
    font-size: 1px;
    background: url(images/bottom2.jpg) no-repeat;
}

#inner-content {
    background-color: #FFF;
    padding: 2px;
    padding-bottom: 20px;
}


/************************/
/*     Header Design    */
/************************/
#headerimg {
    padding: 30px 0 0 70px;
}

#headerimg a {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}

.description {
    font-size: 12px;
    color: #FFF;
}

/* Navigational bar */
#content #inner-content ul#navi-bar {
    padding: 0;
    font-size: 12px;
    background: url(images/nav.jpg);
    height: 40px;
    list-style-type: none;
    line-height: 40px;
    font-family: Arial, sans-serif;
    font-style: italic;
}

#content #inner-content ul#navi-bar h2 {
    font-size: 120%;
}

#content #inner-content ul#navi-bar li {
    float: left;
}

#content #inner-content ul#navi-bar ul {
    display: none;
}

#content #inner-content #navi-bar a {
    padding: 2px 10px;
    color: #FFF;
}

#content #inner-content #navi-bar a:visited, #navi-bar a:hover {

}
/************************/
/*    Sidebar Design    */
/************************/
#sidebar ul {
	font-size: 12px;
}

#sidebar ul h2 {
    font-size: 14px;
    line-height: 31px;
    text-align: center;
	margin: 0 0 4px 0;
    background: url(images/sidebar-heading.jpg) no-repeat right;
    height: 31px;
    font-weight: normal;
    text-decoration: underline;
    color: #FFF;
}

#sidebar ul li {
    margin-bottom: 10px;
}

#sidebar ul ul {
}

#sidebar ul ul li {
    margin-bottom: 3px;
    line-height: 14px;
    background: url(images/bullet.jpg) no-repeat 5px center;
    padding: 3px 0 3px 15px;
}

#sidebar ul ul li:hover {
    background-color: #349dbe;
}


#sidebar ul ul ul {
    display: none;
}

#sidebar p {

}

#sidebar a {
    color: #FFF;
}
#sidebar a:hover {

}

#sidebar a:visited {

}

#tag_cloud div {
    padding: 0 10px;
}


/************************/
/*    Content Global    */
/************************/
blockquote {
    font-style: italic;
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6 {
}

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 Design    */
/************************/
.post {
    margin: 0 0 10px 0;
	font-size: 14px;
}

.post .heading {
    background: url(images/heading.jpg) no-repeat;
    height: 45px;
    padding: 5px;
}

.post .heading .calendar {
    background: url(images/calendar.jpg);
    width: 38px;
    height: 43px;
    float :left;
    text-align: center;
    padding-right: 2px;
    margin-right: 10px;
}

.post .heading .calendar em.day {
    color: #000099;
    font-size: 16px;
}

.post .heading .calendar em.month {
    color: #000099;
    font-size: 12px;
}

.post .heading .posted-comments {
    float: right;
    background: url(images/comments.jpg) no-repeat;
    width: 117px;
    height: 20px;
    padding:5px 0;
    text-align: center;
    margin-top: 5px;
}

.post .heading .posted-comments a {
    color: #000099;
    text-decoration: underline;
}

.post .heading .posted-comments .orange {
    color: #000099;
}


.post .heading p {
    font-size: 12px;
    color: #000099;
}

.post .heading a {
    color: #000099;
}


.post h2 {
	line-height: normal;
    padding-top: 5px;
}

.post h2 a:hover, h2 a:visited, h2 a {
    color: #000099;
    font-weight: normal;
    font-size: 14px;
}

.post .posted {
	font-size: 10px;
	line-height: normal;
}

.post p {

}

.post a {

}

.post img {
    max-width: 100%;
    margin: 3px;
}

.post ul {

}

.post li {

}

.entry {
    color: #000099;
    padding: 10px;
    font-size: 12px;
}

.postmetadata {
    margin: 5px 0;
    font-size: 10px;
	line-height: normal;
}

.postmetadata a {

}

.entrytext {

}

p.alt {
    font-size: 10px;
}

.entry-tags {
    display: block;
}

.navigation {
    height: 1em;
    font-size: 12px;
    margin: 5px 0;
}

#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 {

}


/************************/
/*    Comment Design    */
/************************/

#content ol.commentlist {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
    margin: 0;
}

ol.commentlist li cite.author, ol.commentlist li cite.author a {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #00384c;
}

ol.commentlist li {
    margin-bottom: 1em;
    border-top: 2px solid #b4e1f1;
    border-left: 1px solid #b4e1f1;
    background-color: #d9f1f8;
    padding: 10px;
}
ol.commentlist a {
    color: #00384c;
}

ol.commentlist p {
    margin: 0 0 0.5em 0;
    color: #86c1d3;
}

#commentform p {
    font-size: 12px;
    margin: 0 0 5px 0;
}

#comment {
    width: 95%;
}

#author, #email, #url, #comment {
    padding: 3px;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    border-top: 2px solid #b4e1f1;
    border-left: 1px solid #b4e1f1;
    background-color: #d9f1f8;
}

#comment {
    background: #d9f1f8 url(images/quote.jpg) no-repeat top right;
}


#author:hover, #email:hover, #url:hover, #comment:hover {
}

small.commentmetadata {
    margin: 0 0 0.3em 0;
    display: block;
    float: right;
    color: #00384c;
    font-size: 12px
}

h3#comments, h3#respond {
    font-size: 14px;
    margin: 4px 0 4px 0;
}

.gravatar {
    float: left;
    margin-right: 10px;
}

#outer-comments {
    padding: 10px;
}

#submit {
    background: url(images/submit.jpg);
    width: 118px;
    height: 33px;
    border: 0;
    color: #ffba00;
}


/************************/
/*     Search Design    */
/************************/
.search-box {
    float: right;
    padding-top: 50px;
}


#searchform {

}

#searchform #s {
    border: 1px solid #58abc4;
    background-color: #0290b2;
    padding: 3px;
    color: #FFF;
}

#searchform #searchsubmit {
    display: none;
}

/************************/
/*   Calendar Design    */
/************************/

#calendar_wrap {
    padding: 0 10px;
}


#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: 12px;
}

#footer p {
	margin: 0;
}

/************************/
/*     Other Design     */
/************************/
.clear {
    clear: both;
}

#side-footer {
    background: url(images/footer.jpg) no-repeat;
    height: 100px;
    float: right;
    width: 214px !important;
    width: 211px;
}

.ppp {
    padding: 30px 10px 0 60px;
    font-size: 12px;
}

.sites {
    color: #9cdbee;
    margin: 0;
}


.blog {
    color: #FFF;
    margin: 0;
}

