/*-------------------------------------->
Theme Name: BubbleBean
Theme URI: http://bubblebean.org/
Description: Styleshout Design ported to Textpattern 
Version: 1.0
Author: Kimberlie Bees-Guy
Copyright 2008 PBO Planning & Mgt.
Author URI: http://bubblebean.org/
<--------------------------------------*/

/*----------- Containers ------------- */

* { margin: 0; padding: 0; outline: 0 }

body {
	font: 13px "Times New Roman", "DejaVu Serif", Georgia, Serif; 
	font-weight: normal;
	color: #333333; 	
	margin: 0; padding: 0px 0px 0px 0px; 
	background: #fff;
	text-align: center;
}
 
#wrap-out{
	position: relative;
	background: url(/images/headernopat.png) no-repeat top;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#wrap {
	background: url(/images/bubblebean.png) repeat-x top;
	width: 900px;	
	margin: 0 auto;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 100%;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	display: inline;	
}
#content {
	float: left;
	width: 560px;
	padding-top: 0; margin: 0;
	display: inline;		
}

#sidebar {
	float: right;
	width: 290px;
	padding-top: 0; margin: 14px 0 0 0;		
	display: inline;	
}

#header {
	position: relative;
	width: 900px;	
	height: 250px;	
	padding: 9px, 0 0 0;	
	margin:0;  auto;
	background: url(/images/bubblebean.png) repeat-x top;
}

#footer {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	font: normal .80em Garamond, Tahoma, sans-serif; 	
	background: #DDECF7;
	color: #777;
	width: 900px;
	float: left;		
}
.navigation {
        padding: 20px 0px 5px 10px;
        text-align: left;
}
/*------------ Menu -------------  */

#menu {
	position: relative;
	height: 40px;
	background: transparent;
        margin: 0px;
        list-style: none;
        text-decoration: none;
        color: #333;
        	
}
.menu ul {
        list-style: none;    
        color: #333;   
        z-index:10;	
	position: absolute;
        z-index:100;
	padding: 5px 9px 3px 10px;
        border-bottom: none;
	
	
}
.menu li {
	float: left;
        list-style: none;
        text-decoration: none;
}
.menu li a, .menu a:visited {
   padding: 5px 9px 3px 10px;
   font: bold 15px/35px "Helvetica Neue", Arial, Geneva, sans-serif; 
   text-decoration: none;	
   color: #333;
}
.menu a:hover {
	color: #755643;
	text-decoration: none;
        background:transparent;
        list-style: none;
        border-bottom: none;
}
.menu ul li#current a {	
	color: #6BA9D5;	
        text-decoration: none;
}

#slide {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 40px;
    padding: 5px 6px 3px 0px;	
    background:transparent url(/images/over.png)no-repeat;
    z-index: 10;
    text-decoration: none;
    list-style: none;
}


/*------------ Hn and p ---------------*/

h1, h2, h3 {
	font-family: Calibri, "DejaVu Sans", Minerva,  Sans-serif; 
	color: #333333;
}
h1 {
	font-family: Garamond, "DejaVu Serif", Georgia, Serif; 
	font-size: 22px;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h2 {
	font-size: 13px;
	color: #895F30;
	padding: 20px 10px 5px 10px;
	margin: 0;
}
h3 {
	font-size: 22px;
	color: #666666;
	font-weight: normal;
	padding: 20px 10px 5px 10px;
	margin: 0;	
}

.entrytitle h2 {
	padding-bottom: 3px;
	margin-top: 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;  
	color: #895F30; 
	letter-spacing: -1px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}
.entrytitle h2 a {
	color: #895F30;
	text-decoration: none;	
	background: none; border: none;
}
.entrytitle ul li {
	list-style-image: url(/images/bullet.png);
}

#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 3px 5px; 
	font: normal 1.7em Tahoma, Helvetica, Arial, sans-serif;	
	color: #C3156C;	
	letter-spacing: -.5px;	
}

#footer h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif; 
	text-transform: none;
	letter-spacing: 0;
	margin-left: 0;	
	color: #895F30;	
}

/* ----------------- Entry ------------------- */
.entrymeta {font-size: .95em; padding-top: 3px; margin-left: 5px; color: #333333;}
.entrymeta a {color: #C5935C;}
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #777;
	border: 1px solid #DDECF7;
	background: #DDECF7;
}

.postmeta a.commentslink { margin: 0 10px 0 5px; }
.postmeta a.readmore { margin: 0 10px 0 5px; }


/*-------------------Date-------------------*/
.article .date { 
float: right; 
margin:12px 2px 2px 40px; 
padding:0; 
background: #B0DFF6; 
border: 1px solid #dcdcdc;
width: 4em;
}

.article .date h5 { 
margin:0 auto; 
padding:0; 
text-align:center; 
font: 22px Didot;
font-style: none;
font-weight: bold;
color: #755643;
 
}
.datetop { 
background-color: #F0F5FE ;
	
}
.datemon { 
font: 16px Didot; 
border: none;
font-style:  none;
font-weight: bold;
letter-spacing: normal; 
text-align: center; 
color: #755643;
}

/* -----------------Sidebar ------------------- */

#sidebar ul.sidemenu {
	text-align: left;
	margin: 3px 0px 3px 0px; padding: 0;
	text-decoration: none;		
	background: url(/images/dots.gif) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: transparent;
	padding: 2px 0px 0px 0px;
	margin: 0;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color:  #6BA9D5; 	
	font-weight: bold;		
	font-family: Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 13px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul.sidemenu li a span {
	color: #989898;	
	font-family: Tahoma, Helvetica, Arial, Sans-serif;
	font-style: italic;
	font-weight: normal;	
	font-size: .8em;
}
#sidebar ul.sidemenu li a:hover {	
	color: #333;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* ----------------- footer ------------------ */

#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;	
}
#footer-content ul.col-list {
	background: url(/images/dots.gif) repeat-x left top;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	background: url(/images/dots.gif) repeat-x left bottom;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #777;
	border: none;
}
#footer-content ul.col-list li a:hover {
	color: #333;
	text-decoration: none;
}
#footer-content ul.col-list li a span {
	color: #989898;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .space-sep {
	margin-right: 12px;
}
#footer-content .col2 {
	width: 285px;
        font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;	
        padding: 0 0 30px 0;	
	display: inline;	
}
/* --------- Thumbs --------- */

p.thumbs{ padding: 12px 0 0 10px; }

.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }



/*--------------Misc-------------*/

a, a:active, a:link {
	text-decoration: none;
	color:  #6BA9D5;		
}
a:visited {
	text-decoration: none;
}
a:hover {
	background: #F0F0C0; 
	color: #895F30;
	border-bottom: 1px dotted #895F30;
}
p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
       font-weight: bold;
       color: #895F30;
}
dd {
       padding-left: 25px; 
}

/* ----------- Special -----------*/

img {
	background: #fafafa;
    border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em Monaco, "courier news", monospace ;
  	/* white-space: pre; */
  	border: 1px solid #DDECF7;
	background:#DDECF7;  
}
acronym {
        cursor: help;
        border-bottom: 1px dotted #895F30;
}
blockquote {
     margin: 15px 10px;
     padding: 10px 10px 10px 35px;  
     border: 1px solid #ECF8FE;
     background: #F0F0C0 url(/images/quote.png) no-repeat 10px 10px;
     font-weight: normal;
     font-size: 1.2em;
     line-height: 1.3em;
     font-style: italic;
     font-family: Georgia, "Times New Roman", Times, serif;	
     color: #333333;	
}
#blockquote {
	margin: 15px 10px;
	padding: 10px 10px 10px 35px;
	border: 2px solid #dcdcdc;
	background: #fafafa;
	line-height: 1.3em;
	
}

table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	background:  #6BA9D5;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #79ADD5;
	border-bottom: solid 2px #fff;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #EDEDED;	
}	
.commentsblock {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}
.commentsblock textarea {
	width: 400px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
.commentauthor   {
	display: block;
    background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

.even { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
h3#comment {
	margin-top: 30px;
}

.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

/*---------------Other------------*/

#twitter {
	width: 275px;
	height: 297px;
}

#LastFM {
         width: 275px;
         height: 275px;
}
#Shelfari {
        margin-top: 5px; 
        width: 275px;
        height: 520px;
}
.sociallist{
    padding: 0;
    margin: 0;
    list-style: none;
}

.sociallist li{ 
    padding-right: 15px;
}

/*----------facebook-----------*/

#facebook {
	font:12px/1.4em Verdana, sans-serif;  
	color:#333;
	background-color:#fff;
	width:700px;
	margin:50px auto;
	padding:0;
}
.facebook a {
	color: #6BA9D5;
	text-decoration:underline;
	padding:0 1px;
}
 
.facebook a:hover {
	background-color:#333;
	color:#fff;
	text-decoration:none;
}
 
.facebook div.header {
	border-bottom:1px solid #999;
}
 
.facebook div.item {
	padding:5px 0;
	border-bottom:1px solid #999;
}

.facebook ul {

    margin: 10px 20px 10px 5px;
	padding: 0 0 5 0;
}

/*-------------vCard and RSS--------------*/
.rsspink {padding-left: 22px; background: url(/images/RSS.png) left top no-repeat}

.rssblue {padding-left: 22px; background: url(/images/rss32.jpg) left top no-repeat}

#hcard {
   
    padding-left: 18px; 
    background: url(/images/vcard.gif) left top no-repeat
}

.vcard {
	display: none;
	margin: 30px 0 0 0;
}