/*
Theme Name: The Orchard
Theme URI: http://www.theorchardbar.co.uk
Description: Theme for The Orchard Bar & Restaurant.  Adapted from core FRS template.
Version: 0.1b
Author: Craig McCreath
*/

/* ------------------------------------------------ */
/* STANDARD HTML TAG RESET                          */
/* ------------------------------------------------ */

body, h1, h2, h3, h4, h5, h6, p, ul, li, img, table, hr, blockquote {
	border:0;
	margin:0;
	padding:0;
}

h2, h3 {
    width:100%;
}

/* ------------------------------------------------ */
/* STANDARD HTML DEFINITION                         */

body {
	background:#000;
	/* Override on pages other than home */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
}
/* ------------------------------------------------ */
/* TYPOGRAPHY                                       */
/* ------------------------------------------------ */

p {
	padding:10px 0 15px 0;
}

 p.postmetadata {
color:#ccc;
padding:0;
font-size:80%;
}

p.postmetadata a {
color:#ccc;
}

a {
	color:#fff;
}

h1, h2, h3 {
	font-weight:normal;
}

h2 {
	font-size:230%;
	padding-bottom:10px;
}

     h2 a {
     text-decoration:none;
}

div#sidebar h2 {
font-size:120%;
}

h3 {
	font-size:160%;
	border-bottom:1px solid #fff;
	padding-top:15px;
}

div#sidebar h3 {
border:0;
font-size:130%;
}

div#blog h3 {
border:0;
text-decoration:none;
}

div#blog h3 a {
text-decoration:none;
}

h4 {
	font-weight:normal;
	font-style:italic;
	font-size:120%;
}

#content p {
	line-height:160%;
}
	

/* ------------------------------------------------ */
/* PAGE ELEMENTS                                    */
/* ------------------------------------------------ */

div#container {
	width:900px;
	margin:auto;
}

div#header, div#navigation, div#content, div#footer {
	width:100%;
}

div#header, div#navigation {
	padding:10px;
	background:#000;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

div#header {
	height:50px;
}

div#navigation {
	margin-top:10px;
	clear:left;
}

	/* ------------------------------------------------ */
	/* HEADER                                           */
	div#header h1 {
		width:40%;
		float:left;
	}
	div#header h1 a {
		display:block;
		width:186px;
		height:51px;
	}
	
	div#header h1 span {
		display:none;
	}
	
	div#header p#address
	{
	float:left;
	width:60%;
	text-align:right;
	}
	
	/* ------------------------------------------------------- */
	/* NAVIGATION                                                 */
	
	div#navigation {
		text-transform:uppercase;
		clear:left;
	}
	
		div#navigation a {
			text-decoration:none;
		}
		
		div#navigation a:hover {
			border-bottom:1px dotted #fff;
		}
	
	div#navigation ul {
		list-style-type:none;
	}
	
		div#navigation .left {
			width:650px;
			float:left;
		}
		
		div#navigation  .right {
			width:250px;
			float:left;
			text-align:right;
		}
	
	div#navigation ul li {
		float:left;
	}
		div#navigation .left ul li {
			padding-right:20px;
		}
		
		div#navigation .right ul li {
			padding-left:20px;
			float:right;
		}

		
	/* ------------------------------------------------ */
	/* CONTENT                                          */
	
	div#content {
		clear:left;
		padding-top:330px; /* to accomodate image */
	}
	
	div#content.menu ul {
	list-style-type:none;
	padding:10px 0 10px 25px;
	}
	
	div#content.menu ul li {
		font-size:120%;
padding-top:10px;
	}
	
	div#content.menu ul li ul li {
		font-weight:normal;
		font-size:80%;
		font-style:italic;
	}
	
        div#blog {
               width:670px;
               padding-left:10px;
               float:left;
}



	
/* ----------------------- */
/* BLOG SIDEBAR            */

div#sidebar ul {
list-style-type:none;
padding: 0 0 15px 0;
}

div#sidebar {
  width:210px;
  float:left;
padding-left:10px;
}

div#sidebar ul li ul {
padding-left:10px;
}

div#sidebar li {
padding-bottom:5px;
}

div#sidebar a {
text-decoration:none;
}

div#sidebar a:hover {
border-bottom:1px dotted #fff;
}

	/* ------------------------------------------------ */
	/* FOOTER                                           */
	
	div#footer {
		clear:both;
		padding-top:30px;
	}
	
	div#footer p.left {
		width:50%;
		float:left;
	}
	
	div#footer p.right {
		width:50%;
		float:left;
		text-align:right;
	}
/* ------------------------------------------------ */
/* SPECIAL USE                                      */
/* ------------------------------------------------ */

.accessibility { /* Removes links or content designed for people using screen readers which would be distracting or not useful for others. */
	display:none;
}

a#up { /* Back to Top */
	background: url('arrow_up.gif') no-repeat left;
	padding-left:12px;
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}

.alignleft {
	padding:0 10px 10px 0;
	float:left;
}

.alignright {
	padding:0 0 10px 0;
	float:right;
}

img.alignright {
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}

img.alignleft {
	margin-right:10px;
	float:left;
	margin-bottom:10px;
}

p.edit {
	clear:left;
	display:block;
	padding:5px;
	background:#2b2b2b;
	text-align:center;
}

.leftcol {
	width:716px;
	float:left;
}

.rightcol {
	width:164px;
	float:left;
	padding-left:20px;
}

.clearleft{
	clear:left;
}

.hidden {
	color:#000;
}

div.half {
width:440px;
padding:0 5px 0 5px;
float:left;
overflow:hidden;
}

.hidden:hover {
	color:#fff;
}

table table {
margin-left:-25px;
}

/* Mailchimp Integration */

fieldset {
border:0;
padding:0;
}

fieldset legend {
font-size:180%;
padding-bottom:10px;
}

fieldset div.indicate-required {
font-style:italic;
color:#999;
font-size:80%;
}

div.mc-field-group p {
display:none;
}

div.mc-field-group label {
margin-top:20px;
display:block;
}

div.mc-field-group input[type='text'] {
width:300px;
padding:5px;
}




div#mailchimp div.narrow{
width:45%;
padding-right:5%;
float:left;
}

div#mailchimp form {
width:50%;
float:left;
margin-top:-35px;
padding-bottom:30px;
}

