/*
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: 'Open Sans', sans-serif;
	background-color: #333;
	color: #B0B0B0;
	text-align: center;
}
#page
{
	background-color: #000;
	border: 2px solid #959596;
	text-align: left;
}
#header
{
	background: #000000 url('header2.jpg') no-repeat;
	border-bottom: 2px solid #959596;
}
#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;
}
.narrowcolumn .postmetadata
{
	text-align: left;
}
.alt
{
	background-color: #000;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
}
SMALL
{
     font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
STRONG
{
	color: #E4D3A6;
}
H1
{
	display: none;
     font-family: 'Expletus Sans', cursive;
	font-weight: bold;
}
H2, H3
{
     font-family: 'Expletus Sans', cursive;
}
H1
{
	font-size: 3.4em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 12px;
}
.description
{
	display: none;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 0.6em;
}
H2
{
	font-size: 1.7em;
}
H2.pagetitle
{
	font-size: 1.7em;
}
#sidebar
{
}
#sidebar H2
{
     font-family: 'Expletus Sans', cursive;
	font-size: 1.2em;
}
H3
{
	font-size: 1.4em;
}
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: #FD5A1E;
}
.commentlist LI, #commentform INPUT, #commentform TEXTAREA
{
	font: 0.9em Verdana, Arial, Sans-Serif;
}
.commentlist LI
{
	font-weight: bold;
}
.commentlist CITE, .commentlist CITE A
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist P
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform P
{
     font-family: 'Open Sans', sans-serif;
}
.commentmetadata
{
	font-weight: normal;
}
#sidebar
{
	font: 1em Verdana, Arial, Sans-Serif;
}
SMALL, #sidebar UL UL LI, #sidebar UL OL LI, .nocomments, .postmetadata, BLOCKQUOTE, STRIKE
{
	color: #666;
}
CODE
{
	font: 1.1em "Courier New", Courier, Fixed;
}
ACRONYM, ABBR, SPAN.caps
{
	font-size: 0.9em;
	letter-spacing: 0.07em;
}
A, H2 A:hover, H3 A:hover
{
	color: #FD5A1E;
	text-decoration: none;
}
A:hover
{
	color: #707070;
	text-decoration: underline;
}
#wp-calendar #prev A
{
	font-size: 9pt;
}
#wp-calendar A
{
	text-decoration: none;
}
#wp-calendar CAPTION
{
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar TH
{
	font-style: normal;
	text-transform: capitalize;
}
/*End Typography & Colors
Begin Structure*/
BODY
{
	margin: 0;
	padding: 0 0 20px;
}
#page
{
	margin: 20px auto;
	padding: 0;
	width: 760px;
}
#header
{
	padding: 0 0 15px;
	margin: 0 auto;
	height: 100px;
	width: 100%;
}
.narrowcolumn
{
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}
.widecolumn
{
	padding: 10px 0 20px;
	margin: 5px 0 0 150px;
	width: 450px;
}
.pagepost
{
	margin: 0 0 40px;
	border-top: 1px dashed #555;
}
.post
{
	margin: 0 0 40px;
	text-align: left;
}
.widecolumn .post
{
	margin: 0;
}
.narrowcolumn .postmetadata
{
	padding-top: 5px;
}
.widecolumn .postmetadata
{
	margin: 30px 0;
}
#footer
{
	padding: 50px 0 0;
	margin: 0 auto;
	width: 760px;
	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;
}
H2
{
	margin: 30px 0 0;
}
H2.pagetitle
{
	margin: 0px;
	padding: 30px 0 0;
	border-top: 1px dashed #555;
}
#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, .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;
}
.entry UL LI:before, .entrytext UL LI:before, #sidebar UL UL LI:before, .pagepost 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 Form Elements*/
#searchform
{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s
{
	width: 100px;
	padding: 2px;
	background-color: #333333;
	color: #B0B0B0;
}
#sidebar #searchsubmit
{
	padding: 1px;
	background-color: #333333;
	color: #B0B0B0;
}
.entry FORM
{
/*This is mainly for password protected posts, makes them look better.*/
	text-align: center;
}
SELECT
{
	width: 130px;
}
#commentform INPUT
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	color: #B0B0B0;
	background-color: #333333;
	border: 1px ridge #CCC;
}
#commentform TEXTAREA
{
	width: 100%;
	padding: 2px;
	background-color: #333333;
	border: 1px ridge #CCC;
	color: #B0B0B0;
}
#commentform #submit
{
	margin: 0;
	float: right;
	border: 1px ridge #CCC;
}
INPUT
{
	padding: 2px;
	margin: 5px 5px 1px 0;
	color: #B0B0B0;
	background-color: #333333;
	border: 1px ridge #CCC;
}
/*End Form Elements
Begin Comments*/
.alt
{
	margin: 0px;
	padding: 0px;
}
.commentlist OL
{
	padding: 0px;
	text-align: left;
}
.commentlist LI
{
	margin-left: -40px;
	padding: 10px;
	list-style: none;
}
.commentlist P
{
	margin: 10px 5px;
}
#commentform P
{
	margin: 5px;
}
.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata
{
	margin: 0;
	display: block;
}
/*End Comments
Begin Sidebar*/
#sidebar
{
	padding: 32px 0 10px;
	margin-left: 545px;
	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
{
	text-align: center;
	width: 100%;
}
#wp-calendar TD
{
	padding: 3px 0;
	text-align: center;
}
#wp-calendar TD.pad:hover
{
/*Doesn't work in IE*/
	background-color: #000;
}
/*End Calendar
Begin Various Tags & Classes*/
ACRONYM, ABBR, SPAN.caps
{
	cursor: help;
}
ACRONYM, ABBR
{
	border-bottom: 1px dashed #999;
}
BLOCKQUOTE
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #333;
}
BLOCKQUOTE CITE
{
	margin: 5px 0 0;
	display: block;
}
HR
{
	display: none;
}
.center
{
	text-align: center;
}
A IMG
{
	border: none;
}
.navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.aligncenter, DIV.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft
{
	text-align: left;
	float: left;
}
.alignright
{
	text-align: right;
	float: right;
}
.entry IMG, .entrytext IMG
{
	margin: 7px;
}
.gravatar IMG
{
	float: right;
	margin-top: -15px;
}
.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 #000000;
}
.wp-caption P.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*End Various Tags & Classes*/

