html {
    background: url('/images/bg2.jpg') repeat fixed center; ;
    font-family: Arial, Helvetica, sans-serif;
}

.title {
    font-size: 18px;
    margin: 10px;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cd8a15;
}.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}.btn:active {
	position:relative;
	top:1px;
}

.buy {
	text-decoration:none;
	text-shadow:1px 1px 0px #cd8a15;
    -moz-box-shadow:inset 0px 1px 0px 0px #fed897;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
    box-shadow:inset 0px 1px 0px 0px #fed897;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
    background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
    background-color:#f6b33d;
}

.box {
    /*border-radius: 25px;*/
    background: #444;
    border: 5px ridge #222;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.87) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0.87))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.87) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.87) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.87) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.87) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#de000000',GradientType=0 ); /* IE6-9 */
}

.book {
    width: 100px;
    height: 250px;
    margin: 15px;
    padding: 10px;
    display: inline-block;
}

.sub-title {
    width: 236px;
    padding: 2px 0;
    height: 20px;
    font-weight:bold;
    text-decoration:none;
	text-shadow:1px 1px 0px #cd8a15;
    -moz-box-shadow:inset 0px 1px 0px 0px #fed897;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
    box-shadow:inset 0px 1px 0px 0px #fed897;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
    background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
    background-color:#f6b33d;
}

.sub-title:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
}

.sub-description {
    font-size: 12px;
    font-weight:normal;
}

.col {
    display: inline-block;
    width:225px;
    padding-top:0px;
    clear:right;
    vertical-align: top;
}

#favorites {
    width: 700px;
    display:inline-block;
}

a,
a:visited,
.white {
    color: #fff;
    text-align:center;
    padding: 0 5px;
    font-size:13px;
    text-decoration: none;
}

#left_column {
    width:25%;
    height: 100%;
    float:left;
    margin-left: 15px;
}

a.links,
a.links:visited {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding:20px;
}

#middle_column {
    width:75%;
    display: inline-block;
    background: olive;
}

.table {
    width: 590px;
    height: 125px;
    margin: 5px 25px;
    padding: 5px;
    display: inline-block;
    border: 3px ridge #222;
}

.footer {
    text-align: center;
    padding: 20px 0;
}

#escapism,
#camping_trip,
#author,
#testimonials {
    font-size: 16px;
    font-weight: bold;
}