/*
Theme Name: Standard
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Annika
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* - BASIC STUFF - */
 body {
   background:#FFF; 
   background-image:url(images/browntitle.png); 
   background-position:top center;
   font-family:Trebuchet MS,verdana;
   background-position:top center;
   background-repeat:repeat-x;
   font-size:13px;
   margin:0 auto;
   color:#888;
}

#totop {
position: fixed;
bottom: 0px;
right:0px;
padding:5px;
}
#totop a img {border:none;}
#totop a {border:none;}

*html #totop {
position: absolute;
bottom: 0px;
right:0px;
padding:5px;
}
*html #totop a img {border:none;}
#totop a {border:none;}

p.audioplayer_container {  
text-align: center;  
}  

strong {color:#5E524A;}

/* CommentLuv last blog post settings*/
.cluv {display:block; padding:5px;border:none; background: #eee; margin-top: 15px; color:#444;}

input {
border:none;
padding:5px;
background:#eee;
color:#777;
font-size:12px;
line-height:15px;
width:200px;
border:1px dotted #aaa;
}

textarea {
border:none;
padding:5px;
font-family:Trebuchet MS,verdana;
background:#eee;
color:#777;
font-size:13px;
line-height:15px;
width:350px;
height:145px;
border:1px dotted #aaa;
}

a,active,visited {
text-decoration:none;
color:#FB707A;
font-weight:bold;
border-bottom:1px dotted #bbb;
font-family:georgia;
}
a:hover {
color:#EA8432;
border:none;
font-family:georgia;
}

/* -- DATES -- */

.entryDate {position:relative; left:-101px; top:-30px; padding:5px; background:#FFDCDE; border:1px dotted #EC626C; width:85px; margin:0; line-height:18px; text-align:center; color:#EC626C; font-family:georgia;}
.entryDate span {
}
.postMonth {
    text-transform: uppercase; 
    font-size: 12px;
}
.postDay {font-size:14px;}
.postYear {font-size:12px;
}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {margin-left:5px;padding:0;}
li {list-style:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry-content ul li {margin-left:40px; list-style-image:url(images/rainbullet.png); font-size:12px; line-height:18px; color:#666;}
.entry-content ul li li {}
.entry-content ol li {margin-left:10px;list-style: decimal; font-size:12px; line-height:18px; color:#666;}
.entry-content ol li li {}
.entry-content li a {color:#8EC102;}
.entry-content li a:hover {color:#28BDE6;}

/* -- CRAZY LINK COLORS -- */

li.cat-item a {color:#28BDE6; font-size:11px; border:none; background:#fff; display:block; margin-bottom:5px; width:180px;  position:relative; left:-5px;}
li.cat-item a:hover {color:#ABD92E; position:relative; left:-15px;}

.green a {color:#ABD92E;  font-size:11px;border:none; background:#fff; display:block; width:180px; margin-bottom:5px;  position:relative; left:-5px;}
.green a:hover {color:#28BDE6; position:relative; left:-15px;}

.greena a {color:#ABD92E;  font-size:11px;border:none; background:#fff; display:block; width:180px; margin-bottom:5px  position:relative; left:-5px;;}
.greena a:hover {color:#28BDE6; position:relative; left:-15px;}

.blue a {color:#28BDE6;  font-size:11px;border:none; background:#fff; display:block; width:180px; margin-bottom:5px;  position:relative; left:-5px;}
.blue a:hover {color:#ABD92E; position:relative; left:-15px;}

.entry-meta-index {border-top:1px dotted #bbb; line-height:15px; font-size:11px; position:relative; top:-30px;}
.entry-meta-index a {color:#EA8432;}
.entry-meta-index a:hover {color:#FB707A;}

/* -- CALENDAR -- */

#wp-calendar {width:165px; font-size:11px; color:#AC8F7C; position:relative; left:-5px;}
#wp-calendar th {
text-transform: capitalize;
color: #8E715E;
font-weight:bold;
text-align:center;
}
#wp-calendar td {
background:#fff;
text-align:center;
}
#wp-calendar td:hover, #wp-calendar #today {
background: #efefef;
}
#wp-calendar a {
border:none;
font-weight:bold;
font-size:13px;
color:#A3D004;
}
#wp-calendar a:hover {
color:#28BDE6;}


/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {font-family:georgia; margin:0;padding:0; text-align:center; color:#8E715E;text-transform: lowercase; font-weight:normal;}
h2 {text-decoration:none; border:none; color:#8E715E; text-align:center;letter-spacing:2px; font-weight:normal; font-size:20px; padding-bottom:5px;}
h2 a {color:#8E715E; border:none; font-weight:normal;}
h2#comments{margin:20px auto 10px;font-size:140%;}
h3 {letter-spacing:2px; font-weight:normal; color:#8E715E;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}
h1 {text-align:center;}

/* -- MAIN DIV'S -- */
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:850px;}
#wrapper2 {float:none;clear:both;margin:0 auto; padding:0;width:600px;}
#header {height:107px;margin:0; padding:0;}
#header img {border:none;}
#header a {border:none;}
#header2 {height:107px;margin:0; padding:0; }
#footer {overflow:hidden;margin:20px auto 0;clear:both;float:none;text-align:center;padding: 20px 0; font-size:11px;}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:left; clear:none;width:600px; padding:10px; line-height:25px;}
a img {padding:5px; border:1px dotted #bbb;}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:right; clear:none;width:160px; padding:25px; font-size:12px; border-left:1px dotted #bbb;}
.sidebar {width:99%;clear:none; position:relative; top:-30px; text-align:justify;}
.block-1 {float:right;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto; line-height:18px; background:#f7f7f7; border:1px dotted #ccc; padding:5px; padding-bottom:0;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

