@charset "UTF-8";
/* CSS Document */

#widgetscontainer {
	margin:0 auto;
	width:805px;
}

.widget {
	width:384px;
	height:197px;
	padding:40px 0 0;
	margin:15px 0 0;
}

.widget p {
	font-size:72%;
	color:#666;
}

.below {
	margin:-40px 0 50px;
	width:384px;
	height:23px;
}
	

/* TESTIMONIALS */

.wtestimonial {
	background: url(images/widgettestimonial/testimonialtopbg.png) no-repeat;
}

.wtestimonialbelow {
	background: url(images/widgettestimonial/testimonialmoreunder.png) no-repeat;
}

.wtestimonialbelow:hover {
	background: url(images/widgettestimonial/testimonialmoreover.png) no-repeat;
}

.wtestimonialimage {
	margin:10px 2px;
}

.wtestimonialtext {
	width:240px;
	margin:10px 2px;
}

/* ALAN'S BLOG */

.wblog {
	background: url(images/widgetblog/blogtopbg.png) no-repeat;
}

.wblogbelow {
	background: url(images/widgetblog/blogmoreunder.png) no-repeat;
}

.wblogbelow:hover {
	background: url(images/widgetblog/blogmoreover.png) no-repeat;
}

.wblogtext {
	margin:0 10px 3px;
	overflow:hidden;
}

/* VIDEO CLIPS */

.wvideo {
	background: url(images/widgetvideo/videotopbg.png) no-repeat 0 0;
}

.wvideobelow {
	background: url(images/widgetvideo/videomoreunder.png) no-repeat;
}

.wvideobelow:hover {
	background: url(images/widgetvideo/videomoreover.png) no-repeat;
}

.wvideoimage {
	margin:10px 2px;
}

.wvideotext {
	width:115px;
	margin:10px 2px;
}

.wvideotext h3 {
	font-size:100%;
}
