/*  
Theme Name: Union Street Default
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 */
.entry {
	overflow: hidden;
}
a.cta {
	background: #aac051 url('http://www.pattonpropertygroup.com/files/rowenapatton/i/button-bg.png') top left repeat-x;
	color: #333;	
	font: 1.3em/1.3em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;	
	border: 1px solid #596c0d;
	-moz-border-radius:5px;
	padding: 3px 5px;
	margin: 0 2px;
	text-align: center;
}
a.cta:hover {
	background: #aac051;
	text-decoration: none;
}
h3#respond {
	font-size: 1.5em;
	background: #c9d68e;
	border-top: 1px solid #596c0d;
	padding: 10px;
}
#commentform {
	border-bottom: 1px solid #596c0d;
	background: #c9d68e;
	padding: 10px;
}
.attention {
	font-size: 1.2em;
	font-weight: bold;
}
/* End Typography & Colors */


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

.commentlist {
	padding: 0;
	text-align: justify;
	border-bottom: 1px solid #ccc;
}

.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-top: 1px solid #ccc;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	padding: 10px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}
li.authorcomment {
	background: #e9ffec;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */


.entry_author_image {float: left; width: 60px;}

html>body #wp-sidebar ul ul ul {
     padding:5px 0 5px 10px;
     margin: 0;
     list-style:none;
     text-indent:-15px;
}
html>body #wp-sidebar li li li {margin: 2px 0 2px 10px;}
#wp-sidebar li li ul li:before {content: "\00BB \0020";}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	border-left: 1px solid #ececec;
	border-top: 1px solid #ececec;
	border-spacing: 0;
	border-collapse: collapse;
}

#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, #wp-calendar th {
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
#wp-calendar td:hover {
	background: #cfefff;
}
#wp-calendar td.pad {
	background: #ececec;
}
/* End Calendar */

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

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

a img {
	border: none;
}
.navigation {
	display: block;
	margin: 0;
	padding-bottom:25px;
}


.post {
	background: #fff;
	padding:20px;
	margin-bottom: 15px;
	border:1px solid #ccc;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	clear: both;
	border-radius:5px;
	-moz-box-shadow: 3px 3px 12px #bbb;
	-webkit-box-shadow: 3px 3px 12px #bbb;
}

.entry_author_image img {
	max-width: 45px;
}