/*
Theme Name: Stay Awake
Theme URI: 
Description: Sunrise theme for New Jersey-based band <a href="http://www.wrongsideofdawn.com">Wrong Side of Dawn</a>.
Version: 1.0
Author: Karen Rustad
Author URI: http://www.nosve.com/
Tags: fixed width, two columns, widgets, valid CSS, widget ready, simple, valid XHTML, left sidebar, sunrise, sunset, navy, pink, orange, yellow, white

Based on "oriental" by by <a href="http://pure-essence.net/">pure-essence.net</a>.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Layout */
body {
	padding: 0;
	margin: 0;
	font-size: 1.0em;
	font-family: serif;
	background: #010938;
	color: #000;
}

/* Default */
a {
	color: #9d1f2e;
}

a:hover {
	color: #c93c4c;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
}

h5 {
	font-size: .9em;
}

h6 {
	font-size: .8em;
}

blockquote {
	padding: 0 0.5em;
	border-left: 5px solid #f0e8a7;
	margin: 0;
	background-color: #f8f8e2;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 5px;
	border: 1px solid #ccc;
}

form {
	padding: 0;
	margin: 0;
}

/* Layout */
#container {
	background: url(images/header.jpg) right top no-repeat;
	width: 1020px;
	margin: 0 auto -20px auto;
	padding: 0;
}

#header {
	height: 215px;
}


#page {
	padding: 0 50px;
}

#pageinner {
	position: relative;
	margin: 13px 0 0 0;
}

#navcontainer ul {
	background: url(images/navbarbk.png) repeat;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
}

* html #navcontainer ul {
	background: #972f07 url(images/headerBarBkForIE6.jpg) no-repeat;
}

#navcontainer ul li { 
	display: inline; 
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
}

/* Prevents an underline from appearing on hover on empty space at beginning of menu */
#navcontainer ul li#menu-item-647 a,
#navcontainer ul li#menu-item-647 a:hover {
	cursor: default;
	background-image: none;
	text-decoration: none;
}

#navcontainer ul li a {
	color: #000;
	margin: 5px 0 0 0;
	padding: 4px 14px 8px 12px;
	text-decoration: none;
	background: url(images/headerBarLiBk.gif) right 3px no-repeat;
	float: left;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	background: #c93c4c;
	padding: 5px 8px 9px 8px;
	margin-left: -2px;
	margin-bottom: -1px;
	font-variant: small-caps;
	font-weight: bold;
}

#navcontainer ul li.current_page_item a:hover,
#navcontainer ul li.current_page_ancestor a:hover {
	text-decoration: none;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#microblog {
    background: #9d1f2e /*url('http://wrongsideofdawn.com/wordpress/wp-content/themes/stay_awake/images/identica.png') left no-repeat*/;
    color: #CCC;
/*    font: serif;*/
    font-size: .9em;
    float: left;
    padding: 5px;
/* padding-left: 20px;*/
    margin: 5px;
}

#microblog a {
    color: #FFF;
}

#searchBar {
	clear: left;
	background: #c93c4c;
	text-align: right;
	padding: 5px;
}

#searchform {
	padding: 10px;
}

#s {
	border: 2px solid #9d1f2e;
}

#searchsubmit {
	border: 2px solid #9d1f2e;
	background: #fff url(images/buttonBk.gif) repeat-x;
	color: #333;
}

#sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	margin: 13px 0 0 0;
	color: #333;
}

#sidebar a {
/*	color: #333;*/
	color: #191970;
}

#sidebar a:hover {
	color: #0000CD;
}


#sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebar ul li {	
	background-color: #fefef6;
	margin: 0 0 13px 0;
	font-size: 0.85em;
}

#sidebar ul li h2 {
	margin: 0;
	background: url('images/navbarbk.png') repeat;
	color: #000;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
	padding: 3px 3px 3px 10px;
}

#sidebar ul li p,
#sidebar ul li div {
	padding: 5px 10px 10px 10px;
	margin: 0;
}

#sidebar ul li table {
	padding-bottom: 5px;
}

#sidebar ul li table caption {
	padding: 5px 0 0 0;
}

#sidebar ul li ul {
	padding: 0.3em 0;
}

#sidebar ul li ul ul,
#sidebar ul li ul ul ul,
#sidebar ul li ul ul ul ul,
#sidebar ul li ul ul ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {
	font-size: 1em;
	padding: 0.2em 1em 0.2em 0;
	margin: 0 0 0 1em;
}

#sidebar ul li ul li li,
#sidebar ul li ul li li li,
#sidebar ul li ul li li li li,
#sidebar ul li ul li li li li li {
	margin: 0 0 0 1em;
}

#sidebar ul li ul li a {
	text-decoration: none;
	color: #191970;
/* GigPress widget doesn't like bullets */
/*	background: url(images/sidebarBullet.gif) left center no-repeat;*/
/*	padding-left: 1em;*/
}

#sidebar ul li ul li a:hover {
/*	color: #000;*/
	color: #0000CD;
	text-decoration: underline;
}

#sidebar ul li ul#themeswitcher li a,
#sidebar ul li ul li.recentcomments a {
	background-image: none;
	padding-left: 0;
}
#sidebar ul li ul#themeswitcher li,
#sidebar ul li ul li.recentcomments {
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 1em;
}



/* Calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar td#today {
	font-weight: bold;
}

#content {
	margin: 0 0 0 213px;
	padding: 0;
}

#contentinner {
	padding: 0px;
	font-size: 0.9em;
	line-height: 1.5em;
	/*background: transparent url('images/navy.png');*/
	background-position: 0 50px;
}


/* Post */

.post {
    background: white;
    padding: 10px;
}

h2.divider_2 {
    background: url(images/top.png) repeat-x;
	width: 707px;
	margin: -11px 0 -1px 0;
	padding: 32px 0 0 0;
}

.post h2.posttitle {
	float: left;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.2em;
	font-variant: small-caps;
	padding: 0;
	margin: 0;
}

.post h2.posttitle a {
	text-decoration: none;
	color: #000;
}

.post h2.posttitle a:hover {
	text-decoration: underline;
}

small.postmetadata {
    float: left;
    clear: left;
    padding: 0 0 1em 0;
    font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.85em;
	color: #333;
}

small.postmetadata a {
    color: #000;
}

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
}

.entry {
    clear: left;
}

ul li.tags {
	float: left;
}

ul li.comments {
	text-align: right;
}

div.divider {
	background: url(images/bottom.png) repeat-x;
	height: 32px;
	margin: -2px 0 0 0;
}

div.navigation {
	text-align: center;
	font-family: Garamond, Georgia, serif;
	padding: 0 0 2em 0;
}


#singlepost {
	background: url(images/commentBk.gif) center bottom repeat-x;
	padding: 10px 10px 49px 10px;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

#commentwrapper {
	background: white;
	padding: 0 0 15px 15px;
}

#commentwrapper h2 {
	margin: 0;
	padding: 0.5em 0;
}

/* Comment */
.commentheading {
    clear: both;
}

ol.commentlist {
	padding: 0 15px 0 0;
	margin: 0;
	list-style: none;
	font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: black;
	background: #F5F5F5;
}

ol.commentlist a {
	text-decoration: none;
}

img.avatar {
	border: 3px solid white;
	margin: 0 0.5em;
}

ol.commentlist li.commentind {
	padding: 5px 5px 10px 10px;
	margin: 0;
}

ol.commentlist li.commentind cite {
	font-style: normal;
}

p.commentsedit {
	font-size: 0.9em;
	margin: 0 0 0 0.5em;
}

.commentindheader {
    float: right;
	border-bottom: 1px dotted #9d1f2e;
	padding: 10px 0 0 0;
}

.commentindheader img.avatar {
	float: left;
}

ol.commentlist .alt {
    background: url('images/navbarbk.png') repeat;
}

ol.commentlist .commentindheader {
	text-align: right;
}

ol.commentlist .commentindheader img.avatar {
	float: right;
}

ol.commentlist li.alt p.commentsedit {
	text-align: right;
	margin: 0 0.5em 0 0;
}

/* Comment form */

form#commentform input,
form#commentform textarea {
	border: 1px solid #bbb;
}

input#author,
input#email,
input#url {
	width: 60%;
}

textarea#comment {
	width: 90%;
}

input#submit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#footer {
	clear: both;
	background: url('images/footer.png');
	height: 108px;
	margin: 0 50px;
	font-family: Garamond, Georgia, serif;
	text-align: right;
	font-size: 1em;
	color: #FFF;
}

#footer p {
	margin: 0;
	padding: 0.9em;
	line-height: 1.5em;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #cf7819;
}

div#recaptcha_widget_div {
	float: right;
}

/* Wordpress required */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

h3.subpages {
	padding: 1em 0 0.5em 0;
	margin: 0;
}

ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
}

/* Formatting */
fieldset {
	border: 1px solid #ccc;
	padding: 0 1em;
	margin: 0;
}

legend {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	border: 0;
	color: #cfc887;
/*	background-color: #cfc887;*/
}

pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}

.post table {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	border-collapse: collapse;
}

.post table th,
.post table td {
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: .3em .5em;
}

.post table th {
	text-align: left;
	border-bottom: 2px solid #ccc;
}
