/*
Theme Name: The Scroll
Theme URI: 
Description: Scroll Wordpress theme
Version: 1.0
Author: Ophelia Nicholson
Author URI: 
*/

#syndra_topright {
	/*background-image: url(/images/syndra/syndra-facing-left.png);	*/
	float:right;
}

.mediablock img {
	display:inline;	
}

/* General */

body {
	margin: 0;
	background: #230000;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 980px;
	background: url("images/page.jpg") repeat-y;
}

#page-top {
	width: 980px;
	background: url("images/page_top2.jpg") no-repeat;
}

#page-bottom {
	width: 980px;
	min-height: 990px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 980px;
	height: 237px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 50px;
		left: 145px;
		width: 500px;
	}
	
	#header #header-info h1 {
		color: #000000;
		font: normal 28px Georgia, Verdana; /*45px*/
		padding-left: 25px;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #660000;
		padding-left: 30px;
		font: normal 14px  Georgia, Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 170px;
		left: 100px;
		width: 770px;
		height: 36px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 36px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 36px;
		font: bold 15px/36px Georgia, Verdana;
		color: #000000;
		padding: 0 15px;
	}
	
	#header #header-menu ul li a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 62px;
		left: 765px;
		width: 125px;
		height: 50px;
	}


/* Main */

#main {
	width: 980px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 225px;
		padding: 0 18px 0 88px;
		font: normal 11px/18px Georgia, Verdana;
		color: #000000;
	}
	
	#sidebar a {
		color: #660000;
		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.png") repeat-y;
		padding-left: 20px;
	}
	
	#sidebar .sidebar-box-top {
		width: 225px;
		height: 53px;
		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 12px Georgia, Verdana;
			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;
			font: normal 11px/26px Georgia, Verdana;
			color: #200b02;
		}
		
		#sidebar ul li a {
			color: #660000;
			font-weight:bold;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* 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 Georgia, Verdana;
			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: 580px;
		
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 540px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 500px;
			padding: 0 20px;
			height: 72px;
			font: normal 11px Georgia, Verdana;
			color: #000000;
			background: url("images/post_title.png") no-repeat;
		}
		
		#content .post .post-title a {
			color: #5a2508;
			text-decoration: none;
			font-weight: bold;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .author {
			color: #5a2508;
			font-weight: bold;
		}
		
		#content .post .post-title h2 {
			color: #660000;
			font: bold 20px Georgia, Verdana;
			padding: 15px 0 5px 0;
		}
		
		#content .post .post-title h2 a {
			color: #660000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: right;
			font: bold 15px Georgia, Verdana;
			color: #200900;
			text-align: center;
			background: url("images/post_date.png") no-repeat;
			width: 60px;
			height: 72px;
			text-transform: lowercase;
		}
		
		#content .post .post-title .post-date span {
			padding-top: 14px;
			display: block;
			font: bold 20px Georgia, Verdana;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px Georgia, Verdana;
			color: #333333;
			width: 520px;
			padding: 0 10px;
			clear: both;
		}
		
		#content .post .post-entry a {
			color: #660000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			color: #660000;
			text-decoration: none;
		}
		
		#content .post .post-entry  a.more-link:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0px 0px 0 65px;
			width: 485px;
			height: 28px;
			clear: both;
			background: url("images/post_info.png") no-repeat;
			font: normal 11px/28px Georgia, Verdana;
			color: #000000;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #660000;
			font: bold 15px Georgia, Verdana;
			margin: 20px 0 10px 0;
		}
		
		#content .post .comments {
			font: normal 11px/18px Georgia, Verdana;
			color: #333333;
			width: 520px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #660000;
			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: #660000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #660000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #660000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 11px/18px Georgia, Verdana;
			color: #333333;
			width: 535px;
			margin: 0;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #660000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px Georgia, Verdana;
		color: #660000;
		width: 560px;
		margin-bottom: 30px;
		float: left;
		padding: 0 10px;
	}
	
	#content .navigation a {
		color: #660000;
		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;
	height: 150px;
	color: #4f3b22;
	font: normal 9.5px/120px Georgia, Verdana;
	text-align: right;
	padding: 10px 90px 0 90px;
}

#footer a {
	color: #660000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}






/* Customizations gpeddle */

#faqdl dd {
	margin-left:0px;
	margin-bottom:15px;	
}

#faqdl dt:first-letter, #faqdl dd:first-letter {
	font-weight:bold;
	font-family:'Old English text MT', 'Times New Roman';
	font-size	:2.0em;	
	color:#300;
}

.post-entry p:first-letter {
	font-weight:bold;
	font-family:'Old English text MT', 'Times New Roman';
	font-size	:2.0em;	
	color:#300;

}


.override #googlecart-widget {
	border:#999;
	background-color:#E0C188;
}


.override #googlecart-widget-head {
	background-color:#E0C188;
	border:1px solid #999
}

.override #googlecart-widget-body {
	background-color:#cccc99;
}

.property {
	border: solid #999 1px;	
	text-align:top;
	line-height:1.2em;
	margin-top:5px;
	margin-bottom:10px;
	margin-right:50px;
}

.property .propimg {
	width:45px;
	height:60px;
	padding-left:10px;
	padding-right:10px;
}
.property .propdesc {
	padding-left:10px;
	padding-right:10px;
	font-size:1.1em;
}
.property .propdesc p:first-letter {
	font-weight:normal;
	font-family:'georgia';
	font-size	:1.0em;	
	color:#333;
}

.property .proptitle {
	font-weight:bold;
	font-size:1.2em;
}
.property .propprice {
	color:#660000;
	font-weight:bold;
	font-size:1.4em;
	padding-left:20px;
}

.property .propbuy {
	font-weight:bold;
	font-size:1.2em;
	padding-left:15px;
}
a.lightbox {
	display:inline;
	color:#600;
}


.product_options {
	margin-bottom:10px;	
}
.product_options label {
	font-size:0.7em;	
	width:100px;
	text-align:right;
	
}

.product_options select,
.product_options input {
	font-size:0.8em;	
	width:150px;
	border:solid 1px #633;
}
 