/*   
Theme Name: The Otherworldlies
Theme URI: http://www.pixeljar.net/otherworldlies
Description: A custom theme made for Jennifer Anne Kogler to promote her new book, The Otherworldlies
Author: Pixel Jar
Author URI: http://www.pixeljar.net
Version: 1.0
.

Enjoy!

.
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.8%;
	color: #ffffff;
}
a {
	color: #ffff71;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
.clear {
	clear: both;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#left-bg {
	border: 1px solid #000000;
	background-image: url('media/images/bg-left.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 650px;
}
#right-bg {
	border: 1px solid #000000;
	background-image: url('media/images/bg-right.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 650px;
}
#wrap {
	margin: 0px auto;
	width: 900px;
}
#header {
	text-align: center;
}
#header h1 {
	font-weight: normal;
	font-size: 4.8em;
	color: #ffff71;
}
#navigation-accent-left {
	background-image: url('media/images/nav-accent-left.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#navigation-accent-right {
	background-image: url('media/images/nav-accent-right.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 69px;
}
#navigation {
	height: 72px;
	background-image: url('media/images/nav-bg.png');
	background-repeat: repeat-x;
	text-align: center;
}
#navigation ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation li {
	/*height: 29px;
	padding: 35px 6px 0px 6px;*/
	margin-top: 35px;
	height: 29px;
	padding: 0px 6px;
	float: left;
}
#navigation li:hover {
	background-image: url('media/images/nav-bg-on.png');
	background-repeat: repeat-x;
}
#navigation li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
	font-size: 13px;
}
#navigation .current-menu-item,
#navigation .current-page-item
{
	background-image: url('media/images/nav-bg-on.png');
	background-repeat: repeat-x;
}
#navigation .current-menu-item a,
#navigation .current-page-item a {
	color: #ffffff;
}
#home-content {
	width: 900px;
	margin: 0px auto;
	background-image: url('media/images/jak-home.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#home-content p {
	font-size: 1.6em;
	color: #ffffff;
}
#home-content h2 {
	font-size: 1.8em;
	color: #ffff71;
}
#home-content div.tagline {
	padding-top: 30px;
	font-size: 2.6em;
	color: #cccc99;
	text-align: center;
}
#content {
	width: 900px;
	margin: 0px auto;
}
#content #left-col {
	width: 610px;
	float: left;
}
#content small {
	font-size: 1.2em;
	color: #ffffff;
}
#content p {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #ffffff;
}
#left-col ul li {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #ffffff;
}
#left-col ol li {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #ffffff;
}
#content h2 {
	font-size: 1.8em;
	color: #ffff71;
	margin: 0px;
	padding: 0px;
}
#content h2 a {
	font-size: 1.8em;
	color: #ffff71;
}
#content div.post {
	padding-bottom: 20px;
}
#content div.post td.blog-entry img {
	max-width: 415px;
}
#commentform label small {
	font-size: .75em;
	margin-left: 10px;
}
#sidebar {
	width: 250px;
	float: right;
}
#sidebar h2 {
	text-transform: uppercase;
	padding-bottom: 10px;
}
#sidebar div.widget {
	padding: 10px 0px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #444444;
}
#sidebar ul li {
	padding: 5px 0px;
	border-top: 1px solid #444444;
}
#sidebar ul li a {
	font-size: 1.2em;
	color: #999999;
	padding: 5px 0px;
}
#next-prev-navigation {
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	padding: 10px 0px;
}
#next-prev-navigation div.left {
	float: left;
	width: 100px;
}
#next-prev-navigation div.right {
	float: right;
	width: 100px;
}
#footer {
	padding-top: 50px;
	text-align: center;
}
#footer p {
	font-weight: bold;
	font-size: 1.0em;
	color: #666666;
}
