﻿/*
Theme Name:     findwell theme
Theme URI: 		http://www.woothemes.com/
Description:    Child theme for the Canvas theme
Author:			Kevin Lisota
Template:       canvas
Version:        1.0
*/

@import url("../canvas/style.css");

/* Subscribe box styling */
.subscribe-box {
background:none repeat scroll 0 0;
border:1px solid #6eb43f;
padding:10px;
margin:10px 10px 0px 10px;
}
.subscribe-box ul {
margin-left: 0; padding-left: 10px;
list-style: none;
}
.subscribe-box li span {
background:url("/wp-content/themes/findwell-theme/images/subscribe-icons.png") no-repeat scroll 0 0 transparent;
display:block;
float:left;
height:16px;
margin-right:5px;
width:16px;
}
.subscribe-box li span.fol-twit {
background-position:-16px 0;
}
.subscribe-box li span.fol-fb {
background-position:-32px 0;
}
.subscribe-box li span.fol-em {
background-position:0 0;
}
.subscribe-box li span.fol-rss {
background-position:-48px 0;
}

/* Social media buttons styling */
.socialmedia-post {
width: 648px;
border-bottom: 2px solid #DBDBDB;
margin-bottom:10px
}
.socialmedia-post ul {
height: 30px;
padding: 0 !important;
margin: 0 auto;	
}
.socialmedia-post ul li {
padding: 5px 9px 0 0;
float:left;
list-style:none outside none;
}

#top {
	box-shadow: 0px 3px 5px #aaa;
}
#top .nav {
width:980px !important;
}
#top-nav.nav li#nav-logo a {
	background-image: url("http://cdn.findwell.com/images/findwell-navbar-logo.png");
	width:117px;
	height:40px;
	background-repeat:no-repeat;
	padding: 0px 10px;
}
#top-nav.nav li#search-box {
	float:right;
}
#top .nav a:hover,
#top .nav li.current-menu-item a {
	color:#47ac2a;
}

#logo {
	text-align:center;
	width:100%
}
.dsidx-standalone-disclaimer {
	width:980px;
	margin:auto;
}
