/*
Css file: stylesheet.css
Version: 0.1
Description: Stylesheet for Openly Positive website.
Author: Cuie&Co - Andy Walton
Author URI: http://www.cuieandco.com */

/* Created: 8 November 2008 (Last updated - 8 November 2008)
For more info contact andy (at) cuieandco (dot) com
Designed for screen */

/* Global reset (clear it all)
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 10pt; }
q:before,q:after { content:''; }
a { text-decoration: none; }

/* Basic typography styles
---------------------------------------------------------- */

dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img {
	margin: 0;
	padding: 0;
}
blockquote {
	font: italic 115%/1.250em 'Warnock Pro', 'Goudy Old Style', 'Palatino', 'Book Antiqua', Georgia, serif;
	margin: 6px 0 18px 0;
	padding: 0 18px;
	border-left: 4px solid #cfdbe0;
}
h1 {
	color: #89001d;
	font: normal 150%/1.250em Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h2 {
	font: normal 130%/1.250em Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h3 {
	color: #89001d;
	font: normal 120%/1.250em Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h4 {
  	font: normal 110%/1.250 Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h5 {
  font: normal 85%/1em Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
p {
	margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	width: 100%;
	height: 1px;
	margin-bottom: 1.250em;
	border: 0;
	border-bottom: 1px solid #cfdbe0;
	clear: both;
}
hr.dashed {
	border-bottom: 1px dashed #cfdbe0; 	
}
hr.thick {
	border-bottom: 3px solid #cfdbe0;
}
acronym {
  border-bottom: 1px dotted #e7e6e6;
  cursor: help;
}

/* Setup */
body {
	background: none;
}
#wrapper {
	margin: 0;
	width: auto;
	padding: 0;
}

/* Header */
#header {
	background: #none;
	clear: both;
	padding: 0 28px;
	margin-top: 18px;
}
#logo {
	display: none;		
}
#logo a {
	display: none;
}
#logo h1 {
	display: block;
	margin-left: -3000px;
}

/* Navigation */
#navigation {
	display: none;
}

#container {
	width: auto;
	background: none;
	overflow:visible;
	padding: 0;
}

/* Content */
#content {
	clear: left;
	float: left;
	width: 530px;
	margin: 0;
	padding-left: 28px;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 0 12px;
}
#content li {
	padding-bottom: 8px;
}
#highlights {
	clear: left;
	padding: 0 0 18px 0;
	overflow: auto;
}
#showcase {
	background-color: #dde7ef;
	float: left;
	height: 251px;	
	width: 530px;
}
#showcase img {
	border: 5px solid #dde7ef;
}
#showcase a:hover img {
	border: 5px solid #89001d;
}
#tools {
	float: right;
	overflow: hidden;
	background-color: #dde7ef;
	padding: 18px 10px 9px 5px;
	width: 259px;
	height: 234px;
}
#tools h3, #searchbox h3 {
	margin-bottom: 9px;
}
#searchbox, #chapterbox, #forewordbox {
	background-color: #dde7ef;
	padding: 18px 10px;
	margin-bottom: 18px;
}
#chapterbox {
	background: #dde7ef url(../images/uploads/icon-chapter.png) 2px 3px no-repeat;
	padding: 20px 10px 25px 76px;
}
#forewordbox {
	background: #b9cedf url(../images/uploads/icon-foreword.png) 2px 3px no-repeat;
	padding: 20px 10px 25px 76px;
}
blockquote.reviews {
	font: italic 115%/1.250em Helvetica, Arial, sans-serif, serif;
	color: #89001d;
	margin: 6px 0 18px 0;
	border: none;
}
#latest-news, #books, #downloads,  {
	margin-bottom: 18px; 
}
#books img, #latest-news img, .gallery-thumbnail img {
	border: 3px solid #cfdbe0;
	padding: 3px; 
}
#latest-news img, #books img {
	float: left;
	margin: 0 12px 5px 0;
}
#books a:hover img, #latest-news a:hover img, .gallery-thumbnail a:hover img {
	border: 3px solid #89001d;
	padding: 3px;	 
}
.col-2-left {
	float: left;
	padding: 0;
	width: 402px;
}
.col-2-right {	
	float: left;
	padding: 0;
	width: 402px;
}
.col-3 {
	float: left;
	width: 256px;
}
.col-first {
	padding: 0 0 0 0;
}
.col-middle {
	padding: 0 18px;
}
.col-last {
	padding: 0;
}
/* Gallery */
.gallery-thumbnail {
	width: 164px;
	height: 184px;
	padding: 0 19px 18px 0;
	float: left;
}
.gallery-thumbnail.end {
	padding: 0 0 18px 0;
}
/* Posts */
.post {
	width: 640px;
	overflow: auto;
}
.post h1 {
	margin: 0;
}
.post-date {
	width: 122px;	
	padding: 0 18px 0 0;
	float: left;
	color: #89001d;
	font: normal 150%/1em Georgia, Helvetica, Arial, sans-serif, serif;
	text-align: center;
}
.post-date span {
	font: normal 200%/1em Georgia, Helvetica, Arial, sans-serif, serif;
	
}
.post-content {
	float: left;
	width: 390px;
}
.post-content img {
	border: 3px solid #cfdbe0;
	margin: 0 0 1em 0;
}
.post-title {
	
}
.post-meta {
	font-size: 100%;
	font-style: italic;
	color: #4a4848;
}
.comments {
	float: right;
	width: 390px;	
}
.comment {
	border-top: 1px dashed #cfdbe0;
	border-bottom: 1px dashed #cfdbe0;
	padding: 12px;
}
.comment h3, .comment p {
	margin-bottom: 0;
}
.comment em {
	font-size: 100%;
	font-style: italic;
	color: #4a4848;
}
.alt {
	background-color: #dde7ef;
	padding: 18px;
}
.comment.last {
	margin-bottom: 18px;
}
table {
	border: 1px solid #dde7ef;
	margin-bottom: 18px;
}
td p {
	margin-bottom: 0;
}
td {
	padding: 9px 18px;
}
td.description {
	width: 600px;
}
tr.odd {
	background-color: #dde7ef;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 246px;
	margin: 0;
	padding-right: 28px;
	clear: right;
}
#sidebar ul {
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 0 12px;
}
#sidebar li {
	padding-bottom: 8px;
}

/* Get in touch */
#get-in-touch {
	width: 804px;
	margin: 0;
	padding: 0 28px;
}

/* Footer */
#footer {
	background: none;
}

/* Styling classes */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear: both;
}
.pic-left {
	border: 3px solid #cfdbe0;
	padding: 3px; 
	float: left;
	margin: 0 12px 5px 0;
}
.pic-right {
	border: 3px solid #cfdbe0;
	padding: 3px;
	float: right;
	margin: 0 0 5px 12px;
}
.no-border {
	border: none;
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

/* Typography */
h1.title {
	margin-bottom: 6px;
}

/* Links */
a {
	color: #89001d;	
	text-decoration: none;
}
a:hover {
	color: #c89001d;
	text-decoration: underline;
}
/* Forms */
input, select, textarea {
	font-size: 100%;
	padding: 5px;
}
input[type="text"], input[type="password"], select, textarea {
	border: none;
	font-family: "Lucida Grande", Lucida, Helvetica, sans-serif;
	margin: 0 0 18px 0;
	color: #4a4848;	
}
input[type="text"], input[type="password"] {
	width: 249px;
}
textarea {
	width: 300px;
}
input[type="submit"] {
	background-color: #89001d;
	border: none;
	color: #fff;
	padding: 3px;
	margin: 0 0 9px 0;
}
input[type="submit"]:hover {
	color: #fff;
	background-color: #4a4848;
}
input[type="submit"].search-button {
	margin-left: 5px;
}
input.search {
	width: 180px;
	margin-bottom: 18px; 
}
#searchbox input.search {
	width: 160px;
	margin-bottom: 0;
}
#feedback {
	background-color: #dde7ef;
	padding: 18px 18px 9px 18px;
	margin-bottom: 18px;
}
.error {
	color: #89001d;
	font-style: italic;
}