/* 
Theme Name: Black-LetterHead
Theme URI: http://ulyssesonline.com
Description: Black Letterhead is a 2-column minimalistic theme with a black background.
Author: Ulysses Ronquillo
Author URI: http://ulyssesonline.com
Version: 1.5
Tags: two columns, fixed width, black, orange, widgets, minimalist, right sidebar, dark, graphics free, 

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: Verdana, Arial, Sans-Serif;
	background-color: #FFFFFF;
	color: #333;
	text-align: center;
	}

#page {
	background-color: #FFFFFF;
	border: 0px solid #959596;
	text-align: left;
	}

#header {
	background-color: #FFFFFF;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.4em;
	text-align: center;
	}
	




h1 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	}

h2, h3 {
        font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

h1 {
	font-size: 2.2em;
	text-align: center;
/*	text-transform: uppercase;*/
	letter-spacing: 7px;
	}

.description {
	font-size: 1.4em;
	text-align: center;
	letter-spacing: .3em;
	}
	



	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #444;
	}
	
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: #3f4583;
	text-decoration: none;
	}

a:hover {
	color: #707070;
	text-decoration: underline;
	}
	

/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0;
	padding: 0 0 20px 0; 
	}

#page {
	margin: 20px auto;
	padding: 0 10px 0 10px;
	width: 900px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 340px;
	width: 100%;
	}



.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width: 900px;
	}


.widecolumn .post {
	margin: 0;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 50px 0 0 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px;
	text-align: center;
	}

/* End Structure */


/*	Begin Headers */

h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
	text-align: center;
	}

	
/* 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, .entrytext ul, .pagepost ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li, .entrytext li, .pagepost li {
	margin: 5px 0 5px 10px;
	}



 
.center {
	text-align: center;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/

