/*
Theme Name: Dr David Allen
Theme URI: http://www.darryncooke.com/theblindside
Description: My custom Wordpress theme for my website.
Author: Darryn Cooke
Version: 1
License: Private
*/

@charset "utf-8";
/* CSS Document */

@import url("fonts/fonts.css");

*{margin: 0; padding: 0;}
body,td,th {
	font-family: MyriadProRegular;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #CCC;
}
a:link {
	color: #ff0066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F06;
}
a:hover {
	text-decoration: none;
	color: #F06;
}
a:active {
	text-decoration: none;
	color: #F06;
}
h1,h2,h3,h4,h5,h6 {
	font-family: MyriadProBold;
	text-transform: uppercase;
}
h1 {
	font-size: 28px;
	color: #000;
}
h2 {
	font-size: 22px;
	color: #ff0066;
}
h3 {
	font-size: 18px;
	color: #000;
}
h4 {
	font-size: 16px;
	color: #666;
}
h5 {
	font-size: 14px;
	color: #000;
}
h6 {
	font-size: 14px;
	color: #ff0066;
}
#container_bg {
	background-image: url(images/top_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
}
#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 200px;
}
h1.logo {
	color: #CCC;
	font-size: 36px;
	font-family: MyriadProRegular;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
#hero {
	float: left;
	height: 370px;
	width: 650px;
	margin-bottom: 5px;
}
#retirement {
	height: 576px;
	width: 955px;
	overflow: hidden;
        margin-bottom: 5px;
}
strong.logo {
	font-family: MyriadProBold;
	color: #FFF;
}
#menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
.left_home_box {
	background-image: url(images/80-percent-black.png);
	float: left;
	height: 195px;
	width: 650px;
	margin-bottom: 5px;
	color: #FFF;
	overflow: hidden;
}
.blue {
	color: #00deff;
}
#lectures_home {
	background-image: url(images/80-percent-black.png);
	float: right;
	height: 370px;
	width: 300px;
	margin-bottom: 5px;
	background-repeat: repeat;
	overflow: hidden;
	color: #CCC;
}
#lectures_home h4,#featured_home h4,.page_features h4 {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #e6ff5f;
	width: 100%;
	margin-bottom: 10px;
	color: #00a99d;
}
#lectures_home p, #featured_home p,.page_features p {
	line-height: 1.4em;
	padding-right: 10px;
	padding-left: 10px;
}
#lectures_home h5, #featured_home h5 {
	padding-left: 10px;
}
#lectures_home h6, #featured_home h6,.page_features h6 {
	color: #00a99d;
	padding-left: 10px;
	margin-top: 20px;
}
.titles {
	font-family: MyriadProBold;
	color: #000;
}
h3.treatments {
	color: #00a99d;
	padding: 10px;
}
.container .content a {
	color: #FFF;
}
.about_dr img {
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
}
.about_dr p {
	line-height: 1.4em;
	padding-right: 10px;
}
.container .content a:hover {
	color: #ff0066;
}


#featured_home {
	background-image: url(images/80-percent-white.png);
	background-repeat: repeat;
	height: 395px;
	width: 300px;
	overflow: hidden;
	float: right;
}
#forms {
	background-color: #000;
	height: 100px;
	width: 955px;
	overflow: hidden;
	font-size: 18px;
	color: #FFF;
}
#forms ul li {
	float: left;
	width: 11%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	list-style-type: none;
	padding: 15px;
	height: 120px;
}
#forms ul li strong {
	font-size: 14px;
	font-weight: normal;
}
li.firstform {
	color: #000;
	background-color: #FFF;
	font-family: MyriadProBold;
	font-size: 20px;
}
img.medical {
	float: left;
	margin-right: 20px;
}


.blue1 {
	color: #206CDF;
}
hr {
	width: 100%;
	background-color: #CCC;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#menu ul li {
	float: left;
	list-style-type: none;
}
#menu ul li a {
	color: #666;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	font-size: 18px;
	font-family: MyriadProBold;
	color: #666;
	padding-top: 18px;
	padding-right: 25px;
	padding-bottom: 18px;
	padding-left: 25px;
	text-transform: uppercase;
}
#menu ul li a:hover {
	color: #000;
}
#footer {
	background-image: url(images/80-percent-white.png);
	background-repeat: repeat;
	width: 953px;
	margin-top: 20px;
	color: #000;
	height: 250px;
}
.footer_links {
	color: #FFF;
	text-align: right;
	float: right;
	width: 125px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-right: 5px;
}
.footer_links ul li {
	line-height: .9em;
	padding-bottom: 5px;
	list-style-type: none;
	color: #FFF;
}
.footer_links ul li a {
	color: #333;
}
#copyright {
	background-color: #333;
	padding: 15px;
	height: 220px;
	width: 120px;
	color: #FFF;
	float: right;
}
#contact_info {
	background-color: #000;
	float: right;
	width: 265px;
	color: #FFF;
	height: 230px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.footer_links ul li strong {
	font-size: 14px;
	color: #ff0066;
}



#page_content {
	background-color: #FFF;
	width: 635px;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
	overflow: hidden;
	float: left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #e1ff39;
	min-height: 500px;
}


#breadcrumbs {
	width: 150px;
	padding: 15px;
	float: left;
	margin-right: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#breadcrumbs h1 {
	float: left;
	margin-bottom: 5px;
}
#breadcrumbs h1 a {
	color: #000;
	font-size: 20px;
}
#content, .posts {
	min-height: 600px;
	line-height: 1.6em;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: hidden;
}
#bmi_form {
	margin-top: 15px;
}
#bmi_result {
	font-family: MyriadProBlack;
	font-size: 30px;
	color: #FFF;
	background-color: #000;
	padding: 10px;
	border: 5px solid #CCC;
	width: 100px;
	margin-top: 25px;
}
.posts h2 {
	margin-bottom: 15px;
}
.posts p {
	margin-bottom: 15px;
}
#breadcrumbs li {
	float: left;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	clear: both;
	width: 85%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#breadcrumbs li:nth-last-child(1) {
	border-style: none;

}

.page_features {
	background-image: url(images/80-percent-black.png);
	width: 300px;
	margin-bottom: 10px;
	color: #CCC;
	float: right;
	overflow: hidden;
	padding-bottom: 10px;
}
.page_features h5 {
	color: #fff;
	padding-left: 10px;
}
.page_features .titles {
	font-family: MyriadProBold;
	color: #FFF;
}
/* SLIDER STYLES */
#slider-wrapper {
    width:649px;
    height:320px;
    margin:0;
}

#slider {
	position:relative;
    width:650px;
    height:370px;
	background:url(css/images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:5px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(css/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(css/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a {
    color:#efe9d1;
    text-decoration:underline;
}


/* WORDPRESS DEFAULTS */

.aligncenter { display:block; margin:0 auto }
.alignleft {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
.entry img {
	margin: 5px;
}
/* FAQ SECTION */
#content p{
    text-align:justify;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
#questions{
    margin-bottom: 50px;
}
#questions li{
	margin-bottom: 5px;
	color: #3299bb;
	list-style-type: disc;
	list-style-position: inside;
}
#questions ul li a{
    font-weight: bold;
}
#questions ul li a:hover{
    color: #00befd;
}
#questions ul li a:active{
    color: #e78c03;
}
#answers ul li{
	margin-bottom: 30px;
	clear: both;
	list-style-type: none;
}

.current-faq{
	background-color: #424242;
	color: #e9e9e9;
	padding:30px 30px 23px;
}
.current-faq h4{
	color: #e9e9e9;
	font-weight: bold;
	font-size:22px;
	text-shadow: #000 1px 1px 0px;
}
.top-button {
	border-top: 1px solid #999;
	background: #000000;
	padding: 4px 8px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-box-shadow: rgba(0,0,0,1) -1px -1px 0;
	-moz-box-shadow: rgba(0,0,0,1) -1px -1px 0;
	box-shadow: rgba(0,0,0,1) -1px -1px 0;
	text-shadow: rgba(0,0,0,.4) -1px -1px 0;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	float: right;
	position: relative;
	bottom: 10px;
}
.top-button:hover {
	border-top-color: #0b93bd;
	background: #0b93bd;
	color: #ffffff;
}
.top-button:active {
	border-top-color: #e78c03;
	background: #e78c03;
}
p.standard {
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 25px;
}
.standard ul li {
	margin-left: 50px;
	list-style-type: none;
}
.treatmentLists {
}
.treatmentLists li {
	line-height: .9em;
	margin-bottom: 10px;
}
#questions ul li {
	list-style-type: none;
}
.posts .entry h1, .posts .entry h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.archive h2 {
	color: #000;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.archive h2 a {
	color: #000;
	text-decoration: none;
}
.archive a {
	text-decoration: underline;
}
.archive p {
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#blog-feed {}
#blog-feed li {
	font-size: 12px;
	margin-bottom: 8px;
	margin-left: 15px;
	list-style-type: none;
}
#blog-feed li h3 a {
	font-family: MyriadProBold;
	font-size: 16px;
}
#blog-feed li span {
	color: #999;
	display: block;
}
#blog-feed li p {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
