/*  
Theme Name: Winooski Falls
Theme URI: http://blog.winooskifalls.com
Description: 
Version: 1.0
Author: Morgan Newcomb
Author URI: http://www.unionstreetmedia.com/

*/

h1 {
	clear: both;
	color: #fff;
	font-weight: normal !important;
}

a.txt-upper {
	text-transform: uppercase;
}

span.postmetadata {
	font-size: 70%;
	color: #27336a;
}

span.postmetadata img {
	margin-bottom: 3px;
}


/*
TEMPLATE
*/
#wp-sidebar {
width: 150px;
float: right;
}

#wordpresscontent {
width: 500px;
float: left;
overflow: auto;
}


#wp-sidebar ul {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

#wp-sidebar ul li {
	margin: 0 0 20px 0;
}

#wp-sidebar ul li li {
	margin: 0 0 4px 0;
	line-height: normal;
}

#wp-sidebar h2 {
	font-size: 1.1em;
	margin: 0 0 6px 0;
}

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin: 0 10px 10px 0; }
.alignright { float: right; margin: 0 0 10px 10px; }


ol.commentlist {
	list-style: none;
	margin: 0 !important;
	padding: 0;
}

ol.commentlist img {
	float: left;
	margin: 0 10px 8px 0;
}

ol.commentlist li p {
	clear: both;
}

/* Begin Typography & Colors */
.postmetadata {
	
}

blockquote {
	margin: 10px 0;
	border-left: 10px solid #ccc;
	padding: 0 20px 0 10px 
}
/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #eee;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */

/* widget sidebar */
#wp-sidebar {

}
#wp-sidebar ul {
	margin-left: 0px;
}
#wp-sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

#wp-sidebar ul ul li {
	margin: 0 0 10px 0;
	font-size: 90%;
}
li.widget {
	list-style: none;
}
li.widget ul {
	list-style: disc;
}
li.widget ul ul {
	list-style: circle;
}

a.url {
	color: #fff;
}


.widgettitle {
	font-weight: normal;
	text-transform: uppercase;
}

.post {
	margin: 0 0 60px 0;
}




