/*  
Theme Name: HealthwayMed
Description: 3 columns standard theme for Healthway - Revised Style
Author: Beng Hafner
Author URL: http://www.eyecandywebdesign.com/
*/	

/* Whole page font family & size, include sidebar and content */
*
{
margin: 0px;
padding: 0px;
}

ul
{
list-style: none;
}

body 
{
margin: 0;
padding: 0;
text-align: center;
color: #393939;
font-family:"Trebuchet MS", Arial, Tahoma, sans-serif; 
font-size:13px;
/* Original font - Georgia,'Bookman Old Style' or Geneva */
background: #51b20a url(img/bodybg.jpg) repeat-y top center;
}




                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/

#header
{
width: 990px;
height:285px;
display: block;
color: #DFDAC3;
text-align: left;
margin: 0 auto 0 auto;
padding: 0 0 0 0;
background: url(img/header.jpg) center no-repeat;
text-align: center;
}

/*#searchform {
margin-left: 5px;
	}*/

/* navigation
--------------------------------------------------*/
#navigation 
{
margin-top: -78px;
margin-right:auto;
margin-bottom: 30px;
margin-left:auto;
padding-left: 10px;
width: 990px;
overflow: hidden;
height:2.3em;
line-height:2.3em;
}

#navigation ul 
{
padding:0;
}

#navigation li {
float:left;
margin:0;
padding:0;
list-style-type:none;
white-space:nowrap;
}

#navigation li a 
{
display:block;
padding:0 18px;
font-size:0.9em; /* navigation button org font size : 0.8em */)
text-transform:uppercase;
letter-spacing:1px;
color: #0090a8;
font-family: sans-serif; 
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form 
{
float:right;
height:100%;
width:164px;
padding:0 5px;
line-height:0;
margin-top: -7px;
}

#navigation form fieldset 
{
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s 
{
height:1.5em;
width:115px;
margin:0 5px 0 0;
padding:0;
border:1px solid;
font-size:0.8em;
vertical-align:middle;
}

#navigation #searchbutton 
{
height:2em;
width:auto;
padding:0 1px;
font-size:9px;
letter-spacing:1px;
text-align:center;
vertical-align:middle;
}


#navigation li 
{
margin-bottom: 10px;
}

#navigation li.current_page_item a,
#navigation li.current_page_item a:hover, li.page_item a:hover {
    color: #000000;
	background: url(img/pfeil.jpg) top center no-repeat;
}
/*#navigation li.current_page_item a,
#navigation li.current_page_item a:hover, li.page_item a:hover {
    color: #000000;
	background: #ffcc00;
	border-color: #F0B400;
}*/

#navigation a:visited
{
font-weight: normal;
}


#navigation #s 
{
border-color:#FFF9EA;
}

#navigation #searchbutton 
{
color:#333333;
 background-color:#798288;
}

.button
{
margin-bottom: -4px;
}


                         /***************************************************
                         *********************** Container **************
                         *****************************************************/
#container
{
clear:left;
padding:0;
margin-left:auto;
margin-right:auto;
margin-top: 0;
width: 990px;
/*background : #FFFFFF;*/
}




                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{
float: left;
width: 180px;
margin: 0;
padding-top: 4px;
margin-top: 0;
margin-left: 0px;
margin-bottom: 20px;
text-align: left;
/*background : #F8E8DA;*/
}


                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/

#rightnav
{
float: right;
width: 180px;
margin: 0;
padding-top: 4px;
margin-top: 0;
margin-bottom: 20px;
margin-right: 0px;
text-align: left;
/*background : #F8E8DA;*/
}

                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
display: block;
margin: 0 195px 20px 195px;
padding: 1em;
padding-top: 0px;
margin-top:0px;
text-align: justify;
}

.blog-entry-title {
	font-family: georgia, "times new roman", serif;
	font-size: 200%;
	font-weight: normal;
	clear: both;
	color: #068fa7;
	font-weight: normal;
	padding: 8px 0 2px 0px;
	text-decoration: none;
	text-align: left;
}

.blog-entry-title a {
	color: #068fa7 !important;
	text-decoration: none;
}

.blog-entry-title a:visited {
	font-weight: normal !important
}

.blog-entry-title a:hover {
	color: #97a80b !important;
	text-decoration: none;
}

.blog-entry-info {
	margin-bottom: 10px;
	margin-left: 3px;
	font: 0.9em "Trebuchet MS",Tahoma,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	color: #525252;
	padding-bottom: 10px;
	display: block;
}

.blog-entry-info2 {
	background: url(img/entry-info.jpg) left no-repeat;
	margin: 27px 0 0px 8px;
	font: 0.9em "Trebuchet MS",Tahoma,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	color: #323232;
	padding: 1px 0 50px 3px;
	display: block;
	text-align: left;
}

.blog-entry-info a {
	color: #E6E6E6 !important;
	font-weight: normal !important;
}

.blog-entry-info2 a {
	color: #0193ac !important;
	font-weight: normal !important;
}

#content ul
{
padding-left: 15px;
}

#content ul li{
margin-left: 15px;
list-style-type: square;
}

#content ul ul li{
padding-left: 15px;
}


#content ol{
list-style-position: inside;
padding-left: 15px;
padding-top: 2px;
margin-bottom: 10px;
}

#content p
{
padding-left: 10px;
}

.entry img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	border: 1px solid #E2E2E2;
	background:#F2F2F2; 
}	

.info {
	background: #fcfcfc url(img/info.png) top left no-repeat;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin: 10px 0 10px 10px;
	padding: 0 0 0 28px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #707070;
}
                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap
{
clear:both;
background: #ffffff url(img/footer.jpg) center no-repeat;
color: #8F8F8F;
padding: 0;
font-weight: normal;
height: 78px;
}

#footwrap p
{
display: block;
margin-top: 8px;
margin-bottom: 2px;
text-align:center;
}

#footwrap a:link {
color: #8F8F8F;
text-decoration: none;
border: none;
font-weight: bold;
}
#footwrap a:hover {
color: #8F8F8F;
text-decoration: underline;
border: none;
}

#footwrap a:visited:hover {
color: #8F8F8F;
text-decoration: underline;
border: none;
}

#footwrap a:visited {
color: #8F8F8FF8E8DA;
text-decoration: none;
border: none;
font-weight: bold;
}

#footwrap img {
padding: 0px 5px 0px 5px;
}


                         /***************************************************
                         *********************** Left Sidebar **************
                         *****************************************************/
#sidebarleft
{
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000;
padding-bottom: 14px;
margin-left: 12px;
width: 170px;
}

#sidebarleft ul
{
list-type:none;
padding-bottom: 10px;
}

.listbottom {
background:transparent url(img/sidebarleftbg.jpg) bottom left no-repeat;
height: 15px;
clear: both;
}	

#sidebarleft li 
{
background:#e6e2e4;
}

#sidebarleft ul li
{
display: block;
padding-left: 0px;
margin-left: 3px;
margin-right: 3px;
padding-bottom: 2px;
}

#sidebarleft ul li ul li ul
{
margin-top: 3px;
}

#sidebarleft li ul li ul li a
{
background: #e7e3e4 url(img/bullet-child.png) left no-repeat;
padding-left: 13px;
}

#sidebarleft ul li ul li{
display: block;
padding-left: 0px;
margin-left: 5px;
margin-right: 0px;
}

#sidebarleft ul li li{
display: block;
padding-left: 3px;
margin-left: 5px;
margin-right: 3px;

}

#sidebarleft li a
{
display: block;
background: #e7e3e4 url(img/bullet-parent.png) left no-repeat;
margin-bottom: 2px;
padding-left: 12px;
}

#sidebarleft a:link {
color: #333333; /*original: 666666 */
text-decoration: none;
border: none;
font-weight: normal;/*original: bold */
}

#sidebarleft a:hover {
color: #333333; /*original: 666666 */
border: none;
}

#sidebarleft a:visited:hover {
color: #333333; /*original: 666666 */
border: none;
}

#sidebarleft a:visited {
color: #333333;/*original: 666666 */
text-decoration: none;
border: none;
font-weight: normal; /*original: bold */
}

#sidebarleft h2 {
font-family: Arial, sans-serif; 
color: #333333;
padding: 8px 8px 2px 8px;
height: 37px;
background: url(img/sidebarh2.jpg) top left no-repeat;
}

#sidebarleft p
{
padding: 3px;
}

#leftnav .ads {
	padding-top: 10px;
	margin-left: 15px;
	clear: both;
	float: left;
}	 

                         /***************************************************
                         *********************** Right Sidebar **************
                         *****************************************************/

#sidebarright
{
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000;
margin-bottom: 20px;
padding: 0;
width: 170px;
}

#sidebarright div.hotline {
margin-top: 5px;
}

#sidebarright li
{
background:#ffde5b;

}

#sidebarright ul
{
list-style: none;
background:#ffde5b url(img/sidebarrightbg.jpg) bottom left no-repeat;
padding-bottom: 20px;
}

#sidebarright ul li
{
display: block;
margin-right: 3px;
padding-bottom: 2px;
}

#sidebarright li ul li
{
display: block;
padding-left: 2px;
margin-left: 2px;
margin-right: 5px;
padding-bottom: 2px;
}

#sidebarright ul li ul li{
padding-left: 10px;
padding-bottom: 2px;
margin-right: 3px;
}

#sidebarright li ul li ul li a
{
background: #ffde5b url(img/bullet-child2.png) left no-repeat;
padding-left: 13px;
}

#sidebarright a:link {
color: #333333; /*original: 666666 */
text-decoration: none;
font-weight: normal /*original - bold */;
border: none;
}

#sidebarright li a
{
display: block;
background: #ffde5b url(img/bullet-parent2.png) left no-repeat;
padding-left: 12px;
}

#sidebarright a:hover {
color: #333333; /*original: 666666 */
border: none;
}

#sidebarright a:visited:hover {
color: #333333; /*original: 666666 */
border: none;
}

#sidebarright a:visited {
color: #333333; /*original: 666666 */
font-weight: normal;
text-decoration: none;
border: none;
}

#sidebarright h2 {
font-family: Arial, sans-serif; 
color: #333333;
padding: 8px 8px 2px 8px;
height: 37px;
background: url(img/sidebarh2-right.jpg) top left no-repeat;
}

#sidebarleft p
{
padding: 3px;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


                         /***************************************************
                         *********************** Paragraph **************
                         *****************************************************/

p
{
margin-bottom: 12px;
margin-top: 12px;
}

                         /***************************************************
                         *********************** Blockquote ********************
                         *****************************************************/

blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #666666;
border-left: 4px solid #B5C9DF;
}


                         /***************************************************
                         *********************** Post Metadata ****************
                         *****************************************************/

.postmetadata
{
display:block;
margin: 10px 35px 10px 20px;
border-left: 4px solid #DFDFDF;
padding: 5px 8px 8px 35px;
text-align: left;
background: #EFF8FF;
color:#3F3F3F;
}

#content .postmetadata
{
padding-left: 2px;
}

.postmetadata a:link
{
border: none;
color: #666666;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #666666;
font-weight: normal;
text-decoration: none;
}

.postmetadata a:visited:hover
{
border: none;
color: #666666;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #666666;
font-weight: normal;
}

                         /***************************************************
                         *********************** Links ********************
                         *****************************************************/

a
{
font-weight: normal;
text-decoration: none;
}
a:link
{
color: #798288;
text-decoration: none;
}

a:hover
{
text-decoration: none;
}

a:visited
{
color: #8C9EAA;
text-decoration: none;
font-weight: normal;
}

a:visited:hover
{
text-decoration: underline;
}

a img 
{
border:none;
background:none;
padding:5px;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


                         /***************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist
{
padding-left: 40px;
padding-right: 15px;
background: #fff;
color: #000;
}

.commentlist li
{
margin: 8px 10px 8px 15px;
padding-left: 12px;
list-style: none;
background: #EFF8FF;
margin-bottom: 2px;
border: 1px solid #8C9EAA;
}

li.alt
{
background: #fff;
border: 1px solid #8C9EAA;
}

.commentlist cite
{
padding: 2px 3px 1px 3px;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentlist a:link
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #8C9EAA;
}

.commentlist a:visited
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #8C9EAA;
}

.commentlist a:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #8C9EAA;
}

.commentlist a:visited:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #8C9EAA;
}

.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #8C9EAA;
}

.commentnumber {
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
color: #8C9EAA;
font-size: 28pt;
}

#comment
{
width:80%;
}

                         /***************************************************
                         *********************** Headings**************
                         *****************************************************/

h1
{
font-size: 36px;
color: #666666;
}

h2
{
font-family: Arial, sans-serif; 
display: block;
font-size: 16px;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3
{
font-family: Arial, sans-serif; 
display: block;
font-size: 14px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h3.posttitle   
{
font-family: georgia, "times new roman", serif;
font-size: 200%;
font-weight: normal;
color: #999999;
display: block;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 45px;
margin-top: 12px;
margin-bottom: 5px;
background: url(img/entry-info.jpg) left no-repeat;
}

.posttitle a:link
{
font-size: 22px;
color: #666666;
}

.posttitle a:visited
{
font-size: 22px;
color: #666666;
}

.posttitle a:hover
{
font-size: 22px;
color: #000;
text-decoration: none;
}

.posttitle a:visited:hover
{
text-decoration: none;
}

h4
{
font-family: Arial, sans-serif; 
margin-top: 15px;
font-size: 13px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

h5
{
font-family: Arial, sans-serif; 
margin-top: 15px;
font-size: 12px;
font-weight: bold;
padding: 5px 0 0 12px;
margin: 5px 0 6px 0;
text-align: left;
}

                          /*Miscellaneous*/
.date
{
font-size: 18px;
float: right;
text-transform: uppercase;
letter-spacing: -2px;
padding: 3px 5px 3px 5px;
margin-top: 17px;
text-align: center;
color: #afafaf;
}

.entry
{
margin-bottom: 5px;
}
                         /*Contained Floats Fix*/
.post
{
display: block;
overflow:hidden;
width:98%;
}
                     /*Code*/
code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 4px solid #798288;
color: #666666;
background: #efefef;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #5F5F5F;
}

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

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

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

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

#wp-calendar th 
{
/*padding: 3px 0;*/
text-align: center;
}

#wp-calendar caption 
{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold;
}

img 
{	
border:none;
}

.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

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

.wp-smiley
{
padding: 0;
}

.textwidget
{
margin: 2px 5px 2px 5px;
}

