/*

*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 40px;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background: #F9F3F4;
	color: #B56976;
	height: 100%;
	font-size:95%;
	font-family: Verdana;
}

h1, h2, h3 {
	color: #B56976;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 10px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	color: #AD899C;
	text-decoration: none;
}
a:hover {
	color:#7F596E;
	text-decoration:none;
}
/* Wrapper */

#wrapper {
	height: 100%;
	margin:0;
}

/* Header */
#header {
	width: 940px;
	/*height: 91px;*/
	height: 150px;
	margin: 0 auto;
	background: #984A57/*url('/images/header.jpg')*/;
	color: #7F596E;
	border-bottom: 1px dotted #ccc;
}

/* Logo */

#sitetitle {
	float: left;
	width: 700px;
	height: 76px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

#sitetitle h1 {
	margin: 0;
	margin-left: 40px;
	margin-top: 30px;
	padding: 0;
	padding-bottom: 7px;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
}

#sitetitle h2 {
	margin: -2px 0 0 0;
	margin-left: 40px;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #ECE250;
}

#sitetitle a {
	text-decoration: none;
	color: #F0F0F0;
	border-bottom: 0;
}

/* Menu */
#menubar {
	width: 940px;
	height: 50px;
	margin: 0px auto;
	/*margin-top: 50px;*/
	background: #984A57;
	border-top: 3px solid #E4C8CD;
}

#menubar ul {
	margin: 0;
	padding: 15px 0 0 0px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menubar li {
	display: inline;
	text-align: center;
}

#menubar a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 0;
}

#menubar a:hover, #menubar .active a {
	background-color: #FFFFFF;
	color: #110404;
}

#showimage {
	width: 940px;
	height: 2px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
}

/* Search */
#header-search {
	width: 940px;
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#header-search form {
	float: right;
	width: 300px;
	margin: 0;
	padding: 12px 0px 0px 0px;
}

#header-search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#header-search-text {
	width: 200px;
	padding: 2px 3px;
	background: #1E1E1E;
	border: none;
	color: #4D4D4D;
}

#header-search-submit {
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E4E4E4;
}

#search {
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
}

#search-text {
	width: 160px;
	height: 18px;
	padding: 3px 0 3px 5px;
	border: none;
	color: #000000;
}

#search-submit {
	margin-left: 10px;
	padding: 4px 4px;
	border: none;
	background: #000000;
	color: #FFFFFF;
}

/* Page */

#webpage {
	width: 940px;
	margin: 0 auto;
	height: 100%;
}

#webpage-bgtop {
	padding: 0px 0px 0px 20px;
	height: 100%;
}

/* Content */

#content {
	float: left;
	width: 580px;
	margin-top: 25px;
	padding-top: 30px;
	text-align: justify;
	background: #F8F0F2;
}

.text {
	margin: 0px 0px 30px 0px;
}

.text .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.text .title a {
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.text .entry {
	padding: 20px 0px;
}

.text img {
	float: left;
	padding: 15px 0px;
}

.text .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #fff;
}

.text .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	color: #5E5E5E;
}

.text li{
	margin: 2px;
	padding-left: 25px;
}

.text li a{
	text-decoration: none;
}

.summary{
	padding: 20px 0px;
	border: 1px solid;
}

.summary p{
	padding-left: 15px;
	padding-right: 15px;
}
.summary h2{
	padding-left: 15px;
	padding-right: 15px;
}
.summary h5{
	padding-left: 15px;
	padding-right: 15px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin: 20px 0px;
	padding: 30px 30px 30px 30px;
	background: #F8F0F2;
	border: 2px solid #F8F0F2;
	min-height: 100%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	margin-bottom: 15px;
	list-style: none;
	line-height: normal;
	border-bottom: 1px solid;
}

#sidebar li {
	margin-bottom: 1px;
	padding: 0px 0px 10px 5px;
}

#sidebar ul li ul{
	padding-left: 9px;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: normal;
	color: #FFFFFF;
}

#sidebar h2 a{
	font-size: 1105%;
	color: #fff;
}

#sidebar h3 {
	font-size: 78%;
	color: #fff;
}

#sidebar h3 a{
	font-size: 95%;
	color: #fff;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #C0808B;
	font-size: 88%;
}

#sidebar a:hover {
	text-decoration: none;
	color: #B56976;
}

/* Submenu */
#submenu {
}

/* News */
.links {
	text-align: right;
}

.links a {
	font-size: 85%;
}

/* Footer */
#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px;
	text-align: center;
	border-top: 1px solid #B56976;
}

#footer p {
	margin: 0;
	text-align: center;
}

#footer a {
	border-bottom: 1px dotted #B56976;
	color: #B56976;
	font-size: 77%;
}

#footer a:hover {
	text-decoration: none;
	color: #C0808B;
}

.first{
	padding-left: 10px;
}

.second{
	padding-left: 65px;
}

.beta{
	font-size: 70%;
	text-align: right
}
.right{
	text-align: right;
}

#next{
	text-align: right;
	width: 100px;
	float: right;
	padding-bottom: 10px;
	padding-top: 5px;
}

#prev{
	text-align: left;
	width: 45%;
	float: left;
	padding-bottom: 10px;
	padding-top: 5px;
}
