/*  
Theme Name: omegarealtyvt
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,
#sidebar2 {

}
#wp-sidebar ul,
#sidebar2 ul {
	margin-left: 0px;
}
#wp-sidebar ul ul,
#sidebar2 ul ul {

	margin-bottom: 1em;
}
#wp-sidebar ul ul,
#sidebar2 ul ul {
	list-style: none;
        padding:0 0 0 10px;
}
#wp-sidebar ul,
#sidebar2 ul{
	list-style: none;
        padding:0px;
}

#wp-sidebar h2,
#sidebar2 h2.widgettitle {
padding:0;
font-size: 14px;
}

#sidebar2 h2.widgettitle a{
	color:#85711C
}

#sidebar2 .twitter-item{
margin-bottom:8px;
}

#sidebar2 .twitter_title_link{
position:relative;
left:30px;
}
#sidebar2 #twitter-bird{
position:relative;
left:-10px;
}
#sidebar2 #twitter-1{
margin-top:-30px;
}

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


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

.entrytext ul li {
padding: 5px;
list-style-position: inside;
}


h3#hdr-askaquestion{
text-indent:0;
background:transparent url('') no-repeat 0 0;
position:relative;
top:7px;
left:10px;
font-weight:bold;
height:25px;
}