/* 
Theme Name: WP Black-LetterHead
Adapted to ZoomBlog from Black-LetterHead (Ulysses Ronquillo, Based on Robin Hastings'
Letterhead, but with a black background.)
.
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. then later adapted
to ZoomBlog by RBA

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
.
*/

/* Begin Typography & Colors */
body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: black;
	color: #c0c0c0;
	text-align: center;
}


.narrowcolumn .entry,  {
	line-height: 1.4em;
}

	
.alt {
	background-color: black;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	background-color: black;
}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.5em;
}

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;
        color: #fff;
}

h2 {
	font-size: 2em;
}

h2.pagetitle {
	font-size: 2em;
}
#sidebar {
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}
#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #FD5A1E;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E4D3A6;
}

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;

}

.entry p a:visited {
	color: #cf9;
}


#sidebar {
	font: 10px Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
	
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: #bfc;
	text-decoration: none;
}

a:hover {
	color: #fff;	
	text-decoration: line-through;
}
	

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
}

.page {
	background-color: black;
	margin: 20px;
	margin-left: 40px;
	margin-right: 40px;
	padding: 0;
	border: 0px solid #959596;
}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: auto;
	width: 100%;
	background-color: grey;
        color: #fff;
       
}

.pagepost {
	margin: 0 0 40px;
	border-top: 1px solid grey;
}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	border-bottom: 1px solid grey;
	width: 100%;
}

.postmetadata {
	text-align: center;
	padding-top: 5px;
	font-size: 0.7em;
}

	
#footer {
	padding: 0 0 0 1px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}


h1 {
	padding-top: 40px;
	margin: 0;
        color: #fff;
}

.description {
	text-align: center;
        color: #fff;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
        color: #fff;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* 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: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: 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 Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-right: 45px;
	margin-top: 0px;
	width: 190px;
}

/* End Sidebar */




hr {
 display: none;
 }
 
.center {
	text-align: center;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;

.prevNextLinks a {
	color: #000;
}

