/*  
Theme Name: Complicated Octopus
Theme URI: http://www.serafinistudios.com/
Description: Custom WordPress theme for Complicated Octopus
Author: Gabriel Serafini
Author URI: http://www.gabrielserafini.com
Version: 1.1

*/

body {
	background: url(images/back_tile.gif) repeat;
	margin: 0px;
	padding: 12px 0px 12px 0px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000;
	}

p {
	line-height: 150%;
	}

div {
	margin: 0px;
	padding: 0px;
	}


a {
	color: #996;
	}

a:hover {
	color: #663;
	}


#top {
	width: 960px;
	margin: 0px auto;
	background: url(images/mainbody_back.jpg) repeat-y;
	}

#mainbody {
	position: relative;
	background: url(images/mainbody_back_top.jpg) no-repeat top left;
	padding-top: 12px;
	width: 960px;
	}

#content {
	margin: 0px 0px 0px 48px;
	width: 620px;
	float: left;
	}

#header {
	background: url(images/header_back.jpg) no-repeat top left;
	height: 144px;
	position: relative;
	}

#logo {
	position: absolute;
	left: 26px;
	top: 4px;
	}

#date {
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	position: absolute;
	left: 24px;
	top: 123px;
	}




#navs {
	position: absolute;
	left: 226px;
	top: 115px;
	}


.the-date {
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 36px;
	font-weight: normal;
	color: #330;
	width: 50px;
	height: 36px;
	margin-left: -22px;
	margin-bottom: -52px;
	text-align: center;
	background: url(images/date_back.jpg) no-repeat;
	}

.post {
	margin-left: 42px;
	margin-bottom: 24px;
	}

.post-page {
	margin-left: 18px;
	margin-top: 22px;
	}

.post img, .storycontent img {
	margin: 0px 8px 0px 8px;
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	}

.storytitle, .title, .pagetitle {
	font-family: georgia, serif;
	color: #996;
	font-weight: normal;
	font-size: 24px;
	color: #333;
	text-decoration: none;	
	}

.storytitle a, .title {
	font-family: georgia, serif;
	color: #996;
	font-weight: normal;
	font-size: 24px;
	color: #333;
	text-decoration: none;
	}

.storytitle a:hover {
	color: #000;
	}

.author-picture {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	width: 66px;
	}

.author-picture img {
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
	}

.last-updated {
	font-style: italic;
	font-size: 9px;
	}

.last-updated a {
	margin-left: 24px;
	}



#sidebar {
	float: right;
	margin-right: 20px;
	width: 160px;
	}

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

#sidebar ul li {
	font-size: 12px;
	margin-top: 14px;
	font-weight: bold;
	color: #330;
	}

#sidebar h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #330;
	}
	
#sidebar ul li ul {
	margin-left: 12px;
	}

#sidebar ul li ul li {
	margin-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: normal;
	}

#sidebar ul li a {
	color: #996;
	}

#sidebar ul li a:hover {
	color: #330;
	}


#sidebar table {
	font-size: 11px;
	color: #663;
	border-bottom: 1px solid #cc9;
	font-weight: normal;
	}

#sidebar td {
	text-align: center;
	}

#sidebar table a {
	text-decoration: none;
	display: block;
	background: #ffe;
	border: 1px solid #ccc;
	padding: 2px;
	}

#sidebar table a:hover {
	background: #663;
	color: #fff;
	}

#comment {
	width: 600px;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.postmetadata {
	clear: both;
	padding: 18px 0;
	color: #666;
	line-height: 1.2em;
	}

#footer {
	background: url(images/footer_back.jpg) no-repeat bottom left;
	height: 96px;
	position: relative;
	color: #996;
	font-size: 9px;
	clear: both;
	}

#footer a {
	text-decoration: none;
	color: #996;
	}

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

#footer-content {
	position: absolute;
	left: 24px;
	top: 69px;
	}

#site-by {
	position: absolute;
	right: 32px;
	top: 62px;
	}

