/*  
Theme Name: OrangeSky
Theme URI: http://blog.detlog.org/orangesky/
Description: WordPress theme inspired by Alexi Murdoch's song "Orange Sky".<br />Modified by <a href="http://akil.textdriven.com/">Konstantinos Christidis</a>.
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
*/

@import url(/wp-content/lightbox/css/lightbox.css);
@import url(/wp-content/themes/orangesky/asides.css);
@import url(/wp-content/themes/orangesky/calendar.buttons.css);
@import url(/wp-content/themes/orangesky/comments.css);
@import url(/wp-content/themes/orangesky/cosmos.css);
@import url(/wp-content/themes/orangesky/extras.css);
@import url(/wp-content/themes/orangesky/forms.css);
@import url(/wp-content/themes/orangesky/images.css);
@import url(/wp-content/themes/orangesky/lists.css);
@import url(/wp-content/themes/orangesky/misc.css);

/* general.rules START */

body,
p, ul, ol, li, form,
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

body {
	background: url(/wp-content/themes/orangesky/images/os_bg.jpg) repeat-x #CFE8E8;
	color: #333;
	font-family: 'lucida grande','trebuchet ms',sans-serif;
	font-size: 62.5%; /* resets 1em to 10px */
	text-align: center;
	}

h1, h2, h3 {
	font-family: 'trebuchet ms','lucida grande','trebuchet ms',sans-serif; /* was: georgia,'times new roman',times,serif */
	}

h1 {
	font-family: impact,'futura condensed extrabold',helvetica,sans-serif; /* added */
	font-size: 2.3em; /* was: 2.8em */
	font-weight: normal; /* added */
	letter-spacing: .04em; /* added */
	text-align: left;
	padding: 8px 20px 0 20px;
	}

h1, h1 a:link, h1 a:visited {
	color: #4D0000;
	text-decoration: none;
	}

h1 a:hover, h1 a:active {
	color: #C30;
	text-decoration: none;
	}

.description {
	color: #FFF; /* was: #C30 */
	font-size: 1.2em;
	text-align: left;
	padding: 0 20px;
	}

h2 {
	font-size: 1.4em; /* was: 1.3em */
	}

h2.postdate { /* don't use it now */
	color: #666;
	font-size: 1em;
	padding: 15px 0 0 0;
	}

h2.posttitle {
	font-family: impact,'futura condensed extrabold',helvetica,sans-serif; /* added */
	font-size: 1.9em; /* added */
	font-weight: normal; /* added */
	margin: 15px 0 0 0; /* was 3px */
	}

h2.pagetitle {
	font-family: impact,'futura condensed extrabold',helvetica,sans-serif; /* added */
	font-size: 1.9em; /* was: 1.5em */
	font-weight: normal; /* added */
	margin: 15px 0 0 0; /* was: 30px */
	/* text-align: center */
	color: #4D4D4D;
	}

#sidebar h2 {
	color: #066;
	font-size: 1.2em;
	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:visited, h3, h3 a, h3 a:visited, #sidebar h2, cite { /* removed: #wp-calendar caption */
	text-decoration: none;
	}

h3 {
	font-family: impact,'futura condensed extrabold',helvetica,sans-serif; /* added */
	font-size: 1.9em; /* was: 1.3em */
	font-weight: normal; /* added */
	margin: 0; /* was: 30px 0 0; */
	}

#sidebar a, #sidebar a:link {
	color: #066;
	}

#sidebar a:visited {
	color: #088;
	}

#sidebar a:hover, #sidebar a:active { /* added */
	color: #333;
	text-decoration: underline;
	}

/* general.rules END */

/* layout START */

#page {
	background: url(/wp-content/themes/orangesky/images/os_main.jpg) repeat-y;
	margin: 20px auto;
	text-align: left;
	width: 740px;
	}

#main {
	float: left;
	width: 550px;
	}

#content {
	float: left;
	font-size: 1.2em;
	display: inline;
	margin-left: 20px;
	width: 510px;
	}

/* sliding door technique by a list apart */

#menu {
	float: left;
	font: 1.1em/normal 'trebuchet ms','lucida grande',sans-serif; /* was: bold italic 1.2em/normal georgia,'times new roman',times,serif; */
	margin: 8px 0 0 10px;
	width: 540px;
	}

#menu ul {
	list-style: none;
	}

#menu li {
	background: url(/wp-content/themes/orangesky/images/os_left.gif) no-repeat left top;
	float: left;
	list-style: none;
	margin: 0 0 0 3px;
	padding: 0 0 0 5px;
	}

#menu a {
	background: url(/wp-content/themes/orangesky/images/os_right.gif) no-repeat right top;
	color: #E5A153;
	display: block;
	float: left;
	/* font-weight: bold; */
	padding: 4px 9px 3px 6px;
	text-decoration: none;
	}
    /* Commented Backslash Hack
	 hides rule from IE5-Mac \*/
#menu a { float:none; }
    /* End IE5-Mac hack */

#menu a:hover {
	color: #E5D6B8;
	}

#header {
	background: url(/wp-content/themes/orangesky/images/os_header.jpg) no-repeat 8px 0; 
	float: left;
	height: 132px;
	width: 550px;
	}

#sidebar {
	margin: 0 0 0 550px;
	min-height: 620px;
	padding: 30px 0;
	}

#footer {
	clear: both;
	width: 550px;
	}

#footer p {
	padding: 10px 0 10px 0; /* was: 5px 0 10px 0 */
	text-align: center;
	}

.entry {
	line-height: 1.4;
	padding: 15px 0 10px 0;
	}

.entry p {
	padding: 0 0 1em 0;
	}

.post {
	padding: 0 0 25px 0;
	}

.alt {
	background-color: #FFF5E5;
	padding: 10px;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px;
	}

#sidebar {
	font: 1.1em 'lucida grande','trebuchet ms',sans-serif; /* was: 1.2em */
	background: url(/wp-content/themes/orangesky/images/os_sidebar.jpg) no-repeat #D0E8E8;
	}

/* layout END */

/* calendar section REMOVED */

/* images HERE */

/* lists HERE */

/* forms HERE */

/* comments REMOVED */

/* calendar REMOVED */

/* calendar.buttons HERE */

/* misc HERE */

/* latest HERE */

/* asides HERE */

/* cosmos HERE */

/* comments HERE */