/*-------------------------------------------------------------------------------------
 //	JibberBook v2.1
 //	(c) 2008 Chris Jaure
 //	license: MIT License
 //	website: http://www.jibberbook.com/
 //
 //	theme/default/style.css
 -------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	font-family: Georgia, Times, Times-Roman, TimesNewRoman, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 150%;
	}

p {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 0 8px 0;
	}

h1 {
	font-size: 32px;
	}
	
h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	}

h4 {
	font-size: 12px;
	}
	
h1+h2 {
	padding: 15px 0 8px 0;
	}
	
#nav a, #booklinks a, div.book-detail { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
	
a:link {
	color: #696;
	text-decoration: none;
	}
	
a:visited {
	color: #666;
	text-decoration: none;
	}
	
a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}
	
a:active {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	}

#masthead a {
	border: none;
	}
	
#masthead #nav a:hover {
	border-bottom: 1px dotted #333;
	}

#booklinks {
	width: 200px;
	float: left;
	text-align: right;
	margin: 0;
	padding: 100px 0 15px 0;
	}

#booklinks h3 {
	font-size: 14px;
	font-style: oblique;
	}
	
#booklinks img {
	padding: 0 0 10px 0;
	margin: 0;
	border: none;
	}
	
#booklinks ul {
	float: right;
	}
	
ol, ul {
	list-style: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

body.content {
	background: url("../../../assets/images/ivy-detail-bg.jpg") top left no-repeat;
	font-family: Georgia, Times, Times-Roman, TimesNewRoman, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 150%;
	}
	
#container {
	width: 90%;
	margin: 10px auto 0 auto;
	padding: 0 0 20px 0;
	min-height: 600px;
	overflow: visible;
	border-bottom: 1px dotted #333;
	}

#masthead {
	float: right;
	height: 85px;
	width: 600px;
	}

#masthead img {
	padding: 0 0 15px 323px;
	border: none;
	}

#nav {
	float: left;
	padding: 0;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 37px;
	}
	
#content {
	margin: 0;
	padding: 115px 0 0 250px;
	font-size: 14px;
	line-height: 22px;
	}

#content ul {
	padding: 0 0 15px 0;
	}

#content dl {
	padding: 0 0 15px 0;
	}

#content dt {
	font-weight: bold;
	}
	
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	}

/* FORM PROPERTIES */

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

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

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


/* 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: #696;
}

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

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

#jb_content {
    margin: 15px 0 0 0;
    padding: 0; 
}

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

#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: #696;
	color: #fff;
}

#jb_addComment fieldset {
    border: 1px dotted #666;
    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: #333;
    background-color: #def3bd;
    border-top: dotted 1px #666;
}

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

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

.required {
    color: #666;
}

#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;
}
