/*
Theme Name: Ozarks
Description: A Wordpress theme for ochonline.com
Version: 1.0
Author:	CCG
Author URI: http://www.campcreativegroup.com
*/

/* ------------|Defaults------------ */
body {  
	background: #fff url(./images/bg.jpg) repeat;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px; 
	color: #6b594a;
	margin: 0;
	padding: 0;
	line-height: 17px;
	text-align: center;
}

img {
	border:	0;
	display: block;
}

@font-face {
	font-family: 'Qlassik';
	src: url('Qlassik_TB.eot');
	src: local('Qlassik Medium Regular'), local('QlassikMedium'), url('Qlassik_TB.ttf') format('truetype');
}

h1 {
	margin: 0;
}
h2 {
	font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #5b6491;
	margin: 0 0 10px;
	line-height: 36px;
}

h2 a:link, h2 a:visited, h2 a:active {
	font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 30px;
	font-weight: normal;
    text-decoration: none;
	color: #5b6491;
	margin: 0 0 10px;
	line-height: 36px;
}

h2 a:hover {
	font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 30px;
	font-weight: normal;
        text-decoration: underline;
	color: #5b6491;
	margin: 0 0 10px;
	line-height: 36px;
}
h2.white a {
	color: #fff;
}
h2.white a:hover {
	text-decoration: none;
}

h3 {
	font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #a1c375;
}

h3 a:link, h3 a:visited, h3 a:active {
	font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
        text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	color: #a1c375;
}

h3 a:hover {
	font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
        text-decoration: underline;
	font-size: 20px;
	font-weight: normal;
	color: #a1c375;
}

h4 {
	font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	background-color: #98bd6f;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-size: 20px;
	border: 1px solid #98bd6f;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
h5 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 0 0 3px;
}

a:link, a:visited, a:active {  
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
        text-decoration: none;
	font-size: 12px; 
	color: #5596da;
}

a:hover {  
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
        text-decoration: underline;
	font-size: 12px; 
	color: #5596da;
}

/* ------------|Classes------------ */
.clear {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}

.alignright {
	float: right;
	display: inline;
}
.alignleft {
	float: left;
	display: inline;
}
.aligncenter, .aligncenter * {
	margin: 0 auto;
	text-align: center;
}

.alt {
	position: absolute;
	left: -9999px;
}

.wrapper {
	width: 986px;
	margin: 0 auto;
	text-align: left;
}

.nomarg {
	margin: 0 !important;
}
.topmarg {
	margin-top: 30px;
}

.green {
	color: #55833b !important;
}
.white {
	color: #fff !important;
}
.blue {
	color: #5b6491 !important;
}

.col-l {
width:260px;
float:left;
margin-right: 30px;
}

.col-r {
width: 260px;
}


/* ------------|Header------------ */
#header {
	background: transparent url(./images/bg-bar.jpg) repeat-x;
	width: 100%;
	height: 142px;
	margin-bottom: 10px;
}
#header .wrapper {
	background: transparent url(./images/header.png) no-repeat 50% 0;
	width: 985px;
	height: 142px;
}
#header h1 {
	float: left;
	display: inline;
	margin: 0 309px 12px 0;
}
#header h1 a {
	display: block;
	width: 260px;
	height: 100px;
	margin-left: 20px;
}

#header .alignright{
    width: 380px;
}
#header img.alignright {
    width: auto;
    margin: 4px 23px 0 0;
}
#header form {
    float: left;
    display: inline;
	margin: 13px 20px 0 0;
	height: 35px;
	padding: 0;
}
#header form input, #header form button{
	background: transparent;
	display: block;
	float: left;
	width: 183px;
	border: 0;
	font-size: 16px;
	color: #5b6491;
        font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	padding: 3px;
}
#header form button {
	width: 57px;
	height: 28px;
	cursor: pointer;
}

#header h2 {
	margin-left: 86px;
}

#header ul#menu {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	width: 950px;
	height: 34px;
}
#header ul#menu li {
	float: left;
	display: inline;
	text-align: center;
	margin: 0 8px;
}
#header ul#menu li a {
	display: inline;
	float: left;
	color: #cbd2f3;
	text-decoration: none;
	text-shadow: -2px -1px 1px #222;
	padding: 3px 0;
	margin: 0 11px;
}
#header ul#menu li a:hover {
	color: #fff;
}
#header ul#menu li.current_page_item, #header ul#menu li.current_page_ancestor {
	background: transparent url(./images/bg-menu.png) no-repeat 100% 100%;
	padding: 0 9px 0 0;
}
#header ul#menu li.current_page_item a, #header ul#menu li.current_page_ancestor a {
	background: transparent url(./images/bg-menu.png) no-repeat;
	margin: 0;
	padding: 3px 0 4px 10px;
	color: #fff;
}

/* ------------|Mid-Sec------------ */
#mid-sec {
	background: transparent url(./images/mid-sec.png) no-repeat;
	width: 962px;
	height: 311px;
	margin: 0 auto;
}
#mid-sec #message {
	float: right;
	color: #fff;
	font: 15px Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height: 23px;
	margin: 25px 28px 0 0;
	width: 402px;
}
#mid-sec #message h2 {
	font-size: 50px;
	color: #fff;
	line-height: 50px;
}
#mid-sec #message h2 span, #mid-sec #message p {
	margin-left: 35px;
	width: 368px;
}

#mid-sec #slideshow {
	float: left;
	display: inline;
	width: 515px;
	height: 309px;
	overflow: hidden;
}

/* ------------|Pre-Content------------ */
#pre-content {
	background: transparent url(./images/phone.png) no-repeat 0 50%;
	width: 888px;
	height: 114px;
	margin: 0 auto;
	padding-top: 5px;
}
#pre-content h2 {
	margin-bottom: 5px;
}
#pre-content .right {
	display: inline;
	float: right;
	background: transparent url(./images/divide.jpg) no-repeat 0 50%;
	padding-left: 25px;
}
#pre-content .left {
	display: inline;
	float: left;
	margin-top: 20px;
	padding-left: 40px;
	width: 462px;
}
#pre-content .left h2.alignleft {
	padding: 0;
}
#pre-content .right img {
	margin-left: 16px;
}
#pre-content p {
	margin: 0;
}
#pre-content p.clear {
	margin-left: 5px;
}

/* ------------|Content-Area------------ */
#content-header {
	background: transparent url(./images/content-header.png) no-repeat;
	width: 921px;
	height: 31px;
	margin: 0 auto;
}
#content-header.sub {
	background: transparent url(./images/content-header-sub.png) no-repeat;
}

#content-area {
	background: transparent url(./images/bg-content.jpg) repeat-y;
	width: 921px;
	margin: 0 auto;
	padding-bottom: 80px;
}

#subnav {
	float: left;
	display: inline;
	width: 232px;
}
#subnav ul {
	width: 200px;
	list-style: none;
	margin:	 0 auto;
	padding: 33px 0;
}
#subnav .sub ul {
	padding-top: 0;
	width: 185px;
}
#subnav ul li {
	padding-left: 15px;
}
#subnav ul li a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #857263;
	text-decoration: none;
	font: 15px Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #fff;
	padding: 5px 0 5px 5px;
	text-indent: 2px;
}
#subnav ul li a:hover {
	background-color: #625042;
}
#subnav .sub {
	background: transparent url(./images/subnav.jpg) repeat-y;
}
#subnav .sub h2 {
	width: 200px;
	margin: 0 auto;
	padding: 24px 0 10px;
	line-height: 30px;
}
#subnav .sub ul li a {
	border-bottom: 1px solid #606ea5;
}
#subnav .sub ul li a:hover {
	background-color: #3a426a;
}
#subnav ul li.current_page_item, #subnav ul li.current_page_parent {
	background: transparent url(./images/brown-arrow.jpg) no-repeat 0 50%;
}
#subnav .sub ul li.current_page_item, #subnav .sub ul li.current_page_parent {
	background: transparent url(./images/blue-arrow.jpg) no-repeat 0 50%;
}

#content {
	float: left;
	display: inline;
	margin-left: 60px;
	width: 566px;
	margin-top: 33px;
}
.home #content {
	width: 345px;
}
#content h2 a {
	font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 30px;
	color: #5b6491;
	margin: 0 0 2px;
}
#content.posts h3 a {
	font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #a1c375;
}

.posts .post {
	margin-top: 25px;
}

.wpcolumn-clearfix {
    clear: both;
}
.wpcolumn {
    float: left;
    margin: 10px 4% 15px 0;
    width: 46%;
}
.wpcolumn-last {
    margin-right: 0;
}

#video {
	float: left;
	display: inline;
	background: transparent url(./images/video.jpg) no-repeat;
	width: 229px;
	height: 179px;
	margin: 33px 0 0 30px;
}

/* ------------|Alphabet------------ */
#alphabet {
	background: transparent url(./images/alphabet.png) no-repeat 50% 0;
	width: 960px;
	height: 30px;
	margin: 0 auto;
}
#alphabet p {
	margin: 0;
	padding-top: 5px;
	text-align: center;
	color: #b2badd;
	font-size: 16px;
	font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-shadow: -2px -1px 1px #222;
}
#alphabet a {
	text-shadow: -2px -1px 1px #222;
	color: #b2badd;
	font-weight: normal;
	font-size: 16px;
	font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-decoration: none;
}

/* ------------|Post-Content------------ */
#post-content {
	position: relative;
	background: transparent url(./images/bg-post-content.png) no-repeat;
	margin: 0 auto;
	width: 985px;
	height: 87px;
	z-index: 5;
}
#post-content ul.alignleft {
	margin: 10px 0 0 25px;
	padding: 0;
	list-style: none;
}
#post-content ul.alignleft li {
	float: left;
	display: inline;
	margin-right: 6px;
}

#post-content ul.alignright {
	margin: 8px 25px 0 0;
	padding: 0;
	list-style: none;
}
#post-content ul.alignright li {
	float: left;
	display: inline;
	margin: 6px 30px 0 0;
}

.trigger {
	margin-top: 20px;
	margin-bottom: 8px;
	cursor: pointer;
}
.trigger span {
	font-family: Qlassik;
	font-size: 20px;
	color: #999;
}
.toggle {
	margin-top: 0;
        margin-bottom: 50px;
}

ul.services {
list-style-type: none;
width: 300px;
padding: 0px;
margin: 0px;
margin-left: 30px;
border-bottom: 1px solid #d2d2d2;
}

ul.find-a-physician
{
list-style-type: none;
width: 450px;
padding: 0px;
margin: 0px;
margin-left: 30px;
border-bottom: 1px solid #d2d2d2;
}

ul.services li a
{
display: block;
background-image: url(./images/tick-grey.png);
background-repeat: no-repeat;
background-position: 5px 5px; 
padding-left: 30px; 
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px solid #d2d2d2;

}

ul.services li a:hover {
background-image: url(./images/tick.png);
background-repeat: no-repeat;
background-position: 5px 5px; 
background-color: #f2f2f2;
text-decoration: none;
}


ul.find-a-physician li
{
display: block;
color: #333;
background-image: url(./images/bullet_white.png);
background-repeat: no-repeat;
background-position: 5px 5px; 
padding-left: 30px; 
padding-top: 5px;
padding-bottom: 5px;
border-top: 1px solid #d2d2d2;

}

ul.find-a-physician li:hover {
background-image: url(./images/bullet_green.png);
background-repeat: no-repeat;
background-position: 5px 5px; 
background-color: #f2f2f2;
text-decoration: none;
}




/* ------------|Lower-Content------------ */
#lower-content {
	position: relative;
	background: transparent url(./images/lower-content.png) no-repeat 50% 0;
	width: 985px;
	height: 320px;
	margin: -4px auto 0;
	z-index: 5;
}
#lower-content .column {
	float: left;
	display: inline;
	width: 273px;
	margin-left: 30px;
	padding-top: 32px;
}

#lower-content ul {
	width: 282px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#lower-content #cc ul li {
	float: left;
	display: left;
	width: 130px;
	margin: 0 11px 8px 0;
}

#lower-content #news {
	width: 302px;
	margin: 0 24px 0 38px;
}
#lower-content #news ul {
	background: transparent url(./images/news-divide.jpg) no-repeat;
	list-style: none;
	width: 302px;
	margin: 18px 0 0;
    padding: 0;
}
#lower-content #news ul li {
	background: transparent url(./images/news-divide.jpg) no-repeat 0 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}
#lower-content #news ul li a {
	display: block;
	width: 280px;
	color: #fff;
	margin: 0 auto;
	padding: 6px 0;
	line-height: 20px;
	text-decoration: none;
    border: 0;
}
#lower-content #news li a:hover {
	text-decoration: underline;
}
#lower-content #news li .calnk a span {
    padding: 0;
    text-decoration: none;
}


.wh {
	margin: 0 0 10px 8px;
}

/* ------------|Footer------------ */
#footer {
	background: transparent url(./images/bg-bar.jpg) repeat-x;
	width: 100%;
	height: 84px;
	margin: -40px 0 25px;
}
#footer p {
	margin: 0;
	padding-top: 40px;
	font-size: 11px;
	color: #6b594a;
}
#footer p a {
	color: #6b594a;
	font-size: 11px;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}


/*------------Contact--------------*/

form.wpcf7-form {
	padding: 10px;
	margin: 10px;
}

form.wpcf7-form label{
	width: 125px;
	float: left;
	margin-left: 10px;
}

form.wpcf7-form input.txt {
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom: 1px solid #dfdedc;
	background-color: #f8f8f8;
	color: #666;
	width: 300px;
	font-size: 12px;
	padding: 5px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

form.wpcf7-form textarea.message {
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #dfdedc;
	color: #666;
	width: 300px;
	height: 150px;
	font-size: 12px;
	padding: 5px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

form.wpcf7-form textarea.address {
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #dfdedc;
	color: #666;
	width: 300px;
	height: 50px;
	font-size: 12px;
	padding: 5px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

form.wpcf7-form input.btn {
	margin-left: 375px;
	margin-top: 5px;
	background-color: #55833B;
	color: #fff;
	border: 1px solid #55833B;
	font-family: Qlassik, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 18px;
	padding: 5px 10px 3px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

form.wpcf7-form p {
	clear: left;
	margin: 5px 0;
	padding:0;
	padding-top: 0px;
	
}

.info {
	color: #336699;
	font-size: 12px;
	padding: 10px;
	padding-left: 40px;
	border-top: 1px solid #B9F1F1;
	border-bottom: 1px solid #B9F1F1;
	background: #EFF9F8 url("images/info.png") no-repeat 10px;
	margin-bottom: 20px;
	margin-left: -8px;
}

#comment {
	width: 100%;
}
