/*
Theme Name: Plumber Trainer
Author: Sherry Haney
Author URI: http://pinoakwebdesigns.com
*/

* { margin: 0; padding: 0;}
html { overflow-y: scroll;}
html, body {height:100%;}
body { font-family:Arial, Helvetica, sans-serif; font-size:12px; background-color: #b2abac;}

/*Links*/
a:visited {
	color: #660000;
}
a:hover {text-decoration: none; color: #660000;}
a:active, a:link {text-decoration: underline; color: #660000;}

/*Defaults*/
h1 {font-size: 14px; color:#000000;}
h2 h3 h4 h5 h6 {font-size: 14px; font-weight:bold;}
ul { }
li { line-height: 165%; }
img { border:none;}
.clear { clear:both;}
.floatright { float:right;}
.floatleft { float:left;}

/* Structure */

#wrapper { width:960px; margin: 0px auto -250px; min-height: 100%; height: auto !Important; height: 100%;}
#push { height:250px;}

/* Header */

#header { width: 950px; background: url(images/header.jpg) no-repeat; margin-top: 0; height:118px; }
h1#logo { margin: 22px 0 0 25px;}
h2#description { width:950px; height:22px; color:black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin: 0 0 0 20px; float:left;}

/* Header Navigation */

/*-------------------Main Nav ------------------------*/
/* remove the bullets, padding and margins from the lists */
#nav-bar {
	width:950px;
	float:left;
	margin:0;
	background-image:url(images/navbar.jpg);
	background-repeat:no-repeat;
}
#nav-bar ul{
list-style-type:none;
padding:0 0 0 50px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#nav-bar li{
float:left;
position:relative;
z-index:100;
padding: 0 8px;
height: 20px;
}

/* use the table to position the dropdown list */
#nav-bar table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
#nav-bar a, #nav-bar :visited {
display:block;
font-size:12px;
font-variant:small-caps;
font-weight:bold;
color:white;
text-decoration:none;
text-align:center;
margin: 0 47px 0 15px;
}
#nav-bar ul ul li a, #nav-bar ul ul li :visited {
width:200px;
color:black;
text-align:left;
padding:1px 4px;
}
#nav-bar ul ul ul li a, #nav-bar ul ul ul li :visited {
width:200px;
color:black;
text-align:left;
padding:1px 4px 1px 125px;
}

#nav-bar ul ul li{
position:relative;
z-index:100;
padding:3px 0;
width:170px;
}
#nav-bar ul li.current_page_item {
}
#nav-bar ul ul li.current_page_item {
	background-image:url(images/current.gif); background-repeat:no-repeat; background-position: left bottom; 
}
/* style the links hover */
#nav-bar a:hover{
color: #;
text-decoration:underline;
}
#nav-bar uFFFF99l ul li a:hover{
color: #333333;
text-decoration:underline;
text-align:left;
width:170px;
}
/* hide the sub level links */
#nav-bar ul ul {
visibility:hidden;
position: absolute;
margin:0 0 0 0;
background-color:white;
border:1px solid #666666;
width:170px;
padding:0 0 10px 0;
text-align:left;
}
/* make the sub level visible on hover list or link */

#nav-bar ul li:hover ul, #nav-bar ul a:hover ul{ visibility:visible;}

/* Content Container */

#content-wrapper { width: 950px;}
.content-body { background: url(images/content-body-bg.jpg) repeat-y; width:950px; float:left; padding: 10px 0 0 11px;}
.content-bottom { background: url(images/footer.jpg) no-repeat; width:950px; height:22px; float:left; padding: 0 0 10px 0;}

/* Content Text */

#content { width:725px; float:left;}
#content p {padding:5px 5px 5px 10px; line-height:165%;}
#content-leftside { width:725px; float:left;}
#content-leftside p, #content-home {padding:5px; line-height:165%;}
#content-leftside p.background-gray {padding:0; line-height:14px;}
#content-leftside ul, #content ul {padding:2px 2px 2px 20px;}
#content-leftside ul li, #content ul li {margin: 0 0 0 10px; padding:0;}
#content-leftside .post {padding:0;}
#content-home { width:900px; float:left;}

/* Side Bar Left */

#sidebar { width:185px; padding:0 15px 0 0;}
#sidebar ul { list-style:none;}
#sidebar ul.children{padding: 10px 0;}
#sidebar li { list-style:none;}
#sidebar h2{ background-color:#1c1cbf; width:185px; height:26px; float:left; color:#FFFFFF; text-align:center; padding:5px 0 0 0; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-variant:small-caps;}
#sidebar #upcoming-events {font:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
#sidebar #upcoming-events li {border-bottom:1px solid black;}
/* Side Bar Right */

#sidebar-right { width:170px;}
#sidebar-right ul { list-style:none;}
.sidebox {margin:0 0 10px 0; padding:0 0 3px 0;}
.sidebox ul {padding:35px 0 0 0;}
.sidebox li, #sidebar li.cat-item {padding:6px 0 6px 18px; border-bottom:1px solid beige; width:168px;}
.sidebox a, .widget a {text-decoration:none; margin:auto;}
.sidebox li:hover, #sidebar li:hover.cat-item {background-color:#FFFFCC;}
.sidebox a:hover { color: black;}
.textwidget {padding:30px 5px 0 8px;}
.widget_text {line-height:normal; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

/* Search Form */

#searchform label {width:170px; height:27px; float:left; color:#FFFFFF; text-align:center;}
#searchform input {width: 115px;}
#searchform #searchsubmit {width: 50px; font:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

/* Footer */

.footer-top {border-top:1px #660000 solid; width:500px; padding:10px 0 10px 200px;}
#footer { width: 950px; float:left;}
.footer-body { background: url(images/content-body-bg.jpg) repeat-y; width:950px; float:left; padding: 20px 0; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#666666;}

/* Styles for Tiny MCE */
.background-black {font-size:14px; background-color:black; display:block; color:#FFFFFF; text-align:center; padding:0; line-height:normal; font-weight: bold; padding:2px 0 !important;}
.background-gray {font-size:14px; font-weight:bold; background-color:#eae8e2; width:100%; display:block; color:black;margin:8px 0;}
h2.background-gray {padding:5px;}
.background-blu { font-size:12px; font-weight:bold; text-align:center; font-variant:small-caps; font-family:Verdana, Arial, Helvetica, sans-serif; background-image:url(images/bluebar.jpg); background-repeat: repeat-x; height:26px; display:block; color:black;}
.background-bar {background-color:#1c1cbf; height:26px; color:white; font-size:12px; font-weight:bold; text-align:center; font-variant:small-caps; font-family:Verdana, Arial, Helvetica, sans-serif; }
h2.background-bar { padding:5px 5px 0 5px;}
.line-bottom {border-bottom:2px solid black; font-size:14px; font-weight:bold; padding:8px 0 0 0;}
td.dashed-bottom-line {border-bottom: 1px gray dashed; padding:2px;}
td.line-right {border-right:1px solid black;}
.references, .references-rightcell {padding:5px;}
td.references {border-right: 1px solid #6f1722;}
td.references p, td.references-rightcell p{line-height:125%; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-align:center;}
td.references h4, td.references-rightcell h4 {background-color:#D8D8D8; color:black; font-size:13px; padding:0;}
td.references-rightcell {border:none;}

/* new menu look*/
/* style the outer div to give it width */
#menu {		width:950px;
	float:left;
	margin:0;
	background-color:black;
/*	background-image:url(images/navbar.jpg);
	background-repeat:no-repeat;
*/}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {list-style-type:none;
padding:0 0 0 35px;
}

/* style the sub-level lists */
#menu ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu ul li {float:left; padding: 0 5px; height:20px;}

/* style the sub level list items */
#menu ul ul li {display:block;width:12em;height:auto;position:relative; margin:0;}

/* style the links for the top level */
#menu a, #menu a:visited {display:block;height:100%;font-size:12px;text-decoration:none;color:#fff;;padding:0 3em 0 1em; font-weight:bold;}

/* style the sub level links */
#menu ul ul a, #menu ul ul a:visited {display:block;background: #aea7a8; color: black; border:1px solid gray;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
#menu ul table ul a, #menu ul table ul a:visited  {width:14em; width:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
#menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
#menu ul ul table {left:-1px;}
#menu ul ul table ul.left {margin-left:2px;}

#menu li:hover {position:relative;}
* html #menu a:hover {position:relative;}

/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {background-color:#aea7a8;}
/* style the fourth level background */
#menu ul ul ul ul a, #menu ul ul ul ul a:visited {background:#aea7a8;}
/* style the sub level 1 background */
#menu ul :hover a.sub1 {background:#aea7a8;}
/* style the sub level 2 background */
#menu ul ul :hover a.sub2 {background:#aea7a8;}

/* style the level hovers */
/* first */
#menu a:hover {color:#FFFF99; text-decoration:underline;}
#menu :hover > a {text-decoration:underline;}
/* second */
#menu ul ul a:hover{color:#000;background:#aea7a8;}
#menu ul ul :hover > a {color:#000;background:#aea7a8;}
/* third */
#menu ul ul ul a:hover {background:#aea7a8;}
#menu ul ul ul :hover > a {background:#aea7a8;}
/* fourth */
#menu ul ul ul ul a:hover {background:#aea7a8;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {visibility:hidden;position:absolute; padding: 0 0 0 0;}

/* position the third level flyout menu */
#menu ul ul ul{left:168px;top:0;width:14em; padding: 0 0 0 0;}

/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {left:-14em;}


/* 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; height:auto; padding-bottom:3em;}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
#menu ul :hover 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;}
/* make the fourth level visible when you hover over third level list OR link */
#menu ul :hover ul :hover ul :hover ul {visibility:visible;}

