/*  
The CSS, XHTML is released under a Creative Commons License
http://creativecommons.org/licenses/by/2.5/
*/


/*
1. Universal Declarations
2. Structure
	2.1. Header
	2.2. Content
	2.3. Comments
	2.4  Sidebar
	2.5  Footer
3. Lists
4. Headings
5. Images
6. Forms
7. Page Specific
8. Extras
*/

/* COLORS
----------------------------------------------------------------------------- 
Green Link:		#5f601e;
Brown Type:		#5d4d33;
Tan Background: #d4be95;

----------------------------------------------------------------------------- */

/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}
		
	ul {
		list-style-type: none;
		}
	
	* a {
		color: #5f601e;
		}
		
	* a:link, * a:visited, * a:active {
		text-decoration: none;
		color: #5f601e;
		}
		
	* a:hover {
		cursor: pointer;
		text-transform: inherit;
		text-decoration: underline;
		/* works well for onclick anchors */
		}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}
	






/* Structure
----------------------------------------------------------------------------- */
	
	html { 
		margin-bottom: 0.1em;
		background: #d4be95;
		}

	body	
	{
		font-size: 62.5%;
		/* Sets the page font to 10px */
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: center;
		color: #444;
		background-color: #D4BE95;
		background-image: url(http://www.goodrnb.com/home/wp-content/backgd.jpg);
		background-repeat: no-repeat;
		background-position: center 0px;
		background-attachment: scroll;
	}
		
	.top {
		background: #e3e;
		width: 100%;
		padding: 10px 0;
		border-bottom: 0px solid #ccc;
		font-size: 1.1em;
		}

	#wrapper {
		width: 746px;
		margin: 0 auto;
		padding: 0px;
		text-align: left;
		font-size: 1.1em;
		}
		
	#header {
		top: 150px;
		padding: 1px;
		border: 0px solid #fff;
		background: none;
		height: 130px;
		}

	#main {
		padding: 50px 0 0;
		}

	#content {
		float: left;
		width: 370px;
		padding: 1px 0px 30px 0px;
		border: 0px solid #fff;
		}
		
	#sidebar {
		float: right;
		width: 340px;
		padding: 1px 0 60px;
		border: 0px solid #fff;
		}


	/* Header
	----------------------------------------------------------------------------- */

		h1 {
			visibility: hidden;
			display: block;
			height: 150px;
			}

		h1 {
			font-size: 2.2em;
			}	
		#header {
			border: 0px solid #c2c;

			}
			
		#header p.description {
			font-size: 1.2em;
			}
					
		ul.mainmenu {
		font-size: 14px;
			display: block;
			position: relative;
			top: 0px;
			/* overflow: auto; */
			height: 20px;
			padding: 0px;
			margin: 0px;
			border: 0px solid #c22;
			}
		
		.mainmenu li {
			float: left;
			position: relative;
			}
			
		.mainmenu li a {
			_width: 1%;
			/* Or else IE6 does a crappy of job of displaying the menu */
			display: block;
			padding: 2px 15px;
			border-right: 0px solid #393;
			}
		
		.mainmenu li.home a {
			padding-left: 0;
			}
		
		.mainmenu li a:hover {
			text-decoration: underline;
			}
	
	
	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a {
			color: #5f601e;
			font-weight: bolder;
			font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
			}
			
		#content h2 {
			color: #5f601e;
			font-weight: bolder;
			font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
			}
			
		#content p a, #content .metadata a {
			color: #5f601e;
			padding-bottom: 2px;
			border-bottom: 0px solid #ddd;
			}
	
		#content p a:hover, #content .metadata a:hover {
			border-bottom: 0px solid #666;
			}
			
		#content p a:visited, #content .metadata a:visited {
			color: #5f601e;
			}

		#content p {
			font: 1em/1.75em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			padding: 13px 0;
			color: #5d4d33;
			text-align: justify;
			}
			
		#content .nextPrev {
			font-size: 20px;
			padding: 0px;
			}
	
		#content .post .date {
			color: #5f601e;
			font-weight: light;
			font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

			}
			
		#content .post h3 {
			border-bottom: 0px solid #ccc;
			font: 1.2em "Lucida Grande", sans-serif;
			padding-top: 20px;
			text-transform: uppercase;
			}
			
		#content .entry {
			padding-top: 10px;
			width: 100%;
			height: 1%;
			}
	
		#content .metadata		
		{
			border-bottom: 1px dotted #5d4d33;
			display: block;
			padding: 10px 0px 4px 0px;
			margin: 0px 0px 30px 0px;
			font-family: "Verdana", sans-serif;
			font-size: 1.0em;
			font-style: italic;
		}
	
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 30px 0;
			border: 0px;
			}
			
		.commentlist li {
			background: url(images/dt.gif) bottom left repeat-x;
			/* This fixes a Firefox / Safari bug where the bottom border sometimes shwoed up and sometimes didn't */
			margin: 0px 0px;
			padding: 0px 0px 10px 0px;
			list-style-type: none;
			width: 100%;
			overflow: auto;
			height: 1%;
			font: 0.9em Verdana, serif;
			border-bottom: 1px dotted #5d4d33;
			}
			
		.comment_number a {
			font: 2.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			color: #5f601e;
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3 {
			font-size: 1.4em;
			font-weight: bolder;
			padding: 0px;
			margin: 0px;
		}		
		
		#comments {
			padding: 0px;
			margin: 0px;
		}	
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
	
	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar {
			border: 0px solid #c2c;
			}
			
		#sidebar ul li.side {
			padding-bottom: 5px;
			margin-top: 25px;
			padding-left: 10px;
			border-left: 1px dotted #5d4d33;
			width: 146px;
			float: left;
			}
			
		#sidebar div {
			line-height: 1.7em;
			}
			
		#sidebar h2 {
			color: #5d4d33;
			display: block;
			padding: 0px;
			font-weight: bold;
			font-size: 15px;
			}
		#sidebar ul li {
			color: #5f601e;
			font-weight: bold;
			padding: 4px 0px;
			}
			
		#sidebar ul li a {
			color: #5f601e;
			font-weight: bold;
			line-height: 1.2em;
			}
		#sidebar ul .newAlbum {
			height: 330px;
			padding: 50px 20px 20px 0px;
			border-bottom: 0px dotted #5d4d33;
		}

		#sidebar ul .calendar {
			width: 250px;
			padding: 0px 20px 0px 10px;
			margin: 20px 10px 10px 0px;
			border-left: 1px dotted #5d4d33;
			}

		#sidebar ul .calendar h2 {
			}
			
		#sidebar ul li ul li ul {
			padding-left: 15px;
			}
			
		#sidebar ul li ul li ul li ul {
			padding-left: 30px;
			}
		.textwidget {
			font-weight: lighter;
			font-size: 15px;
		}
	
	
	
	
	/* Footer
	----------------------------------------------------------------------------- */

		#footer {
			padding: 20px 0;
			*padding: 30px 0;
			/* IE6 and IE7 hack */
			clear: both;
			width: 370px;
			border-top: 1px dotted #5d4d33;
			border-bottom: 0;
			font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}
		
		#footer p {
			line-height: 1.5em;
			}
		#footer p a {
			color: #5f601e;
			font-weight: bolder;
		}

		#footer p a:link {
			color: #5f601e;
		}
		#footer p a:hover {
			color: #5f601e;
			text-transform: inherit;
			text-decoration: underline;
		}

/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		line-height: 2em;
		padding: 15px 0 15px;
		}

	#content ul li a, #content ol li a {
		line-height: 2.5em;
		}

	#content .post ol {
		padding-left: 25px;
		*padding-left: 30px;
		}
		
	#content .post ul li {
		padding-left: 20px;
		background: url(images/bullet.gif) center left no-repeat;		
		}




/* Headings
----------------------------------------------------------------------------- */

	h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
		color: #444;
		font-weight: normal;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		}

	h2 {
		font-size: 2.0em;
		}

	h4 {
		font-size: 1.6em;
		}
		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		padding: 10px;
		border: 1px solid #ccc;
		max-width: 100%;
		display: block;
		margin: 0 auto;
		}

	#content img.none {
		border: 0;
		max-width: 90%;
		margin: 0 auto;
		}
		
	#content img.wp-smiley {
		border: 0;
		padding: 0;
		margin: 0;
		display: inline;
		/* For whenever one uses smileys in posts */
		}





/* Forms
----------------------------------------------------------------------------- */

	.searchform {
		width: 290px;
		text-align: left;
		}
		
	#comment {
	width: 360px;
	}
				
		
		
		
/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}
		
	/* This is if you use the current page-archives.php for your archives */
		
	.pagetitle {
		display: block;
		padding: 0 0 60px;
		}
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		margin: 0;
		padding: 0 0 0 25px;
		background: url(images/quote.gif) top left no-repeat;
		}

	html>body blockquote {
		background-position: 0 0;
		}
		
	.center {
		text-align: center;
		}

	hr {
		display: none;
		}