/*
Theme Name: Qb Style
Theme URI: http://quietbabylon.com/
Description:  One column, 500px. A sidebar
Author: Tim Maly
Author URI: http://quietbabylon.com/

*/


/*#############################################################
Name: Qb Style
Date: 2011-01-01a
Description: One column, 500px. A sidebar
Author: Tim Maly
URL: http://quietbabylon.com/

#############################################################*/

/**********************************/
/**********************************/
/* Colours: http://ethanschoonover.com/solarized
$base03:    #333333;
$base02:    #073642;
$base01:    #586e75;
$base00:    #657b83;
$base0:     #839496;
$base1:     #93a1a1;
$base2:     #eee8d5;
$base3:     #fdf6e3;
$grnbase2:  #e3e7c4;
$yellow:    #b58900;
$orange:    #cb4b16;
$red:       #dc322f;
$magenta:   #d33682;
$violet:    #6c71c4;
$blue:      #268bd2;
$cyan:      #2aa198;
$green:     #859900;

******************************************/
$cyan: #00adef;
$yellow: #fff200;
$magenta: #ec008c;
******************************************/

/* standard elements */

* {	margin: 0;
	padding: 0;
	}

a {	text-decoration: none; }
a visited:{	text-decoration: line-through; }

a img{  border:none; }

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }

html{
	margin: 0;
}

body {
	background: #ffffff /*url('img/bg.jpg') repeat-x*/;
	color: #555;
	font: normal 12px Georgia, serif;
	text-align: center;
	min-width: 760px;
	margin: 0;
}

cite {
	font-size: 0.85em;
	font-style:italic;
	line-height:1.2em;
}

cite em {
	font-style:normal;
	/*font-variant: small-caps;*/
}

em {
	font-style:italic;
}

em em {
	font-style:normal;
	/*font-variant: small-caps;*/
}

hr {
	color: #999;
	background-color: #999;
	height: 1px;
	border: none;
}

p,code,ul {
	padding-top: .6em;
	padding-bottom: .6em;
	line-height:1.7em;
	margin: 0;

}
li {
	list-style: none;
}

code {
	background: url('img/bgcode.gif');
	border: 1px solid #F0F0F0;
	border-left: 6px solid #ff0000;	
	color: #444;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	line-height:1.6em;
}
blockquote {
	background:  #fff200;
	/*border-bottom: 1px solid #06F;
	border-top: 1px solid #ff0000;*/
	color: #555;
	display: block;
	font-family: Futura,"Century Gothic",sans-serif;
	margin: 2px 0px 2px 0px;
	padding: 2px 12px;
	line-height:1.6em;
}
h1,h2,h3,h4 {
	font: normal 1.2em Futura,"Century Gothic",sans-serif;
	color: #ff0000;
	margin: 15px 0 0 0;
}

/*************************************/
/* Box */

#box {
	text-align: left;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	}


/**********************************/
/* misc */
.clearer {
	clear: both;
}

/**********************************/
/* header */
.header {
	/*background: url('img/stripes.gif') no-repeat; */
	background: #00adef;
	/* height: 160px; */
	margin-bottom: 10px;
	margin-left: -2px
}
.header h1 {
	color: #333333;
	font: 4em Futura,"Century Gothic",sans-serif;
	margin: 0;
}

.header h1 a{
	color: #333333;
	/*text-decoration:none;*/
}

.header h1 a:visited{
	color: #333333;
	/*text-decoration:none;*/
}

.header h2 {
	/*border-top: 1px solid #eee8d5; */
	color: #666;
	text-align: right;
	margin: 0;
}
.header h2 span {
	background: #333333;
	color: #DDD;
	padding: 0 3px 3px 3px;
}

/**********************************/
/* left side (main content) */
.left {
	top: 0px;
	margin-right: 250px;
	width: 500px;
}
.content { font-size: 1.3em;}
.content .descr {
	font-size: 0.9em;
	margin-bottom: 6px;
	font-family: Georgia, serif;
}

.content ol {
	margin-bottom: 18px;
}

.content ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 18px;
	line-height:1.6em;
}

.content ul {
	margin-left: 18px;
}

.content ul li {
	list-style-type:square;
	line-height:1.6em;
}

.content h1 a{
	font-size: 2em;
	margin-bottom: 4px;
	color: #ff0000;
}

.content a,.footer a {
	color: #00adef;
	/*text-decoration: none;*/
}

.content a:hover,.footer a:hover {
	background: #fff200;
	color: #333333;
}



/**********************************/
/**********************************/
/*post stylng*/
.post {
	margin:0 0 5px 0;
}
.post .info {
	padding:2px 3px 3px 8px;
	border:1px solid #e3e4e4;
	background-color:#f5f5f5;
	font-size:0.9em;
	color:#505050;
}
.entry a {
	color: #00adef;
	/*text-decoration: underline;*/
}
.entry a:visited{
	color: #009999;
	text-decoration: underline;
	background-color: #aaaaaa;
}

.entry {
	margin-top: 10px;
}

.entry a:hover {
	background: #fff200;
	color: #333333;
}

/**********************************/
/**********************************/
/* nav & subnavigation */


/**********************************/
/* subnav */

.right {
	position: absolute;
	top: 110px;
	margin-left: 530px; /*was 720 */
	margin-bottom: 20px;
	width: 220px;
}
.subnav {
	margin-top: 4px;

}
.subnav h1 {
	color: #333333; /*#ff0000;*/
	font-size: 1.5em;
	font-weight: normal;
	height: 25px;
	margin-bottom: 4px ;
	padding-left: 1px ;
	/*background: #00adef;*/
	

}

.subnav p {
	padding: 0px 0px 3px 0px;

}

.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}


.subnav li { 
	list-style: none;
	margin: 0;

	color: #333333 ;
	display: block;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 3px 0px 6px 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Georgia, serif;
}
.subnav li a {	
	color: #ff0000;
	text-decoration: none;
	font-family: Georgia, serif;
}
.subnav li a:hover {
	color: #000;
	background: #fff200;

}



/**********************************/
/**********************************/
/* footer */
.footer {
	color: #666;
	font: normal 1em Futura, "Century Gothic", sans-serif;
	margin: 0px 250px 10px 0px;
	width: 500px;
	
}
.footer a {
	color: #ff0000;
	text-decoration: none;
}



/**********************************/
/**********************************/
/* footer */
.nocomments {
	color: #666;
	font: normal .8em Futura, "Century Gothic", sans-serif;
	margin: 0px 250px 10px 0px;
	width: 500px;
	
}
.nocomments a {
	color: #ff0000;
	text-decoration: none;
}


/**********************************/
/**********************************/
/* Comments Styling */

/* Currently there are no comments
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}

#commentform {
	margin: 1em 0;
	background: #ffffff;
	width: 280px;
}

#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 510px;
}
#commentform textarea:hover {
	background: #ffffff;
	border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
	background: #ffffff;
	border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
}
#commentform input{
	margin-bottom: 3px;
	
}
*/