/*
Theme Name: Capricorn One
Theme URI: http://capricornone.com.au/
Version: 1.0
Description: White 2 column theme with an orange rising sun banner.
Author: Justin Waddell
Author URI: http://justinwaddell.com/
Tags: two columns, right sidebar, widget ready, fixed width, justin waddell, simple, white, orange, black
*/

/* -wysiwyg- */

.left-container {
	position: relative !important;
	float: left !important;
	padding: 20px !important;
	width: 450px !important;
	height: auto !important;
	top: 0px !important;
}
.right-container {
	position: relative !important;
	float: left !important;
	padding: 0 20px 0 20px 0 !important;
	width: 230px !important;
	height: auto !important;
	top: 0px !important;
}
/* -standards- */

body {
	margin: 0;
	background: #333333;
	color: #6A696B;
	font: 62.5% Arial, Helvetica, sans-serif; /* Resets 1em to 10px */
	display: block;
}
p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
p {
	font-size: 1.2em;
	line-height: 160%;
}
h1 {
	padding: 0 0 8px 0;
	border-bottom: 1px solid #E7E7E8;
	font-size: 2em;
	color: #FA6012;
}
h2 {
	font-size: 1.6em;
	color: #FA6012;
}
h3 {
	font-size: 1.8em;
	line-height: 140%;
	color: #32312D;
}
h4 {
	font-size: 1.6em;
	line-height: 140%;
	color: #60776E;
}
hr {
	margin: 0 0 2em 0;
	border: none !important;
	border-bottom: 1px solid #E7E7E8 !important;
	height: 1px !important;
}
a {
	color: #6A696B;
	text-decoration: none;
}
a:hover {
	color: #F66013;
}
#content a {
	color: #F66013;
	font-weight: bold;
	text-decoration: underline;
}
a img {
	border: none;
}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
}
#content ul li {
	padding: 0 0 0 10px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 160%;
	list-style: none;
	background: url(images/bullet.png) no-repeat center left;
}
#navlink {
	margin: 30px 0 30px 0;
}
#container {
	margin: 0 auto 0 auto;
	width: 978px;
	background: url(images/bg.png) repeat-y;
}
/* -header- */

#topbar {
	width: 720px;
}
.blogtitle {
	color: #ff7e00;
	font-weight: bold;
	text-transform: uppercase;
}
.blogdescription {
	color: #a9a9a9;
	text-transform: uppercase;
}
/* -content- */

#contentwrap {
	width: 720px;
	float: right;
}
#content {
	width: 720px;
}
/* -navigation- */

#navigationwrap {
	float: left;
	padding: 130px 40px 0 40px;
	width: 178px;
	background: url(images/logo.png) no-repeat;
}
#navigation {
	width: 178px;
}
#navigation div.navtitle {
	background: #F66013;
	padding: 10px;
}
#navigation h2 {
	color: #ffffff;
	font-weight: normal;
}
#navigation h2.small, #navigation h2.widgettitle {
	color: #6A696B;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	list-style: none;
}
#navigation ul li {
	border-bottom: 1px solid #D3D1C6;
	padding: 5px 0 5px 0;
	font-size: 1.2em;
}
#navigation ul li.current_page_item {
	background: url(images/arrow.png) no-repeat center right;
}
#navigation ul li.current_page_item a {
	font-weight: bold;
	color: #FF6600;
}
#navigation ul li.book {
	margin: 50px 0 0 0;
	padding: 10px 0 10px 30px;
	height: 23px;
	line-height: 23px;
	background: url(images/book.png) no-repeat center left;
}
#navigation ul li.check {
	padding: 10px 0 10px 30px;
	height: 23px;
	line-height: 23px;
	background: url(images/check.png) no-repeat center left;
}
/* -post and entries- */

#postpadding {
	padding: 20px;
}
.postdate {
	color: #333333;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
}
.pagetitle {
	color: #F66013;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
}
.posttitle {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
.posttitle a {
	color: #ff7e00;
}
.posttitle a:hover {
	color: #333333;
}
.postmetadatabottom {
	background: #a9a9a9;
	margin: 15px 0 15px 0;
	padding: 3px;
	text-transform: uppercase;
	width: 100px;
}
.postmetadatabottom a {
	color: #333333 !important;
	text-decoration: none !important;
}
.postmetadatabottom a:hover {
	color: #ffffff !important;
}
.entry {
	border-bottom: none;
	padding-bottom: 0;
}
/* -search form- */

#searchsubmit {
	display: none;
}
#s {
	background: #333333 url("images/magnifier.png") no-repeat top left;
	border: none;
	color: #ffffff;
	padding: 1px 2px 1px 17px;
	width: 233px;
}
/* -footer copyright- */

#footer {
	clear: both;
	width: 720px;
	background: url(images/bg_footer.png) repeat-x bottom #E7E7E8;
}
#footerinner {
	display: block;
	padding: 40px;
	width: 640px;
	background: url(images/logo_footer.png) no-repeat bottom right;
}
#footerinner h1 {
	margin: 0;
	border: none;
	line-height: 60%;
	color: #666666;
}
#footerinner p {
	margin: 0;
}
#copyright {
	padding: 0 20px 0 0;
	width: 700px;
	height: 30px;
	line-height: 30px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	color: #666666;
	background: #B0B0B0;
}
/* -comments- */

#comments {
	clear: both;
	padding-top: 20px;
}
.comment-info-split {
	clear: both;
}
.commentmetadata {
	text-transform: uppercase;
}
.commentlist div.alt {
	background: #a9a9a9;
	color: #333333;
	padding: 10px;
}
.commentlist div {
	padding: 10px;
}
.comment-div {
	display: block;
}
.comment-left {
	width: 30%;
}
.comment-right {
	width: 70%;
}
/* -floats clears-*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}
