/*
Theme Name: The Hook Up AV Theme
Author: Two Nine Web Design (http://twoninewebdesign.com)
Version: 1.0

*/

@charset "text/html;charset=utf-8";

a img {
	border: 0px;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666;
	background-image: url('images/body-grad.jpg');
	background-repeat: repeat-x;
}
#hu-container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
} 
#hu-header {
	background: #000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 126px;
	width: 960px;
	padding: 0;
} 


#hu-topnav {	
	color: #FFF;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#hu-topnav ul, div.menu ul {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#hu-topnav a {	
	font-size: 0.8em;
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#hu-topnav li, div.menu li {
	float: left;
	position: relative; /*this makes submenus vertical*/
}

#hu-topnav  li:hover > a { /*main menu hover style*/
	text-decoration: underline;
	color: #FFF;/*	padding:15px 20px;
*/}
#hu-topnav  ul li:hover > ul {
	display: block;
}

#hu-topnav  ul li.current_page_item > a,
#hu-topnav  ul li.current-menu-ancestor > a,
#hu-topnav  ul li.current-menu-parent > a { /*this controls current page topmenu items look*/
	color: #FFF;
	text-decoration: none;
}


#hu-snm {
	float:right;
	margin-top:48px;
}
#hu-snm a {
	padding: 0px 5px 0px 0px;
}



#hu-mainMenu #hu-navleft {
	background-image: url('images/menu-grad.jpg');
	background-repeat: repeat-x;
	height: 40px;
	width: 79px;
	clear: left;
	float: left;
}
#hu-header a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#hu-header #hu-logo {
	margin-top: 30px;
	height: 96px;
	width: 350px;
	clear: none;
	float: left;
}
#hu-header #hu-call-us {
	float: right;
	margin-right: 35px;
	clear: right;
	height: 77px;
	width: 165px;
	margin-top: 5px;
}
#hu-header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#hu-mainMenu #hu-nav-plug {
	height: 40px;
	width: 88px;
	clear: none;
	float: left;
}


/*---------------------topnav dropdown menus---------------------*/

#hu-nav-right {
	text-align: left;
	font-size: 1.2em;
	background-image: url('images/iWave_logo_bottom.jpg');
	background-repeat: no-repeat;
	clear: none;
	float: left;
	height: 40px;
	width: 775px;
	padding-left: 185px;
}

#hu-nav-right ul, div.menu ul {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#hu-nav-right a {
	display: block;
	padding: 8px 28px 7px 28px;
	text-align: center;
	text-decoration: none;
	color: #000;
}
#hu-nav-right li, div.menu li {
	float: left;
	position: relative; /*this makes submenus vertical*/
}
#hu-nav-right .sub-menu { /*gives submenus left padding*/
/*        -webkit-padding-start: 40px;
	width: 280px;
*/}
#hu-nav-right  ul ul { /*this controls the submenus*/
	display: none;
	position: absolute; 
	float: left;
	background: #666;
/*	border-bottom: 1px solid #fff; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
*/	margin-left: 40px; /*originally 40px*/
/*	width: 280px;
*/	z-index: 99999;
}
#hu-nav-right  ul ul ul {
	margin-left: 0px;
	border-left: solid #fff 1px; 
}
/*#hu-nav-right  ul ul li {
	min-width: 180px;
}*/
#hu-nav-right  ul ul ul {
	left: 100%;
	top: 0;
}
#hu-nav-right  ul ul a { /*styles submenu text*/
	color: #fff;
	line-height: 1em;
    margin: 0px;
	padding: 5px 20px 5px 20px;
	width: 200px; /*gives submenus all the same width--good for vertical submenus*/
	text-align: left;
	border-bottom: 1px solid #fff;
/*	height: auto;
        float: left;
        position: relative;
*/}
#hu-nav-right  ul ul :hover > a { /*submenu hover style*/
	background: none;
	color: #fff;
	font-weight: bold;
}
#hu-nav-right  li:hover > a { /*main menu hover style*/
	background-color: #000;
	color: #036EBE;/*	padding:15px 20px;
*/}
#hu-nav-right  ul li:hover > ul {
	display: block;
}

#hu-nav-right  ul li.current_page_item > a,
#hu-nav-right  ul li.current-menu-ancestor > a,
#hu-nav-right  ul li.current-menu-parent > a { /*this controls current page topmenu items look*/
	color: #036EBE;
	background-color: #000;
}
#hu-nav-right  ul.sub-menu li.current-menu-item > a,
#hu-nav-right  ul.sub-menu li.current-menu-parent > a { /*this controls current page submenu items look*/
	background-color: #000;
	background-image: none;
	color: #fff;/*	border: solid #768FAE 1px;
*/}
#hu-nav-right  li.current-menu-item > a,
#hu-nav-right  li.current-menu-parent > a { /*this controls current page submenu items blue border*/
/*	border: solid #768FAE 1px;
*/}
#hu-nav-right  ul li.current_page_item > a:hover,
#hu-nav-right  ul li.current-menu-ancestor > a:hover,
#hu-nav-right  ul li.current-menu-parent > a:hover {
}
#hu-nav-right  ul li.current-menu-item > a:hover { /*this controls current page menu items hover look*/
/*        font-weight: bold;
*/}
*+html #hu-nav-right  ul li.current_page_item a,
*+html #hu-nav-right  ul li.current-menu-ancestor a,
*+html #hu-nav-right  ul li.current-menu-parent a {
        font-weight: bold;
}
*+html #hu-nav-right  ul li.current-menu-item a {
        font-weight: bold;
}
*+html #hu-nav-right  ul li.current_page_item a:hover,
*+html #hu-nav-right  ul li.current-menu-ancestor a:hover,
*+html #hu-nav-right  ul li.current-menu-parent a:hover {
        font-weight: bold;
}
*+html #hu-nav-right  ul li.current-menu-item a:hover {
        font-weight: bold;
}
*+html #hu-nav-right  ul ul { /*gives submenus left padding*/
        padding-left: 40px;
}
*+html #hu-nav-right  {
	margin-left: 5.5px; /* orig 5.5px*/
}
#hu-nav-right  ul li.current_page_item a,
#hu-nav-right  ul li.current-menu-ancestor a,
#hu-nav-right  ul li.current-menu-parent a {
        font-weight: bold\9
}
#hu-nav-right  ul li.current-menu-item a {
        font-weight: bold\9
}
#hu-nav-right  ul li.current_page_item a:hover,
#hu-nav-right  ul li.current-menu-ancestor a:hover,
#hu-nav-right  ul li.current-menu-parent a:hover {
        font-weight: bold\9
}
#hu-nav-right  ul li.current-menu-item a:hover {
        font-weight: bold\9
}


#hu-sidebar-left {
	float: left; /* since this element is floated, a width must be given */
	width: 148px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#hu-sidebar-right {
	float: right; /* since this element is floated, a width must be given */
	width: 298px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#hu-container #hu-sidebar-right #consult {
	height: 126px;
	width: 292px;
	background-image: url('images/consult-bg2.jpg');
	background-repeat: no-repeat;
	border: 3px solid #272727;
	padding-top: 33px;
	text-align: center;
}
#hu-container #hu-sidebar-right #promobox {
	width: 292px;
	font-size: 1.6em;
	background-image: url('images/promo-bg.jpg');
	background-repeat: no-repeat;
	border: 3px solid #272727;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
	height: 225px;
	margin-bottom: 20px;
}
#hu-sidebar-right #promobox p a {
	color: #000;
	text-decoration: none;
	font-size: 0.8em;
}
#hu-sidebar-right #promobox p {
	margin: 0px;
	padding: 0px;
}
#hu-sidebar-right #promobox p a:hover {
	text-decoration: underline;
}
#hu-container #hu-sidebar-right .widget {
	width: 294px;
	background-image: url('images/promo-grad.jpg');
	background-repeat: repeat-x;
	border: 3px solid #272727;
	padding: 10px;
}
#hu-mainContent {
	margin-top: 0px;
	margin-right: 298px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 148px;
	overflow:auto;
} 
#hu-mainContent #hu-contentbox {
	padding: 10px;
	background-image: url('images/content-bg.jpg');
	background-repeat: repeat-x;
	background-color: #fff;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 298px;
	margin-bottom: 0px;
}
#hu-mainContentbox {
	clear: both;
	background-color: #FFF;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
}
#hu-mainContent .entry-content {
	float:left;
}
#hu-mainContent .entry-content a {
	color:#666;
}
#hu-mainContent img.wp-post-image {
	width:490px;
}


#hu-footer {
	width: 960px;
	margin-top: 15px;
	text-align: center;
	padding-bottom: 20px;
}
#hu-footer ul {
	list-style-type: none;
	-webkit-padding-start: 0px;
	display:inline;
	text-align: center;/*	text-align: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: block;
*/
}
#hu-footer ul a {
	/*	display: block;
*/	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	text-decoration: none;
	color: #666;
	font-size: 0.8em;
}
#hu-footer p a {
/*	display: block;
*/	padding: 0px;
	text-align: center;
	text-decoration: none;
	color: #666;
	text-transform: none;
}
#hu-footer p {
	color: #666;
	font-size: 0.7em;
	margin: 5px 0px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	clear: left;
}
#hu-footer a:hover {
	text-decoration: underline;
}
#hu-footer li {
	display:inline;
/*	float: none;
*/}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#promobox a .promobutton {
	margin-top: 160px;
}









/*----------WP stuff----------*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	clear: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
#mainContent p.wp-caption-text {
        font-size: 0.9em;
        font-style: italic;
        margin: 0px;
        padding: 0px 5px;
}
#dynamic-sidebar li {
	list-style-type: none;
	clear: both;
	margin-bottom: 15px;
	margin-left:0px;
	padding-left:0px;
	list-style-position:outside\9;
}
.dynamic-sidebar li {
	list-style-type: none;
	clear: both;
	margin-bottom: 15px;
	margin-left:0px;
	padding-left:0px;
	list-style-position:outside\9;
}
.textwidget p {
/*	padding: 0px 15px 0px 15px;
*/}
p.form-allowed-tags {
	display: none;
}
.textwidget {
/*	padding: 0px 15px 20px 15px;
*/}
#dynamic-sidebar .widget-container {
	margin-bottom: 15px;
}