/*
Theme Name: GalanInc 2008
Theme URI: http://wordpress.org/
Description: GalanInc 2008 based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: James Delaney
Author URI: 
Tags: galan,2008, custom

	GalanInc 2008 v1.0


	The original theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
p
{
	margin-left: 0px;
	margin-right: 0px;	
	margin-bottom: 8px;
	margin-top: 8px;
}

h1
{
	text-size: 20pt;
}
h2
{
	text-size: 18pt;
	no-background-color: #b6581a;
	background: url(images/customhr.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	no-padding-left: 8px;
	clear: both;
}
h3
{
	no-padding-left: 8px;
	background-color: #aaaaaa;
	text-size: 14pt;
	color: #000000;
	clear: both;
}
h3 a
{
	text-decoration: none;
	color: #000000;
	text-size: 14pt;
}
h3 a:hover
{
	text-decoration: none;
	color: #4444dd;
	text-size: 14pt;
}
hr.earth
{
	height: 4px;
	background: url(images/customhr.jpg) no-repeat;
}
img
{
	margin: 8px;
}
img.nomargin
{
	margin: 0px;
}
p img {
        padding: 0;
        max-width: 100%;
        }

/*      Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */
a img
{
	border: 0;
}
img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }
img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
.center {
        text-align: center;
        }

div#title_bar
{
	font-weight: bold;
	text-align: left;
	padding-left: 24px;
	padding-top: 1px;
	font-family: sans-serif;
	font-size: 18pt;
}
