/*________ BLOG (listings) ________*/

#blogContent {
overflow: hidden;  
}

#blog .post {
border-bottom: 1px dotted #e6e6e6;
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 20px;
}

#blog .post .postThumb img,
#blog .agents .postThumb img {
border: 1px solid #e6e6e6;
padding: 1px;
float: left;
max-width: 90px;
max-height: 90px;  
margin-right: 10px;
}

#blog .post .postInfo {
overflow: hidden;
}

#blog .post .postInfo h3,
#blog .ideaGall h3 {
padding-bottom: 2px;
font-size: 15px;
}

#blog .post .postInfo h3 a,
#blog .ideaGall h3 a {
text-decoration: none;  
}
#blog .post .postInfo h3 a:hover,
#blog .ideaGall h3 a:hover {
text-decoration: underline;  
}

#blog .post small {
display: block;
font-size: 10px;
padding-bottom: 2px;
color: #000;  
}

#blog .post .postInfo p {
padding: 0;
}

/*________ BLOG (single) ________*/

#content #blog .post h2 {
margin-bottom: 5px;
}

#blog .post .entry-content,
#blog .attachment .entry-content {
padding-top: 5px;
}

#blog .post table {
border-right: 1px solid #999999;
border-top: 1px solid #999999;
margin-bottom: 15px;
width: 100%;
}

#blog .post table tr td {
padding: 5px;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
}

#blog .entry-content {
clear: both;
overflow: hidden;
}

#blog .addthis_toolbox {
float: right;
}

/*________ IDEAS GALLERY ________*/

#blog .ideaGall {
float: left;
width: 290px;
max-height: 104px;
overflow: hidden;  
margin: 0 40px 20px 0;
padding: 0 0 20px 0;  
border-bottom: 1px dotted #e6e6e6;
}
#blog .ideaGall.noRightMargin {
margin-right: 0;  
}

#blog .ideaGall .postThumb img {
border: 1px solid #e6e6e6;
padding: 1px;
float: left;
max-width: 100px;
max-height: 100px;  
margin: 0 10px 0 0;  
}

#blog .ideaGall p {
padding: 0;  
}

/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them 

to fit. */
	height: auto; /* Override height to match resized width for correct aspect 

ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
margin-bottom: 15px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
margin-bottom: 15px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 15px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;

}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
	margin: 0 0 15px 0;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery img {
  border: 1px solid #dfdfdf;
  padding: 1px;
  max-width: 105px;
  max-height: 105px;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */

	display: block;
	margin: 0 auto;
}









