/*
CSS for Glencairn Leather site
*/

#header {
	width: 750px;
	height: 129px;
	border-top: 3px solid #145151;
	border-bottom: 3px solid #145151;
	background-image: url(morar1FADE.png);
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: top right;
	
}

#body	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #efefbd;
	padding: 40px;
	line-height: 125%;
}

li	{
	font-size: small;
	list-style-type: none;
}

p	{
	font-size: small;
	color: #145151;
}

#tagline {
	width: 714px;
	text-align: right;
	font-family: Footlight, Georgia, Times, serif;
	font-color: #cc9933;
	background-color: #892222;
	border-top: 3px solid #145151;
	border-bottom: 3px solid #145151;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .7em;
	padding-right: 2em;
	margin-right: 4px;
	background: #e5e594 url(leather_bgt.jpg);	
}

#navigation {
	width: 158px;
	background: #e5e594 url(leather_bg1.jpg) repeat-y;
}

#navlist {
	padding: 1px;
	margin-left: 0;
	font: 11px verdana, sans-serif;
	width: 14em;
	color: 145151;
}

#navlist li {
	list-style: none;
	margin: 0px;
	border-left: 1px #004080 solid;
	border-bottom: 1px gray solid;
	text-align: left;
}

#navlist li a {
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	text-decoration: none;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #006; }
#navlist li a:hover
{

font-weight:bold;
color: #145151;
background: #bde594;
border-left: 3px #004080 solid;
}



#bodycontent {
	width: 581px;
}
 
em	{
		text-transform:	uppercase;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1	{
	font-size: xx-large;
	text-align: left; bottom;
	color: brown;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}

h2	{
	color: #145151;
	font-size: 130%;
	font-weight: normal;
	padding-top: 12px;
}

a {
	font-weight: bold;
}

a:link {
	color: 145151;
}

a:visited {
	color: navy;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}

a:active {
	color: aqua;
	background-color: navy:
}


/*
This section deals with the positioning of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header, #photofeature, #tagline {
	position: absolute;
	left: -3px;
	top: 202px;
}

#tagline {
	top: 137px;
}

#navigation, {
	top: 175px;
}

#bodycontent, {
 	top: 175px;
}

#bodycontent {
	left: 170px;
}

#header {
	top: 0px;
}

#photofeature {
	float: right;
	margin: 5px;
}


table.events {
	border-collapse: collapse;
}

table.events th, table.events td {
	padding: 4px;
	border: 1px solid #000066;
}

table.events th {
	font-size: x-small;
	text-align: left;
	background: #241374 url(backgrounds/header-bg.jpg);
	color: #ffffff;
	padding-top: o;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px;
}

table.events caption {
	color: #000066;
	font-size: small;
	text-align: left;
	padding-bottom: 5px;
	font-weight:
}

table.events td {
	font-size: small;
	background: #e2edff url(backgrounds/td.jpg) repeat-x top;
}

#search {
	position: absolute;
	top: 88px;
	right: 0px;
	font-size: x-small;
	font-weight: bold;
}
	
