/**
 * Theme Name: Neuro Clinic & Dave Lacheuga 
 * Theme URI: http://neuroclinic.seobake.com/
 * Description: Theme developed for Babilon Arts & Neuro Clinic in Orange County Ca.
 * Version: 0.1
 * Author: Terry Hall
 * Author URI: http://wp4b.com
 * Designer: Brigette Callahan
 * Designer URI: http://babilonarts.com
 * Tags: smooth, healing, neuro clinic
 * Template: hybrid
 * Status: publish
 *
 */

/* Get base CSS */
@import url('../hybrid/library/css/22px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/**
* Body
************************************************/
body {
        font : 13px/20px tahoma, Verdana, arial, sans-serif;
	color: #7c7c7c;
	background: #bdc4ad;
	}

#body-container {
	overflow: hidden;
	width: 860px;
	margin: 0 auto;
/*	padding: 0 20px; */
	background: #bdc4ad;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #475b31;
	text-decoration: underline;
	}
a:hover {
        color: #003399;
	}

/* Headers */
h1 { font-family: Arial, Verdana, sans-serif; font-weight: bold; color: #475b31; font-size: 24px; padding : 0.4em 0 0;}
h2 { font-family: Arial, Verdana, sans-serif; font-weight: bold; color: #475b31; font-size: 20px; padding : 0.3em 0 0;}
h3 { font-family: Arial, Verdana, sans-serif; font-weight: bold; color: #475b31; font-size: 16px; padding : 0.2em 0 0;}
h4 { font-family: Arial, Verdana, sans-serif; font-weight: bold; color: #475b31; font-size: 14px; padding : 0.1em 0 0;}
h5 { font-family: Arial, Verdana, sans-serif; font-weight: bold; color: #475b31; font-size: 12px; padding : 0 0 0 0;}

/* Lists */
ul {font-size: 12px; line-height: 1.4; margin-left: 20px; list-style-type: disc;}
li { margin-bottom: 8px;}

/* rule */
hr { border-bottom: thin solid #dce0d5; }

/* Blockquotes */
blockquote {
	padding: 20px 20px 0 20px;
	margin: 20px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: 0px solid #ddd;
	}
blockquote blockquote {
	margin: 0 0 20px 0;
	background: #f7f7f7;
	border: 0px solid #ccc;
	}

/* Code */
code {
	padding: 2px 3px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	}
pre {
	overflow: auto;
	padding: 20px;
	font: normal normal normal 12px/22px Arial, Verdana, sans-serif;
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	}
pre code {
	padding: 0;
	}

/* Tables */
table {
	width: 100%;
	background: #fff;
	border-left: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	}
caption {
	font: italic normal normal 12px/22px Verdana, Geneva, Tahoma, sans-serif;
	text-align: right;
	color: #666;
	}
tr {
	margin: 1px;
	border-top: 0px solid #ddd;
	}
td {
	padding: 3px;
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	border-right: 0px solid #ddd;
	}
tr.alt td, tr.even td {
	background: #f7f7f7;
	}
th {
	padding: 3px;
	font-weight: normal;
	color: #444;
	background: #eee;
	border-right: 1px solid #ddd;
	}

/* Acronyms */
acronym {
	font-size: 13px;
	border: none;
	}

/* Drop caps */
.drop-cap {
	float: left;
	margin: 3px 3px 0 0;
	font: normal normal normal 47px/35px Arial, Verdana, sans-serif;
	color: #333;
	}

/* Notes, alerts, and such. */
.note, .warning, .alert, .error, .download {
	font: normal normal normal 13px/22px Arial, Verdana, sans-serif;
	color: #444;
	}

/* Notes */
.note {
	padding: 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 20px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 20px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 20px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/**
* Images
************************************************/

/* Thumbnails */
.thumbnail {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 0px solid #ccc;
	background: #fff;
	}

/* Avatars */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 15px 10px 0;
	padding: 4px;
	border: 0px solid #ccc;
	background: #fff;
	}

/* Captions */
.wp-caption {
	max-width: 576px;
	padding: 4px 0 4px 0;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #454545;
	}
.wp-caption img {
	max-width: 566px;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	}

/**
* Page Navigation
************************************************/
#navigation {
/*	position: relative; */
	top: 8px;
	width: 860px;
	height: 36px;
	margin: 0;
	background: #ffffff;
        border-bottom: 3px;
	}
#page-nav {
/*	float: left; */
        width: 860px;
	margin : 0 auto auto 30px;
	}
#page-nav ul {list-style: none; margin: 0; padding : 0 0 20px 10px;}
#page-nav li {float: left;margin: 0;padding: 0;}
#page-nav a {
        float : left; 
        line-heght  10px; 
        font-weight : bold; 
        text-decoration : none;
        color: #475b31; 
        font-size: 12px; 
        font-family: tahoma, Verdana, arial, sans-serif; 
        font-weight: bold; text-align: center; 
        margin-top: 8px; 
        margin-right: 11px; 
        margin-left: 11px;
	/* display: block;
	font: normal normal bold 14px/14px Arial, Verdana, sans-serif;
	color: #fff;
	padding: 3px 10px 3px 10px; */
	}
#page-nav a:visited { color: #039;}
#page-nav a:hover {border-bottom: 3pt solid #475b31;
        /* text-decoration: underline; */}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 40px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
/*	border-top: 1px solid #01192f; */
	background: #01203C;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
/*	border-bottom: 1px solid #01192f; */
	}
#page-nav li li a {
	padding: 10px 10px;
	border: none;
	}

/* Search form in navigation bar. */
#navigation form {
	float: right;
	}
#navigation .search-text {
        display: none;
/*	width: 200px;
	padding: 5px 10px;
	margin: 5px 0;
	font-style: italic;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #333; */
	}
#navigation .search-submit {
	display: none;
	}

/**
* Header
************************************************/
#header {
	height: 200px;
        width: 860;
/*        margin: 0 auto 0 auto; */
/*	overflow: hidden; */
/*	position: relative; */
/*	top: 0px; */
/*      padding: 20px 20px; */
/*      border-top: 1px solid #ccc; */
/*      border-bottom: 1px solid #ccc; */
	/* background: #fff; */
	}
#site-title {
        display: none;
	/*font: normal normal bold 25px/25px Arial, Verdana, sans-serif;
	margin: 5px 0; */
	}
#site-description {
        display: none;
	/* font: italic normal normal 13px/22px Arial, Verdana, sans-serif;
	color: #666;
	margin: 0; */
	}

/* Utility: Header widget area */
#utility-header {
	overflow: hidden;
	float: right;
	width: 468px;
	height: 60px;
	}
#utility-header .widget {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	}

/**
* Containers
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 860px;
	margin-top: -1px;
	padding: 10px;
	background: #ffffff;
	}
.content {
	overflow: hidden;
	float: left;
	}
.content, .no-widgets .content, .no-default-widgets .content  {
	width: 860px;
	}
.primary-active .content, .secondary-active .content {
	width: 560px;
	}

/**
* Content
************************************************/
.breadcrumb {
        display: none;
}
.hfeed {
	margin: 0;
	padding: 0;
	background: #fff;
	border-right: 1px dotted #ccc;
}

.hentry {
	overflow: hidden;
/*	margin: 0 0 0px 0; */
	padding: 10px 10px 0 0px;
/*	background: #fff; */
/*      border-right: 1px solid #ccc; */
	}

.hentry h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #475b31;
	}

/* Entry titles. */
.entry-title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
        color: #475b31;
	}
.page-title, .singular-page-title {
        display: none;
	/* margin: 0 0 20px 0; */
	}

/* Byline */
.byline {
	text-transform: lowercase;
	font-size: 14px;
	font-style: italic;
	color: #666;
	}
.blog .byline, .archive .byline, .search .byline {
	margin-bottom: 10px;
	}

.byline .author, .byline .published {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	}
.byline a {
	color: #333;
	}

/* Entry meta */
.entry-meta {
	clear: both;
	font-size: 14px;
	font-style: italic;
	color: #666;
	}
.entry-meta a {
	font-style: normal;
	color: #333;
	}

.author-info, .category-info, .date-info, .tag-info, .search-info, .taxonomy-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccc;
	}

/* Page links <!--nextpage--> */
p.pages {
	font-style: italic;
	}
p.pages a {
	margin: 0 2px;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #eee !important;
	background: #01203C;
	border: 1px solid #eee;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	}
.next, .previous {
	max-width: 50%;
	font-size: 13px;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widgets
************************************************/
#primary {
	position: relative;
        padding-right: 10px;
	float: right;
	width: 280px;
	}

#secondary {
	position: relative;
        padding-right: 10px;
	clear: right;
	float: right;
	width: 280px;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	/* border: 1px solid #ccc; */
	background: #fff;
	}
#primary .widget, #secondary .widget {
	padding: 15px 15px 0 0px;
	}

/* Widget titles */
.widget-title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #475b31;
	}

/* Widget content */
.widget ul {
	list-style: square;
	margin-left: 20px;
	}

/**
* Comments
************************************************/
#comments-template {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	border: 1px solid #ccc;
	background: #fff;
	}

.comments-header {
	font-size: 18px;
	font-weight: bold;
	}

/* Comment list */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	border: 1px solid #ddd;
	}

/* Comment avatar */
.comment-list li .avatar {
	float: left;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
	}

/* Comment meta */
#comments .comment-meta-data {
	margin: 5px 0 20px 0;
	font-style: italic;
	color: #666;
	}
#comments cite {
	font-weight: bold;
	font-style: normal;
	}

/* Comment text */
#comments .comment-text {
	clear: left;
	}

/* Comments form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.text-input {
	display: block;
	padding: 5px;
	width: 280px;
	margin:  0 0 20px 0;
	background: #fff;
	border: 1px solid #ddd;
	}
#respond label {
	font-style: italic;
	}
#respond span.required {
	font-weight: bold;
	color: #01203C;
	}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #ddd;
	}
.button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: bold;
	color: #fff;
	border: 1px double #333;
	background: #01203C;
	}
.button:hover {
	cursor: pointer;
	background: #00162A;
	}

/**
* Footer
************************************************/

/* Footer container */
#footer-container {
	clear: both;
	overflow: hidden;
	}

/* Subsidiary */
#subsidiary {
	overflow: hidden;
	width: 860px;
	padding: 30px 20px 10px 20px;
	background: #fff;
	/* border-top: 1px solid #ccc; */
	/* border-bottom: 1px solid #ccc; */
	}
#subsidiary .widget {
	float: left;
	width: 170px;
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
	}

/* Footer */
#footer {
	clear: both;
	overflow: hidden;
/*	color: #fff; */
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
        font-size: small;
	}
#footer a {
/*	color: #ccc; */
/*	font-style: italic; */
	}
#footer .copyright p {
	display: inline;
	float: left;
        font-size: xsmall;
	}
#footer .credit {
	text-align: right;
	}
