/*  
Theme Name: Watches

*/

/*  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%;
		}
		
	p	{
		font-size: 85%;
		}
		
	a	{
		color: #DD0E16;
		text-decoration: none;
		}
		
	a:hover {
		color: #E2E2E2;
		text-decoration: none;
		}
		
	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;
		}
		
	#header h1 {
		width: auto;
		height: auto;
		text-align: left;
		font-size: 28px;
		padding: 0 0 10px 0;
		font-weight: bold;
		}
		

/* 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: 460px;
		height: auto;
		margin-left: 48px;
		text-align: left;
		float: left;
		padding-bottom: 20px;
		}
		
	#entries li {
		font-size: 85%;
		}
		
	#entries h2	{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: -14px;
		}
		
	#entries h3	{
		font-size: 14px;
		font-weight: bold;
		margin-bottom: -14px;
		}
		
	#entries h4	{
		font-size: 14px;
		font-weight: bold;
		margin-bottom: -14px;
		}


/* SIDEBAR */

	#sidebar {
		width: 229px;
		height: auto;
		float: right;
		margin-right: 31px;
		font-size: 85%;
		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 h3 {
		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-position: outside; 
		margin: 0 0 5px 0; 
		padding: 0 0 5px 0;
		vertical-align: middle;
		list-style: none;
		}
		
	#sidebar p {
		font-size: 100%;
		padding-right: 30px;
		}
	
	#sidebar li {
		height: 1.25em;
		background-repeat: no-repeat;
		background-position: 0 .4em;
		padding-left: .9em;
		}
		
	#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;
		}
		
	#footer {
		margin: auto;
		}
	
	#credits {
		text-align: center;
		font-size: 12px;
		font-style: italic;
		}
