/* CSS Document */

/* All items not copyrighted by others, copyright 2009 Brownstein Group, Inc. All rights reserved.  */

/* Last Updated September 39, 2009 v. 1.1 for KA 4.0*/

/* all the CSS that controls the added right and left sidebars */

/* placed here for easier editing and debugging */

/* this CSS works with the  HTML inside the javascript in the FOOTER of global page in AC  */



#sidebarLeft, #sidebarHomeLeft, #sidebarSearchLeft, #sidebarMessageBoardLeft{
float: left;
width: 263px;
height:auto;
min-height:200px;
display:inline;margin:0px 5px 0px 0px;padding:0px;
}

/* Added by DOF */
div#ka_mainContainer div#sidebarMessageBoardLeft{
	display: none !important;
}

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

#sidebarSearchLeft {margin:10px 0px 0px 0px;}
#sidebarSearchRight {margin-top:10px!Important}

#sidebarLeft .sbcontent, #sidebarHomeLeft .sbcontent, #sidebarSearchLeft .sbcontent { height: 1%;padding: 14px 15px}

#sidebarLeft .headline, #sidebarHomeLeft .headline, #sidebarSearchLeft .headline, #sidebarHomeRight .headline, #sidebarSearchRight .headline{background: #325a7a;border-bottom: 1px solid #ffffff;height: 2.9em;padding: 0px}

#sidebarLeft .headline h2, #sidebarHomeLeft .headline h2, #sidebarSearchLeft .headline h2, #sidebarHomeRight .headline h2, #sidebarSearchRight .headline h2{color: #ffffff!Important;font-size: 1.3em!Important;line-height: 2.2em;margin: 0!Important;padding:0px;text-align:center;letter-spacing:0px}


#sidebarHomeRight, #sidebarSearchRight {
float: right;
width: 220px;
height:auto;
min-height:200px;
display:inline;margin:0px;padding:0px;}


#sidebarHomeRight .sbcontent,#sidebarSearchRight .sbcontent{
	height: 1%;
	padding: 14px 15px
}


/* Message board main page layout */
div.ka_messageBoard#ka_mainContainer div#ka_contentContainer {
	width: 960px;
}


/* Experience Fixes */
div#expSearch{
height:30px;
position:relative;
}
/*div#expSearch h1{
float:left;
}*/
div#expSearch input#txtProfileSearchCustom, div#expSearch button, div#expSearch select#categories{
/*float:right !important;*/
position:absolute;
}
div#expSearch input#txtProfileSearchCustom{
right:24px;
top:0px;
}
div#expSearch button{
margin:0px;
right:0px;
top:0px;
}
div#expSearch select#categories{
margin:0px;
right:210px;
top:0px;
padding: 1px;
font-size: 11px;
}
