/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

/* breadcrumb START */
#bread {
	line-height:18px;
	
margin-bottom:15px;
	padding-left:14px;
border-top:2px solid #333;
padding-bottom:2px;
text-transform : uppercase;
border-bottom:1px solid #bdbdbd;
font-size:10px;
color:#ed4230;
margin-left:-10px;
margin-right:-10px;
background:#e9e9e9 url(../../images/side-shadow.png) center top repeat-y;)

}












#bread a { 
color : #cc0000; 
text-decoration : none; 
} 
#bread a:hover { 
color : #000; 
} 


/* breadcrumb END */




}

.icontent img {
max-width: 292px;

}


#branding { height: 100px; }
#branding { padding: none; }

.posts-default  img {
	max-width:450px;}


.entry-content img {
         max-width: 450px;
         width: expression(this.width > 450 ? 450: true);
         max-height: 450px;
         height: expression(this.height > 450 ? 450: true);
        
        border: 0px
         }