/* 
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: 100%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #000;
	color: #B0B0B0;
	text-align: center;
	}

#page {
	background-color: #000;
	border: 2px solid #959596;
	text-align: left;
	}

#header {
	background-color: #000;
	}

#content {
	font-size: 1em
	}



.narrowcolumn .entry{
	line-height: 1.4em;
	}


	
.narrowcolumn .postmetadata {
	text-align: left;
	}


small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

strong {
	color: #E4D3A6;
       }

h1 {
	font-family: Garamond, Serif;
	font-weight: bold;
	}

h2, h3 {
        font-family: Palatino Linotype, Serif;
}

h1 {
	font-size: 2.4em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 12px;
	}

.description {
	font-size: 0.8em;
	text-align: center;
	letter-spacing: .6em;
	}

h2 {
	font-size: 1.2em;
	}


	
#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	}

h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #ccc;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #aadd99;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #99aadd;
	}


#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;
	}



a, h2 a:hover, h3 a:hover {
        color: #99aadd;
	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;
	width: 800px;
	}
	
#header {
	padding: 0px 0px 10px 10px;
	margin: 20px auto;
        border: 2px solid #777;
	height: 203px;
	width: 90%;
	}

.narrowcolumn {

	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}





.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

#sidebar {
         position:absolute;
         
         top:290px;
         margin-left:545px;
         width:190px;
         height:100%;
         }
    
        
	
#footer {
	padding: 100px 0 0 0;
	margin: 0 auto;
	width: 700px;
	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;
	}

#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, .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 Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}




.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;
	}
	






/* End Various Tags & Classes*/

/*dropdown css*/
/*-----------------------------------------------------*/
.menu {width:auto; position:relative; z-index:100;}
* html .menu {width:746px; w\idth:66px;}
.menu ul {padding:0px 0px 2px 0px;margin:0;list-style-type:none;}
.menu ul ul {width:auto;}
.menu li {float:left;width:auto;position:relative;}
.menu a, .menu a:visited {display:block;font-size: 12px;
  text-transform: capitalize; color: #333333; width:auto; height:18px; background: url(images/navbg.png) top center repeat-x; padding-left:10px; padding-right:10px; line-height:15px; font-weight:bold;}
* html .menu a, * html .menu a:visited {width:149px; w\idth:auto;}

.menu ul ul ul a, .menu ul ul ul a:visited {background: url(images/navbg.png) top center repeat-x;}
.menu ul ul ul a:hover {background: url(images/navyl.png) top center repeat-x;}


.menu ul ul {visibility:hidden;position:absolute;height:0;top:18px;left:-1; width:auto;}
* html .menu ul ul {top:15px;t\op:18px;}

.menu ul ul ul{left:170px; top:0px; width:170px;}

.menu ul ul ul.left {left:-170px;}

.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

.menu ul ul a, .menu ul ul a:visited {background: url(images/navbg.png) top center repeat-x; color:#333333; height:auto; padding:1px 5px; width:299px;}
* html .menu ul ul a, * html .menu ul ul a:visited {width:auto;w\idth:128px;}


.menu a:hover, .menu ul ul a:hover{color:#333333; background: transparent top center repeat-x;}
.menu :hover > a, .menu ul ul :hover > a {color:#333333; background: url(images/navgo.png) top center repeat-x;}

.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
.menu ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul ul li:hover ul,
.menu ul ul a:hover ul{visibility:visible; }
.menu ul ul :hover ul ul{visibility:hidden;}
.menu ul ul :hover ul ul :hover ul ul{ visibility:visible;}


.menu ul ul .current_page_item a {
  color: #333333;
  background: background: url(images/navbg.png) top center repeat-x;
  border-left: 0px 0px 5px solid black;
}

.menu .current_page_item a {
  color: #333333;
  font-weight: bold;
  background: url(images/navbg.png;
}
.menu ul .current_page_item ul a {
  color: #333333;
  font-size: 15px;
  text-transform: capitalize;
  background: url(images/navbg.png) top center repeat-x;
}
.menu ul .current_page_item ul a:hover {
  background: url(images/navbg.png top center repeat-x;
}

.menu .current_page_item a:hover {
  background: url(images/navbg.png top center repeat-x;
}
