/*  
Theme Name: 2hot4blog OrangeSky (3Columns)
Theme URI: http://blog.detlog.org/orangesky/
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,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'lucida grande',verdana,arial,sans-serif;
	background: url(images/os_bg.jpg) repeat-x #CFE8E8;
	color: #333;
	text-align: center;
	}

h1, h2, h3 {
	font-family: georgia,'times new roman',times,serif;
	}

h2 {
	font-size: 1.3em;
	}

h2.postdate {
	font-size: 1em;
	color: #666;
	padding: 15px 0 0 0;
	}

h2.posttitle {
	margin: 3px 0 0 0;
	}

h2.pagetitle {
	font-size: 1.5em;
	margin: 10px 0;
	text-align: center;
	color: #4D4D4D;
	}

.side h2 {
	font-size: 1.2em;
	color: #066;
	margin: 5px 0 0;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #066;
	}
a, h2 a:hover, h3 a:hover {
	color: #C30;
	text-decoration: none;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, .side h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h3 {
	font-size: 1.3em;
	margin: 30px 0 0;
	}

/* End General Rules*/

/* Begin Layout */
#all {
	width: 930px;
	margin: 20px auto;
	text-align : left;
	background: url(images/os_main.jpg) center top repeat-y;
	}
#main {
	margin: 0 190px;
	text-align: left;
	font-size: 1.2em;
	}

#content {
	padding: 0 20px
	}
/* Sliding Door technique by A List Apart */

#header {
	padding: 15px 0;
	text-align: center; 
	}
#sidebar, #leftmenu {
	padding: 30px 0 0;
	float: right;
	width: 190px;
	font: 1.2em 'Lucida Grande',verdana,arial,sans-serif;
	background: url(images/os_sidebar.jpg) no-repeat #D0E8E8;
	}

#leftmenu {
	float: left;
	background: url(images/os_l_sidebar.jpg) no-repeat #D0E8E8;
	}

#footer {
	clear: both;
	}

#footer p {
	padding: 5px 0 10px 0;
	text-align: center;
	}

.entry {
	padding: 15px 0 10px 0;
	line-height: 1.4;
	}

.entry p {
	padding: 0 0 1em 0;
	}

.post {
	padding: 0 0 15px 0;
	}

.alt {
	background-color: #FFF5E5;
	padding: 10px;
	}
.bottomnavi {
	text-align: center
	}
.navigation {
	display: block;
	}
.alignright {
	float: right;
	margin-top: -1.4em;
	}
.alignleft {
	}

/* 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;
	}
	
img.floatright {
	padding: 4px;
	margin: 0 0 5px 10px;
	display: inline;
	float: right;
	}

img.floatleft {
	padding: 4px;
	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(images/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 {
	padding-bottom: 15px;
	border-bottom: 1px solid #CCC;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	font-family: georgia,'times new roman',times,serif;
	}

.side a, .side a:link {
	color: #066;
	}

.side a:visited {
	color: #099;
	}

.side a:hover, .side a:active {
	color: #999;
	}

.side ul, .side ul ol {
	padding: 0 10px;
	}

.side ul li {
	list-style: none;
	margin-bottom: 15px;
	}

.side ul p, .side ul select {
	margin: 5px 0 8px 8px;
	font-size: 1em;
	}

.side ul ul, .side ul ol {
	margin: 5px 0 0 5px;
	}

ol li, .side ul ol li {
	list-style: decimal outside;
	}

.side ul ul li, .side ul ol li {
	margin: 2px 0 0;
	background: url(images/os_sidearrow.gif) 0 3px no-repeat;
	padding: 0 0 0 14px;
	}

/* End Lists */

/* Begin Form */
#searchform {
	text-align: center;
	padding: 10px 0;
	}

.side #searchform #s {
	width: 95px;
	padding: 1px;
	}

.side #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 #C63;
	background: #FFF;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.centered {
	text-align: center;
	}

a img {
	border: none;
	}

small, .side, .nocomments, .postmetadata, blockquote, strike, .commentdata {
	color: #808080;
	}

a:hover {
	color: #066;
	}
/* End Miscellaneous */

.paginator {
	padding: 3px 10px;
	font-family: Arial;
	font-weight: bold;
}
.paginator a {
	background-color: #F5EBCD;
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 2px;
	text-decoration: none;
	border: 1px solid #C1AB6F;
}
.paginator a:visited, .paginator_rate a:visited {
	background-color: #F5EBCD;
	border: solid #C1AB6F 1px;
	font-family: Arial;
	text-decoration: none;
}
.paginator a:hover, .paginator_rate a:hover {
	background-color: #CC3300;
	color: #FFFFFF;
	text-decoration: none;
}
.imgborder
{
    border-color: black;
    border-width: 1px;
    border-style: solid;
}
