/*  
Theme Name: Almost Blue
Theme URI: 
Description: My theme
Version: 1.5
Author: Bryce Kujala
Author URI: 

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This 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
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #006;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #006;
}

body {
	background: url(/wp-content/themes/almostblue/images/back.gif) top left repeat-y;
	margin: 0px 0px 20px 0px;
	font: 13px/18px arial, helvetica, sans-serif;
}

td {
	font: 13px/18px arial, helvetica, sans-serif;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 1.5em 0 0 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

p {
	margin: .5em 0 1em 0;
}

hr {
	color: #006;
	width: 90%;
	background:#006
}

img {
	padding: 0px;
	border: 0px;
	margin: 0px
}

#header
{
	float: left;
	width: 100%;
	background: url(/wp-content/themes/almostblue/images/top.title.gif) top left no-repeat;
}

#title {
	position: absolute;
	width: 215px;
	height: 50px;
	top: 0px;
	left: 0px;
	background: #f0f;
}

#menu {
	float: left;
	margin-top: 36px;
	text-align: right;
	font: 11px/13px verdana, arial, sans-serif;
	background: #006;
	width: 100%;
	height: 14px;
}

#menu ul
{
	float: right;
	margin:0;
	padding:0;
	list-style: none;
}
#menu li
{
	float: left;
	margin:0;
	padding:0;
	list-style: none;
}

#menu a:link, #menu a:visited {
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px
}

#menu a:hover {
	color:#CCC;
	font-weight: bold;
	text-decoration: none;
}

#submenu {
	font: 11px/11px verdana, arial, sans-serif;
}

#submenu a:link, #submenu a:visited {
	color:#999;
	font-weight: bold;
	text-decoration: none;
	padding: 0 16px
}

#submenu a:hover {
	color:#666
}

#main {
	position: relative;
	float: left;
	width: 100%;
}

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	margin: 10px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 10px;
	padding: 0;
	}
	
#sidebar ul ul li:first-line, #sidebar ul ol li:first-line {
	margin-left: -10px;
	}

#content {
	background-color: #FFF;
        margin: 0 10px 0 190px;
}

#blogbar {
	float: right;
	width: 150px;
	margin: 20px 10px;
	text-align: center;
	border: 1px solid #006; background: #CCF;
}

#blogbar .ch_table { border-width: 0; text-align: left;}
#blogbar .ch_table td { border-width: 0}
#blogbar .ch_head, .ch_description { display:none; }

#csz {
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #000;
	text-align: center;
}

#csz img {
	border-bottom: 1px solid #000;
}


#footer {
	clear: both;
	text-align: center;
	width: 100%;
	float: left;
}

#footer p {
	margin: 1em 10px 1em 190px;
}
#footer p.copyright {
        margin-top: 1em;
        padding-top: 1em;
        border-top: 2px solid #006;
}
#footer p.wordpress {
	font-size: 85%;
}

#leftbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 135px;
	height: 350px;
	padding: 0;
	z-index: 1
}

.portfolio {
	border-top: 2px solid #006;
	clear: both;
}

.portfolio img {
	margin: .5em;
	border: 1px solid #000;
}

img.left {	
	float: left;
	margin-left: 0;
}

img.right {	
	float: right;
	margin-right: 0;
}

.center {
	text-align: center;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform
{
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar #searchform #s {
	width: 90px;
	padding: 2px;
	margin: 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	text-align: left;
	margin: 0;
	padding: 0 1px;
	overflow: visible;
	width: auto;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


#homesidebar
{
width: 200px;
float: right;
border: 2px dotted #ccc;
border-width: 0 0 2px 2px;
margin-left: 10px;
}

#homesidebar #nowread
{
   margin-left: 10px;
}

#homesidebar #nowwatch
{
   margin-left: 10px;
}

#homesidebar ul, #homesidebar ul ol {
	margin: 0;
	padding: 0;
	}

#homesidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}

#homesidebar ul p, #homesidebar ul select {
	margin: 5px 0 8px;
	}

#homesidebar ul ul, #homesidebar ul ol {
	margin: 5px 0 0 10px;
	}

#homesidebar ul ul ul, #homesidebar ul ol {
	margin: 0 0 0 10px;
	}

#homesidebar ul ul li, #homesidebar ul ol li {
	margin: 3px 0 0 10px;
	padding: 0;
	}
	
#homesidebar ul ul li:first-line, #homesidebar ul ol li:first-line {
	margin-left: -10px;
	}
	
.postpicl
{
   float: left;
   border: 1px solid #000;
   margin: .5em 1em .5em 0;
}

.postpicr
{
   float: right;
   border: 1px solid #000;
   margin: .5em 0 .5em 1em;
}