/* CSS Document
   Template Title: Bury
   Original Author: J David Macor
   URL: http://www.jdavidmacor.com
   Modified by: Craig Welch
   URL: http://www.wazu.jp */

/* Main Body */
body {
	font-family: "Trebuchet MS", Candara, Calibri, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 14px;
	background: #fff;
	margin: 0;
	}
	
#container {
	width: 770px;
	background: #fff;
	margin: 0 auto;
	}
	
/* Header */
#header {
	width: inherit;
	height: 60px;
	background: url(images/header.jpg) no-repeat;
	padding: 10px;
	}
	
#header h1 {
	color: #fff;
	font-size: 28px;
	font-family: "Trebuchet MS", Candara, Calibri, "Bitstream Vera Sans", Helvetica, sans-serif;
	letter-spacing: 0px;
	margin: 0;
	}
	

#red_error_1{
	font-size: x-large;
	color: #CC0000;
	}
#red_error_2 {
	font-size: large;
	color: #CC0000;
	}
	
#green_OK_1 {
	font-size: x-large;
	color: #00FF00;
	}
#green_OK_2{
	font-size: large;
	color: #00FF00;
	}
	
form {
	float: right;
	margin-right: 0px;
	margin-top: 25px;
	}
	
input.in {
	background: #FFFFFF url(images/input.png) top left no-repeat;
	color: #000000;
	border: 0;
	font-size: 11px;
	padding: 3px;
	font-weight: bolder;
	}
	
.button {
	background: #B5B5B5;
	border: 1px solid #ccc;
	width: 30px;
	height: 23px;
	}
	
/* Menu */
#menu {
	float: left;
	width:100%;
	background:#DAE0D2 url("images/bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
	font-family: "Trebuchet MS", Candara, Calibri, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-size: 11px;
	}

#menu ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
	}
	
#menu li {
	float:left;
	background:url("images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	}
	
#menu a {
	float:left;
	display:block;
	background:url("images/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #666666;
	}
	
#menu a {
	float:none;
	}

#menu a:hover {
	color: #000000;
	}
	
#menu #current {
	background-image:url("images/left_on.gif");
	}
	
#menu #current a {
	background-image:url("images/right_on.gif");
	color: #7F2429;
	padding-bottom:5px;
	}

/* Content */
#content {
	width: 550px;
	padding: 5px;
	padding-top: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	}
#content h2 {
	color: #990033;
	font-family: "Trebuchet MS", Candara, Calibri, "Bitstream Vera Sans", Helvetica, sans-serif;
	letter-spacing: 0px;
	margin: 0;
	padding-top: .25in;
	}
#content h3 {
	color: #990033;
	font-family: "Trebuchet MS", Candara, Calibri, "Bitstream Vera Sans", Helvetica, sans-serif;
	letter-spacing: 0px;
	margin: 0;
	padding-top: 0.25in;
	}
a.story_title {
	margin: 0;
	font-size: 20px;
	color: #940f04;
	text-decoration: none;
	font-weight: bold;
	}
	
a.story_title:hover {
	color: #7F2429;
	}

#content p {
	line-height: 120%;
	margin-bottom: 0%;
	border: 44px;
	}
	
#content a.body {
	color: #B6213E;
	text-decoration: none;
	font-weight: 500;
	}
	
#content a.body:hover {
	color: #7F2429;
	}
	
#content a.comment {
	color: #B6213E;
	text-decoration: none;
	font-size: 10px;
	}
	
#content a.comment:hover {
	color: #7F2429;
	}
	
#content ul {
	list-style-image: url('images/arrow.gif');
	}
	
.pagination{
	padding: 2px;
	padding-left: 50px;
	clear: both;
	margin-top:10px;
	}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 16px;
	}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #000;
	text-decoration: none; 
	color: #7F222A;
	}

.pagination a:hover, .pagination a:active{
	border: 1px solid #000;
	color: #fff;
	background-color: #7F222A;
	}

.pagination li.currentpage{
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid #000;
	background-color: #7F222A;
	color: #FFF;
	}

.pagination li.disablepage{
	padding: 0 5px;
	border: 1px solid #000;
	color: #929292;
	}

.pagination li.nextpage{
	font-weight: bold;
	}

* html .pagination li.currentpage, * html .pagination li.disablepage{ 
	margin-right: 5px;
	padding-right: 0;
	}
	
/* Sidebar */
#sidebar {
	width: 165px;
	float: right;
	padding: 5px;
	margin:0;
	}

#sidebar h3 {
	margin: 0;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
	}
	
#sidebar ul {
	list-style-image: url('images/arrow.gif');
	}
	
#sidebar a {
	color: #B6213E;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #7F2429;
	}
	
/* Footer */
#footer {
	width: 760px;
	margin-top: 30px;
	clear: both;
	text-align: center;
	font-size: 9px;
	color: #999;
	}
	
#footer a {
	color: #333;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #000;
	}
	
.first_letter {
	font-size: 24px;
	line-height: normal;
	vertical-align: -25%;
	letter-spacing: normal;
	font-variant: inherit;
	display: inline;
	text-indent:inherit;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}


#container #content #book1 {
	padding: 10px;
	float: left;
	width: 150px;
}
#container #content #book2 {
	padding: 10px;
	float: left;
	width: 150px;
}
#container #content #book3 {
	padding: 10px;
	float: left;
	width: 150px;
}


table {
	margin: 3px;
	visibility: visible;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	
}

#container #content #price_result #pricing {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
	font-weight: bold;
}

#container #content .small_table {
	font-size: xx-small;
	color: #999999;
	float: right;
	text-align: center;
}
#container #content .small_table td {
	padding-left: 10px;
	padding-right: 25px;
}

#container #content #FAQ_table {
	background-color: #FFFFFF;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

#price_click {
	width: 55%;
	float: left;
	margin:0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
#price_result {
	width: 40%;
	float: right;
	margin:0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	

#container #content #price_click #pricing_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #990033;
	font-weight: bold;
}
#container #content #pricing_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #990033;
	font-weight: bold;
}
#container #content #pricing_form table #error {
	color: #FF0000;
	font-size: larger;
	font-style: oblique;
	font-weight: bold;
}

#testimonials {width:98%;}

.testimonial_pic {
	float: left;
	border-right: 10px;
	border-left: 5px;
	width: 280px;
	height: 227px;
	border-top: 20px;
	border-bottom: 5px;
	vertical-align: middle;
}

.testimonial_words {
	font-style: italic;
	font-size: 12px;
	float: left;
	background-color: #FFFFEE;
	width: 44%;
	margin-left: 5px;
}

.clearing{
	clear: both;
	height: 10px;
}

hr {
	clear:both;
	border-bottom: 20px;
}

img {
	border:0;
}

.highlight {
	color: #000000;
	background-color: #FFFF00;
}
