/*
Theme Name: Maspapaya Default
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: 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

*/
/* Begin Typography & Colors */
body {
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	color:#666666;
	text-align: center;
	margin:0px;
}
h2{
	font-size:120%;
	color:#FF2A04;
}
a{
	color:#FF2A04;
	text-decoration:none;
}
img{
	border:none;
}
textarea{
	width:100%;
}
#page {
	text-align:left;
	width:600px;
	margin:auto;
	padding:20px 0px;
}
#header{
	text-align:right;
}
#content{
	
}
#sidebar{
	
}
#sidebar h2{
	display:inline;
}
#sidebar ul{
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px;
}
#sidebar li{
	display:inline;
	padding:0px;
	margin:0px;
}
#sidebar ul li{
	display:inline;
}
#sidebar span{
	font-weight:bold;
}
#footer{
	text-align:center;
}
div.hr{
	border:solid 1px #FF2A04;
	margin:20px 0px;
}