/*------------------------------------*\
  RESET
\*------------------------------------*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/*------------------------------------*\
  HEAD & MAIN
\*------------------------------------*/

html {
 	font-family: 'Franklin Gothic Medium', 'Arial Narrow', arial, helvetica, sans-serif;
	padding: 0 0 60px 0;
	font-size: 12px;
}

.container {
	width: 560px;
	margin: 0 auto;
}

#content {
	border-top: 1px solid #b3b3b3;
	padding: 20px;
	width: 520px;
	float: left;
	display: block;
}

a#logo {
	background: url(../img/logo.png);
	display: block;
	width: 150px;
	height: 28px;
	margin: 10px 20px;
	float: left;
}

ul#nav {
	float: left;
	margin: 15px;
	text-transform: uppercase;
}

ul#socialmenu {
	float: right;
	margin: 7px 20px;
}

	ul#socialmenu li {
		display: inline-block;
		float: left;
	}

ul#socialmenu a {
	width: 16px;
	height: 16px;
	display: block;
	padding: 7px 4px;
}

	ul#socialmenu a:hover {
		text-decoration: underline;
	}
	
	ul#socialmenu a.facebook {
		background: url(../img/facebook.png) no-repeat center center;
	}
	
	ul#socialmenu a.twitter {
		background: url(../img/twitter.png) no-repeat center center;
	}
	
	ul#socialmenu a.linkedin {
		background: url(../img/linkedin.png) no-repeat center center;
	}

/*--- TEXT & LISTS ---*/

h1, h2, h3, h4, h5, h6 {
	color: #4c5151;
	float: left;
	clear: left:
	margin: 0 20px 0 0;
	text-transform: uppercase;
	font-size: 12px;
}

h1 {
	width: 150px;
}

ul li {
	display: inline;
}

dl {
	color: #4c5151;
	font-size: 12px;
	float: left;
}

	dt {
		width: 90px;
		margin: 0 10px 0 0;
		text-align: right;
		float: left;
		text-transform: uppercase;
		color: #b3b3b3;
		clear: left;
		display: block;
		min-height: 10px;
	}
		
		dl.footer dt {
			width: 30px;
			clear: none;
		}
	
	dd {
		width: 270px;
		float: left;
		clear: right;
	}
	
		dd .progress {
			height: 15px;
			width: 150px;
			display: block;
			background: #f0f0f0;
		}
		
			dd .progress .bar {
				height: 13px;
				display: block;
				background: #00a7b2;
				padding: 1px;
			}
					
		dl.footer dd {
			clear: none;
			width: auto;
			margin: 0 16px 0 0;
		}
	
	dd.description {
		color: #999;
	}


ul#books {
	width: 370px;
	float: right;
	display: block;
	clear: right;
}

ul#books li {
	margin: 0 11px 11px 0;
	min-width: 77px;
	display: inline-block;
}

/*--- LINKS ---*/

a {
	cursor: pointer;
	color: #00a7b2;
	text-decoration: none;
}

a:active,
a:focus {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

ul#nav li a {
	color: #4c5151;
	padding: 9px;
	text-decoration: none;
}

	ul#nav li a:hover {
		color: #000;
	}
	
	ul#nav li a.active {
		color: #b3b3b3;
	}

ul#books li a {
	text-align: center;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

	ul#books li a img {
		border: 1px solid #fff;
		text-align: center;
		height: 110px;
	}

	ul#books li:hover a img {
		border: 1px solid #4c5151;
		text-align: center;
	}

/*--- BOL.COM RESET ---*/

.spacer {
	display: none !important;
}

.clearer {
	display: none !important;
}

.bol_pml_box {
	border: none !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

.bol_pml_element {
	width: auto !important;
	padding: 0 !important;
	max-height: 110px !important;
}

.bol_pml_element span {
	padding: 0 !important;
	display: none !important;
}

.bol_pml_element span a {
	display: none !important;
}

.bol_pml_element a img {
	border: 1px solid #fff !important;
	padding: 0 !important;
	display: block !important;
}

.bol_pml_element img {
	display: none !important;
}

.bol_pml_element img:hover {
	border: 1px solid #4c5151 !important;
}

/*--- FORMS ---*/

form {

}

label {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', arial, helvetica, sans-serif;
	clear: left;
	float: left;
	text-transform: uppercase;
	margin: 0 0 5px 5px;
	color: #4c5151;
	font-size: 12px;
	width: 166px;
	font-weight: normal;
	padding: 5px 0 0 0;
}

input,
textarea {
	clear: right;
	float: left;
	width: 337px;
	color: #444;
	margin: 5px 0 0 0;	
	font-size: 12px;
	padding: 5px 5px 8px 5px;
	border: none;
	background: #f0f0f0;
	margin: 0 0 20px 0;
}
	
	input.error,
	textarea.error {
		background: #ffd5d5;
	}

input:focus, textarea:focus {
	color: #4c5151;
	background: #e3e3e3;
}	

	input[type="text"].large {
		font-size: 18px;
		font-weight: bold;
	}
	
	input[type="text"].small {
		width: 138px;
	}

textarea {
	height: 110px;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', arial, helvetica, sans-serif;
}

input[type="submit"] {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', arial, helvetica, sans-serif;
	padding: 4px 8px;
	background: #00a7b2;
	text-transform: uppercase;
	border: none;
	color: #fff;
	cursor: pointer;
	border-right: 1px solid #007379;
	border-bottom: 1px solid #007379;
	width: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	font-size: 12px;
	clear: both;
	margin: 0 0 0 171px;
}

	input[type="submit"]:active {
		background: #007379;
		border: none;
		border-top: 1px solid #00a7b2;
		border-left: 1px solid #00a7b2;
	}
