/*
Theme Name:tankhousepub 
Theme URI: http://www.tankhousepub.com
Author: Andrea Witzke
Author URI: www.wdigraphics.com

*/


/*fonts overall */
body, address, dd, dl, hr, p, form { font-family: Arial, Sans-serif, "Trebuchet MS", Verdana, Tahoma; margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { color: #533419;  font-family:Georgia, Sans-serif; margin: 0; padding: 0 0 20px 5px; }

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

a:link, a:visited { text-decoration: none; color: #533419; }
a:hover { text-decoration: underline; color: #660000;  }
p { padding: 10px; }
blockquote { color: #61574a; margin: 15px 40px 10px 30px; padding: 0 10px 10px 20px; font-style: italic; border-left: 2px solid #7c7953; border-right: 2px solid #7c7953; }

body { margin: 0; font-size: 76.5%; text-align: center; vertical-align: top; background: url(images/woodbg.jpg) repeat #bca98c; color: #333; }

#wrapper { margin: 0 auto 0 auto; width: 950px; text-align: left; }



#main_content { background:#FFFFFF;float: left; margin: 0 auto 0 auto; padding: 0; width: 950px; border: none; }
#main_content_top {  float: left; margin: 0 auto 0 auto; padding: 0; width: 950px; }
#main_content_bottom { background: #fff url(images/bottom-bg.jpg) repeat; float: left; margin: 0 auto 0 auto; padding: 0; width:950px; height: 60px; }







#container { background: transparent; float: left; width:460px; margin:0px; padding: 0 10px 10px 10px;  }
#container_wide { background: transparent; float: left; width:auto; margin: 0; padding:25px; }

.post { padding: 10px 0 5px 0; text-align: justify; }
.post h2 { font-size: 2em; margin: 0 0 0 5px; padding-top: 5px; }
.entry { font-size: 1.2em; line-height: 1.42em; padding: 0 20px 40px 20px; }
.postmetadata { margin: 0; font-size: 9px; }
.date {	font-size: .9em; margin-top: -30px; }

/*wholly health header area at 1000 px */
#header-wrap { float: center; width: 950px; height: 300px; background: #fff url(images/header.jpg) no-repeat; padding: 0; margin: 0 auto 0 auto; }

.header { width: 950px; height: 200px; margin: 0 auto 0 auto; padding: 0; float: left;  }

.header h1 { width:600px; padding: 0; margin: 5px 0 0 20px; font-family:Georgia, Sans-serif;  line-height: 40px; text-align: left;  padding-left: 30px;  font-size:2em; color:#996600; font-weight:lighter; }

.header h1 a { text-decoration: none; color: #533419; }


.header h1 a:hover { text-decoration: underline; color: #006633;}


.header .description { width: 500px; margin: 0 0 0 40px; padding-left:45px; font-size: .99em; font-weight: normal; font-family: Georgia; color: #533419; text-align: left; text-transform: lowercase; font-style: italic; }



/* ================================================================ 
filter:alpha(opacity=30);moz-opacity:.30;opacity:.30;
CSSplay drop down menu plug in for word press

This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {width: 950px;
	background:url(images/menuback.jpg) no-repeat top center;
	height: 56px;font-size:0.85em; position:relative; z-index:100; border:solid #fff; border:none; text-align:center; }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:950px; w\idth:949px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;padding-left:25px;background:#003300;}
.menu ul ul {width:149px; background:#003300;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto;position:relative; border-right:1px solid #fff; border-bottom:1px solid #fff;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:auto; height:56px; padding-left:25px; padding-right:25px; line-height:56px; font-weight:600;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:auto; w\idth:auto;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:url(images/drop.gif) #003300 bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:url(images/drop.gif) #003300 bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:url(images/drop.gif) #003300 bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited { border-bottom:1px solid #fff;border-top:1px solid #fff}
/* style the third level hover */
.menu ul ul ul a:hover { border-bottom:1px solid #fff;border-top:1px solid #fff}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:56px;left:0; width:149px;background:#003300;}
/* another hack for IE5.5 */
* html .menu ul ul {top:55px;t\op:56px; border-bottom:1px solid #fff;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { background:#003300;color:#fff; height:auto; line-height:2em; padding:5px 10px; width:149px; margin-left:-25px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:149px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background: #fcb040;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background: #fcb040;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: red;
  border-left: 1px solid #fff;
    background: #fcb040;

}

.menu .current_page_item a {
  color:#fff;
  font-weight: bold;
  background: #fcb040;

}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;  background: #fcb040;

}

.menu ul .current_page_item ul a:hover {
  background: #fcb040;border-top:1px solid #fff;
} 

.menu .current_page_item a:hover {
  background: #fcb040;
}



/***** image styles commmon*****/
p img { padding: 0; max-width: 100%; }
a img { border: #544b40 1px solid; padding: 3px; background: none; }

img.avatar { float: left; margin: 5px; border: #544b40 1px solid; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 3px; margin: 0 0 0 7px; display: inline; }
img.alignleft { padding: 3px; margin: 0 7px 0 0; display: inline; }

.alignright { float: right; }
.alignleft { float: left; }
.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; /* optional rounded corners for browsers that support it */ -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; }

#flickrrss img { border: 1px solid #544b40; float: left; margin: 0 0 3px 3px; }

.thumbnail { width: 60px; height: 60px; float: left; margin: 3px; border: #544b40 1px solid; }
.medium { width: 250px; height: 150px; float: left; margin: 3px; border: #544b40 1px solid; }

/***** NAVIGATION *****/
.navigation { padding: 5px 0 5px 10px; font-size: 9px; font-weight: bold; line-height: 18px; }

/***** FOOTER *****/
.footer-wrap { width: 940px; height:25px; margin: 0 auto;  }
#footer {background:#20371c; width: 940px; float: left; color: #fff; font-size: 95%; height:25px; }
#footer a, #footer a:visited { color: #ebe1c8; }
#footer .left-col { width: 240px; float: left; margin-left: 30px; padding-right: 10px; }
#footer .right-col { width: 350px; float: right; margin-right: 65px; margin-left: 10px; }
#footer h4 { font-size: 1.7em; font-family: Arial; color: #fff; margin: 20px 0px 5px; font-weight:lighter; }
#footer_bottom {  clear: both; margin: 0 auto 0 auto; padding: 0; width: 1000px; height: 25px; }

.footer-misc {list-style: none; margin: 0; padding: 0; font-size: 92%; line-height: 110%; }
.footer-misc li {padding: 0 0 10px 20px; }
.footer-misc a {font-size: 115%; line-height: 130%; font-weight: bold; }

#credits { height: 30px; clear: both;  background: transparent/*url(images/footertop-bg.jpg)   repeat */; margin: 0; padding: 0; text-align: center; color: #fff; font-size: 90%; line-height: 120%; }
#credits a, #credit a:visited { color: #fff; }
#credits p { margin-right: 20px; }

/* the side stuff*/
#left_sidebar {font-weight:bold;  background: transparent; width: 210px; float: left; margin: 0 10px 20px 0; padding: 0 auto 0 auto; }
#right_sidebar {font-weight:bold;  background: url(images/new_side_back.jpg) top left no-repeat;width: 441px; float:right; margin: 0 20px 20px 0; padding: 0 auto 0 auto; }  
#left_sidebar ul, #right_sidebar ul { padding-top:140px;margin-top:140px;
} 
#left_sidebar ul li a:hover, #right_sidebar ul li a:hover { color: #660000; }
#left_sidebar ul li a, #right_sidebar ul li a { font-size: 10pt; display: inline; margin: 0 0 10px; padding: 0; color:#990000; }
#left_sidebar ul li, #right_sidebar ul li { background: transparent; display: block; padding: 0 0 3px 0; list-style: none; }
#left_sidebar ul ul, #right_sidebar ul ul { margin: 0 0 0 10px; }
#left_sidebar ul ul ul, #right_sidebar ul ul ul { margin: 0 0 0 10px; }
#left_sidebar ul, #right_sidebar ul { margin: 0 0 5px 0; padding: 0; }
#left_sidebar h2, #right_sidebar h2, #commentblock h2 { font-size: 12pt; font-weight:bold;font-family: Sans-serif;  letter-spacing: normal; margin: 5px auto 5px auto; padding: 3px 3px 3px 5px; text-align:left;  width: 240px; background:url(images/sidebacker.jpg) no-repeat; border-top:2px solid #663300;} 

#sidebar-wrapper 
{

	width:410px;
	float: right;
	margin-top:0;
	z-index:90;
}

#sidebar
{ background: url(images/sidemiddlebit.jpg) center repeat-y;
	padding: 0px 15px 10px 10px;
	width: 410px;
	margin-right:96px;
	margin-top: 240px;
	margin-bottom:-10px;
	z-index:100;
}
.inner_side {
display:block;
width:210;
margin-left:55px;
padding-left:10px;
margin-right:25px;
text-align:left;}
#sidebar-bottom
{background:url(images/sidebottom.jpg) bottom center no-repeat;
margin-bottom:0px;
width:410px;
height:104px;
clear:both;
margin-right:0px;
margin-top:0px;
z-index:89;}
/*search*/
.search { float: left; width: 210px; margin: 0 0 10px 0; padding: 0; }
.search form { float: right; margin: .5em 10px 0 0; padding: 0; }
.search input#s { background: #e3d7b5; color: #544b40; width: 160px; margin: 0 10px 0 0; padding: 3px 5px; border: 1px solid #b3a381; font-size:12px; }
.search .search-submit { display: none; }


/*just in case these are comment*/
.comments-template { margin: 0 10px;  padding: 0 10px; }
.comments-template ol { margin: 0; padding: 0 0 15px; list-style: none; }
.comments-template ol li { margin: 0; line-height: 14px; padding: 10px 0 10px 5px; }
.comments-template h2, .comments-template h3 { font-family: Georgia, Sans-serif; font-size: 12px; margin: 10px 0 0 0; }
.commentmetadata { font-size: 0px; }
.comments-template p.nocomments { font-size:0px; }
.comments-template textarea { width: 95%; max-width: 500px; font-family: Arial, Helvetica, Georgia, Sans-serif; font-size: 0px; background: #b3a381; }
.authorcomment { background: #b3a381; }

/***** IE HACKS *****/
* html .menu  { width:998px; text-align:center; }
