

/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}
		
	ul {
		list-style-type: none;
		}
	
	* a:link, * a:visited, * a:hover, * a:active {
		font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
		text-decoration: none;
		color: #000;
		}
		
	* a:hover {
		cursor: pointer;
		background: yellow;
		/* 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: #EDEDED;
		}

	body {
		font-size: 62.5%; /* Sets the page font to 10px */
		font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
		text-align: center;
		color: #000;
		background: #EDEDED;
		}

	#wrapper {
		width: 910px;
		margin: 0 auto;
		padding: 10px 0 0 0;
		text-align: left;
		font-size: 1.0em;
		}

	#main {
		padding: 0px;
		margin: 0px;
		border: 1px solid red;
		}

	#content {
		float:left;
		width: 580px;
		margin: 10px 0 20px 0;
		padding: 10px;
		margin-top: 10px;
		background: white;
		font-size: 1.2em;
		}
		
	#sidebar {
		float: right;
		width: 280px;
		margin: 10px 0 10px 0;
		padding: 10px 10px 0 10px;
		background: white;
		}
		
	#footer {
		padding: 10px 0;
		*padding: 10px 0;
		/* IE6 and IE7 hack */
		clear: both;
		border-top: 3px solid #000;
		border-bottom: 0;
		font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
		}

	
	
				
	/* Content
	----------------------------------------------------------------------------- */
		
		#content h2 a {
			color: #000;
			}
			
		#content h2 a:hover {
		  background: yellow;
			color: #000;
			}
	
		#content p a, 
		#content .metadata a {
			color: #000;
			padding-bottom: 1px;
			border-bottom: 1px solid #000;
			}
	
		#content p a:hover, #content .metadata a:hover {
			background: yellow;
			border-bottom: 1px solid #666;
			}
			
		#content p a:visited, #content .metadata a:visited {
			color: #444;
			}
	
		#content p {
			font: 1.1em/1.5em 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
			padding: 0;
			margin: 0 0 15px 0;
			color: #000;
			text-align: left;
			}
	
		#content .post h3 {
			border-bottom: 1px solid #ccc;
			font: 1.2em 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
			padding-top: 20px;
			text-transform: uppercase;
			}
			
		#content .entry {
			padding-top: 10px;
			width: 100%;
			overflow: auto;
			height: 1%;
			}
	
		#content .metadata {
			display: block;
			text-align: right;
			padding: 10px 0 60px;
			}
		
	#content .entry a.more-link {
		padding: 0 0 0 18px;
		background: transparent url(http://www.futureaudioworkshop.com/design/bullet-more.gif) 0 50% no-repeat;
		border: none;
		font-weight: bold;
	}
	
		#content .entry a:hover.more-link {
		padding: 0 0 0 18px;
		background: transparent url(http://www.futureaudioworkshop.com/design/bullet-more.gif) 0 50% no-repeat;
		border-bottom: 1px solid black;
	}
	
	 #content p.archive {
		font-style: italic;
		color: #ccc;
		margin-bottom: 10px;
		}
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 30px 0;
			}
			
		.commentlist li {
			margin: 10px 0;
			padding: 15px 0 10px 0;
			list-style-type: none;
			width: 100%;
			overflow: auto;
			height: 1%;
			}
			
		.cmtinfo {
			background: #f5f5f5;
			padding: 5px;
			margin-bottom: 5px;
			border-top: 1px solid #EDEDED;
		}
		
		.comment_number, .comment_date  {
			font: 1.2em 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
			font-weight: bold;
			color: #d6d6d6;
			}
			
		.comment_author {
			font-size: 1.2em;
			font-weight: bold;
			}
			
	#content ol.commentlist li  div.cmtinfo .comment_author a {
			padding: 0;
			margin: 0;
			line-height: 1.2em; 
			}
		
		h3#respond {
			display: block;
			padding-top: 15px;
			}
	
	
	#commentform {
	clear: both;
	padding: 1px 0 10px;
	margin: 0;
	}
	
	#commentform p {
	vertical-align:middle;
	}

#commentform .textbox {
	font: 1.0em 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	padding: 1px;
	margin-bottom: 5px;
	margin-top: 5px;
	background: #EDEDED;
	color: #000;
  border: 1px solid #CCC;
	}

#commentform input[type=text]:focus, #commentform textarea:focus {
	background: yellow;
	color: #000;
	border: 1px solid #000;
	}

#commentform  textarea {
	height: 250px;
	width: 575px;
	margin: 0px 10px 0 0px;
	}

 #commentform input[type=text] {
	width: 285px;	
	}
	
  #commentform input[type=submit] {
  font: 0.9em 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-weight: bold;
	background: #EDEDED;
	color: black;	
	padding: 2px;
	border: 1px solid black;
	}

	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar ul li.side {
			padding-bottom: 20px;
			}
			
		#sidebar div {
			line-height: 1.7em;
			}
			
		#sidebar h2 {
		  font-size: 1.5em;
			display: block;
			padding: 0 0 5px;
			text-transform: uppercase;
			}
		
		#sidebar ul li a {
			font-size: 1.2em;
			line-height: 1.9em;
			}
			
		#sidebar ul li ul li ul {
			padding-left: 15px;
			}
			
		#sidebar ul li ul li ul li ul {
			padding-left: 30px;
			}
	
	
	
	/* Newsletter
	----------------------------------------------------------------------------- */
	
	#newsletter {
		float: right;
		width: 280px;
		margin: 10px 0px 0px 0px;
		padding: 10px;
		background: #ff0;
	}

	#newsletter p {
		margin:0 0 5px 0;
		font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
		font-size: 1.2em;
		line-height: 1.5em;
		color:black;
	}
	
	#newsletter p a {
		text-decoration:underline;
	}

	#newsletter h2 {
		margin: 0 0 5px;
		font-size: 1.5em;
		text-transform: uppercase;
	}

	#newsletter input#email {
		float: left;	
		margin: 2px 10px 0 0;
		font-size: 1.2 em;
		line-height: 1.2 em;
		width: 170px;
	}
	
	fieldset {
		border: none;
	}
	
	/* Flickr
	----------------------------------------------------------------------------- */
	
	#flickr {
		float: right;
		width: 280px;
		margin: 0;
		padding: 10px;
		background: #fff;
	}
	
	#flickr p{
		float: left;
		display: block;
		font-size: 1.2em;
}
	#flickr .thumbs{
		background: #fff;
	}
	
	#flickr a img {
		float: left;
		padding: 0 10px 10px 0;
	}

	#flickr h2 {
		margin: 0 0 10px 0;
		font-size: 1.5em;
		text-transform: uppercase;
	}
	
	
	/* Footer
	----------------------------------------------------------------------------- */
	
		#footer p {
			line-height: 2.2em;
			}	





/* 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
----------------------------------------------------------------------------- */

	h1, h1 a, h1 a:hover, h1 a:visited, 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: #000;
		font-weight: bold;
		font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
		}

	h1 {
		font-size: 2.2em;
		}

	h2 {
		font-size: 2.0em;
		}
		
	h2 span.author {
		font-size: 12px;
		font-weight: bold;
		color: #999;
		white-space: nowrap;
		}

	h3 {
		font-size: 1.6em;
		}

	h4 {
		font-size: 1.3em;
		}
		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		padding: 0px;
		border: 0px solid #ccc;
		max-width: 100%;
		display: block;
		margin: 0 auto;
		}
		
	#content img.left {
		margin-right: 10px;
		float: left;
		}
	#content img.right {
		margin-left: 10px;
		float: right;
		}

	#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: 250px;
		float: right;
		text-align: right;
		}
		
		
		
		
		
/* 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 15px;
		border-left: 1px solid #ccc;
		background-color: #ededed;
		/*background: url(images/quote.gif) top left no-repeat;*/
		}

	html>body blockquote {
		background-position: 0 0;
		}
		
	.center {
		text-align: center;
		}

	hr {
		display: none;
		}
		
