
/* 
	EdinburghMenus.com Screen Stylesheet
	by Andrew Cavers 2007
*/

* {
		margin: 0;
		padding: 0;
		}

html {
		}

body {
		font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #5C6F7D;
		background: #fff;
		}
	
/* HEADER
---------------------------------------------------------------------------------------------*/

#titlebg {
		position: absolute;
		height: 94px;
		width: 100%;
		background: #a9d160 url(images/bg_stripe.gif) repeat-x top left;
		}

#strapline {
		font-size: 100%;
		position: absolute;
		left: 0;
		width: 100%;
		height: 24px;
		text-align: center;
		}

#logowrapper {
		text-align: left;
		width: 768px;
		margin-left: auto;
		margin-right: auto;
		}

#logo {
		position: relative;
		top: 25px;
		width: 416px;
		height: 51px;
		float:left;
		}

#logo a img {
		border: 0;
		}

#pagetop {
		position:absolute;
		left:-999em;
		}

#markerslogo {
		float:right;
		position: relative;
		bottom: 0;
		right: -8px;
		height: 94px;
		width: 186px;
		background: transparent url(images/logo_top.png) no-repeat bottom right;
		}



/* TYPOGRAPHY
---------------------------------------------------------------------------------------------*/

a 		{
		color: #5c6f7d;
		}

a:hover		{
		color: #97becb;
		}

	
#mainContent h1 {
		color: #96bd4f;
		font-size: 180%;
		margin: 0;
		}

#mainContent h2 {
		margin-top: 8px;
		}
		
#mainContent h3 {
		color: #96bd4f;
		font-size: 130%;
		}
		
#mainContent p{
		margin-bottom: 8px;
line-height: 1.2;
		}

#mainContent .business_type{
margin: 0;
margin-top: -6px;
		margin-bottom: 8px;
		font-size: 90%;
font-style: italic;
		}



.linknodecor {
		text-decoration:none;
		}

.float_left {
		float:left;
		}

.float_centre {
		text-align:center;
		}

.float_right {
		float:right;
		}

.clear {
		height: 0px;
		position: relative;
		clear:both;
		}


.small {
color: #96bd4f;
font-style: italic;
		font-size: 90%;
		}
.subtitle {
margin-top: -5px;
color: #96bd4f;
font-style: italic;
		font-size: 90%;
		}


#sb_main img {
	border: 0;
}

/* GENERAL PAGE
---------------------------------------------------------------------------------------------*/

#contentContainer {
	top: 14px;
		background-color: #fff;
		margin: 8px 0 0 0;
		padding-bottom: 50px;
		display: block;
		width: 510px;
		position: relative;
		float: left;
		}

.contentSection {
		margin-top: 8px;
		display:block;
		padding-top:12px;
		border-style: solid;
		border-width: 2px 0 0 0 ;
		border-color: #688237;
		width:100%;
		clear:both;
		}

.contentSubSection {
		text-align: left;
		padding: 8px 3px 3px 3px;
		width: 502px;
		border-width: 1px 0 0 0 ;
		border-style: solid;
		border-color: #a9d160;
		display: block;
		margin: 0;
		position: relative;
		float: left;
		clear: both;
		}


.sideBarContainer {
float:right;
		}

.sideBarHeader {
		text-align: center;
		width: 250px;
		background: #C1D7DE;
		}


.sidebar .submit_button{
display:block;
margin: 0 auto;
text-align:center;
		font-size: 120%;
		}
		
.sidebar label strong{
		font-size: 140%;
font-weight: 100;
		}
		
.sidebar label em{
		font-size: 80%;

		}
.searchbox {	
font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #425059;
border: 1px solid #5c6f7d;
padding: 1px 2px;
		width:185px;
		}
		
.searchbox:focus {
border: 1px solid #97becb;
		}	

	
.sidebar .searchbox{ width:235px;
		}


/* COMMENTS
---------------------------------------------------------------------------------------------*/


.commentimage{
		float:left;
		padding: 4px;
}


#leaveComment label {
		font-size: 80%;
		}

.medium {
		font-size: 80%;
		font-weight: 200;
		color: #5C6F7D;
		display: block; /* inline for IE double margin fix*/
		}

.navigate{
		font-size: 80%;
		font-weight: 200;
		text-align: center;
		margin-bottom: 8px;
		color: #425059;
		clear: both;
		}

.navigate a{
		color: #5C6F7D;
		}


/* LAYOUT
---------------------------------------------------------------------------------------------*/

.hcentre {
		display: block;
		margin-top: 160px;
		margin-left: auto;
		margin-right: auto
		}
	
#wrapper {	
		text-align: left;
		width: 768px;
		margin-left: auto;
		margin-right: auto;
		}

#wrapperWrapper {
		position: absolute;
		width: 100%;
		top: 94px;
		}

#mainContent {
		width: 768px;
		}

#searchinfo{
		clear:both;
		background: #d6eef6;
		text-align: center;
		width: 768px;
		/*height: 25px;*/
		margin-top: 8px;
		overflow: hidden;
		position: relative;
		}

#findresults {
		text-align: center;
		}
	
#mapcontainer{
		width: 520px;
		display: block;
		position: relative;
		margin-top: 8px;
		margin-bottom: 8px;
		background: #d6eef6;
		float: left;
		}
		

#mapinfo {
		background-color: #C1D7DE;
		position:relative;
		display: block;
		width: 520px;
		text-align: center;
		float: left;
		}

.mapclass {
		position:relative;
		display: block;
		background: #d6eef6;
		}
		
#map {
		float:left;
		z-index: 0;
		width: 520px;
		height: 400px;
		}
		
#mapdetail {
		z-index: 0;
		display: block;
		width: 250px;
		height: 250px;
		}

#sbcontainer {
		margin-top: 8px;
		}

#sb_header, 
#sb_content {
		position:relative;
		width: 240px;
		background: #d6eef6;		
		display: inline; /* inline for IE double margin fix*/
		float: right;
		clear: right;
		}

#sb_header {
		color: #425059;
		background-color: #C1D7DE;
		text-align: center;
		overflow: hidden;
		}


#sb_main, 
#sb_excomments, 
#sb_newcomment1, 
#sb_newcomment2  {
		position:relative;
		padding: 0 0 0 6px;
		}

.center img {
		margin-left: auto;
		margin-right: auto;
		display:block;
		border-color: #fff;
		border-width: 4px;
		}

.photo {
		border: solid #fff 2px;
		}

.sidebar_img {
		position: absolute;
		margin-top: 140px;
		}

.sbleft {
		clear:both;
		float: left;
		width: 50px;
		margin-top: 3px;
		text-align: left;
		}
	
.sbright {
		float: right;
		margin-top: 3px;
		width: 130px;
		text-align: left;
		}

.sbright a img{
		border:0;
		}


#sb_content {
		height: 400px;
		overflow: auto;
		}

/* FOOTER
---------------------------------------------------------------------------------------------*/

#botlogo {
		width: 197px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -53px;
		height: 53px;
		z-index: 5;
		position: relative;
		top: -61px;
		left: -350px;
		background: transparent url(images/logo_bot.png) no-repeat top left;
		}

#footerwrapper {
		color: #688237;
		padding: 8px;
		margin-top: 8px;
		background: #a9d15f url(images/bg_stripe3.gif) repeat-x top left;
line-height: 1.2;
height: 85px;
		}

#footer {
	
		text-align: left;
		width: 768px;
		margin-left: auto;
		margin-right: auto;
	}
	
#footer a {
		color: #688237;
		font-size: 90%;
		}
#footer a:hover {
		color: #3a4e15;
		}

.footersectionnarrow {
	float: left;
	width: 125px;
}

.footersectionwide {
	float: left;
	width: 143px;
}

.footersectionwide img{
margin: 15px 25px 0 0;
	border: 0;
}

#advert {
		margin-top: 8px;
		text-align:center;
		clear: both;
		font-size: 80%;
		color: #555;	
		}

#advert a {
		background: transparent;
		text-decoration: none;
		color: #777;
		}

#advert a:hover{
		text-decoration: underline;
		color: #000;
		}

#advert a:visited {
		color: #555;
		}

.margin:after {
		padding: 8px 0; 
		}	

/* Clearfix */	
	
.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

.narrowcolumn .entry p {
margin: 4px 0;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
margin-bottom: 10px;
	}


h2.pagetitle {
color: #688237;
	border-bottom: 2px solid #688237;

	}

.sidebar h2 {
	font-size: 1.2em;
	}


.commentlist li, #commentform input, #commentform textarea {
	font-family: 0.9em 'Trebuchet MS', Verdana, Arial, Sans-Serif;

	
}
.commentlist li {
	font-weight: bold;
	border-top: 1px solid #a9d160;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

.sidebar {
margin: 5px;
	}

small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 a{
color: #688237;
	text-decoration: none;
	}

h2 a:hover{
color: #a9d160;
}

a, h3 a:hover {
	color: #5c6f7d;
	}

a:hover {
	color: #97becb;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 50px 0;
	margin: 0;
	width: 510px;
	}

.widecolumn {
	float: left;
	padding: 10px 0 20px 0;
	margin: 0;
	width: 768px;
	}

.post {
	margin: 0;
	text-align: left;
	border-bottom: 2px solid #688237;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

h2 {
	margin: 0 0 0;
	}

h2.pagetitle {
	margin-top: 5px;
	text-align: center;
}

.sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, .sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 500px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 5px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	border-bottom: 2px solid #688237;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
.sideBarWrapper
{
float: right;
	padding: 0;

	}

.sideBarContainer
{
	padding: 0;
	padding-bottom: 5px;
margin-top: 10px;
	margin-left: 0px;
	width: 250px;
	color: #425059;
	background-color: #d6eef6;
	}



.sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
float:left;
	display: block;
	text-align: center;
	margin: 0;
padding-bottom: 0;
	}
	
.navbottom {
	border: 0;
	}
	
	
/* End Various Tags & Classes*/

#respond {
padding-top: 10px;
}
#comments{
padding-top: 5px;
}



/* TAB MENU
---------------------------------------------------------------------------------------------*/

#tabmenuwrapper {
		width:768px;
		background: #688237;
		display:block;
		}

.nav, .nav * {
	margin:0;
	padding:0;
}
.nav {
	background: #688237;
	width: 768px;
	height:23px;
	float: left;
	position:relative;
}
.nav ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav li {
	height: 23px;
	background:#688237;
	border-left:0px solid #fff;
	float: left;
	list-style:none;
	z-index:10;
}
.nav li.current ul {
	z-index: 10;
}
.nav li.sfHover ul,
ul.nav li:hover ul {
	z-index: 11;
}
.nav li li {
	height: 18px;
	background:#a9d160;
}
.nav a {
	font-size: 16px;
	height: 23px;
	font-weight: bold;
	border:0px;
	color: #fff;
	display:block;
	float: left;
	padding: 0 10px 0 10px;
	text-decoration:none;
	text-align:center;
}
.menuabout, .menuhome {
	width:48px;
}
.menusearch {
	width:56px;
}
.menureviews  {
	width:64px;
}
.menudirectory, .menumembers {
	width:76px;
}

.nav li ul {
	width:480px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 100;
	height: 18px;
	left:25px;
	position:absolute;
}
.nav li li  a {
	padding: 0 8px 0 8px;
	font-size: 12px;
	height: 18px;
	color:#fff;
}
.nav li.current a,
.nav a:focus, .nav a:hover, .nav a:active {
	background:#a9d160;
	color:#fff;
}
.nav li li.current a {
	color:#688237;
}
.nav li li:hover,
.nav li li a:focus, .nav li li a:hover, .nav li li a:active {
	background:#a9d160;
	color: #688237;
}
.nav li:hover ul, body .nav li.current ul {
	top:23px;
}

#content {
margin-top:12px;
}