/*
Theme Name: WordPress Lisa Theme
Theme URI: http://wordpress.org/
Description: basic theme
Author: Sean Collins
Author URI: http://www.tenten71.com/
Tags: fixed width, two columns, widgets
*/



body {
	padding:0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	font-size:12px;
	line-height:18px;
	color:#fff;
	}

a, a:hover {
	color:#f60;
	text-decoration:underline;
	}

#page {
	width:900px;
	margin:0px auto;
	}
	
	#music-player {
		width:900px;
		height:40px;
		float:left;
		text-align:right;
		}

	#header {
		width:900px;
		height:160px;
		float:left;
		}
		
		#nav {
			width:900px;
			height:50px;
			}
		
	#sidebar {
		width:200px;
		float:left;
		}
		
		#sidebar ul {
			padding: 0px 0px 0px 20px;
			margin: 20px 0px;
			}
			
			#sidebar ul li {
				list-style:none;
				}
			
			#sidebar ul ul {
				padding: 0px 0px 0px 20px;
				margin: 0px 0px;
				}
				
				#sidebar ul ul li {
					list-style:disc;
					}
				
			#sidebar a {
				text-decoration:none;
				}
			#sidebar a:hover {
				text-decoration:underline;
				}
				
			#sidebar input {
				margin: 4px 0px;
				}
			
		#sidebar h2 {
			font-size:18px;
			line-height:22px;
			margin: 20px 0px 5px 0px;
			}

	.widecolumn {
		float: left;
		padding: 0 20px 0 400px;
		margin: 10px 0px 0px 0px;
		width: 480px;
		background:url(images/background-home.jpg) top left no-repeat;
		min-height:660px;
		}
		
		.widecolumn-tour {
			float: left;
			padding: 0 20px 0 400px;
			margin: 10px 0px 0px 0px;
			width: 480px;
			background:url(images/background-tour.jpg) top left no-repeat;
			min-height:660px;
			}
			
		.widecolumn-video {
			float: left;
			padding: 0 20px 0 400px;
			margin: 10px 0px 0px 0px;
			width: 480px;
			background:url(images/background-video.jpg) top left no-repeat;
			min-height:660px;
			}
			
		.widecolumn-bio {
			float: left;
			padding: 0 20px 0 400px;
			margin: 10px 0px 0px 0px;
			width: 480px;
			background:url(images/background-bio.jpg) top left no-repeat;
			min-height:660px;
			}

	.narrowcolumn {
		float: left;
		padding: 0px 0px 0px 30px;
		margin: 10px 0px 0px 0px;
		width: 690px;
		}

	.narrowcolumn .postmetadata {
		text-align: center;
		}
	
		.post {
			margin: 0 0 40px;
			}
		
			.post h1, .widecolumn h1 {
				font-size:30px;
				padding-bottom:10px;
				font-weight:normal;
				}	
				
				.post h1 a {
					text-decoration:none;
					}
			
			.post img, .post img a, .post img a:hover {
				border:1px solid #000;
				margin: 5px;
				}
				
			#attachment {
				display:inline;
				}	
	
	#respond h3 {
		padding-top:20px;
		border-top:1px dashed white;
		margin-top:40px;
		}
	
	.commentlist li, #commentform input, #commentform textarea {
		font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}
	.commentlist li ul li {
		font-size: 1em;
	}
	
	.commentlist li {
		font-weight: bold;
	}
	
	.commentlist li .avatar { 
		float: right;
		border: 1px solid #eee;
		padding: 2px;
		background: #fff;
		}
	
	.commentlist cite, .commentlist cite a {
		font-weight: bold;
		font-style: normal;
		font-size: 1.1em;
		}
	
	.commentlist p {
		font-weight: normal;
		line-height: 1.5em;
		text-transform: none;
		}
	
	#commentform p {
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}
	
	.commentmetadata {
		font-weight: normal;
		}
		
		#recaptcha-submit-btn-area {
			padding:10px;
			}
	
	acronym, abbr, span.caps
	{
		font-size: 0.9em;
		letter-spacing: .07em;
		}

#footer {
	width:900px;
	float:left;
	text-align:center;
	padding:20px 0px;
	font-size:10px;
	}
	
	#footer a {
		text-decoration:none;
		color:#f60;
		}
	#footer a:hover {
		text-decoration:underline;
		color:#f60;
		}
	
	#footer-links {
		width: 900px;
		background:url(images/footer-background.jpg) no-repeat;
		height:50px;
		font-size:14px;
		letter-spacing:2px;
		padding: 14px 0px 0px 0px;
		}
		
		#footer-links a {
			text-decoration:none;
			color:#fff;
			}
		#footer-links a:hover {
			text-decoration:none;
			color:#f60;
			}
			
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}