/* Style add-ons for the "Olive" color scheme 
of the WordPress theme "Simple Balance" by Blogsessive */


/* General styles */
body {
	/* background: #111; */
background: #111 url(http://www.strangelittleband.com/wp-content/uploads/2009/06/shane_addison1-246x300.jpg) no-repeat;
background-position: top right;
        /* background: #fff url(img/olive/background.png) repeat-x; */
}

a {
	color: #9999ee;
	text-decoration: none;
}

a:hover {
	color: #fff;
}


/* Header styles */

.topLogo h1, .topLogo h2 {
	color: #aaaaaa;
        /* color: #606038; */
}

.topLogo h1 a, .topLogo h2 a {
	color: #aaaaaa;
        /* color: #606038; */
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #9999dd;
        /* color: #827b00; */
}

.topLogo .blogDescription {
	color: #ccccff;
        /* color: #aba000; */
}

.topMenu ul li {
	border-top: 5px solid #111; 
}

.topMenu ul li.current_page_item {
	border-top: 5px solid #9999dd /* #827b00 */;
}

.topMenu ul li a {
	color: #9999dd;
	padding-top: 20px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #fff;
        /* color: #aba000; */
}

.s {
	border: 1px solid #666;
        /* #cdc22d; */
}


/* Sidebars styles */

#lsidebar h2, #rsidebar h2 {
	color: #aaa;
	border-bottom: 1px solid #666; /*#aba000*/
}

#lsidebar li.rssFeed {
	background: url(img/olive/bg-rss-slb.png) no-repeat;
}

.rssFeed a {
	color: #fff;
}

.rssFeed a:hover {
	color: #ccccff;
}

.rssEmail {
	border: 1px solid #666; /*#cbc024*/
}

.rssForm small {
	background: none;
        /* background: #eeecd8;*/
}

.rssSubmit {
	color: #9999dd;
        /*color: #827b00;*/
}

#wp-calendar caption {
	color: #9999dd;
}

#wp-calendar th {
	background: #333;
}

#wp-calendar td {
	background: #222;
}

#wp-calendar a {
	color: #9999dd;
        /*color: #827b00;*/
}

#wp-calendar a:hover {
	color: #ccccff;
        /* color: #aba000; */
}


/* Content styles */

.archiveTitle {
	color: #aaa;
	border-bottom: 1px solid #666; /*#ddd*/
}

.postTitle h1, .postTitle h2 {
	color: #aaa;
	border-bottom: 1px solid #666; /*#ddd*/
}

.postTitle h1 a, .postTitle h2 a {
	color: #9999dd;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	color: #ccccff;
}

.postContent h1 {
	color: #aaa;
}

.postContent h2 {
	color: #aaa;
}

.postContent h3 {
	color: #aaa;
}

.postContent h4 {
	color: #aaa;
}

.postContent blockquote {
	background: #111 url(img/olive/bg-blockquote-slb.jpg) no-repeat;
        /* #eeecd8 img/olive/bg-blockquote.gif */
}

.postMeta a {
	color: #9999dd;
}

.postMeta a:hover {
	color: #ccccff;
}


/* Comments styles */

h3#respond, h3#comments, h3#trackbacks {
	color: #888888;
	border-bottom: 1px solid #666;
}

.commentAuthor a {
	color: #9999dd;
}

.commentAuthor a:hover {
	color: #fff;
}

#author, #email, #url {
	border: 1px solid #666; /*#cbc024*/
}

#comment {
	border: 1px solid #666; /*#cbc024*/
}

#submit {
	background: url(img/olive/bg-addcoment-slb.gif) no-repeat;
	color: #fff;
}

/* Footer styles */

#footer {
	border-top: 1px solid #666;
}