/*  
Theme Name: MKC Blog Template
Theme URI: http://www.manhattankayak.com/
Description: Always float with the current.
Version: 1.0
Author: Stroke Hard
Author URI: http://strokehard.com/
*/
	/* //////////////// BLOG /////////////// */
.post {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.post h2,.post h2 a,.post h2 a:visited,.post h2 a:active {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.post h2 a:hover {
	text-decoration: none;
}

h2.pagetitle {
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

h3#respond {
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h3#comments {
	font-family: verdana, arial, sans-serif;
	background: inherit;
	font-size: 14px;
	font-weight: bold;
}

#sidebar
{
	padding: 20px 0px 10px 0px;
	width:120px;
}
	
	
#sidebar ul,#sidebar ul ol {
	margin: 0px 0px 30px 5px;
	padding: 0;
	font-size: 12px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 7px;
}

