/*
Theme Name: The Scroll
Theme URI: http://www.myAcuWebsiteS.com
Description: a simply elegant scroll theme that takes you back in time
Version: 1.0
Author: myAcuWebsiteS.com
Author URI: http://www.myacuwebsites.com
*/



/* General */

body {
	margin: 0;
	background: #230000;
	font-size: 16px;
	font-family: verdana, Arial, Helvetica, sans-serif;
}



img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
}
#page {
	margin: 0;
	padding: 0;
	width: 100%;
	background: url("images/page.jpg") repeat-y;
}

#page-top {
	background: url("images/page_top.jpg");
	width: 100%;
	height: 289px;
	margin: 0;
	padding: 0;
}

#page-bottom {
	width: 100%;
	min-height: 190px;
	margin-left: 2.5px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


	
	
	#page-top h1 {
		color: #000000;
		font: normal 24px;
		font-weight: 600;
		padding-top: 70px;
		padding-left: 170px;
		width: 680px;
		height: 140px;
		overflow: hidden;
	}
	
	#page-top h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	
	

/* Main */

#main {
	width: 100%;
	padding-left: 105px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 225px;
		padding: 0;
		color: #000000;
	}
	
	#sidebar a {
		color: #990000;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 225px;
		margin-bottom: 20px;
	}
	
		#sidebar .sidebar-box-blank {
			width: 225px;
			margin-bottom: 20px;
			text-align: center;
		}
	
	#sidebar .sidebar-box-in {
		width: 205px;
		background: url("images/sidebar_box_in.gif") repeat-y;
		padding-left: 20px;
	}
	
	#sidebar .sidebar-box-top {
		width: 225px;
		height: 39px;
		background: url("images/sidebar_box_top.png") no-repeat;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 225px;
		height: 30px;
		background: url("images/sidebar_box_bottom.png") no-repeat;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: bold 16px;
			color: #333333;
			padding-bottom: 10px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 5px 5px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			padding-left: 22px;
			background: url("images/sidebar_menu.gif") no-repeat;
			color: #200b02;
			font-size: 14px;
			font-weight: 600;
			margin-bottom: 15px;
			width: 170px;
		}
		
		#sidebar ul li a {
			color: #200b02;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		#news h3{
			font-size:16px;
			}
		#news li{
			width:200px;
			}
		#news li a{
			font-weight:normal;
			}
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 0 20px 20px 0;
			width: 185px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 155px;
		}
		
		/* Sidebar - Search */
		
		#sidebar #sidebar-search {
			margin: 10px auto;
			width: 207px;
		}
		
		#sidebar #sidebar-search .search-input {
			width: 176px;
			height: 17px;
			font: bold 13px;
			float: left;
			background: url("images/search.jpg") no-repeat;
			border: none;
			padding: 4px 15px;
		}
		
		#sidebar #sidebar-search .search-button {
			width: 0;
			height: 17px;
			float: right;
			display: none;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			width: 142px;
			margin: 0 auto;
			padding: 0 20px 5px 0;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 20px 5px 0;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 620px;
		padding-right: 20px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		margin-bottom: 30px;
	}
	
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 16px;
			color: #333333;
			padding: 0 10px;
			clear: both;
		}
		
		#content .post .post-entry a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .post-entry  a.more-link:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #333333;
			font: bold 18px;
		}
		
		#content .post .comments {
			font: normal 16px/18px;
			color: #333333;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #d5b478;
		}
		
		#content .post .comments ol li cite {
			color: #990000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 11px/18px;
			color: #333333;
			margin: 0;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #990000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px;
		color: #990000;
		margin-bottom: 30px;
		float: left;
		padding: 0 10px;
	}
	
	#content .navigation a {
		color: #990000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 800px;
	color: #4f3b22;
	font: normal 9.5px/120px;
	padding: 10px 90px 0 90px;
}

#footer a {
	color: #990000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
#oursite{
	padding-left: 100px;
	font-size: 11px;
	color: #77633F;
	}
#oursite a{
	color: #77633F;
	}