/*  
Theme Name: 3-Columns (css) 2007 by Pedro
Theme URI: http://wordpress.org/
Description: Ripped off from the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.5
Author: Michael Heilemann, ripped off by Pedro Vera (http://veraperez.com)
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.
*/

/* Begin Typography & Colors */

html, body {
	color: black;
	text-align: left;
	background-color: white;
	/*font: normal 12px Verdana, Arial, Helvetica, sans-serif;*/
	font: normal 10pt Georgia, "Times New Roman", Times, serif;
}

#leftcol {
float: left;
width: 225px;
border: none;
}

#main {
margin: 0px;
}

#centercol {
border: none;
margin: 0 210px 0 235px;
}

#rightcol {
float: right;
width: 225px;
border: none;
}

.title {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

h2
{
	font: normal 18px Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.title:hover {
	text-decoration: none;
}


code {
	font: 10pt Courier New, Courier, mono;
	background: #ffffcc;
}

blockquote {
	direction: ltr;
	padding: 10px;
	background: #cccccc;
	border: 1px dotted #000000;
}

blockquote.centered {
	text-align: center;
	direction: ltr;
	background: white;
	border-style: none;
	border-width: 1px;
}

img {
	padding: 5px;
	border-style: none;
}

.content {
	border: 1px solid #6699cc;
	margin: 5px 10px 20px;
	padding: 5px;
}

.nav_column {
	width: 200px;
}

.section_title {
	background: #6699cc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	color: white;
}

.section_box {
	border: 1px solid #6699cc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.centered_section_box {
	border: 1px solid #6699cc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

a.defined {
	border-bottom-style: double;
	text-decoration: none;
}

a.defined:hover {
	border-bottom-style: double;
	text-decoration: none;
}

hr {
	border-style: dotted;
	border-width: 1px;
}

.google_rectangle_ad {
	float: right;
	margin: 5px;
	width: 300px;
	height: 250px;
	overflow: visible;
	z-index: 2;
}

.technorati {
	
	text-align: left;

}
.banner_box

{
	background: #6699cc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	color: white;
}

.banner_link
{
	
color: #fff;
	
background-color: #6699cc;
	
font-weight: bold;
	
text-decoration: none;

}



.banner_link:hover
{
	
color: #fdff59;
	
background-color: #6699cc;
	
font-weight: bold;
	
text-decoration: underline;

}
