/*   
Theme Name: Meridian
Description: Custom theme for Meridian.
Author: Derek Barnes
Author URI: http://www.fuerysolutions.com
Template: thematic
Version: 0.1
.
Based/depends on Thematic for theme files.
.
*/

/* Using @import, we can borrow style sheets from the Parent Theme */
 
/* Reset the browser defaults */
@import url('library/blueprint/reset.css');
 
/* Apply default typography */
@import url('library/blueprint/typography.css');
 
/* Apply form styles */
@import url('library/blueprint/forms.css');

/* Add WordPress image styles */
@import url('../thematic/library/styles/images.css');

body{
	background-color:#333;
}

a{
	color:#FC5;
}

a:hover, a:focus{
	color:#DDD;
}

form.wpcf7-form p{
	font-size:1.25em;
	margin:0;
}

input[type=text], textarea{
	background-color:#DDD;
}

input[type=submit]{
	font-size:1.25em;
	-webkit-border-radius:4px;
}

thead th{
	background-color:#700;
    background-image:url('images/thead-gradient.png');
	font-size:1.25em;
}

tr{
	background-color:#444;
}

tr.odd{
	background-color:#222;
}

.menu-column{
	width:288px;
	margin-right:12px;
	float:left;
}

.badge{
	padding-right:8px;
}

.clear{
	clear:both;
}

#wrapper{
	margin:0 auto;
	width: 960px;
}

#branding{
	background:#700 url(images/compass.png) no-repeat -10% 30%;
	height:8em;
}

#blog-title{
	padding-top:1em;
	font-size:3em;
	font-family:'Century Gothic';
}

#blog-title a{
	margin-right:1em;
	float:right;
	text-decoration:none;
	color:#FFF;
}

#access{
	background-color:#D00;
    background-image:url('images/menu-gradient.png');
}

.skip-link{
	display:none;
}

.menu ul{
  margin:0;
}

.menu ul li, .menu ul li ul{
  display:inline;
}

.menu ul a{
  color:#FFF;
  text-decoration:none;
  font-size:2em;
  padding:0 0.5em;
  border-left: 1px solid #700;
}

.menu ul li:first-child a{
  border-left:none;
}

#main{
	position:relative;
}

#slideshow{
	background:#000;
	width:960px;
	height:192px;
	border:8px solid #FC5;
	border-left:none;
	border-right:none;
}

#newsletter-form{
	height:40px;
	background-color:#FFCC55;
	font-family:'Century Gothic';
	font-size:1.2em;
}
#newsletter-form .input{
	background-color:#FFFFFF;
	font-family:'Century Gothic';
	font-size:1em;
}

#container{
	min-height:644px;
	margin-left:248px;
	width:712px;
	background-color:#000;
	-webkit-border-bottom-right-radius:0.75em;
	-moz-border-radius-bottomright:0.75em;
}

#container h1,
#container h3,
#container h4,
#container h5,
#container h6{
	color:#EE8C3C;
}

#container h2{
	color:#D00;
}

#container{
	color:#DDD;
}

#content{
	padding:4em;
}

#sidebar{
	position:absolute;
	top:0;
	width:248px;
	height:100%;
	background-color: #000;
	-webkit-border-bottom-left-radius:0.75em;
	-moz-border-radius-bottomleft:0.75em;
}

#sidebar-image{
	width:240px;
	height:640px;
	border:4px solid #000;
	border-top:none;
	/*
	border-right:4px solid #FFF
	*/
}

#sidebar-image{
	background-image:url('images/sidebar/clock.jpg');
}

.slug-drink-menu #sidebar-image{
	background-image:url('images/sidebar/beer.jpg');
}

.slug-events #sidebar-image{
	background-image:url('images/sidebar/tables.jpg');
}

.slug-contact #sidebar-image{
	background-image:url('images/sidebar/taps.jpg');
}

#sidebar-grad{
	width:240px;
	height:640px;
	background:url('images/sidebar/grad.png') repeat-x bottom;
}

#sidebar img{
	padding:4px 0 4px 4px;
}

#sidebar h1{
	color:#fff;
}

#footer{
	clear:both;
}

#siteinfo{
	color:#EEE;
	float:right;
	margin-right:1em;
}