@charset "UTF-8";
/* CSS Document */

#LTQnav {
	font-size: 12px;
}

div.title {
	font-size: 1.2em;
}

body {
	font-family: Georgia, serif;
	background-color: #dfdfdf;
}


#entry p {
	font-family: Georgia, serif;
	font-size 1.5em;
}

#container {
	margin: 0 auto;
	width: 670px;
	background-color: #fff;
	padding: 12px;
}




#resourcesbar {
	height: 25px;
	background-color: #333;
	color: #ccc;
	padding: 5px;
	font-family: "Lucida Grande", Arial, sans-serif;
	margin-bottom: 20px;
}

#resourcesbar ul {
	list-style-type: none;
	margin: auto 0;
	padding: 0;
	font-size: .8em;
}

#resourcesbar ul li {
	float: left;
	margin: 0;
	margin-right: 20px;
	margin-top: 3px;

}

#resourcesbar ul li a:link, #resourcesbar ul li a:visited {
	color: #ccc;
	text-decoration: none;
	border: none;
}

#resourcesbar ul li a:hover, #resourcesbar ul li a:active {
	
	color: #fff;
	text-decoration: none;
}

hr.clear {
	clear: both;
	height: 1%;
	display: none;
}


#sidebar {
	float: right;
	width: 180px;
	max-width: 180px;
	padding: 0 0 0 20px;
	overflow: hidden;
	
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	/*border: 1px solid red;*/
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}



#sidebar a {
	padding: 5px;
}

#sidebar a:link, #sidebar a:visited {
	color: #555;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
	background-color: #d03e0b;
	color: #fff;
	text-decoration: none;
}

#sidebar ul li {
	margin-bottom: 5px;
}

#sidebar h3 {
	color: #ff8738;
	padding-left: 5px;
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-top: 0;
}

div.title, a.title:link, a.title:visited {
	font-family: Georgia, serif;
	font-weight: 500;
	color: #d03e0b;
	text-decoration: none;
}

a.title:hover, a.title:active {
	text-decoration: underline;
}

#content {
	margin-right: 200px;
}

#content p {
	line-height: 1.25em;
	font-size: .9em;
	color: #333;
}

#top {
	background: transparent url('/resources/database/images/orange.jpg') repeat-x top left;
	height: 150px;
	
	margin: 0;
	position: relative;
}

#top div {
	position: absolute;
	bottom: 0;
	left: 0;
}

#top h4 {
	padding-left: 5px;
	color: #fff;
	margin: 0;
	font-size: 1.2em;
	letter-spacing: 1px;
}

#top h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	margin: -10px 0 10px 0;
	font-weight: 400;
	font-size: 2.2em;
	padding-left: 5px;
	
}

.date	{ 
	font-family: "Lucida Grande", Arial, serif; 
	font-size: 10px; 
	color: #c0c0c0; 
	margin-bottom:15px;

}			

.date a { padding: 2px; }

.date a:link, .date a:visited {
	color: #c0c0c0;
	text-decoration: none;
}

.date a:hover, .date a:active {
	background-color: #d03e0b;
	color: #fff;
	text-decoration: none;
}