/*  
Theme Name: Bortom
Theme URI: http://notesblog.com/
Description: An addon for <a href="http://notesblog.com/">Notes Blog</a>, created for <a href="http://bortom.nu">Bortom</a>, by <a href="http://tdhedengren.com/">TDH</a>.
Author: Thord Daniel Hedengren
Author URI: http://tdhedengren.com/
Template: notesblog
Version: 1.0

	This is an addon to the Notes Blog Core theme, and it will not work without it installed!

*/

@import url("../notesblog/style.css"); /* imports notesblog styelsheet */

body { padding:0; margin:0; background: #222 url(img/body-bg.gif) repeat-x; color: #eee; }

div#site { float:left; margin:0; padding:0 !important; background: url(img/site-bg.gif) top right no-repeat; }

#header { margin: 30px 0; }
#header h1 { border: none; text-align:center; margin:0; padding:0; }
#header h1 a, #header h1 a:hover { border:none; }

#content div.post div.entry p strong { color: #fff; }
#content div.sticky { background: #111; border-color: #000; }
#content div.category-asides { color: #bbb; border: none; background:url(img/on.gif) no-repeat; padding-left: 40px; }
#content div.meta { color: #bbb; border: none; background:url(img/on.gif) no-repeat; padding-left: 40px; }
#content div.meta div.date { background: #111; color: #888; border-color: #222; }
#content div.meta div.date:hover { background: #333; }

h3#comments, div#respond h3 { color: #bbb; }
ol.commentlist cite { color: #aaa; }
ol.commentlist img.avatar { border-color: #111; background: #222; }
ol.commentlist div.comment-meta, div#respond { border-color: #111 !important; }
ol.commentlist li { color: #bbb; background: #2f2f2f !important; }
div#respond { color: #aaa; }
div#respond textarea, div#respond input#author, div#respond input#email, div#respond input#url { background: #333; color: #eee !important; border-color: #333 !important; }
div#respond input#submit:hover { color: yellow !important; border-color: yellow !important; background: #000; }

ul#sidebar { background: #333; color: #888; font-family: Verdana, sans-serif; }
ul#sidebar a { color: #fff; }
ul#sidebar a:hover { color: yellow; }
ul#sidebar h2 { color: #888; border-color: #888; }
ul#sidebar li#search { background: #111; }
ul#sidebar li#search input.keyword { background: #333; color: #eee; border-color: #000; }
ul#sidebar li#search input.button { background:#111; color: yellow; }

#footer { border-color: #111; color: #666; border-style: solid; border-width: 1px 0 0 0; font-family: Verdana, sans-serif; }
#footer h2.widgettitle { color: #888 !important; }  

div#copy { background: #111; color: #444; }
div#copy a, #footer a { color: #eee; }
div#copy a:hover, #footer a:hover { color: #fff; }

a, #content div.category-asides h2 a, ol.commentlist li a { color: #fff; }
a:hover, #content div.category-asides h2 a:hover, ol.commentlist li a:hover { color: yellow; }

#content h2 a { color: yellow; }
#content h2 a:hover { color:#fff; }

div.nav a, div.author a, #content div.meta a, div.comment-author a, div.comment-meta a { color: #fff !important; }
div.nav a:hover, div.author a:hover, #content div.meta a:hover, div.comment-author a:hover, div.comment-meta a:hover { color: yellow !important; }

div.wp-caption { background:none; border-color: #111; }

span.comments a { background: url(img/h2-cmnts.gif) no-repeat !important; }
span.comments a:hover { background: url(img/h2-cmnts-hover.gif) no-repeat !important; }
div.category-asides span.comments a { background: url(img/h2a-cmnts.gif) no-repeat !important; }
div.category-asides span.comments a:hover { background: url(img/h2a-cmnts-hover.gif) no-repeat !important; }

li.widget_search { background: #222; margin-bottom: 20px !important; padding: 10px 0; }
input.button { background: none; color: #fff; }
input.button:hover { color: yellow !important; } 
div#searchform { padding-top: 20px; }
input.keyword { background: #bbb; }