/*  
Theme Name: SGG WordPress
Theme URI: http://www.sustainableglobalgardens.org
Description: SGG's WordPress theme, core based on the world famous 'Kubrick'.
Version: 1.1 16/10/08
Author: Alex McLarty
*
Global Settings */

body 
	{
	padding: 0;
	margin: 0;
	}
	
a
	{
	color: black;
	}
	
p
	{
	font: 100% "Helvetica", "Arial", Verdana, sans-serif;
	}

a:hover
	{
	color: #FF8000;
	}
	
h1
	{
	font: bold 95% Helvetica, Arial, sans-serif;
	}
	
h5
	{
	font-size: 100%;
	text-transform: uppercase;
	}
	
.the_title
	{
/*	margin-top: 25px;*/
	padding: 5px;
	font: bold 100% "Helvetica", "Arial";
	background: rgb(174,174,174);
	}	
	
/* Layout */

#page
	{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	}

#bulk
	{
	margin: 0em 0.5em 0.5em 0.5em;
	}

#header
	{
	font: 200% "HelveticaNeue-CondensedBlack";
	color: #FFF;
	background: #6C994B;
	text-decoration: none;
	border-bottom: solid 4px #AEAEAE;
	margin-bottom: 6px;
	padding: 5px;
	}

#header a
	{
	text-decoration: none;
	color: white;
	}

#header a:hover
	{
	color: #333;
	}

#content
	{
	
	width: 75%;
	font: 100% "Helvetica", "Arial", Verdana, sans-serif;
	}

#footer
	{
	padding-top: 4px;
	padding-left: 8px;
	clear: both;
	font: 70% "Helvetica";
	}
	
#content li 
	{
	margin-top: 1em;
	margin-left: 1em;
	}

.entry
	{
	
	}

/* Sidebar */

#navigation
	{
	border-left: dashed 1px black;
	float: right;
	width: 22%;
	}
	
.navigation
	{
	margin: 0;
	padding-left: 1em;
	}

#navigation ul li
	{
	margin: 0;
	padding: 3px;
	list-style: none;
	font: 100% "Helvetica";
	}

#navigation ul span
	{
	padding-left: 1em;
	}

/* Projects Page */

.projectLocation
	{
	font: 95% "HelveticaNeue-CondensedBlack";
	
	}

#content ul
	{
	list-style: none;
	}

#content ul li
	{

	list-style-type: disc;
	}
	
.more-link
{
	padding-left: 1em;
	margin: 0;
	padding-bottom: 20px;
	font-size: 0.85em;
}

/* Photos */

.aligncenter
	{
		padding:4px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}

/* Orders */

table
{
	border-collapse: collapse;
	border: 1px black;
}

tr
{
	border: 1px black;
}

td
{
	border: 1px black;
	padding-right: 1em;
}