/*  
Theme Name: Slippery
Theme URI: http://www.spidercode.com//
Description: WordPress theme inspired by Alexi Murdoch's song "Orange Sky".
Version: 1.5
Author: Naoko McCracken
Author URI: http://blog.detlog.org/

	This WordPress theme is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Thank you Michael Heilemann for creating the brilliant kubrick theme!
	I had learned a lot from it in the process of creating this one.
*/

/* General Rules */
body,
p, ul, ol, li, form {
	margin: 0;
	padding: 0;
	}

#open-title, #open-title h1 {
        float: left;
        width: 88%;
        text-align: center;
        color: #333366;
        font-size: 12px;
        font-weight: bold;
		border: 0px;
}

.related {
        background-color: #EFF1F6;
        border: 2px;
        border-color: #E3E4E7;
        border-style: solid;
        padding: 5px;
        spacing: 5px;
        margin: 5px;
        padding-right:30px;
        font: Verdana,'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
        font-size: 11px;
        color: #444444;
}

.related ul li {
        line-height: 20px;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'helvetica',verdana,arial,sans-serif;
	background: url(../img/os_bg.jpg) repeat-x #E5E6E7;
	color: #333;
	text-align: center;
	}

h1, h2, h3 {
	font-family: helvetica,'arial',times,serif;
	}

h1 {
	font-size: 1.5em;
	text-align: left;
	padding: 5px 0 0 0;
	font-weight: bold;
	color: #000000;
	width: 100%;
	border-bottom: 1px dotted #C7C7C7;
	}
	
h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #000066;
	}

h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #C30;
	}

.description {
	font-size: 1.2em;
	text-align: left;
	padding: 0 20px;
	color: #C30;
	}

h2 {
	font-size: 1.3em;
	}

h2.postdate {
	font-size: 1em;
	color: #666699;
	padding: 5px 0 0 0;
	}

h2.posttitle {
	margin: 3px 0 0 0;
	}

h2.pagetitle {
	font-size: 1.5em;
	margin: 30px 0 0 0;
	text-align: center;
	color: #4D4D4D;
	}

#sidebar h2 {
	font-size: 1.2em;
	color: #006;
	margin: 5px 0 0;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #006;
	}
a, h2 a:hover, h3 a:hover {
	color: #69F;
	text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3 {
	font-size: 1.3em;
	margin: 30px 0 0;
	}

/* End General Rules*/

/* Begin Layout */
#page {
	margin: 20px auto;
	width: 780px;
	text-align: left;
	background: url(../img/os_main.jpg) repeat-y;
	}

#main{
	float: left;
	width: 590px;
	}

#content {
	font-size: 1.2em;
	float: left;
	width: 550px;
	margin-left: 15px;
	display: inline;
	text-align:justify;
	}
	
#contentpage {
	font-size: 1.2em;
	float: left;
	width: 850px;
	margin-left: 20px;
	display: inline;
	}
	
/* Sliding Door technique by A List Apart */
#menu {
	float: left;
	width: 580px;
	font: bold 1.2em/normal helvetica,'arial',times,serif;
	margin: -6px 5px 0px 3px;
	background: #323442;
	}

#menu ul {
	list-style: none;
	}

#menu li {
	float: left;
	background: url(../img/os_left.gif) no-repeat left top;
	padding: 0 0 0 5px;
	margin: 5px 0 0 3px;
	list-style: none;
	}

#menu a {
	float: left;
	display: block;
	background: url(../img/os_right.gif) no-repeat right top;
	padding: 4px 9px 3px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #F3F3F3;
	}
    /* Commented Backslash Hack
	 hides rule from IE5-Mac \*/
#menu a { float:none; }
    /* End IE5-Mac hack */

#menu a:hover {
	color:#E5D6B8;
	}

#header {
	height: 210px;
	width: 590px;
	float: left;
	background-color: #323442;
	background: url(../img/os_header2.JPG) no-repeat 8px 0; 
	}

#sidebar {
	padding: 30px 0;
	margin: 0 0 0 590px;
	}

#footer {
	width: 590px;
	clear: both;
	background: #323442;
	font-family: 'helvetica',verdana,arial,sans-serif;
	color: #FFFFFF;
	}

#footer p {
	padding: 5px 0 10px 0;
	text-align: center;
	}
	
#footer a {
	color:#a7a7a7;
	text-decoration: none;
	}
	
.entry {
	padding: 15px 0 10px 0;
	line-height: 1.4;
	}

.entry p {
	padding: 0 0 1em 0;
	}

.post {
	padding: 0 0 25px 0;
	}

.alt {
	background-color: #D5D8DE;
	padding: 10px;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px;
	}

#sidebar {
	font: 1.2em 'Lucida Grande',verdana,arial,sans-serif;
	background: url(../img/os_sidebar.jpg) no-repeat #E5E6E7;
	}


/* Calendar */
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */

/* Begin Images */

img.centered {
	display: block;
	margin: 0 auto;
	border: 1px solid black;
	}
	
img.floatright {
	padding: 0px;
	margin: 0 5px 5px 15px;
	display: inline;
	float: right;
	border: 1px solid black;
	}

img.floatleft {
	padding: 0px;
	margin: 0 10px 5px 0;
	display: inline;
	float: left;
	border: 1px solid black;
	}
img.centered-nobo {
	display: block;
	margin: 0 auto;
	}
	
img.floatright-nobo {
	padding: 0px;
	margin: 0 0 5px 10px;
	display: inline;
	float: right;
	}

img.floatleft-nobo {
	padding: 0px;
	margin: 0 10px 5px 0;
	display: inline;
	float: left;
	}
/* End Images */


/* Begin Lists */ 
.entry ul,
ul.commentdata,
ul.links {
	margin-left: 0px;
	padding: 0 0 1em 20px;
	list-style: none;
	}

ul.commentdata {
	padding: 0;
	}

.entry ul li,
ul.commentdata li,
ul.links ul li {
	background: url(../img/os_entryarrow.gif) 0 3px no-repeat;
	padding: 0 0 0 14px;
	margin: 0 0 2px 0;
	list-style: none;
	}

ul.links h2 {
 	padding: 10px 0 5px 0;
 	}
 
.entry ol {
	padding: 0 0 1em 40px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	font-family: helvetica,'arial',times,serif;
	}

#sidebar a, #sidebar a:link {
	color: #336;
	font-weight: bold;
	}

#sidebar a:visited {
	color: #336;
	font-weight: bold;
	}

#sidebar a:hover, #sidebar a:active {
	color: #c00;
	font-weight: bold;
	}

#sidebar ul, #sidebar ul ol {
	padding: 0 10px;
	}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 8px;
	font-size: 1em;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 2px 0 0;
	background: url(../img/os_sidearrow.gif) 0 3px no-repeat;
	padding: 0 0 0 14px;
	}

/* End Lists */

/* Begin Form */
#searchform {
	text-align: center;
	padding: 10px 0;
	}

#sidebar #searchform #s {
	width: 95px;
	padding: 1px;
	}

#sidebar #searchsubmit {
	padding: 0;
	}

.entry form {
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px 0;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form */


/* Begin Comments*/
.commentlist {
	text-align: justify;
	margin: 0;
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	line-height: 1.5;
	padding-left: 20px;
	margin: 5px 5px 5px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	display: block;
	margin: 0 20px;
	font-size: 0.9em;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
/* End Calendar */



/* Begin Miscellaneous */
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	font-size: 0.9em;
	}

code {
	font: 1em 'courier new',courier,fixed,monospace;
	padding: 0 0 1em 0;
	}

small {
	font-size: 0.9em;
	line-height: 1.5;
	}

dl {
	padding: 0 15px;
	}
dt {
	font-weight: bold;
	}
dd {
	padding: 2px 0 6px 0;
	}

blockquote {
	margin: 0 30px 1em 10px;
	padding: 1em 5px 0 15px;
	border-left: 3px solid #69F;
	background: #FFF;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.centered {
	text-align: center;
	}

a img {
	border: none;
	}

small, #sidebar, .nocomments, .postmetadata, blockquote, strike, .commentdata {
	color: #808080;
	}

a:hover {
	color: #006;
	}
/* End Miscellaneous */