/*  
Theme Name: Fooblog2000
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	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.
*/

/**** Elements ****/

body {
 font-family: arial;
 font-size: 12px;
 margin:0px 0px; 
 padding:0px;
 text-align:center;
 background-image:url('http://fooblog2000.com/img/bggfg.gif');
 background-color:#eee;
 color:#777;
}

ul {
 font-size: 11px;
 list-style-image:url('http://static.trivialbeing.net/img/bullet.png');
}

ul.smalllist{
 font-size: 9px;   
 position: relative;
 right: 10px;
 list-style-image:url('http://static.trivialbeing.net/img/bullet.png');
}

ul.menu{
 display: inline;

}

ul.menu li {
	display: inline;
       font-size:15px;
      font-family:arial;
	}

li {
list-style-type:none;
}

h2 {
color:#777;
font-size:20px;
}

/**** IDs ****/

#main {
 width:750px;
 height:auto;
 color:#777;
 min-height:1350px;
 overflow:visible;
 margin:0px auto;
 padding-bottom: 15px;
 text-align:left;
 border:3px solid #6bb62e;
 border-top: 0px;
 background-color:#fff;
 //background-image:url('http://fooblog2000.com/img/topshade.png');
 background-position:0 136;
 background-repeat: no-repeat;
}

#movchronnetwork {
 width:750px;
 color:#777;
 overflow:visible;
 margin:15px auto;
 padding-bottom: 15px;
 text-align:left;
 border:3px solid #6bb62e;
 background-color:#fff;
}

#header{
 background-image:url('http://fooblog2000.com/img/fooblogheader2.png');
 width:750px;
 height:146px;
}

#searchbar {
text-align:right;
padding:10px;
}


#sidebar{
 position:absolute;
 width:159px;
 padding:10px;
 background-color:#f5f5f5;
 margin-left: 555px;
 margin-bottom: 15px;
 border: 1px solid #ddd;
 border-right: 0px;
 vertical-align:top;
 overlay:hidden;
}

#content{
 padding-left: 15px;
 padding-right: 15px;
}

#contents{
 width:525px;
}

#post{
 text-align:justify;
 width:525px;
 color:#777;
 padding:5px;
}

#postheader{
 height:50;
 margin-top:10px;
 vertical-align:middle;
}

#comments{
border: 1px solid #ccc;
text-align:center;
padding: 5px;
background-color: #f3f3f0;
margin-left:5px;
color:#000;
}

#topmsg {
text-align:center;
margin: 3px;
padding: 5px;
background-color:#f5f5f5;
border: 1px solid #ddd;
width: 505px;
font-weight:bold;
}

/**** Classes ****/

.alignright{
text-align:right;
}

.alignleft{
float:left;
}

.navigation {
height:15px;
}

.menu {
 top:49px;
 position:relative;
 font-family:arial;
 font-size:15px;
 font-weight:bold;
 text-align:right;
padding-right:3px;
}

.menuheader {
 background-color: #285d7c;
 font-weight:bold;
 font-size: 13px;
 color: #fff;
 padding: 5px;
}

.menuimg{
 padding:10px;
 text-align:center;
 vertical-align:middle;
}

.title {
 font-size:20px;
 font-weight: bold;
 color: #2e8bb6;
 padding:3px;
}

.date {
 font-size:10px;
 color: #6ab143;
 padding:5px;
}

.postmetadata {
border: 1px solid #ccc;
text-align:center;
padding: 5px;
background-color: #f3f3f0;
margin-left:5px;
color:#000;
}

.code {
text-align:left;
border: 1px solid #aaa;
padding: 5px;
background-color:#f5f5f5;
font-size:14px;
color:#000;
overflow:auto;
font-family:courier;
max-height:200px;
width:498px;
}


.comments {

 text-align: right;
 color: #777;
 background-color: #f7f7f7;
 padding: 5px;
margin-top: 10px;
}

.comment-body {
 padding-left: 15px;
}

.alt{
 background-color:#fafafa;
}

.commentlist {
color:#777;
border: 1px solid #ccc;
text-align:left;
padding: 5px;
margin-left:5px;
}

.comment-data {
background-color: #e9e9e9;
padding:10px
color:#777; 
padding:10px;
}

/**** Links ****/

a,
a:visited,
a:active {
 color: #2e8bb6;
}
a:hover {
 text-decoration: none;
}

a.titlelink:link,
a.titlelink:visited,
a.titlelink:active {
 text-decoration: none;
 color: #2e8bb6;   
}
a.titlelink:hover {
 border-bottom: 1px dashed #285d7c;
 color: #2e8bb6;
}

a.commentsl:link,
a.commentsl:visited,
a.commentsl:active {
 text-decoration:underline;
 color: #aaa;
}

a.menulink:link,
a.menulink:visited,
a.menulink:active {
 text-decoration:none;
 color: #000;
 border: 1px solid #ddd;

background-color:#eee;
padding: 10px;
}
a.menulink:hover{
 color: #fff;
 border: 1px solid #fff;
background-color:#6bb62e;
padding: 10px;
}

a.menulink2:link,
a.menulink2:visited,
a.menulink2:active {
 text-decoration:none;
 color: #000;
 border: 1px solid #6bb62e;

background-color:#eee;
padding: 10px;
}
a.menulink2:hover{
 color: #fff;
 border: 1px solid #fff;
background-color:#6bb62e;
padding: 10px;
}
