/*
  Override default refinery homepage styles here.
  These only apply to the homepage of your site.
*/

h1, h2 {
	font-size: 18px;
}

#body_content_title {
	padding: 15px 0;
}
#body_content_title,
#body_content_left {
	width: 499px;
}
#body_content_left {
	padding-bottom: 30px;
}
#body_content_right {
	width: 380px;
}

#body_content_right h1 {
	font-size: 15px;
	margin: 23px 0 0;
}
#body_content_right nav ul {
	margin: 12px 0 0 20px;
	padding: 0;
}
#body_content_right nav h1 {
	margin: 23px 20px 0;
}

#payoff {
	font-family: Georgia, sans-serif;
	font-size: 24px;
	margin: 27px 0 22px;
}
#payoff a {
	text-decoration: none;
}

#body_content_right nav {
	width: 50%;
	float: left;
}

.buttons {
	padding: 0;
	margin: 0;
}
.buttons li {
	float: left;
}
.buttons a span {
	visibility: hidden;
}

#connect, #action {
	height: 112px;
}

#connect li {
	margin-right: 14px;
}
#connect a {
	width: 32px;
	height: 32px;
	background: url(/images/social-buttons.png) 0 0 no-repeat;
}
#connect .facebook {
	background-position: -32px 0;
	margin-right: 2px;
}
#connect .youtube {
	background-position: -64px 0;
}

#action a {
	width: 68px;
	height: 27px;
	background: url(/images/action-buttons.png) 0 0 no-repeat;
}
#action .membership {
	background-position: -68px 0;
	width: 92px;
}

#featured {
	clear: both;
	border-top: 1px solid #e0e0e0;
	padding: 0 0 30px 20px;
}

#featured img {
	border: 5px solid #aab8cd;
	margin: 1em;
}
#featured img.image-align-left {
	margin-left: 0;
	margin-top: 0;
}
#featured img.image-align-right {
	margin-right: 0;
	margin-top: 0;
}

#slide {
	position: relative;
}
#slide ul {
	height: 290px;
	padding: 0;
	margin: 0;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.2em;
	color: #4a608c;
	overflow: hidden;
	position: relative;
}
#slide .caption {
	overflow: hidden;
}
#slide li {
	height: 220px;
	background: #eff2f6;
	border: 5px solid #aab8cd;
	padding: 20px 29px 40px 544px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 317px;
}
#slide p {
	margin: 20px 0;
}
#slide .caption {
	padding-bottom: 50px;
}
#slide .caption a {
	display: block;
	color: #bb7904;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	width: 100%;
	border-top: 1px solid #c0cada;
	border-bottom: 1px solid #fff;
	position: relative;
	left: 0;
	margin: 2.8em 0 1em;
}
#slide .caption a .o {
	display: block;
	padding: 7px 0;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c0cada;
}
#slide .caption a:hover {
	text-decoration: underline;
}
#slide .caption a .o:after {
	content: ' \00bb';
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: -1.5px;
}

#slide img {
	position: absolute;
	width: 520px;
	top: -5px;
	left: -5px;
}

#slide .pager {
	position: absolute;
	right: 26px;
	bottom: 25px;
	z-index: 9999999;
}
#slide .pager a {
	display: block;
	width: 12px; height: 12px;
	background: #9fbdd1;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
}
#slide .pager a {
	float: left;
	margin-right: 9px;
}
#slide .pager a.activeSlide {
	background: #eb9933;
}
