/*  
Theme Name: Joel
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Verdana, Arial, Sans-Serif;
    background-color: #bdbdbd;
	text-align: center;
    color: #000;
    margin: 0;
	padding: 0;
}

h1, h2, h3, ul, li, p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #808080;
}

	
	a:hover {
		border-bottom: 1px solid #808080;
		color: #000;
	}
	


#page {
	background-color: #fff;
	text-align: left;
	border: 1px solid #bdbdbd;
	margin: 20px auto;
	padding: 0;
	width: 900px;
	font-size: 1.2em;
	overflow: auto;	
}

#header {
        padding: 40px;
        margin: 0 20px;  
        border-bottom: 1px solid #000;
		text-align: right;
}

#header h1 {
		margin-bottom: 20px;
		font-family: Georgia, serif;
		font-size: 6em;
		font-weight: normal;
}

#header h1 a {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}

#header .description {
	font-size: 1.3em;	
}



#content {
	width: 40em;
	margin: 2em 0 2em 4em;	
	float: left;
}

#sidebar {
	margin-left: 600px;
	margin-right: 4em;
	margin-top: 3.5em;
	line-height: 2em;
}
	
		#sidebar ul {
			list-style-type: none;
		}
	
		#sidebar ul li {
			display: inline;
		}
		
			#sidebar ul li a {
				/*margin: 0 0.4em;*/
			}
		
		#sidebar ul li:after {
			content: " \00B7 ";
		}

		#sidebar ul li.last:after {
			content: "";
		}


	#sidebar h3 {
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
		font-weight: bold;
		font-size: 1.7em;
		color: #333;
		margin-bottom: 1.5em;
	}
	
	#sidebar #about,
	#sidebar #flickr,
	#sidebar #delicious,
	#sidebar #lastfm,
	#sidebar #searchform {
		margin: 1.5em 0;
		padding: 1.5em 0 3em 0;
		border-bottom: 1px solid #000;	
	}
	
		#sidebar #delicious ul,
		#sidebar #lastfm ul,
		#sidebar #flickr .images {
			margin-bottom: 2em;
		}
	
	
		#sidebar #about {
			padding-top: 0;
		}
		
		#sidebar #flickr .images {
			text-align: center;
		}
		
			#sidebar #flickr .images a {
				border-bottom: none;
			}
		
				#sidebar #flickr a img {
					height: 75px;
					width: 75px;
					margin: 2px;			
				}
	

.post {
	margin-top: 3em;
	margin-bottom: 3em;
	border-bottom: 1px solid #000;
	padding-bottom: 3em;
}

.post h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 1.7em;
}

	.post h2 a {
		color: #333;
		text-decoration: none;
		border-bottom: none;
	}
	
		.post h2 a:hover {
			border-bottom: 1px solid #808080;
		}

.post .post_content {
	margin: 2em 0;
	font-size: 1.2em;
	line-height: 2em;	
}

	.post .post_content p {
		margin: 1em 0;
	}

        .post .post_content .align-center {
            text-align: center;   
        }

.post .post_meta {
	color: #666;
	font-size: 0.8em;
	text-align: right;
}
	
	.post .post_meta a {
		color: #666;
	}

.post ul {
	list-style-type: none;
	padding-left:0;
}

.post ul li {
	margin: 0.6em 0;	
}



#comments {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #333;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

	.commentlist li {
		margin: 30px 0;
		font-size: 1.1em;
	}
	
		.commentlist li cite {
			
		}
		
		.commentlist li small {
			color: #999;
		}
		
			.commentlist li small a {
				color: #999;
			}
			
				.commentlist li small a:hover {
					color: #666;
				}
	
		.commentlist li p {
			margin: 10px 0;
			font-size: 1em;
			line-height: 2em;
		}



#respond {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #333;
}

#commentform {
	margin: 30px 0;
	font-size: 1.2em;
}

#commentform label {
	font-size: 0.9em;
}

#author,
#email,
#url {
	padding: 2px;
	font-size: 1.2em;
	margin: 5px 5px 5px 0;
}

#comment {
	width: 476px;
	padding: 2px;
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
}


