/* Full Size Thumbnail Sidebar */

#sidebar-container .sidebar-widget .sidebar-imglarge {
	clear: both;
	margin: 0 0 10px;
	display: block;
}

#sidebar-container .sidebar-widget .sidebar-imglarge a.fullimage {
	border: 1px solid #EEEEEE !important;
    box-shadow: none !important;
    display: inline;
    float: left;
    margin: 2px 0 10px 0;
    padding: 3px !important;
	width: 97.5%;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

#sidebar-container .sidebar-widget .sidebar-imglarge a.fullimage:hover {
	opacity: 0.8;
}

#sidebar-container .sidebar-widget .sidebar-imglarge a.fullimage span {
	max-height: 175px;
	min-height: 100px;
	overflow: hidden;
	display: block;
}

#sidebar-container .sidebar-widget .sidebar-imglarge a.fullimage img {
	width: 100%;
	height: auto;
	display: block;
}

#sidebar-container .sidebar-widget .sidebar-imglarge small {
	clear: both;
	display: block;
	font-size: 85%;
}

#sidebar-container .sidebar-widget .sidebar-imglarge h2 {
	clear: both;
	display: block;
	margin-bottom: 5px;
}


/* Full Size Thumbnail Home Widget */

#main .home-widget .sidebar-imglarge {
	clear: both;
	margin: 0 0 10px;
	display: block;
	padding: 0 0 10px;
	border-bottom: 1px solid #eeeeee;
}

#main .home-widget .sidebar-imglarge a.fullimage {
	border: 1px solid #EEEEEE !important;
    box-shadow: none !important;
    display: inline;
    float: left;
    margin: 2px 0 2px 0;
    padding: 3px !important;
	width: 46.5%;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

#main .home-widget .sidebar-imglarge a.fullimage:hover {
	opacity: 0.8;
}

#main .home-widget .sidebar-imglarge a.fullimage span {
	max-height: 175px;
	min-height: 100px;
	overflow: hidden;
	display: block;
}

#main .home-widget .sidebar-imglarge a.fullimage img {
	width: 100%;
	height: auto;
	display: block;
}

#main .home-widget .sidebar-imglarge .post-content {
	width: 50%;
	float: right;
	clear: none;
	display: block;
}

#main .home-widget .sidebar-imglarge small {
	clear: both;
	display: block;
	font-size: 85%;
	margin-bottom: 10px;
}

#main .home-widget .sidebar-imglarge a h2 {
	font: 18px/24px 'Open Sans Condensed', sans-serif;
	clear: both;
	display: block;
	margin-bottom: 5px;
	color: #333;
	transition: color .5s;
	-moz-transition: color .5s;
	-ms-transition: color .5s;
	-o-transition: color .5s;
	-webkit-transition: color .5s;

}

#main .home-widget .sidebar-imglarge a:hover h2 {
	color: #FF0000;
}

/* Half Size Thumbnail Sidebar */

#sidebar-container .sidebar-widget .sidebar-imgsmall {
	clear: both;
	margin: 0 0 10px;
	display: block;
	padding: 0 0 10px;
	border-bottom: 1px solid #eeeeee;
}

#sidebar-container .sidebar-widget .sidebar-imgsmall a h2 {
	display: block;
	clear: both;
	margin: 0 0 5px;
}

#sidebar-container .sidebar-widget .sidebar-imgsmall p {
	display: block;
	clear: both;
	font-size: 90%;
}

#sidebar-container .sidebar-widget .sidebar-imgsmall small {
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 5px;
}

#sidebar-container .sidebar-widget .sidebar-imgsmall a.halfimage {
    display: inline;
    float: left;
    margin: 2px 0;
	width: 47.5%;
	overflow: hidden;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

#sidebar-container .sidebar-widget .sidebar-imgsmall a.halfimage:hover {
	opacity: 0.8;
}

#sidebar-container .sidebar-widget .sidebar-imgsmall a.halfimage img {
	width: 100%;
	height: auto;
	display: block;
}

#sidebar-container .sidebar-widget .sidebar-imgsmall .post-content {
	width: 50.5%;
	float: right;
	display: block;
}


/* Half Size Thumbnail Home Widget */

#main .home-widget .sidebar-imgsmall {
	display: block;
	padding: 0 0 10px;
	width: 48%;
	float: left;
	clear: none;
	margin: 0 1.5% 10px 0;
	
}


#main .home-widget .sidebar-imgsmall a h2 {
	display: block;
	clear: both;
	margin: 0 0 5px;
}


#main .home-widget .sidebar-imgsmall p {
	display: block;
	clear: both;
}


#main .home-widget .sidebar-imgsmall small {
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 5px;
}


#main .home-widget .sidebar-imgsmall a.halfimage {
    display: inline;
    float: left;
    margin: 2px 0;
	width: 47.5%;
	overflow: hidden;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
}


#main .home-widget .sidebar-imgsmall a.halfimage:hover {
	opacity: 0.8;
}


#main .home-widget .sidebar-imgsmall a.halfimage img {
	width: 100%;
	height: auto;
	display: block;
}


#main .home-widget .sidebar-imgsmall .post-content {
	width: 50.5%;
	float: right;
	display: block;
}



/* Thumbnail Gallery Sidebar - Sidebar Only */

#sidebar-container .sidebar-widget a.thumbimage {
	float: left;
	clear: none;
	height: 90px;
	width: 90px;
	display: block;
	overflow: hidden;
	margin: 0 9px 9px 0;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

#sidebar-container .sidebar-widget a.thumbimage-right {
	float: right;
	clear: none;
	height: 90px;
	width: 90px;
	display: block;
	overflow: hidden;
	margin: 0 1px 0 0;
	transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

#sidebar-container .sidebar-widget a.thumbimage:hover,
#sidebar-container .sidebar-widget a.thumbimage-right:hover {
	opacity: 0.8;
}

#sidebar-container .sidebar-widget a.thumbimage span {
	height: 100%;
}

#sidebar-container .sidebar-widget a.thumbimage img {
	height: 100%;
	width: auto;
	margin: 0;
	padding: 0;	
}

/* Full Size Thumbnail jQuery Sidebar */

#sidebar-container .sidebar-widget .sidebar-imglargejquery {
	clear: both;
	margin: 0 0 10px;
	display: block;
}



#sidebar-container .sidebar-widget .sidebar-imglargejquery a.fullimagejquery {
	border: 1px solid #EEEEEE !important;
    box-shadow: none !important;
    display: inline;
    float: left;
    margin: 2px 0 10px 0;
    padding: 3px !important;
	width: 97.5%;
}

#sidebar-container .sidebar-widget .sidebar-imglargejquery a.fullimagejquery img {
	width: 100%;
	height: auto;
	display: block;
}


#sidebar-container .sidebar-widget .sidebar-imglargejquery a.fullimagejquery span {
	max-height: 200px;
	min-height: 100px;
	overflow: hidden;
	display: block;
	position: relative;
}

.sidebar-imglargejquery a.fullimagejquery span .content-over {
	background: transparent url(../../themes/resportsive/images/featured-bg.png) top center repeat-x scroll;
	width: 90%;
	padding: 12% 5% 5%;
	margin: 0;
	position: absolute;
	z-index: 678;
}

a.fullimagejquery span .content-over h2 {
	font: 16px/20px 'Open Sans Condensed', sans-serif;
	color: #333333;
	margin-bottom: 5px;
}

a.fullimagejquery:hover span .content-over h2 {
	color:#2255AA;
}

a.fullimagejquery span .content-over small {
	clear: both;
	display: block;
	font-size: 85%;
}

a.fullimagejquery span .content-over small,
a.fullimagejquery:hover span .content-over small,
a.fullimagejquery span .content-over p,
a.fullimagejquery:hover span .content-over p {
	color: #333333;
}



/* Full Size Thumbnail jQuery Home Widget */

#main .home-widget .sidebar-imglargejquery {
	float: left;
	clear: none;
	margin: 0 0 10px;
	display: block;
	width: 48.5%;
	margin: 0 1.5% 10px 0;
}



#main .home-widget .sidebar-imglargejquery a.fullimagejquery {
	border: 1px solid #EEEEEE !important;
    box-shadow: none !important;
    display: inline;
    float: left;
    margin: 2px 0 10px 0;
    padding: 3px !important;
	width: 97.5%;
}

#main .home-widget .sidebar-imglargejquery a.fullimagejquery img {
	width: 100%;
	height: auto;
	display: block;
}


#main .home-widget .sidebar-imglargejquery a.fullimagejquery span {
	max-height: 200px;
	min-height: 100px;
	overflow: hidden;
	display: block;
	position: relative;
}

.sidebar-imglargejquery a.fullimagejquery span .content-over {
	background: transparent url(../../themes/resportsive/images/featured-bg.png) top center repeat-x scroll;
	width: 90%;
	padding: 12% 5% 5%;
	margin: 0;
	position: absolute;
	z-index: 678;
}

a.fullimagejquery span .content-over h2 {
	font: 16px/20px 'Open Sans Condensed', sans-serif;
	color: #333333;
	margin-bottom: 5px;
}

a.fullimagejquery:hover span .content-over h2 {
	color:#2255AA;
}

a.fullimagejquery span .content-over small {
	clear: both;
	display: block;
	font-size: 85%;
}

a.fullimagejquery span .content-over small,
a.fullimagejquery:hover span .content-over small,
a.fullimagejquery span .content-over p,
a.fullimagejquery:hover span .content-over p {
	color: #333333;
}

