/*==========================*/
/* BLOG STYLES */
/*==========================*/


/*OVERRIDE WIDTH OF MAIN SITE HERE*/

#wrapper {
	
	width:1020px;
	

	}

	
#content {
	width:1020px;
	
	}


.container_16 .grid_5 {
width:260px;
}

#bottomcorners {
	background: url(images/bg-bottomcorners2.png) bottom no-repeat;
	height:10px;
	width:1022px;
	clear:both;
}

/*icontact Sign UP form*/

#icontactwidget-3, .blogher-widget {
	background:url("images/bg-accordion-content.gif") repeat scroll 0 0 transparent;
	border:1px solid #E6DCB4;
	padding:5px;
}

#icontactwidget-3 h3.widgettitle {
	display:none;
}


.blogher-widget {
	margin-left:10px;
}

#SignUp  {
	
}


#icontactwidget-3 #signup-email {
	width:190px;
	margin-top:.3em;

}

#SignUp p {
	line-height:120%;
}

#SignUp .label { /*email text, should be a real label*/
		background: url(images/icon-mail-small.png) no-repeat;
		padding-left:25px;
		font-weight:bold;
}

#icontactwidget-3 #signup-button {
	margin:.3em 0 0 140px;
}

/*RSS BUTTON on side */

ul.rssfeed {
	margin-bottom:0;
}

ul.rssfeed li {
	margin:0;
}

li.email-list img {
	
	padding-right:5px;
}

/*articles, short*/

.post h2 {
    border-bottom:1px dotted #5E402A;
    padding-bottom:6px;
}

.blog-articles  {
    margin-top:-5px;
}

div.postheaders {
	position:relative;
}

p.postdate {
	color:#5E402A;
	font-style:italic;
	font-weight:bold;
}


.entry ol, .entry ul {
    padding-bottom:5px;
}

/*COMMENTS*/

h3#comments {
     border-bottom:1px dotted #5E402A;
    padding-bottom:6px;
}
.commentlist li {
    padding:5px;
}

.commentlist li.alt {
    background:#fffcee;
}

.comments-tag {
	background: url(images/bg-comments.png) no-repeat;
	width:112px;
	height:22px;
	position:absolute;
	right:0;
	top:0px;
	
}

.comments-tag a {
	color:#fff;
	padding:5px;
	display:block;
	text-align:center;
}

.widget_tag_cloud a {
    color:#c8ba7f;
}

/*ADD TO ANY - SHARE */

.addtoany_list li {
    background:none;
}
.addtoany_share_save_container {
	float:right;
}
.addtoany_share_save_container ul {
	margin:0;
}



/*BLOG NAV, SIDECOL */

.blognav iframe {
    margin-left:10px;
    /*push the google ad over a touch*/
}

.blognav h2, .blognav .iconlist {
	font-style:italic;
	font-weight:bold;
	font-family: Georgia, Times, serif;	
}

.blognav h2 {
	font-size:140%;
	margin:.3em 0 .6em 0;

}
.blognav h3 {
	background: url(images/bg-rcol.png) repeat-y;
	margin-top:.8em;
	padding:5px;
	font-size:130%;
}


.blognav ul.iconlist {
	margin-left:20px;

}

.blognav .iconlist li {
	width:50px;
	font-weight:bold;
	font-style: italic;
	text-align:center;
	float:left;
	margin-right:5px;
}

#mailicon {
	padding-top:6px;
}


.blognav li {
    margin-left:0;
    padding-left:0;
    background:none;
    
}

.blognav li li {
    	padding-left:20px;
	background: url(images/bg_bullet.gif) no-repeat 0 6px;

}
/*Blog Ads */


.blog-sidecol {
    background: url(images/bg-accordion-content.gif);
    font-size:90%;
    margin: 0 0 10px 0;
    border:1px solid #E6DCB4;
}

.blog-sidecol h5 {
    font-size:110%;
    padding:8px;
    margin-bottom:1em;
    color:#333;
    background:#DDD09B;
}

.blog-sidecol a {
   text-decoration: underline;
}



#about-the-author img {
    border:5px solid #eee;
    float:left;
}

#about-the-author .inner-div-2 p {
	float:left;
	margin-left:10px;
	width:120px;
}

.iconlist { clear:both; }

/*MISC BLOG STYLES */

.postmetadata {
	background:#DDD09B;
	padding:10px;
	font-family:Georgia, Times, serif;
	font-style:italic;
	clear:both;
}

.postmetadata p {
	margin:.2em 0;
	line-height:130%;
}

a.more-link {
	display:block;
	font-weight:bold;
	/*margin:1em 0 -3.3em 0;*/
	margin:1em 0;

}

img.alignleft, .entry img {
    display:inline;
    margin:0 7px 2px 0;
    padding:4px;
}
.alignleft {
    float:left;
}

.alignright {
    float:right;
}


/*misc styles to keep*/


.hidden {
	display: none;
	}

.center {
	text-align: center;
	}


.navigation {
	display: block;
	text-align: center;
	margin:10px 0;
	background:#eee;
	padding:3px;
	}


.navigation .alignright {
	text-align:right;
	}

.navigation .alignleft {
	text-align:left;
	}

.navigation .alignright, .navigation .alignleft  {
display:block;
width:220px;
	
	}
