/*
Theme Name: Prudential Dinsmore
Theme URI: http://prudentialdinsmore.com/
Description: A custom WordPress theme designed for <a href="http://www.prudentialdinsmore.org">Prudential Dinsmore</a>
Version: 1.0
Author: Matt Boynes
Author URI: http://unionstmedia.com/
*/

#content{
background: #FFF;
}

/* Begin Typography & Colors */
small {
	font-size: 0.8em;
}
/* End Typography & Colors */


/* Begin Structure */
#leftpanel {
	width: 710px;
	padding: 25px;
}
#rightpanel {
	width: 180px;
	padding: 14px 10px;
}
/* End Structure */


/*	Begin Headers */
#rightpanel h2 {
	font-weight: normal;
}
#hdr-quickfind {
	margin: 30px 0 0;
}
/* End Headers */


/* Begin Images */
/* End Images */


/* Begin Lists
/* End Entry Lists */


/* Begin Form Elements */
/* End Form Elements */


/* Begin Comments*/
.commentlist {
	list-style-position:inside;
	padding: 0pt;
	border-bottom: 1px solid #ccc;
}
.commentlist li {
	border-top: 1px solid #ccc;
	padding: 6px;
}
.commentlist li.alt {
	background: #f0f0f0;
}
img.avatar {
	display: none;
}
.commentmetadata {
	padding-left: 25px;
}
textarea#comment {
	width: 100%;
}
/* End Comments */



/* Begin Sidebar */
#rightpanel ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#rightpanel ul li {
	margin: 0 0 6px;
	padding: 7px 0;
}
#rightpanel li li {
	padding: 0;
	margin: 0;
}
#rightpanel ul.quickfind {
	padding:5px 0 25px 18px;
}
#rightpanel ul.quickfind li {
	margin: 0;
}
#rightpanel li ul {
	padding-left: 20px;
}
li#feedlinks li {
	background: url('images/feed.png') left center no-repeat;
	padding-left: 20px;
}
#rightpanel #search {
	float: none;
	padding: 7px;
	width: auto;
	border: none;
}
/* End Sidebar */



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



/* Begin Various Tags & Classes */
p.footer {
	line-height: 18px;
	padding: 0 10px;
}

.authorcredit {
	font-style: italic;
}
.clear {
	clear: both;
}

/* End Various Tags & Classes*/



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