/*
Theme Name: WordPress mu Default
Theme URI: http://mu.wordpress.org/
Description: The default WordPress mu theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/

@import url('/wp-azza/css/jello.css');
@import url('/wp-azza/css/header.css');
@import url('/wp-azza/css/site.css');

.right-240 {
  float: right;
  position: relative; /* Needed for IE/win */
  width: 240px;    /*** Critical left col width value ***/
  margin-right: -240px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}
.content-outer {
	background-color: #FFFFFF;
}
.content-wrapper {
	margin-top: 10px;
	border-top: 1px solid #e2dcdf;
	background-color: #f5f3f4;
}
.outer-240 {

  border-left: 0; /*** Critical left divider dimension value ***/
  border-right: none; /*** Critical right divider dimension value ***/
  margin-right: 240px;    /*** Critical left col width value ***/
}

#center-content {
	padding: 10px 10px 10px 0;
}

#sidebar {
	background-color: #f5f3f4;
}
#sidebar h2 {
    font-size: 1em;
}
#sidebar ul {}
#sidebar ul li {
    background-color: #f5f3f4;
    margin: 0 5px;
	padding: 5px 0;
    border-bottom: 1px solid #cccccc;
}
#sidebar ul li ul li {
    background-color: #f5f3f4;
    padding: 0;
	margin: 0;
    border: none;
}

.rssContainer {
	height: 14px;
	width: 100%;
	background: url(/wp-azza/img/icons/rss.gif) no-repeat;
	padding: 3px 0 3px 25px;

}
.postMetaContainer {
	background-color: #f5f3f4;
	padding: 5px;
	border-bottom: 5px solid #E2DCDF;
}
.commentsIndex {
	min-height: 20px;
	_height: 20px;
	padding: 10px 0 10px 50px;
	background: url(/wp-azza/img/interface/comment-cloud-red.gif) no-repeat;
}
.commentsSingle {
	min-height: 20px;
	_height: 20px;
	padding: 10px 0 10px 50px;
	background: url(/wp-azza/img/interface/comment-cloud-grey.gif) no-repeat;
}
.postmetadata {
	margin-bottom: 8px;
}
.archiveContainer H2 {
    font-size: 2.0em;
	background-color: #ECE8EA;
	color: #4F4245;
	padding: 5px;
}
.postDate {
	color: #9D8C92;
}
.commentlist LI {
	margin: 5px 0;
	border-bottom: 5px solid #ECE8EA;
}