/*
Theme Name: Surreal Skyline
Theme URI: http://www.themelover.com/wp-themes
Description: Surreal Skyline
Version: 1.0
Author: Eniola Funsho
Author URI: http://www.hellcola.com

*/



/* BODY
----------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    background: #EF7A8C url("images/header.jpg") repeat-x;
    margin: 0 auto;
	text-align:justify;
color:#666666;
}

#wrapper {
    margin: 0 auto;
    width: 770px;
}

#header {
    padding: 20px 0 0 50px;
}

#navigation {
    margin-top: 205px;
    margin-left: 15px;
    width: 770px;
    height: 37px;
}

#content {
    background: url("images/spacer1.png");
    float: left;
    margin-right: 6px;
    margin-bottom: 10px;
    width: 558px;
}

#searchbar {
    float: right;
    background: url("images/search.png") no-repeat;
    margin-bottom: 10px;
    height: 50px;
    width: 200px;
}

#sidebar {
    background: url("images/spacer2.png");
    float: right;
    margin-left: 6px;
    margin-bottom: 10px;
    text-align: center;
    width: 200px;
}

#footer {
    background: url("images/spacer1.png");
    clear: both;
    margin-bottom: 10px;
    text-align: center;
    width: 770px;
}
/* END BODY
----------------------------------------------------------- */


/* NAV
----------------------------------------------------------- */
#navigation ul {
    list-style: none;
}

#navigation ul li {
    background:#EF7A8C;
    float: left;
    height: 33px;
    margin-right: 1px;
    padding-left: 9px;


}
#navigation a {
    color: #ffffff;
font-weight:bold;
    background:#EF7A8C;
    display: block;
    float: left;
    height: 31px;
    padding-right: 11px;
    padding-top: 6px;
}


#navigation a:hover {
    color: #ffffff;
font-weight:bold;
    background:#F08394;
    display: block;
    float: left;
    height: 31px;

}

#navigation ul li.current_page_item {
    background:#BAE4E3;
}
#navigation ul li.current_page_item a {
    background:#BAE4E3;

}
#navigation ul li.current_page_item a:hover {
    background:#C5E8E7;
}
/* END NAV
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
a {
    color: #CB6877;
    outline-style: none;
}
a:link {
    text-decoration: none;

}
a:visited {
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN FONTS
----------------------------------------------------------- */
* {
    font-family: 'Century Gothic', Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

h1, h1 a {
    font-size: 22px;
}
h2, h2 a {
    font-size: 20px;
}
h3, h3 a {
    font-size: 18px;
}
h4, h4 a {
    font-size: 16px;
}

#header h1 a {
    color: #fff;
    font-size: 32px;
}

#header h1 a:hover {
    color: #BAE4E3;
    font-size: 32px;
}

#header h2  {
color:#EF7A8C;
    font-size: 18px;

}

#navigation a {
    font-size: 15px;
}

#content .post small {
    font-size: 12px;
text-transform:uppercase;
    position: absolute;
}


#content .post h6 {
    font-size: 12px;
text-transform:uppercase;
    position: absolute;
}

#content .post p {
    margin-top: 10px;
}

#sidebar ul li h2 {
color:#666666;
background:#BAE4E3;
    font-size: 15px;
    margin: 5px 11px 0 11px;
    text-align: center;
}

#wp-calendar caption {
    color: #CB6877;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
#wp-calendar th {
    color: #CB6877;
    font-weight: bold;
    text-transform: capitalize;
}

#footer .footer-box-content,
#footer .footer-box-content a {

}
/* END FONTS
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */
#sidebar ul li {
    list-style: none;
}

#sidebar ul li ul li a {
    display: block;
    height: 1%;
    padding-left: 20px;
    text-align: left;
    padding-right: 15px;
}

#sidebar ul li ul li a:hover {
    background: #BAE4E3;
}

#sidebar ul li ul li ul li a {
    padding-left: 30px;
}
#sidebar ul li ul li ul li a:hover {
    background: #BAE4E3;
}

#sidebar .textwidget {
    text-align: left;
    padding: 0 15px;
}


#content ul,
#content ol,
ol.commentlist {
    margin: 0 0 0 30px;
    list-style-position: outside;
}
ol.commentlist li {
    margin: 10px 0;
    padding: 5px;
    position: relative;
}

ol.commentlist li ul li,
ol.commentlist li ol li {
    margin: 0;
    padding: 0;
}
/* END LISTS
----------------------------------------------------------- */



/* BEGIN FORMS
----------------------------------------------------------- */
#commentform input {
    width: 200px;
}
#commentform textarea {
    width: 95%;
}

#commentform #submit {
    float: right;
    width: auto;
}
#commentform p {
    padding: 5px 0;
}

#content form div {
    text-align: center;
}

#sidebar #sbar-searchform input {
    margin: 2px 0; 
}

#searchbar form#sbar-searchform {
    height: 50px;
    margin: 11px 15px 0 15px;
    height: 1%; /* IE :( */
}
#searchbar form#sbar-searchform #sbar-s {
    float: left;
background:#EF7A8C;
    margin-top: 4px;
    width: 120px;
}
#searchbar form button#sb-searchsubmit,
#searchbar form button#sbar-searchsubmit {
    background: none;
    border: none;
    float: right;
}
/* END FORMS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
#content .post img {
    border: 2px solid #EF7A8C;
display: inline;
    float: left;
    margin: 5px 9px 5px 0;
}

/* END IMAGES
----------------------------------------------------------- */


/* BEGIN OTHER
----------------------------------------------------------- */
#content .post h2 a {
    display: block;
    width: 465px;
}

#content .post {
    position: relative;
    margin: 0 0 20px 0;
}

#content .entry {
    background: url("images/div.png") no-repeat 0 100%;

    padding-bottom: 20px;
}

#content a.commentslink {
    background: url("images/commentscraper.png") no-repeat;

    display: block;
    font-size: 20px;
    height: 47px;
    padding-top: 21px;
    position: absolute;
    top: 5px;
    right: 0;
    text-align: center;
    width: 57px;
}
#content .post small {
    background: url("images/time.png") no-repeat;
    display: block;
    height: 16px;
font-weight:bold;
color:#fff;
    padding-left: 20px;
    text-align: right;
}

#content .post h6 {
    background: url("images/time1.png") no-repeat;
    display: block;
    height: 16px;
color:#fff;
    padding-left: 20px;
    text-align: right;
}




#content blockquote {
    border-left: 5px solid #ffffff;
    margin: 15px 30px 0 10px;
    padding-left: 10px;
color:#fff;
}
#content .commentlist blockquote {
    background: #EF7A8C;
}

#content .entry blockquote cite {
    margin: 5px 0 0;
    display: block;
}


.navigation {
    display: block;
    padding: 0 0 30px 0;
    text-align: center;
}

.center {
    text-align: center;
}

.left {
    float: left;
}
.right {
    float: right;
}

#content .post .wp-smiley {
    border: none;
    vertical-align: middle;
}
/* END OTHER
----------------------------------------------------------- */


/* BEGIN CONTENT ROUNDED BOX
----------------------------------------------------------- */
.content {
   background: #BAE4E3;

}

.content-box-top div, .content-box-top,
.content-box-bottom div, .content-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.content-box-content {
    margin: 0 15px 15px 15px;
    height: 1%; /* IE :( */
}
/* END CONTENT ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN SIDEBAR ROUNDED BOX
----------------------------------------------------------- */
.sidebar {
   background: #BAE4E3;
}


.sidebar-box-top div, .sidebar-box-top,
.sidebar-box-bottom div, .sidebar-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.sidebar-box-content {
    margin: 0;
}
/* END SIDEBAR ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN FOOTER ROUNDED BOX
----------------------------------------------------------- */
.footer {
   background: #BAE4E3;
}


.footer-box-top div, .footer-box-top,
.footer-box-bottom div, .footer-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.footer-box-content {
    margin: 0 15px 0 15px;
}
/* END FOOTER ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN CALENDAR
----------------------------------------------------------- */
#wp-calendar {
    empty-cells: show;
    margin: 0 auto 0;
    width: 150px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff;
}
/* END CALENDAR
----------------------------------------------------------- */


