/*  
Theme Name: Mindstab
Theme URI: http://wordpress.org/
Description: Default Mindstab.net theme
Version: 3.1
Author: Dan Ballard
Author URI: http://www.mindstab.net

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

body
{
	background-color: #f0f0f0;
	background: url('/ico/grey_tile.png');
	margin: 0px;
	padding: 0px;
	font-size: small;
	font-family: arial, verdana, sans-serif;
	color: #000000;
}

a 
{
	color: #0000ff;
	text-decoration: none;
}

img
{
	border: 0px;
}

.avatar {
	float: left;
	margin-right: 10px;
	border: 2px solid blue;
}

.avatar:hover {
	border: 2px solid red;
}

a:hover, a:active
{
	color: #ff0000;
	text-decoration: underline;
}

#header 
{
	margin: 0px;
	padding: 5px;
	background-color: #000000;
	color: #ffffff;
	height: 100px;

}

#header img {
	float: left;
	margin-left: 10px;
}

#header #title {
	margin-left:150px; 
	margin-right:150px; 
	text-align:center;
}

#header h1
{
	margin: 0px;
	display: inline;
}

#header a {
	color: #ffffff;
}



#header small
{
	display: inline;
	color: #decafe;
}

#header h2 
{
	margin: 0px;
}
	
#content
{
	margin-left: 150px; /* 175 */
	margin-right: 10px;
	padding: 0px;
}

#sidebar
{
	float: left;
	padding-left: 10px;
	width: 130px; /* 155 */
}

#sidebar > ul, .sideitem > ul
{
	margin:0px;
	list-style: none;
	padding: 0px;
	padding-bottom: 2px;
}

/* ul.sidelist > li, */

.sideitem
{
	background-color: #ffffff;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

ul.sidelist ul li
{
	margin-left: 5px;
}

ul.sidelist h2 
{
	font-size: small;
	margin: 0px 0px 5px 0px;
	padding: 1px 2px 1px 2px ;
	border-bottom: 1px dashed #000000;
	background-color: #decafe;
}

#search
{
	text-align: right;
	margin: 5px 10px 5px 0px;
}

#search input {
	border: 1px solid #000000;
}

input {
	border: 1px solid #000000;
}

#footer 
{
	text-align: center;
}

#footerleft
{
	float: left;
	padding: 10px;
}

#footerright
{
	float: right;
	padding: 10px;
}

#copyright a {
	color: #decafe;
}

.post, ol.commentlist li
{
	background-color: #ffffff;
	border: 1px solid #000000;
	margin: 0px 0px 20px 0px;
}

ol.commentlist li
{
	padding:0px;
}

.post .header {
	background-color: #decafe;
}

.post .header, .post .footer {
	padding: 2px 5px 2px 5px;
}

.post .header h3 {
	font-size: small;
	margin: 0px;
	padding: 0px;
}

.post .header h2 {
	font-size: medium;
	margin: 0px;
	padding: 0px;
}

.post .header .alignleft {
	padding-right: 15px;
}


.post .entry
{
	border-top: dashed 1px #000000;
	border-bottom: dashed 1px #000000;
	padding: 10px 10px 5px 10px;
}

.post .entry a img
{
	border: 2px solid;
	margin: 2px 5px 2px 5px;
}

.post .entry p {
	margin-top: 0px;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

.aligncenter 
{
        display: block;
	margin-left: auto;
	margin-right: auto;

}

.navigation
{
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}

pre {
	font-size: small;
	background-color: #f8f8f8;
}

.entry pre/*, .code*/
{
	border: 1px black solid;
	padding: 0px 5px 5px 5px;

}

.code, .wp-syntax {
	border: 0px;
	margin: 0px 0px 1.5em 0px;
	padding: 0px;
}

.code strong, .entry strong
{
	background-color: #decafe;
	border-bottom: 1px black dashed;
	padding: 3px;
	margin-bottom: 0px;
}

#copyright {
        background-color: #000000;
	color: #ffffff;
	padding: 0px 2px 0px 2px;
}
		
table .compName {
	font-size: medium;
	text-decoration: underline;
}

h4 {
	margin: 0px;
	padding: 0px;
}

.face {
	margin-left: 10px;
}

.aktt_tweets ul {
	list-style: none;
	padding: 0px 5px 0px 0px;
}

.aktt_tweets li {
	margin: 5px 0px 10px 0px;
	border-bottom: 1px dashed #000000;
	word-wrap: break-word;
}

.aktt_tweets input , .aktt_tweets p {
	margin: 0px 0px 5px 0px;
}

.aktt_tweers p { 
	padding: 0px;
}

.aktt_tweets input { 
	border: 1px solid #000000;
}


.rsslist { 
	list-style: circle;
	padding: 0px 0px 0px 13px;
}

.linkcloud {
	padding: 0px 5px 5px 5px;
}



/*
 *  * WP-Paginate - WordPress Pagination Function
 *   * Revision: $Id: wp-paginate.css 286636 2010-09-08 00:11:23Z emartin24 $
 *    * Copyright (c) 2010 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 *     */
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#decafe; border:1px solid #ccc; color:#666; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin: 0px 14px 0px 10px;}
.wp-paginate .current {color:#fff; background:#5f87ae; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}

