/* =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.
*/
/*Default CSS for pan containers*/

/* IMAGES Left, right, and center alignment */
p img.left  {float: left;margin: 1.5em 1.5em 1.5em 0;padding: 0;}
p img.right {float: right;margin: 1.5em 0 1.5em 1.5em;}
img {border:0;}
.left,.alignleft { float: left; margin-right: 10px;}
.right,.alignright { float: right; margin-left: 10px;}
.center,.aligncenter { margin: 0 auto 15px auto; display: block;}
.wp-caption p.wp-caption-text {font-size: .80em;line-height: 17px;padding: 0 5px;margin:0;}
.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-smiley {margin: 0;}

/* Fixing the nasty inline styles WordPress adds for galleries. */
/* For a better gallery experience, install http://wordpress.org/extend/plugins/cleaner-gallery */
.gallery {overflow: hidden;margin: 0 !important;	}
.gallery br {	display: block;line-height: 0;
	height: 0; /* Ugh! Learn CSS, WP developers! */	}
.gallery a {border: none;}
.gallery-item {overflow: hidden;
	margin: 0 0 25px 0 !important;}
.gallery-icon {overflow: hidden;	margin: 0;}
.gallery img {max-width: 89%;height: auto;margin: 0 auto;
	padding: 2px !important;border: 1px solid #ddd !important;}
.gallery-caption {margin: 0;
	font: normal normal normal 12px/25px Arial, Verdana, sans-serif;
	color: #999;}
.singular-attachment .post .gallery-caption {
	display: none; /* Hide captions in gallery on attachment pages. This is a theme feature. */
}
.attachment img { /* single attachment images should be centered */
display: block;margin: 0 auto;}
/* available Columns */
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }
.col-10 { width: 10.100% }
/* images thumbs */
.thumb,.thumbnail {float: left;display: block;position: relative;margin: 0 10px 5px 0;}
.thumb a,.thumbnail a {border: 1px solid #ECEDE8;}
.thumb a img,.thumbnail a img {border:0;}
/* =Attachments
----------------------------------------------- */
.image-attachment div.entry-meta {float: left;}
.image-attachment #navigation {float: right;margin: -1px 0 0.85em 0;}
.image-attachment .entry-content {clear: both;}
.image-attachment .entry-content .entry-attachment {background: #eee;	margin: 0 0 1.7em;padding: 0.85em;text-align: center;}
.image-attachment .entry-content .attachment {display: block;	margin: 0 auto;text-align: center;}
.image-attachment .entry-content .entry-caption p {margin: 0;padding: 0.85em 0 0;}
/* ================================================================ 
     IMAGE STYLES
=================================================================== */
.img-thumb{	width: 80px;
	height: 70px;float: left;padding: 1px;
	border: 1px solid #c1c1c1;
	margin: 1px 10px 10px 0px;}	
.img-thumb-right {width: 80px;height: 80px;
	float: right;padding: 1px;
	border: 1px solid #c1c1c1;
	margin: 1px 0px 10px 10px;}	
.img-catlight {
	float: left;padding: 1px;
	border: 1px solid #c1c1c1;
	margin: 1px 10px 0px 0px;}	
.img-catlight-right {float: right;
	padding: 1px;	border: 1px solid #c1c1c1;
	margin: 1px 0px 0px 10px;}	
img.centered  {display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;}	
img.alignnone {padding: 0px;	margin: 0px 0px 10px 0px;
	display: inline;}
img.alignright {padding: 1px;margin: 20px 0px 20px 20px;
	display: inline;}
img.alignleft {padding: 1px;
	margin: 20px 20px 20px 0px;
	display: inline;}	
.alignright {float: right;}
.alignleft {float: left;}


/*Default CSS for pan containers*/

/* Images */
.post .thumbnail {float: right;
	width: 90px;height: 75px;
	margin: 0 0 10px 15px;
	padding: 4px;background: #f9f9f9;
	border: 1px solid #dfdfdf;	}
.sticky .thumbnail {background: #eee;border: 1px solid #ccc;}


/* Widget Image Stream */
.image-stream .widget-inside div{
	padding: 12px 10px 21px;
	}
.image-stream a{
	margin: 10px 0 0 10px;
	display: inline-block;
	width: 80px;
	height: 80px;
	background: #fff;
	}
.image-stream a img {
	margin: 5px 0 0 5px;
	width: 70px;
	height: 70px;
	}


/* Widget IE disappearing background fix */
#sidebar-primary .widget-inside, #sidebar-secondary .widget-inside, .widget ul li, .image-stream .widget-inside div, .widget-newsletter .newsletter-wrap, #sidebar-primary .search-form, #sidebar-secondary .search-form, .textwidget, #sidebar-primary .ui-tabs, #sidebar-secondary .ui-tabs{
	height: 1%;
	}	