/*
Theme Name: AALTCI
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Wiredhat
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

*/


#blogColLeft
{
position: relative;
display: block;
width: 580px;
overflow: hidden;
float: left;
margin: 0;
padding: 0;
}
#blogColRight
{
position: relative;
display: block;
width: 250px;
overflow: hidden;
float: right;
margin: 0!important;
padding: 0!important;
}

.floatLeft
{
float: left;
}
.floatRight
{
float: right;
}

.blog h2
{
width: 100%;
padding: 10px 0px 10px 0px;
margin: 0;
border-bottom: 1px solid #333;
font-size: 17px;
font-weight: bold;
}
.blog p
{
font-size: 12px;
line-height: 18px;
margin: 0;
padding: 0;
}
h2.blogTitle
{
font-size: 22px!important;
line-height: 26px;
border: none;
color: #555;
}
h3.catPageTitle
{
font-size: 13px;
line-height: 16px;
margin: 0 0 0px 0;
padding: 0 0 0px 0;
width: 100%;
border: none;
}
h3.catPageTitle a
{
text-decoration: underline;
}

.blog .entry p
{
text-align: justify;
font-size: 12px;
line-height: 18px;
padding-bottom: 10px;
color: #444;
}
.blog p.tagsPara
{
font-size: 11px!important;
}
.blog p.smallDate
{
font-size: 9px;
margin: 0;
padding: 0;
line-height: 13px;
}

.blog .navigation
{
position: relative;
width: 100%;
padding: 15px 0 15px 0;
}
span.blogExcerpt p
{
color: #444;
font-size: 11px;
}
.blog .post
{
margin-bottom: 10px;
}

div.postBoxes
{
position: relative;
width: 100%;
padding: 15px 0 15px 0;
margin: 0;
display: block;
overflow: hidden;
}
div.postBoxes span
{
position: relative;
float: left;
margin: 0 10px 0 50px;
border: 3px solid #69c;
padding: 5px;
width: 200px;
height: 140px;
overflow: hidden;
}
div.postBoxes span p
{
text-align: left!important;
}
