/* 
YOUR CUSTOM STYLESHEET
---------------------http://kimday.net/wp-admin/theme-editor.php?file=/themes/modularity/custom.css&theme=Modularity

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*fix for IE7 top header*/
#top {height: 65px}

/*Sidebar header color*/
h3.sub,h2.sub {margin: 0 0 10px 0;padding: 0 0 5px 0;font-size: 1.1em;font-weight: bold;line-height: 1em;text-transform: uppercase;letter-spacing: 2px;color: #FFFFCC;border-bottom: 1px solid #eee;}
#sidebar ul{list-style:none;margin:0 0 1.6em 0;font-size:1em;}
#sidebar ul li a,ul.txt li{color:#428ce7;height:1%;background:url(images/li.png) no-repeat  0;line-height:1.2em;display:block;padding:6px 0 6px 8px;}
#sidebar ul li a:hover,ul.txt li:hover{color:#515151;background-position:1px 0.8em;background: #E5ECF9 url(images/li-white.png) no-repeat 3px 10px;}

/*Post footer*/
.postmetadata {background:#000000;padding:1em;color:#999; font-size:11px;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

/*Category post links*/
.more ul li a{color:#428ce7;height:1%;background:url(images/li.png) no-repeat 0 50%;line-height:1em;display:block;padding:6px 0 6px 8px;}

/*Comments*/

ol.commentlist li { border-top:2px solid #FFFFCC; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; height:1%;}
ol.commentlist li:hover {background:#000000;}

ol.commentlist li div.vcard { font-weight: bold; color:#BD7A9C }

ol.commentlist li div.comment-meta { font:11px helvetica,arial,sans-serif;position:absolute; right:0; text-align:right; top:0;background:#000000; padding:6px 4px 4px 4px}

ol.commentlist li div.comment-meta a { color:#bbb; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#eeeeee; }

/*body font*/

body {
font-family:arial,verdana,helvetica,sans-serif;
font-size:1.6em;
}


/*heading size*/

h3.sub,h2.sub {margin: 0 0 10px 0;padding: 0 0 5px 0;font-size: 1em;font-weight: bold;line-height: 1em;text-transform: uppercase;letter-spacing: 2px;color: #FFFFCC;border-bottom: 1px solid #eee;}

h1 {
font-family:arial,verdana,helvetica,sans-serif;
font-size:4.0em;
color:#00CC00;
} 

h2 {
font-family:arial,verdana,helvetica,sans-serif;
font-size:1.25em;
color:#00CC00;
} 

h9 {
font-family:verdana,helvetica,arial, sans-serif;
font-size:1.1em;
font-weight:bold;
color:##FFFFB8;
} 

/* Captions */
.wp-caption p.wp-caption-text {font-size: .75em;line-height: 30px;margin: 0;padding:10px;text-align:center;font-style:italic;}
/* End captions */

/*thumbnail slider*/
.slider-item span.slider-title {background: #000; padding:4px; left: 0px; bottom: 3px; display: block; text-align:center; font-size:.875em; height: 18px; width:142px; overflow:hidden; position: absolute; z-index: 10; /* opacity - move to sep. stylesheet */ filter: alpha(opacity=70); -moz-opacity: .70; opacity:.70;}

.ui-slider-handle {width: 30px; height: 10px; position: absolute; top: 0px; background: #428ce7; -moz-border-radius:4px; -webkit-border-radius:4px;margin-left:-10px;}

#top .sf-menu {
    background: none repeat scroll 0 0 #000000;
    margin-right: 0;
    top: 30%;
}


