/*  
Theme Name: Black Gloss
Theme URI: http://area51.wdanielryan.com/black
Description: Here I go again ripping off Apple.com, but they do know how to may nice design when they want to.
Version: 1.0
Author: Daniel Ryan
Author URI: http://area51.wdanielryan.com/

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

/*  PAGE WIDE ATTRIBUTES */

	body {
		margin: 0;
		padding: 0;
		font-family: Lucida Grande, Arial, sans;
		font-size: 1em;
		line-height: 1.5em;
		color: black;
		background: black;
		text-align: left;
		height: 100%;
		background: black url(images/bg.png) repeat-y bottom center;
		}
		
	p	{
		font-size: 75%;
		}
		
	a	{
		color: #333;
		text-decoration: none;
		}
		
	a:hover {
		color: #E2E2E2;
		text-decoration: underline;
		}
		
	h1 {
		font-size: 110%;
		font-weight: bold;
		margin-bottom: -14px;
		}
		
	h2 {
		font-size: 85%;
		color: #555555;
		}
		
	h3 {
		font-size: 90%;
		font-weight: bold;
		}
		
	small {
		font-size: 70%;
		}
		
	blockquote {
		border-left: 4px solid #555555;
		padding-left: 4px;
		margin: 0;
		}
				

/* LAYOUT */
		
	#top {
		width: 800px;
		height: 42px;
		}
	
	#wrapper {
		width: 800px;
		margin: 0 auto;
		background: black url(images/wrapper_bg.png) repeat-y top center;
		margin-bottom: 40px;
		}
		

		
/* HEADER */

	#header {
		width: auto;
		height: auto;
		text-align: left;
		font-size: 200%;
		padding: 10px 0 20px 48px;
		font-weight: bold;
		}
	
	#header .description {
		font-size: 50%;
		}
		
	#header a {
		color: black;
		}
		
	#header a:hover {
		color: #E2E2E2;
		}
		

/* MENU */

	#menu {
		width: 698px;
		height: 26px;
		padding: 6px 16px 14px 16px;
		overflow: hidden;
		background: url(images/menu_bg.png) top center no-repeat;
		color: white;
		text-align: center;
		margin: 0 auto;
		line-height: 1em;
		font-weight: bold;
		font-size: 0.7em;
		}
		
	#menu a {
		color: white;
		padding: 0 16px;
		}
		
	#menu a:hover {
		text-decoration: none;
		}
		
	#menu ul {
		margin: 0;
		padding: 0;
		white-space: nowrap;
		}
		
	#menu ul li {
		display: inline;
		}
		
		
/* CONTENT */

	#content {
		width: 745px;
		}
		
	#clearer {
		width: auto;
		height: 1px;
		clear: both;
		}
		
		
/* ENTRIES */

	#entries {
		width: auto;
		height: auto;
		margin-right: 240px;
		margin-left: 48px;
		text-align: left;
		}
		
	#entries li {
		font-size: 85%;
		}


/* SIDEBAR */

	#sidebar {
		width: 229px;
		height: auto;
		float: right;
		margin-right: 31px;
		font-size: 75%;
		line-height: 1.25em;
		}

	.sidebar_bg {
		background: url(images/sidebar_bg.png) repeat-y top center;
		width: 199px;
		padding: 0 0 0 30px;
		}
		
	.sidebar_footer {
		background: url(images/sidebar_footer.png) no-repeat top center;
		width: 229px;
		height: 33px;
		margin: 0 0 0 -30px;
		}
		
	#sidebar h2 {
		width: 199px;
		height: 37px;
		background: url(images/sidebar_header.png) no-repeat bottom center;
		padding: 12px 0 0 30px;
		margin: 0 0 0 -30px;
		font-size: 14px;
		white-space: nowrap;
		}
		
	#sidebar ul {
		list-style-type: none;
		margin: 0 0 0 -40px;
		text-indent: 0;
		}
		
	#sidebar p {
		font-size: 100%;
		padding-right: 30px;
		}
	
	#sidebar li {
		height: 1.25em;
		}
		
	#sidebar ul li h2 {
		background: none;
		padding: 0;
		margin: 0;
		}
		
	#sidebar ul ul {
		margin: 0;
		padding: 0 0 0 20px;
		}
		
	#sidebar ul ul li {
		padding: 0;
		margin: 0;
		line-height: 1em;
		}
		
	#sidebar a:hover {
		color: black;
		}