/*-------------------------------------------------------------------------------------
 //	JibberBook v2.1
 //	(c) 2008 Chris Jaure
 //	license: MIT License
 //	website: http://www.jibberbook.com/
 //
 //	theme/rhemley/style.css
 -------------------------------------------------------------------------------------*/
html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
	}

body {
	color: #333;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	}

h1, h2, h3, h4 {
	color: #c60;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	padding: 0 15px 0 0;
	margin: 0;
	}

h1 {
	font-size: 32px;
	line-height: 150%;
	}

h2 {
	font-size: 20px;
	line-height: 150%;
	}

h3 {
	font-size: 16px;
	line-height: 150%;
	}

h4 {
	font-size: 14px;
	line-height: 150%;
	}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	overflow: visible;
	text-align: center;
	}

#container div.top { /* creates the top background effect */
	background: url("../../../assets/images/bg-page-top.jpg") no-repeat;
	width: 800px;
	height: 196px;
	margin: 0;
	padding: 20px 0 0 0;
	}

#container div.bottom { /* creates the bottom background effect */
	clear: both;
	background: url("../../../assets/images/bg-page-bottom.jpg") no-repeat;
	width: 800px;
	height: 158px;
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
	}

a {
	font-family: "Arial", "Helvetica", sans-serif;
	}

a:link {
	color: #690;
	text-decoration: none;
	}

a:visited {
	color: #699;
	text-decoration: none;
	}

a:hover {
	color: #c60;
	text-decoration: underline;
	}

a:active {
	color: #ccc;
	text-decoration: none;
	}
		
a img {
	border: none;
	}

.masthead {
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	}

div.content {
	margin: 25px 0 0 0;
	padding: 0;
	}

p {
	padding: 0 15px 15px 0;
	margin: 0;
	}

ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
	}

ul.bullets {
	list-style: square;
	margin: 0 0 15px 10px;
	padding: 0 0 0 10px;
	}
	
ul.bullets li {
	margin: 0 0 15px 0;
	padding: 0;
	}

hr {
	border-top: 1px dotted #c60;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0 15px 15px 0;
	padding: 0;
	}

/* FORM PROPERTIES */

*:first-child+html fieldset { 
	width: 350px;
	border: none;
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
	}
	
fieldset {
	width: 350px;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
	text-align: left;
	}

fieldset h4 {
	margin: 0 0 15px 0;
	}
	
label {
	display: block;
	}
	
input, textarea {
	background-color: #fff;
	color: #690;
	border: 1px solid #699;
	}

.submit:hover {
	background-color: #c60;
	color: #fff;
	}
	
/* END FORM PROPERTIES */

#footer { /* Copyright and other footer information */
	clear: both;
	width: 500px;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	}

#footer .socialnetworks {
	font-size: 11px;
	}

#footer .socialnetworks a {
	padding: 0 0 0 10px;
}

#leftside {
	float: left;
	text-align: right;
	width: 175px;
	margin: 30px 10px 0 25px;
	padding: 0 5px 0 0;
	/*border-right: 1px dotted #ebebeb;*/
	}
	
/* NAVIGATION */

#nav {
	text-align: right;
	width: 175px;
	margin: 0 auto 20px auto;
	padding: 0;
	}

*html #nav { /* FOR IE6 AND BELOW ONLY */
	width: 175px;
	text-align: right;
	margin: 0 auto 20px auto;
	padding: 0;
	}

#nav ul {
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#nav ul li {
	margin: 0 0 8px 0;
	padding: 0;
	}

#nav ul li a {
	text-decoration: none;
	padding: 0 10px 0 0;
	}

#nav ul li a:hover {
	background: url("../images/exclamation.png") center right no-repeat;
	}

/* END NAVIGATION */

/* BOOK INFO */

#bookinfo {
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;
	}
	
#bookinfo img {
	margin: 0 10px 10px 0;
	padding: 0;
	}

#bookinfo ul {
	font-size: 11px;
	text-align: right;
	padding: 0;
	}

#bookinfo ul li a {
	padding: 0 10px 0 0;
	}

#bookinfo ul li.sharethis a {
	padding: 0 10px 5px 20px;
	}
	
#bookinfo ul li a:hover {
	background: url("../images/exclamation.png") right no-repeat;
	}

#bookinfo ul li.sharethis a:hover {
	background: none;
	}

#bookinfo a:visited {
	text-decoration: underline;
	}

/* END BOOK INFO */

#rightside {
	float: left;
	text-align: left;
	width: 550px;
	margin: 15px 0 0 0;
	padding: 0;
	}

#rightside .content {
	margin: 0;
	padding: 0 0 35px 0;
	}

/* MAILING LIST FORM */

.mailinglist {
	clear: left;
	text-align: center;
	width: 375px;
	height: 90px;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	border: 1px dotted #c60;
	}

/* JIBBERBOOK STYLES */

#info {
    color: #333;
    font-style: italic;
    position: relative;
    left: 45%;
    width: 40%;
}

#jb_message {
    color: #fff;
    text-align: center;
    margin-bottom: 0.5em;
}

#jb_message.error {
    background-color: #c60;
}

#jb_message.confirm {
    background-color: #c60;
}

#jb_message p {
    margin: 0;
    padding: 0.5em;
    font-size: 1.6em;
}

#jb_content {
    margin-top: 2em; 
}

#primary {
    padding: 10px;
    margin: 0 0 1em;
}

#secondary {
    padding: 10px;
    margin-top: 10px;
    background-color: #fff;
}
	
#jb_addComment label {
    display: block;
    font-weight: bold;
    font-size: 1em;
}

#jb_addComment input, #jb_addComment textarea {
    font-size: 1em;
    font-family: "Arial", "Helvetica", sans-serif;
    margin: 0 0 15px 0;
    padding: 5px;
    width: 50%;
}

#jb_addComment textarea {
    height: 150px;
    width: 98%;
}

#jb_addComment .button {
    font-size: 1.3em;
}

#jb_addComment .button:hover {
	background-color: #c60;
	color: #fff;
}

#jb_addComment fieldset {
    border: 1px dotted #c60;
    margin: 0;
    padding: 15px 20px 15px 15px;
}

#jb_comments {
	width: 90%;	
}

.comment {
    margin: 10px 0 15px 0;
    padding: 0;
}

.comment .header {
    padding: 5px;
    font-weight: bold;
    color: #699;
    background-color: #ff9;
    border-top: dotted 1px #c60;
}

.comment .content {
    padding: 5px;
    line-height: 1.5em;
    color: #333;
}

.comment .date {
    font-size: 0.8em;
    color: #333;
    top: 6px;
    right: 12px;
}

.required {
    color: #c60;
}

#jb_addComment .hidden, .hidden {
    display: none;
}

#jb_footer {
	color: #ccc;
	font-size: 10px;
	padding: 25px 0 0 10px;
}

#jb_footer a:link {
	color: #ccc;
	text-decoration: underline;
}
