/*   
Theme Name: Simon WP Framework
Theme URI: http://simonwebdesign.com/simon-wordpress-framework-blank-theme/
Description: A blank frame work using 960.gs grid system and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
Author: Simon Urbina
Author URI: http://simonwebdesign.com
Version: 1.1.6
Tags: light, two-columns, fixed-width
*/

@import url('reset.css');
@import url('typography.css');
@import url('grid.css');
@import url('forms.css');

/* header */
.header {
        padding: 0px 0px 20px 10px;
}
#header-wrap h1 {
        width: 400px;
        padding: 0px;
        margin: 0px;
        float: left;
}
#header-wrap .description {
        clear: both;
}
#search-bar {
        font-size:1em;
        width: 400px;
        float: right;
        padding-top:18px;
}
#search-bar #s {
        padding:0.25em 1em 0.25em 1em;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#searchsubmit {
        padding:0.25em 0.5em;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

/* links */
a:link, a:visited {
	color: #ff9;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
/* navigation */
#nav-bar {
        border-bottom: solid 1px #eee;
	width: 940px;
	height: 26px;
	margin: 20px 10px 50px 10px;
	padding: 10px 0px 10px 0px;
	}
	
#navbar-left {
	width: 850px;
	height: 26px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbar-right {
	width: 30px;
	height: 26px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	}
	
#navbar-right a img {
	border: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	display: block;
        font-weight: bold;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}
	
#nav a:hover {
	display: block;
	text-decoration: underline;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	color:#222;
	background-color:#ff9;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nav li li {
	display: none;
	}
.home #nav a.home,
.music #nav a.music,
.gigs #nav a.gigs,
.photos #nav a.photos,
.info #nav a.info
	{
	color:#222;
	background-color:#ff9;
	}
.music div.meta,
.gigs div.meta,
.photos div.meta,
.info div.meta
	{
	display:none;
	}
/* header */
#footer {
        margin: 30px 10px 10px 10px;
        padding: 10px 5px 10px 0px;
        border-top: solid 1px #eee;
}
/* Misc */
.wp-caption {
	border: 1px solid #222;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* post */
.meta {
}
/* Comments */
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #eee;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #eee;
}
/* featured section */
#featured-sticker {
        width: 100px;
        padding: 5px;
        margin-left: 800px;
        background-color: #f00;
        color: white;
        text-align: center;
        position: absolute;
        float: right;
}
#featured-post {
        background-color: #f3f3f3;
        padding:20px;
        margin: 0px 0px 45px 0px;
        border-top: solid 3px #eee;
        border-bottom: solid 1px #eee;
}

#post-entries {
        padding: 0px 0px 20px 0px;
        margin: 0px 0px 20px 0px;
        border-bottom: solid 1px #eee;
}

h1.imgreplace
        {
        width: 365px; height: 65px;
	position: relative;
        font-size:9999pt;
        overflow:hidden;
	}
h1.imgreplace span
        {
	background: url("http://www.thegoldenhours.co.uk/img/logo_365x65.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#content_hack {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
}
body
	{
	background-color:#222;
	xtext-shadow: #999 0px 1px 1px;
	}
div.container_12
	{
	background:url("http://www.thegoldenhours.co.uk/img/40.png") repeat;
	*background:#222222;
	_background:#222222;
	}
li#gigpress-3
	{
	font-size:1em;
	font-weight:bold;
	border-bottom:1px solid #eee;
	margin-bottom:1em;
	padding-bottom:0;
	}
ul.vcalendar,
ul.vcalendar li
	{
	font-size:1em !important;
	font-weight:normal;
	}
li.vevent
	{
	font-size:1em !important;
	border-bottom:1px dotted #eee;
	}
span.gigpress-sidebar-date
	{
	margin:1em 0 0 0;
	}
li#adv-blogroll-2
	{
	border-bottom:1px solid #eee;
	margin-bottom:1em;
	font-weight:bold;
	}
ul.ab_bookmarks
	{
	font-weight:normal;
	}
li#twitter-3 li
	{
	margin-bottom:0.5em;
	}
ul#biognav,
	{
	display:inline;
	list-style:none;
	margin:1em 0;
	border-bottom:1px solid #ff9;
	}
ul#biognav li
	{
	margin:0 1em;
	display:inline;
	}
#bioglinks p
	{
	margin-bottom:0.6em;
	}
#mc_signup_container
	{
	padding:0;
	}
.mc_custom_border
	{
	border:none;
	}
.mc_custom_border legend
	{
	font: bold 1em sans-serif;
	}
#mc_signup_form label.mc_var_label
	{
	display:none;
	}
#mc_signup_form div.mc_signup_submit
	{
	display:inline;
	}
#mc_signup_form,
.mc_custom_border
	{
	padding:0;
	}
.mc_custom_border legend
	{
	padding:0;
	margin:0;
	}
.mc_custom_border input
	{
	margin-left:10px;
	}
.mc_custom_input
	{
	padding:0;
	margin:0;
	}
#mc_success_msg,
.mc_success_msg
	{
	font-weight:normal;
	color:#ff9 !important;
	}
a.anchor
	{
	margin:1em 0 0.5em 0;
	}
#mc_signup_container
	{
	margin-top:1em;
	padding:1em 0 0 0;
	border-top:1px solid #eee;
	}
#si_contact_form #si_contact_message
	{
	width:400px;
	height:150px;
	padding:0;
	}
#si_contact_name,
#si_contact_email
	{
	display:inline;
	}