/*   
Theme Name: lil' bean n' green
Theme URI: http://www.oriotech.com/
Description: Child theme for lil' bean n' green
Author: Shawn Pinto
Author URI: http://www.oriotech.com/
Template: thematic
Version: 0.1
.
lil' bean n' green is © lil' bean n' green http://www.lilbeanandgreen.com/
.
*/


/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*
#branding {
background:url(images/logo.jpg) no-repeat top left;
display:block;
padding:30px 0 50px;
height:71px;
width:585px;
position:relative;
}
*/

/* Apply background image to blog-title area */
#blog-title a {
display:block;
text-indent:-9000px; /* We avoid display:none because it's bad for SEO */
height:200px;
width:930px;
background:url(images/logo.jpg) no-repeat top center;
}

/* Remove blog description */
#blog-description {
position:absolute;
left:-9000px; /* We avoid display:none because it's bad for SEO */
}

/* Decrease padding in branding area */
#branding {
padding:30px 0 0;
}

/* Change color of link states */

/*
:link {
    color:#CCCC00;
}
a:visited {
    color:#743399;
}
*/
a:active,
a:hover {
    color: #CCCC00;
}

/*#primary.aside {
background:#66CCFF;
text-color:ffffff;
}*/

#blog-title a:active,
#blog-title a:hover {
    color: #CCCC00;
}

.page-title {
    font-size:13px;
    color:#66CCFF;
    line-height:18px;
    padding:0 0 44px 0;
}

.page-title a {
    color:#66CCFF;
    text-decoration:none;
}

.page-link a:active,
.page-link a:hover {
    color: #CCCC00;
}

.page-title a:active,
.page-title a:hover {
    color: #CCCC00;
}

.entry-title a {
    color:#66CCFF;
    text-decoration:none;
}

.entry-title a:active,
.entry-title a:hover {
    color: #CCCC00;
}

.entry-meta a:active,
.entry-meta a:hover {
    color: #CCCC00;
}

.entry-utility a:active,
.entry-utility a:hover {
    color: #CCCC00;
}

.sidebar-title {
	color:#66CCFF;
    font-family:Arial,sans-serif;
    font-size:20px;
	font-style:italic; 
    font-weight:bold;
    padding:30px 0 0;
}

#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:27px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}

.aside h3 {
	font-family:Arial,sans-serif;
    font-size:18px;
    font-style:italic;
    font-weight:bold;
    color:#CCCC00;
    line-height:22px;
    padding:0 0 5px;
}

.navigation a:active,
.navigation a:hover {
    color: #CCCC00;
}

#comments-list li.bypostauthor {
    background:#FFFFFF;
}

#comments-list ol {
    border:1px solid #FFFFFF;
    border-bottom:none;
    margin:0 0 18px 0;
}

#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 0;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 0;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #CCCC00;
}

.comment-navigation a:active,
.comment-navigation a:hover {
    color: #CCCC00;
}

#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #66CCFF;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}

.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #CCCC00;
}

aside a:active,
.aside a:hover {
    color: #CCCC00;
}

#siteinfo a:active,
#siteinfo a:hover {
    color: #CCCC00;
}





/* Store page */
.store-content {
    padding:0 0 0 0;
}


/* About page */
.about-content {
    padding:0 0 0 0;
}


/* Cafe page */
.cafe-content {
    padding:0 0 0 0;
}


/* Media page */
.media-content {
    padding:0 0 0 0;
}


/* Exhibitions page */
.exhibitions-content {
    padding:0 0 0 0;
}


/* Contact page */
.contact-content {
    padding:0 0 0 0;
}


/* Parties page */
.parties-content {
    padding:0 0 0 0;
}
