/*  
Theme Name: C21 Advantage
Theme URI: http://www.unionstreetmedia.com
Description: 
Version: 1.1
Author: Scott Nelle
Author URI: http://www.www.unionstreetmedia.com/

*/

/*
1/14/08 - theme updated for sidebar widget support -sn
*/



/* 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 {
	width:190px;
	margin-left:0;
	margin-bottom: 1em;
}


#wp-sidebar ul li {
margin-bottom: 20px !important;
}

#wp-sidebar ul li li {
margin-bottom: 8px !important;
}


h1 {
clear:both;
padding-top:18px;
}

li.widget {
	list-style: none;
}

.post {border-bottom: 1px solid #504231; margin-bottom:25px;}
#wp-sidebar ul {list-style:none;}
#wp-sidebar ul li { margin:0px; padding: 5px 10px;}

/* :) */

/* 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;
	}

.postform{width: 150px;}

#twitter-1 li{width: 150px;}

/* End Images */


/* 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: 9px;
	line-height: 15px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */ 

