/*********************************
GENERAL & UTILITY STYLESs
**********************************/

.clearfix:after { content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0; } .clearfix { display:inline-block; } html[xmlns] .clearfix { display:block; } * html .clearfix { height:1%; }
div.highlight, div.emphasize { padding: 8px 12px }

dd { margin: 0; }
hr { border: none; border-bottom: 1px solid #e5e5e5; background: none; margin-bottom: 10px; }
#title h1, #title h3 { margin: 0; }
.large_avatar { float: left; margin: 0px 8px 8px 0px;}

/*********************************
HEADER
**********************************/

#header { background: url(/gfx/bgs/top-bar.png) repeat-x; width: 100%; position: relative; margin: 0 auto 20px; height: 35px;}
#nav_container { position: relative; margin: 0 auto 0; width: 940px; }
	
#navigation { float: left; margin-bottom: 0; }
#navigation li { display: inline; float:left; padding: 0; }
#navigation a { color: #000; font-size:1.077em; display: block; border-right: 1px solid #e5e5e5; padding: 8px 8px 9px; }
#navigation a:hover { color: #fff; background: #000; text-decoration:none;}
#logo a:hover { background: none; }
#logo a { padding: 7px 8px 0 0; }

#header_utilities { float: right; width: 320px; } 

#search { position: absolute; right: 160px; top: 0; margin: 0; padding: 0; width: 140px; }
#search fieldset { margin: 0; padding: 0; border: none; }
#searchTerm { font-size: 0.925em; margin: 0; margin-top: 7px; padding: 1px 4px 0; width: 125px; }
#search button { position: absolute; top: 5px; right: 4px; background: url(/gfx/icons/search.png); border: none; text-indent: -9999em; width: 15px; height: 15px; }
       
#account_panel_container { position: absolute; right: 0px; top: 0px; }
#account_panel { position: relative; background: red; width: 140px; }
#account_panel .image { position: absolute; top: 6px; left: -5px; }
#account_panel .username { position: absolute; top: 1px; left: 20px; }
#account_panel ul { margin: 0; padding: 0; clear: left; position: absolute; top: 19px; left: 19px; width: 125px; }
#account_panel li { float: left; display: inline; }
#account_panel li a { font-size: 10px; line-height: 8px; display: block; padding: 0 2px; margin: 0; border-right:1px solid #ccc; }
#account_panel li.last a { border-right: none; padding-right: 0; }

/*********************************
FOOTER
**********************************/

#footer { position: relative; width: 940px; margin: 0px auto 0; clear: left;}
#footer .column_100 { border-top: 1px dotted #8a888d; color:#969696; padding: 7px 0; margin-top: 20px; }
#footer span { color: #000000; }
#feedback { position: absolute; top: 0; right: 0; padding-top: 7px; }