/*
Theme Name: Alona-Pyramid
Theme URI: http://alona-pyramid.com/
Description: The default WordPress theme for Alona Pyramid.
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,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #63746f;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/pagesbg2.jpg);
	background-repeat: repeat-y;
	background-position: center 179px;
}
td {
	vertical-align: top;
}
.tdbottom {
	background-image: url(images/bgtd.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F30;
	text-align: center;
}
.tdbottom p a {
	color: #F30;
	text-decoration: none;
}
.tdbottom p a:hover {
	color: #333;
}
a {
	color: #000;
}
a:hover {
	color: #FFF;
}
h1 {
	font-size: 18pt;
}
#contentwrite h1 {
padding: 2px;
width: auto;
background-color: #FFFFFF;
}
h2 { font-size: 14pt; }
#start {
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#define {
	padding: 0px;
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 179px;
	width: 900px;
}
#main {
	margin: 0px;
	width: 876px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	height: auto;
	clear: both;
}
#sidebar {
	margin: 0px;
	padding: 10px;
	float: left;
	height: auto;
	width: 150px;
}
#sidebar ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#sidebar ul li {
	margin-top: 0px;
	margin-bottom: 2px;
	display: block;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#sidebar ul li a {
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#rightbar {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 706px;
}
#sidecontent {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 208px;
}
#content {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 498px;
}
#contentwrite {
	height: auto;
	width: 478px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#advertbottom {
	background-color: #C9D5D1;
	padding: 2px;
	width: 477px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.entry {
	font-size: 10pt;
	width: 468px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	background-image: url(images/footer.jpg);
	clear: both;
	width: 868px;
	padding-right: 12px;
	padding-left: 20px;
	height: 102px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	padding: 0px;
	margin-top: 2px;
}
.footerlinks {
	font-size: 8pt;
}