#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {}
#sidebar ul {margin: 0; padding: 0;}
#sidebar li {list-style: none; padding: 0; margin: 0 0 1em 0;}
#sidebar h2 {
	font-size: 1em;
	margin: 1.5em 0 0.5em;
	text-transform: uppercase;
	font-weight: normal;
	color: #8b855e;
}
h2 + h2 {
	margin-top: -0.25em;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.222em;
	margin: -0.25em 0 0.5em;
}
h2.project a{
	color: #333;
	text-decoration: none;
	border: none;
}
li.tweet a, .postmetadata a {color: #999; border-color: #999; font-weight: normal;}
li.tweet a:hover, .postmetadata a:hover {color: #1f78ba; border-color: #1f78ba;}
textarea#comment {width: 100%;}
#respond {
	padding: 0.125em 1.5em;
	background: #f2f0e3;
	border-top: 0.5em solid #e6e2ca;
}
.form {padding-top: 0;}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.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;
	}
.commentmetadata {
	font-weight: normal;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	/* Begin Images */
	p img {
		padding: 0;
		max-width: 100%;
		}

	/*	Using 'class="alignright"' on an image will (who would've
		thought?!) align the image to the right. And using 'class="centered',
		will of course center the image. This is much better than using
		align="center", being much more futureproof (and valid) */

	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

	img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

	img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

	.alignright {
		float: right;
		}

	.alignleft {
		float: left
		}
	/* End Images */
	/* Begin Form Elements */


	.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

	select {
		width: 130px;
		}

	#commentform input {
		width: 170px;
		
		}

	#commentform {
		
		}
	#commentform textarea {
		width: 100%;
		padding: 2px;
		}
	#respond:after {
			content: "."; 
		    display: block; 
		    height: 0; 
		    clear: both; 
		    visibility: hidden;
		}
	#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}
	/* End Form Elements */



	/* Begin Comments*/
	.alt {
		margin: 0;
		padding: 10px;
		}

	.commentlist {
		padding: 0;
		text-align: justify;
		}

	.commentlist li {
		
		list-style: none;

		}
	.commentlist li ul li { 
	
	}

	.commentlist p {
		
	}
	.children { padding: 0; }

	#commentform p {
		
		}

	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

	.commentmetadata {
		margin: 0;
		display: block;
		}
	/* End Comments */
	
	/* Begin Calendar */
	#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

	#wp-calendar a {
		display: block;
		}

	#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

	#wp-calendar td.pad:hover { /* Doesn't work in IE */
		background-color: #fff; }
	/* End Calendar */
	.navigation {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
		}
	/* End Various Tags & Classes*/



	/* Captions */
	.aligncenter,
	div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		margin: 10px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;
	}
	/* End captions */
	
	small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
		color: #777;
		}

	code {
		font: 1.1em 'Courier New', Courier, Fixed;
		}
	
	.aktt_tweets li {margin-bottom: 1em !important;}
	
	.navigation {margin-bottom: 0;}
	.post h2 a {
		color: #333;
		border: none;
		text-decoration: none;
	}
	.post h2 a:hover {text-decoration: underline; margin-bottom: 0;}
	.post small {margin-bottom: 1.5em; display: block; margin-top: 0;}
	p {margin: 0 0 1.5em;}
	.postmetadata {padding: 0; font-size: 0.9em; margin: 2em 0; display: block; line-height: 1.2em;}

	.clearfix:after, .navigation:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix, .navigation {display: -moz-inline-block; display: inline-block;}
	* html .clearfix, * html .navigation {height: 1%;}
	.clearfix, .navigation {display: block;}
	
	
	.post {margin-bottom: 4em;}
