/*
Theme Name: BARK Blog v1
Description: BARK About Healthcare Blog pilot for Missouri.
Version: 1
Author: Sarah Goldbaum, MHI-Marketing Web Specialist
*/

/* Begin Layout */
body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #003d44 url('images/bg-teal.jpg');
	color: #000000;
	text-align: center;
	line-height: 150%;
	margin: 0px;
}

#container {
	background: #e3ce88 url('images/bg-mednatural.jpg');
	border-left: 3px solid #793141;
	border-right: 3px solid #793141;
	text-align: left;
	margin: 0 auto;
    width: 936px;
}

#header {
	background: #c9ad51 url('images/header.jpg') no-repeat bottom center;
	width: 936px;
	height: 306px;
	overflow: hidden;
}

#headerimg 	{
	margin-top: 40px;
	margin-left: 320px;
	width: 566px;
	overflow: visible;
	position: relative;
	text-align: center;
}

#content {
	background: #e8d8a2 url('images/bg-lightnatural.jpg');
	width: 570px;
	padding: 0px 20px 20px 20px;
	border-right: 3px solid #793141;
	min-height: 1025px;
	/* IE Min-Height Hack */
	height:auto !important;
	height: 1025px;
	/*overflow: auto;*/
	overflow: visible;
	clear: none;
	display: inline;
	float: left;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

#sidebar {
	width: 267px;
	padding: 20px 20px 20px 0px;
	overflow: auto;
	clear: none;
	float: right;
	display: inline;
	overflow: auto;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

/*Fix for animated dog*/
#sidebar, #content {
	padding-bottom: 235px;
}

.about {
	background: url('images/aboutBARK.png') 0 0 no-repeat; /* semi-transparent .png image */
	width: 257px;
	height: 256px;
	overflow: visible;
	clear: none;
}

.about p {
	padding-top: 64px;
	width: 266px;
}

.rss {
	margin-top: -20px;
	float: right;
}

#cattags-top {
	background: url('images/border-top.gif') bottom center no-repeat;
	width: 262px;
	height: 18px;
	padding-top: 10px;
}

#cattags {
	border-left: 3px solid #003d44;
	border-right: 3px solid #003d44;
	width: 236px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
}

#cattags-bottom {
	background: url('images/border-bottom.gif') top center no-repeat;
	width: 262px;
	height: 18px;
	padding-bottom: 20px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 936px;
	clear: both;
	background: #c9ad51 url('images/bg-dknatural.jpg');
}

#footer p {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #003d44;
	z-index: 100;
	width: 936px;
	text-align: center;
}

#footer img {
	padding: 10px;
	float: right;
	text-align: right;
	margin-top: -235px;
	position: relative;
	z-index: 0;
}

/* End Layout */

/* Begin Typography */
	
a:link, a:visited {
	color: #793141;
	text-decoration: none;
}

h2 a:link, h2 a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
	
h2 a:hover {
	color: #793141;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 70px;
	margin: 0;
}

h2 {
	font-size: 20px;
	/*margin: 30px 0 0;*/
}

h3 {
	font-size: 16px;
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
	
/* End Typography */
	
/* Avatars */

.postavatar {
	padding-right: 5px;
	float: left;
}

.postavatar img {
	border: 3px solid #000000;
}

/* End Avatars */

/* Begin Comments */

.commentlist li, #commentform input, #commentform textarea {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 3px solid #000000;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
	
.metadata {
	clear: both;
}

.addthis {
	border: 0;
	float: right; 
	vertical-align: bottom;
}
	
.thread-alt {
	background: none;
}

.thread-even {
	background: none;
}

.depth-1 {
	border: none;
}

.even/*, .alt*/ {
	border-left: 3px solid #003d44;
}

.alt {
	border-left: 3px solid #cfb667;
}

.fn {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
}

.says {
	display: none;
}

/* End Comments */

/* Begin Form Elements */

#sidebar label {
  text-align: right;
  float: left;
  font-family: Arial, Helvetica, san-serif;
  font-size: 12px;
  color: #252525;
  margin-right: 20px;
  width: 110px;
}

#sidebar input, select, text {
  float: left;
  margin-bottom: 10px;
  clear: right;
}

input.submit {
  display: block;
  float: right;
}

fieldset {
  padding: 0px;
  border: 0px;
}

#sidebar form {
	margin: 0;
	}

#searchform {
	margin: 10px auto;
	padding: 20px 3px;
	}

/*#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}*/

#sidebar #searchsubmit {
	padding: 1px;
	}

.searchinput {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	background-color: #eadcb4;
	width: 150px;
	border: 2px solid #cfb667;
	float: left;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

select {
  width: 130px;
}

#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  background-color: #eadcb4;
  border: 2px solid #cfb667;
}

#commentform {
  margin: 5px 10px 0 0;
}

#commentform textarea {
  width: 98%;
  padding: 2px;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  background-color: #eadcb4;
  border: 2px solid #cfb667;
}

#respond .submitcomment {
  border: none;
  margin: 0px;
  padding: 2px;
  width: 67px;
  height: 18px;
}

#respond:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#commentform #submit {
  margin: 0 0 5px auto;
  float: right;
}
	
/* End Form Elements */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

a img {
	border: none;
}

/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Various Post Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 3px solid #003d44;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

.sticky {
	padding: 0px;
}
	
.sticky h2 {
	padding-top: 10px;
}

code {
	font: 10px 'Courier New', Courier, Fixed;
	color: #000000;
	background: #ffffff;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

.post {
	margin: 0 0 40px;
}

.post hr {
	display: block;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Various Post Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/* End Calendar */