/*
Theme Name: Starry Night
Theme URI: http://myblog.com/
Description: Your theme
Version: 1
Author: Wendi Dunlap
Author URI: http://slumberland.org/
*/

/* Starry Night CSS by Wendi Dunlap, adapted from the default WordPress CSS. */

a img { border: none; }

a
{
	color: #ffc;
	text-decoration: none;
	font-weight: bold;
}

a:link
{
	color: #ffc;
	text-decoration: none;
}

a:visited
{
	color: #9cf;
	text-decoration: none;
}

a:active
{
	color: #fff;
	text-decoration: none;
}

a:hover { color: #9cf; }

acronym, abbr { }

acronym, abbr, span.caps
{
	cursor: help;
	letter-spacing: .07em;
}

blockquote
{
	border-left: 1px dotted #9cf;
	margin-left: 1.5em;
	padding-left: 5px;
	font-style: italic;
}

body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	background-color: #003;
	color: #ff9;
	font-size: 12pt;
	background-image: url(/images/pagebackground-stars-sm.gif); 
	background-repeat: repeat-x;
	background-attachment: scroll;
}

h1
{
display: none;
}


h2
{
	font-size: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

h3
{
	font-size: 90%;
	margin-top: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 15px 0 0px 0;
	padding-bottom: 0px;
}

img.left
{
	padding: 8px 15px 8px 0px;
	float: left;
}

img.right
{
	padding: 8px 0px 8px 15px;
	float: right;
}

p
{
	padding: 0px;
	margin: 0px 0px 1em 0px;
}

p, li, .feedback
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
}

li.sunder { padding: 0 0 .5em 0; }

cite
{
	font-style: italic;
}

.b2calendarcell {  }

.b2calendaremptycell { }

.b2calendarheadercell
{
	background: #ffc;
	color: #003;
}

.b2calendarlinkpost
{
	color: #ffc;
	text-decoration: none;
}

.b2calendarmonth { color: #ff9;}
.b2calendarrow { color: #ff9; }

.b2calendartable
{
	text-align: center;
	background-color: #000;
	border: 1px solid #ff9;
}

.b2calendartoday
{
	color: #FFF;
	font-weight: bold;
}

.comment_indiv
{
	border-color: #FF9;
	border-style: dotted;
	border-width: 1px;
	padding: 12px 12px 0 30px;
	margin: 0 0 10px 0;
}

.credit
{
	font-size: x-small;
	padding: 3px;
	color: #9cf;
	background-color: #003;
}

.credit a:link, .credit a:hover { color: #ff9; }

.date {  }

.feedback
{
	color: #9cf;
	font-size: x-small;
	padding: 0 0 20px 0;
	font-weight: normal;
	letter-spacing: 0;
	
}

.link_cat
{
	font-size: 110%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 115%;
}

.meta, .meta a
{
	color: #9cf;
	font-size: x-small;
	font-weight: normal;
	letter-spacing: 0;
}

.meta ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.meta li {
	display: inline;
}

.storytitle a
 { text-decoration: none;
 	text-transform: uppercase;
 	
 }

.storycontent
{
	margin: 0px;
	padding: 0 0 0 0;
	
}

.wp-photo_preview {
	padding: 2px 2px 0px 0px;
	text-align: center;
}
.wp-photo {
	border: 1px solid;
}
.wp-photo_thumbnail {
	border: 1px solid;
}
.wp-caption {
/* font-family: verdana; */}



#content
{
	margin: 0px 220px 0 30px;
	padding-right: 60px;
	
}

#prev { text-align: left; }

caption { text-align: center; }

#next { text-align: right; }



#header
{
	margin: 0;
	width: 100%;
	height: 150px;
	background-image: url(/images/pagehead2.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: transparent;
}

#header a
{
	
}

#header a:hover { text-decoration: none; }

#categories .children 
{
	margin-top: 0px; 
	margin-bottom: 0px;
	text-indent: 1em;
}

#commentlist
{
	font-size: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#commentform input
{
	background-color: #FFC;
	border: 3px solid #003;
	letter-spacing: -0.05em;
}

#commentform textarea
{
	background-color: #FFC;
	border: 3px solid #003;
	letter-spacing: -0.05em;
}


#menu
{
	background-color: #003;
	padding: 15px;
	position: absolute;
	right: 0px;
	top: 0;
	width: 180px;
	border-color: #003 #003 #003 #FF9;
	border-width: 3px 3px 3px 1px;
	border-style: solid solid solid dotted;
	height: auto;
}

#menu form { margin: 0 0 0 13px; }

#menu input
{
	background-color: #FFC;
	width: 100px;
	letter-spacing: -0.05em;
	border-color: #003;
	border-width: 3px;
	border-style: solid;
}

#menu ul
{
	color: #ff9;
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	font-family: verdana, arial, sans-serif;
	font-size: small;
}

#menu ul li
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px;
	
}

#menu ul ul
{
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	
	
}

#menu ul ul li
{
	font-size: 75%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 115%;
	padding-left: 12px;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	border: 0;
	
	
}

#menu ul ul ul 
{
	margin: 10px 0 10px 0;
}

#menu ul ul li a
{
	color: #9cf;
	font-weight: normal;
	height: 13px;
	text-decoration: none;
}

#menu ul ul li a:hover { text-decoration: underline; }

#wp-calendar {
	empty-cells: show;
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	width: 90%;
	text-align: center;
	background-color: #002;
	border: 1px dotted #ff9;
}
