/*
Theme Name: Hamlet Creations
Theme URI: http://www.jon-claudi.co.uk/
Description: The default Hamlet Creations theme
Version: 1.0
Author: Jonathan Haig
Author URI: http://www.jon-claudi.co.uk/
Tags: gray, custom header, fixed width, two columns, widgets
*/

/* CSS Document */
/* Layout Styles */
body {
	background: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#main {
	width:770px;
	text-align:center;
	margin: 0 auto;
        background: url("images/background.png") repeat-y;
}

#header {
	text-align:left;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#navigation {
	height: 45px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	display: inline;
}

#banner {
	height:	170px;	
}

#main-content{
	text-align:left;
}

#homepage-banner {
	height: 200px;
	background: url("images/Hamlet-creations-intro.gif") no-repeat top left;
}

.homepage-banner-text {
	float:left;
	margin-left: 2px;
	width: 215px;
}

#content-left {
	float:left;
	width: 550px;
        height: 100%;
	padding-top: 10px;
	background:#FFFFFF;
}

#content-left-home {
	float:left;
	width: 550px;
	padding-top: 10px;
	background:#FFFFFF;
}

#sidebar {
	float:right;
	width: 210px;
	padding: 5px;
	background-color:#999999;
	color: #FFFFFF
}

#sidebar-home {
	float:right;
	width: 210px;
	padding: 5px;
	background-color:#999999;
}

#sidebar-information {
	float:right;
	width: 210px;
	padding: 5px;
	background-color:#999999;
        color:#FFFFFF;
}

#sidebar-information ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

#footer {
	clear: both;
	height: 35px;
	padding-top:35px;
	background:#FFFFFF;
}

.clr {
	clear:both;
}

/* Text Styles */
p, ul {
	margin-bottom: 20px;
        /* line-height:1.8em; */
}

p.small_print {
        font-size: 8px;
        margin-right: 10px;
}

ul {
	margin-left: 3em;
}

.homepage-banner-text  p{
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height: 175%;
	padding-bottom:5px;
}

#footer p {
	margin: 5px;
	text-align: center;
	font-size: 77%;
}

#sidebar-home p {
	font-size: 11px; 
	color: #FFFFFF;
}

#sidebar-information p {
        padding-left: 5px;
}

/* Link Styles */

a {
color: #666666;
font-weight: bold;
}

#navigation a {
	display: block;
	float: left;
	width: 94px;
	height: 45px;
	padding: 0px;
	border-left: 1px solid #CDADC6;
	Border-right: 1px solid #CDADC6;
	text-decoration: none;
	text-align: center;
	vertical-align:bottom;
	font-size: 90%;
	font-weight:bold;
	color: #000000;
}

#navigation a:hover {
	background: #CC99CC;
}

#navigation .active a {
	background: #999999;
	color: #FFFFFF;
	}

#sidebar a {
	color:#FFFFFF;
}

#sidebar-home a {
	color:#FFFFFF;
}

#sidebar-information a {
	color:#FFFFFF;
        padding-left: 5px;
        padding-right: 5px;
}

#sidebar-information a:hover {
	background-color: #cc99cc;
}

#sidebar-information .active a {
	color:#cc99cc;
        font-weight:bold;
}

#footer a { 
	color: #666666;
	font-weight: bold;
	}

#footer a:hover{
	background: #CC99CC;
}

/* Image Styles */

#content-left-home img {
	margin-right:60px;
        border: 0px;
}
