body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #e6e6e6;
	background-color: #5a5a5a;
	font-size: 80%;
}

#wrapper {
	padding-bottom: 60px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

#logo {
	float: left;
	width: 120px;
}


#content {
	float: left;
	width: 820px;
}

#nav {
	float:left;
	margin-top: 32px;
	margin-bottom: 30px;
}

#nav a {
	border-left-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 3px;
	font-size: 1.5em;
}

#nav a:hover {
	background-color: #000;
	color: white;
}

#fav {
	border-color: white;
	border-style: solid;
	border-width: 10px;
}

#photos {
	margin-bottom: 30px;
}



#footer {
	border-top-color: #404040;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
	margin-top: 30px;
	margin-left:120px;
	width:820px;
	clear:both;
}

#video {
	border-color: white;
	border-style: solid;
	border-width: 10px;
	width: 506px;
}

#video_hd {
	border-color: white;
	border-style: solid;
	border-width: 10px;
	width: 640px;
	height:360px;
}


a {
	text-decoration: none;
	color: white;
}

p {
	margin-bottom: 1em;
	font-size: 1em;
}

h1 {
	margin-bottom: 15px;
	font-size: 3em;
}

h2 {
	margin-bottom: 15px;
	font-size: 2em;
}

h4 {
}

.photo {
	border-color: white;
	border-style: solid;
	border-width: 10px;
}


.row {
	clear: both;
	margin-bottom: 30px;
}

.chunk {
	width: 148px;
	float: left;
	margin-right: 20px;
}

.chunk_last {
	width: 148px;
	float: left;
}

.chunk_music {
	width: 120px;
	float: left;
	margin-right: 20px;
}

.chunk_music_last {
	width: 120px;
	float: left;
}

.thumb {
	border-color: white;
	border-style: solid;
	border-width: 5px;
}

.thumb_black {
	border-color: black;
	border-style: solid;
	border-width: 5px;
}

.thumbset {
	border-color: white;
	border-style: solid;
	border-width: 10px;
	float: left;
	margin-bottom: 5px;
}

.thumblink {
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 5px;
}

.block {
	float: left;
	height: 230px;
	width: 200px;
}

.title {
	padding-top: 5px;
}

.title a {
	
	font-weight: bold;
	
	//font-size: 1.1em;
	
	//color: black;
	
}

.shad_vert {
	margin-top: 80px;
}

.shad_hor {
	width: 800px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(shad_hor.png);
}

.photosets {
	margin-bottom: 30px;
	margin-right: 30px;
	width: 95px;
	float: left;
}

.tweet {
	clear: both;
	margin-bottom: 40px;
}

.link {
	float:left;
	width: 234px;
	height: 202px;
	margin-bottom: 40px;
	margin-right: 20px;
}

.tags a {
	font-size: .8em;
	color: black;
}

.thought {
	padding-bottom: 15px;
	border-bottom-color: #cccccc;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 30px;
}

.thought a {
	color: black;
}

