/* CSS Document */
/* CSS styles for body, font, and images*/

/*Body*/

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	
	}
	
#container {
	max-width:1200px; /* sets max layout width */
	min-width:720px; /* sets min layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	}

#header {
	text-align:left;
	width:100%;
	margin-top:0px; 
	}
#navigation {
	float:left; /* floats on navsite and content divs make them sit side by side */	
	
	}
#Edinburghplans {
	/* default auto width */
	}

#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background:none; /* TEMP - REMOVE OR RESTYLE  */
	/*width:100%;*/
	
	}
	
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:.1em .1em; /* creates space between the box  and the content */
	}
#navsite_inner {
	padding:1em .5em; /* creates space between the box and the content */
	/*border-right:3px solid #B33;*/
	}
#content_inner { 
	padding:1em 1.5em 1em 2em; /* creates space between the box and the content */
	}
#Edinburgh_inner { 
	padding:2em 1.5em 1em 2.5em; /* creates space between the box and the content */
	}
#footer_inner {
	padding:.1em 1em; /* creates space between the box and the content */
	}
	
#display_inner { 
	padding:.1em .1em; /* creates space between the box  and the content */
	}

/*TEXT AND COLORS*/

/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
	
body {
	
	font-size:1em;
	text-align: center;
}

body a {
	text-decoration:none;
	}

#header {
	
	}

#header p {

	}

#header a {
	
	}

/*#header h1 a {
	text-decoration:none;
	}*/

#footer {

}

#footer p {
	font-size: .7em;
	}
	
/*#footer a {
text-decoration:none;
	}*/	


/* FONT FAMILIES*/

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Trebuchet MS', Verdana,  serif; /*ul,ol,dl same font as body, because it's really part of content*/
	}
	
/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	margin:.5em;
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	margin:.5em;
	padding:.5em 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	padding: 0 0 .5em 0;
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
	
p  {font-size:1em; /* 16pt */
	line-height:1.5; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {font-size:inherit;
	}
a:hover {
	text-decoration:none;
	}	


/* DEFAULT BACKGROUND COLORS */

body {background-color:#D9D9C3;}
#container {background-color:linen;}
/*#header {background-color:#808073;}*/
#content {background-color:#FFFFE6;}
#navsite {background-color:transparent;}
#footer {background-color:#D9D9C3;}
#nav {background-color:#BFBFAC;}
#promo {background-color:transparent;}

/* BASIC STYLES AND HACKS8?	
	
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:1em 1em .75em 1em; /* lists without specific classes */
		font-size:1em;
		line-height:1; /*so that wood steps don't have white space around them*/
		font-weight:inherit;
		}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#navsite ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#navsite li {
	list-style-type:none;
	margin-left:0
	}
#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#promo li {
	list-style-type:none;
	margin-left:0
	}		
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	font-size:1em;
	border-top:1px solid;
	border-bottom:1px solid;
	width:90%; /*smaller percentage makes it look more like a blockquote but is inefficient use of space*/
	margin:.1em 0 .1em .2em; /*Left margin could be by percentage, as in 10% or 20%*/
	padding:.3em 1em;
	background-color:#fffee2;
	}
blockquote p {
	margin-bottom:.1em;
	text-indent:2em;
	}
	
blockquote#2 {
	border-top:hidden;
	border-bottom:1px solid;
	width:90%; /*smaller percentage makes it look more like a blockquote but is inefficient use of space*/
	margin:-2em 0 .1em .2em; /*Left margin could be by percentage, as in 10% or 20%*/
	padding:.3em 1em;
	background-color:#fffee2;
	}
blockquote#2 p {
	margin-bottom:.1em;
	text-indent:2em;
	}	
	
/*blockquote p:before { /* IDWIMIE 6 and 7 */
	/*content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	/*content: close-quote;
	color:#366;
}*/
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:1em;
	width:800px;
	border:0px;
	
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	vertical-align:top
	}
	
td ol li {
list-style:none;
margin:0px;
padding-left:.5em;
}
	

	
/*Useful classes*/	

.float_left {float:left; margin: 0 .75em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .75em;} /* apply this class to any image or element with width  - text will wrap it to the left */

.thumbnail {width:80px;height:100px; padding:.75em;} /*for small floating images*/
.block {width:75%; padding-left:2em;} /*for their accompanying text*/

.clearthefloats {clear:both;}
	
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
	
		

