/*Styles for the main page, background and fonts*/

body {
	background-color: #44372E;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	}
blockquote {
	margin: 15px 0 15px 20px;
	font-weight: bold;
	background-image: url(images/bquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #7C736D;
	text-indent: 50px;
	display:block;
	line-height: 17px;
}
logo {
	background-image: url(images/rllogo.png);
	background-repeat: no-repeat;
}
code {
	margin: 15px 0 15px 20px;
	color: #FFF;
	border-left: solid 4px #7C736D;
	padding-left: 8px;
	display:block;
	line-height: 17px;
}
	
/*font style for meta data such as dates, comments etc.*/

.date {
	font-size: 11px;
	color: #7C736D;
	display: block;
	margin-bottom: 7px;
}
	
/*Un/ordered lists and paragraphs in ordered lists*/

ol {
  font: bold 11px Tahoma, Verdana, serif;
  color: #FFF;
}
ol p {
  font: normal 11px Tahoma, Verdana, serif;
  color: #FFF;
}
ul {
	margin: 15px 0 15px 20px;
}
ul li {
	font-weight: bold;
	color: #FFF;
	list-style-type: square;
}

/*Link colours and styles*/

a:link {
	color: #899965;
	text-decoration: none;
}
a:visited {
	color: #899965;
	text-decoration: none;
}
a:hover {
	color: #A8B290;
	text-decoration: none;
}
a:active {
	color: #899965;
	text-decoration: none;
}

a.menu:link { color: #FFF; text-decoration: none; }

a.menu:hover { color: #4F5338; text-decoration: none; }

a.menu:visited { color: #FFF; text-decoration: none; }

a.sidebar:link { color: #FFF; text-decoration: none; }

a.sidebar:hover { color: #9C9590; text-decoration: none; }

a.sidebar:visited { color: #FFF; text-decoration: none; }

a.headerlink:link { color: #FFF; text-decoration: none; }

a.headerlink:hover { color: #FFADAD; text-decoration: none; }

a.headerlink:visited { color: #FFF; text-decoration: none; }


/*Heading styles (h1 = header title, h2 = article titles*/

h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	}
	
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	}
	
/*Structure: starts from largest to smallest*/

/*Container wraps all content (keeps page in centre, controls width and margins*/

#container {
	width: 750px;
	margin: 20px auto 0 auto;
}
#header {
	width: 750px;
	height: 154px;
	background-color: #cf1e26;
	text-align: center;
	margin-top: 10px;
}
#footer {
	width: 750px;
	height: 30px;
	background-color: #cf1e26;
	margin: 10px auto 0 auto;
	text-align: center;
	line-height: 30px;
	float: left;
}

/*content wraps both left and right columns (essentially all content between the header and footer)*/

#content {
	width: 748px;
	height: auto;
	border: 1px solid #7C736D;
	margin-top: 10px;
	float: left;
	}
#leftcolumn {
	width: 543px;
	float: left;
	padding: 0 7px 7px 7px;
	text-align: justify;
}
#rightcolumn {
	width: 184px;
	float: left;
	text-align: right;
}

/*div class for the quote / slogon box in the right column*/

.quotebox {
	width: 175px;
	height: auto;
	background-color: #574B43;
	border: 1px solid #3D3129;
	font-family: Garamond, serif;
	font-size: 14px;
	margin: 47px 7px 7px 7px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
/* navigation and links */

#nav {
	width: 750px;
	height: 24px;
	background-color: #899965;
	text-align: center;
	}
.navlink {
	width: 75px;
	height: 24px;
	background-color: #899965;
	border-right: 1px solid #44372E;
	float: left;
	line-height: 24px;
}
.sidebarlinks {
	margin: 7px 7px 0 0;
	display: block;
	}

