/*
Theme Name:     Basket of Kisses
Description:    Basket of Kisses theme. A child theme of Suffusion
Author:         Jennette Fulda
Author URI:     http: //www.makemyblogpretty.com/
Template:       suffusion
Version:        1.0
*/

/*@import url("../suffusion/style.css");*/

body {background-color:#FFFFE9;}

/* Hide bottom nav */
#nav {display:none;}

/* Tiled posts */
.tiled-postdata {text-align:left;color:#AAAAAA;font-size:90%;}
.tiled-postdata .comments {
    background: url("images/comments.png") no-repeat scroll left center transparent !important;
    float: right;
    padding-left: 20px;
    padding-right: 10px;
}
.tiled-postdata .comments a {color:#AAAAAA;}
.tiled-postdata .comments a:hover {text-decoration:none;color:#AF0A4F;}
.suf-tile-title {margin-bottom:5px;}

/* Make post excerpts and widgets yellow background with pink border */
.suf-mag-excerpts td, .suf-tiles td, div.suf-widget, .post-nav, .page-nav, .post {background-color:#FFFFE9;border: 1px solid #AF0A4F;}
.commentlist li.comment {background-color:#ffffff;border: 1px solid #AF0A4F;}

/* More pink borders */
#wrapper {border: 1px solid #AF0A4F;}
#page-footer, #cred {border-top: 1px solid #AF0A4F;}

/* Dotted underlines of post titles and excerpts */
h1.posttitle, h2.posttitle, .dbx-handle, .comment-author {border-bottom: 1px dotted #009694;}
h2.suf-mag-excerpt-title, h2.suf-tile-title {border-bottom: 1px dotted #009694;border-top: 1px dotted #009694;}

/* Gradients in menu, calender, excerpt links */
.post .date {background: url("images/calbok.png") no-repeat scroll 0 0 transparent !important;}

#nav-top li.current_page_item a, #nav-top li.current-cat a, #nav-top li.current-menu-item a, #nav-top a:active, .suf-mag-headline-block li.suf-mag-headline a.tab-current, h2.suf-mag-category-title, a.suf-mag-excerpt-full-story, a.suf-mag-excerpt-full-story:visited, .warea a.suf-mag-category-all-posts, .warea a.suf-mag-category-all-posts:visited, a.suf-mag-category-all-posts, a.suf-mag-category-all-posts:visited, .button, input[type="submit"], input[type="button"] {background: url("images/bg-bok.png") repeat-x scroll left top #AF0A4F;}

/*  Comment section headers on single post pages */
h3#comments, h3.comments, h3#respond, h3.respond, #reply-title {background-color:#FFFFE9;}

/* Featured Posts */
#featured-posts {
	background-color: #EBBFC0;}
	

/* Post titles */
h1.posttitle a, h1.posttitle a:visited, h2.posttitle a, h2.posttitle a:visited {color:#AF0A4F;}
h1.posttitle a:hover, h2.posttitle a:hover, h2.suf-mag-excerpt-title a:hover, h2.suf-tile-title a:hover {color:#000;}

h2.suf-mag-excerpt-title a, h2.suf-mag-excerpt-title a:visited, h2.suf-mag-excerpt-title a:active, h2.suf-tile-title a, h2.suf-tile-title a:visited, h2.suf-tile-title a:active {color:#AF0A4F;}

/* Bullet */
.suf-mag-category li, .sidebar-tab-content ul li, .suf-widget li, .suf-flat-widget li, .suf-panel-widget li {background-image: url("images/bulletbok.png") !important;}

/* Header */
#header {padding:0;height:136px !important;}

/* Blockquotes */
blockquote {background-color:#eeeeee;background-image:url('images/quote-bg-top.png'), url('images/quote-bg-bottom.png');background-position:top left,bottom right;background-repeat: no-repeat;border-radius:7px;-moz-border-radius: 7px;padding:10px;font-style:italic;}
blockquote i, blockquote em {font-style:normal;}
blockquote p {margin: 0.7em 0;}
.description.center {display:none !important;}
.blogtitle {padding-left:50px;}