/*

Title:		Valley View Senior Life
Author: 	New Boston Creative Group, LLC, http://www.newbostoncreative.com
Copyright:	(c) 2012 Valley View Senior Life

*/



/* Layout
--------------------------------------------- */

body {
	border-top: 5px solid #664c73;
}

/* Header */

.header {
	padding: 10px 0;
	background-color: white;
}

.header .logo {
	margin: 0;
	padding: 0;
	border: none;
}

.header .logo img {
	display: block;
}

.header .nav {
	margin: -10px 0 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	text-transform: uppercase;
	font-family: 'Droid Sans', Helvetica, Verdana, Arial, sans-serif;
        font-weight:bold;
}

.header .nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

.header .nav li a, .header .nav li a:visited {
	display: inline-block;
	padding: 40px 14px 10px 14px;
	color: #4f666e;
}

.header .nav li a:hover, .header .nav li a:active {
	text-decoration: none;
        color:#452d51;
}

.section-home .header .nav li.home a,
.section-why-valley-view .header .nav li.wvv a,
.section-communities .header .nav li.communities a,
.section-staff .header .nav li.staff a,
.section-contact .header .nav li.contact a {
	color: white;
	background-color: #6e99a7;
}

/* Slideshow */

.slideshow {
	padding: 10px 0;
	background-color: #99a76e;
}

.slideshow .banner {
	width: 940px;
	margin: 0 -5px;
	padding: 12px 15px;
	background-color: #d7e1be;
	box-shadow: 0 0 0 1px #eff4d0;
        position:relative;
}

.slideshow .video{
        background-color:#000;
	border: 5px solid #eaeed8;
position:relative;
overflow:hidden;
}

.slides{
width: 260px;
position:relative;
overflow:hidden;
}

.subnav .bx-wrapper{
margin-bottom:0;
}

.subnav .bx-wrapper .bx-viewport{
border:0;
left:0;
}

.subnav .bx-wrapper .bx-pager{
bottom:0;
}

.subnav .bx-wrapper .bx-pager.bx-default-pager a{
background-color:#7399a7;
}

.subnav .bx-wrapper .bx-pager.bx-default-pager a.active{
background-color:#d7e1be;
}

.subnav .bx-wrapper ul{
padding:0;
margin:0;
}

.subnav .bx-wrapper li{
padding:0;
margin:0;
}

.subnav .bx-wrapper img {
   display: block;
width:260px;
height: 207px;
}

.section-home img {
	display: block;
}

#video-btn {
position:absolute;
left:0;
top:0;
height:370px;
overflow:hidden;
width:970px;
background-image:url(/images/play.png);
background-repeat:no-repeat;
background-position:center center;
text-indent:-9999px;
margin: 0px;
padding:0;
}

#video-btn strong {
display:block;
height:370px;
margin:0;
padding:0;
}

#video-btn strong a {
display:block;
overflow:hidden;
height:0 !important;
padding:370px 0 0;
}

/* Content */

.page {
	padding: 10px 0 23px 0;
	background: url(../images/content-bg.png) bottom repeat-x;
min-height:300px;
}

.content {
}

.content .main img {
border: solid 5px #eaeed8;
margin-right: 15px;
float: left;
}

.content .main img.full {
border: solid 5px #eaeed8;
margin-right: 0;
float: none;
}

.content .subnav {
	width: 260px;
	padding: 10px 20px 16px;
	margin-top: -10px;
	margin-bottom: 20px;
	color: white;
	background: #735c7f url(../images/sidebar-bg.png) bottom repeat-x;
	font-size: 14px; font-size: 1.4rem;
}

.section-home .content .subnav{

}

.content .subnav a {
	color: white;
}

.content .subnav p {
	margin-bottom: 10px;
}

.content .subnav p a{
        text-decoration:underline;
}

.content .subnav .title {
	padding: 5px 0;
	color: white;
	border-top: 1px solid #a697ae;
	border-bottom: 1px solid #a697ae;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 18px; font-size: 1.8rem;
	font-style: italic;
	font-weight: normal;
}

.content .sidebar h3.title {
	padding: 5px 0;
	border-top: 1px solid #a697ae;
	border-bottom: 1px solid #a697ae;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 16px; font-size: 1.6rem;
	font-style: italic;
	font-weight: normal;
}

.content .subnav .btn {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 3px double #a697ae;
}

.content .subnav .btn a{
text-decoration:none;
}

.content .subnav .title {
	border: none;
}

.content .subnav ul {
	margin-bottom: 20px;
	padding: 0;
	list-style-type: none;
}

.content .subnav ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a697ae;	
}

.content .subnav ul li a {
	display: block;
	padding: 5px 0;
}

.content .testimonials{
float:right;
}

.content-bottom {
	font-size: 14px; font-size: 1.4rem;
}

.content-bottom .container {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 3px double #cdd1a8;
}

.content-wrapper-list{
position: relative;
overflow: hidden;
}

/* Footer */

.footer {
	padding-top: 6px;
	color: white;
	background: url(../images/footer-bg.jpg) repeat;
	background:
		url(../images/footer-bg-top.png) top repeat-x,
		url(../images/footer-bg.jpg) repeat;
	background-color: #4f473a;
	font-size: 14px; font-size: 1.4rem;
}

.footer .container {
	padding: 20px 0;
	background: url(../images/footer-bg-bottom.png) right bottom no-repeat;
}

.footer a {
	color: white;
}

.footer .credits {
	color: #a1998a;
	font-size: 12px; font-size: 1.2rem;
}

.footer .credits a, .footer .credits a:visited {
	color: #a1998a;
}

.footer .credits a:hover, .footer .credits a:active {
	color: white;
}



/* Misc. Styles
--------------------------------------------- */

.btn a, .btn a:visited {
	display: block;
	padding: 10px;
	background-color: #452d51;
	border: 2px solid #a697ae;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 16px; font-size: 1.6rem;
	text-align: center;
	text-transform: uppercase;
}

.btn a:hover, .btn a:active {
        background-color:#4e2562;
        border-color: #897495;
        text-decoration:none;
}

.content .main p {
        line-height:1.8em;
}
.content .main .more {
	text-transform: uppercase;
	font-size: 12px; font-size: 1.2rem;
margin-bottom:0;
}

.content .main .subtitle {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.content .main .two-column {
	float: left;
	clear: both;
}

.content .main .two-column .right {
	float: right;
	width: 460px;
}

.content .main .two-column .left {
	float: left;
	width: 140px;
	margin-right: 20px;
}


.category_images_list{
margin:0;
padding:0 0 20px 0;
position:relative;
width:620px;
overflow:hidden;
}

.category_images_list li{
list-style-type:none;
background-image:none;
float:left;
width:145px;
height:120px;
padding:0;
margin:0;
}

.category_images_list li a{
display:block;
}

/* Sections
--------------------------------------------- */

/* Home */

.section-home .content-bottom .wrapper {
	clear: both;
	float: left;
	background: url(../images/home-feature-bg.png) center repeat-y;
	background:
		url(../images/home-feature-bg-top.png) center top no-repeat,
		url(../images/home-feature-bg-bottom.png) center bottom no-repeat,
		url(../images/home-feature-bg-sides.png) center repeat-y,
		url(../images/home-feature-bg.png) center repeat-y;
}

.content-bottom .home-feature {
	width: 250px;
	margin: 10px 15px;
	padding: 5px 20px 10px;
	color: white;
	background-color: #7399a7;
}

.content-bottom .home-feature a {
	color: white;
}

.content-bottom .home-feature p {
	margin-bottom: 10px;
}

.content-bottom .home-feature .title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: white;
	border-bottom: 3px double #a1bdc8;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 18px; font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
}

.content-bottom .home-feature .excerpt {
}

.content-bottom .home-feature .more {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 11px; font-size: 1.1rem;
}

.content-bottom .testimonials {
}

.content-bottom .testimonials .client {
	font-weight: bold;
	text-transform: none;
}

.content-bottom .news {
}

.content-bottom .employment {
}