/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet style.css ****/

/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet style.css ****/

/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet style.css ****/

/* 
Theme Name: Black-LetterHead
Theme URI: http://ulyssesonline.com
Description: Based on Robin Hastings' Letterhead, but with a black background.
Author: Ulysses Ronquillo
Author URI: http://ulyssesonline.com
Version: 1.0
.
This theme was designed and built by Robin Hastings, whose blog you will find at 
http://www.rhasting.net. It uses the default Kubrick theme as a base. CSS colors
modified by Ulysses Ronquillo located at http://ulyssesonline.com.

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
.
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	background-color: black; /* furthest backgroud color */
	color: #B0B0B0;          /* main article text color */
	text-align: center;
	}

#page {
	background-color: black;    /*doesnt seem to do anything */
	border: 100px solid #959596;
	text-align: left;
	}

#header {
	background-color: black;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: black;
	border-top: 1px solid silver;  
	border-bottom: 1px solid #d0d0d0;
	}

#footer {
	background-color: black;
	border-top: 1px dashed #959596;   /* dark grey */
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	line-height: 1.7em;
	}

h1, h2, h3 {
	font-family: Garamond, 'Copperplate Gothic Light', Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	}

h1 {
	font-size: 3.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	}

h2 {
	font-size: 4.6em;
	}

h2.pagetitle {
	font-size: 1.9em;
	}

#sidebar {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;

	}

#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.0em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #fc3;  /* gold */
	font-size: 2.1em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fc3;  /* gold */
	}

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;
	font-size: 1.5em;
	}

.entry p a:visited {
	color: #F1d418;  /* dark gold */
	}


#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #f0c030;  /* gold */
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
        color: #fff;        /* almost white */
	text-decoration: none;
	}

a:hover {
	color: #900;        /* Dark Red */
	text-decoration: none;
	font-size: 11pt;
	}

#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar #prev a {
	font-size: 13pt;
	text-decoration: none;
	text-align:left;
}

#wp-calendar a {
	display:block;
	text-decoration:none;
}

#wp-calendar caption {
	color:#fff;      /* almost white */
	font-size:11pt;
	font-weight:bold;
	text-align:center;
}

#wp-calendar td {
	color:#ccc;         /* silver */
	font:9pt monospace;
	letter-spacing:normal;
	padding:2px 0;
	text-align:left;
}

#wp-calendar #today {
	border:1px solid #333;  /* very dark Grey */
	color:#fc3;             /* gold */
}

#wp-calendar th {
	font-style:normal;
	text-transform:capitalize;
}
#wp-calendar a {
  border-bottom:0;
}
/* End Typography & Colors */
/* LAYOUT */
#outer {
	margin:0;
	padding:0;
}
#skip {
	position:absolute;
	left:-1600px;
	top:-1600px;
}
#skip,#skip li {
	margin:0;
	padding:0;
	list-style:none;
}
#skip a:active,#skip a:focus {
	position:absolute;
	top:1600px;
	left:1600px;
	z-index:500;
	width:15em;
	margin:0;
	padding:3px;
	text-align:center;
	font-weight:bold;
}
#wrapper {
	width:80%;
	margin:-1px auto 0;
	padding:0;
}
#header,#headimg {
	height:139px;
	padding:0;
	margin:0;
}
/* END LAYOUT */

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: black;
	margin: 20px auto;
	padding: 0;
	width: 960px;
	border: 1px solid #959596; /* grey */
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: black;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 35px;
	margin: 0px 0 0;
	width: 550px;
	}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 100px;
	width: 550px;
	}

.pagepost {
	margin: 0 0 40px;
	border-top: 1px solid grey;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	border-top: 1px solid grey;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 460px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

	}
/* End Headers */
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 0px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content:  "\00BB \0022"; */
	background-color: #00FF00;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
#sidebar a {
 display: block;
 padding-left: 20px;
 border-bottom: 1px solid #fff4df;
 text-decoration: none;
}
#sidebar a:hover {
 display: block;
 width: 160px;
 padding-left: 12px;
 border-bottom: 1px solid #fff4df;
background-image: url(images/icon2.gif);
 background-repeat: no-repeat;
 background-position: 0 55%;
 text-decoration: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#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: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
        background-color: #909090;
        border-style: ridge;
	}

#sidebar #searchsubmit {
	padding: 1px;
	background-color: #909090;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 645px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 {     /* This is the month and the year */
	text-align: center;
	text-align: left;
	}          

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;  /* grey*/
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #DDD;    /* light grey */
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
 display: none;
 }
 
.center {
	text-align: center;
	}

a img {                 /* main post pics and all later page pics unless overridden by p img */
	border-bottom: 1px dashed #999;

	}

p img {                 /* pics on pages. this won't affect main post pics */
        border: none;
        }



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
