
/**
 * @package Galen_Therapy_WordPress
 * @subpackage Theme
 * @author Alex Southan
 */

.splash-box {
	border:1px solid #e1e1e1;
	width:308px;
	background:#e1e1e1 url(../graphics/splash_bg.png) repeat-x 0 0
}
.splash-box.alignleft {
	margin-right:10px
}
.splash-box h2 {
	font-size:1.6em;
	margin:15px 0 10px 20px;
	color:#c30
}
.splash-box p {
	font-size:.75em;
	margin:0 0 15px 20px
}
.splash-box div {
	padding-right:120px
}
#splash-book div {
	background:url(../graphics/splash_dog.jpg) no-repeat 95% 25px
}
#splash-train div {
	background:url(../graphics/splash_therapist.jpg) no-repeat 95% 25px
}

/* home groups */
.home-group {
	margin:10px 0 0;
	width:300px
}
.home-group h3 {
	color:#c30;
	font-size:1.4em
}
.home-group h4 {
	font-weight:400;
	font-size:.9em
}
.home-group p {
	font-size:.75em;
	line-height:1.5em
}

/* home slideshow */
.tt-slideshow-container {
    margin-bottom:10px
}

/* home events */
.home-events .post {
	margin:0
}
.home-events ul {
	margin:0;
	list-style:none
}
.home-events ul li {
	margin:0 0 1em
}
.home-events h4 {
	font-weight:700;
	margin-bottom:4px;
	color:#444
}