style: ledge top bar

#menu 
{
font-family: 'Open Sans', sans-serif;    
font-size: 16px; 
    line-height: 1.5em;
font-weight: 600;
text-transform: uppercase;
}

.top-bar-wrapper, 
        .top-bar-wrapper-fixed {
                display: inline;
                width: 100%;
                height: 52px;
                background-color: #fff;
                -webkit-box-shadow:  0px 0px 5px 0px rgba(00, 00, 00, 0.3);
                box-shadow:  0px 0px 5px 0px rgba(00, 00, 00, 0.3);
                z-index: 100;
        }
        .top-bar-wrapper-fixed {
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
        }
        .top-bar {
                width: 960px;
                margin: 0 auto;
        }

        .top-logo {
               margin-top: -15px;
               float: left;
        }

        .top-content {
                position:relative; 
                top: 0; 
                bottom:0; 
                left:0; 
                right:0;
                margin:auto; 
                height:52px; 
                width:100%;
                margin-top: 15px;
         }
        .top-search-box {display:inline; position: relative; margin-left: 20px; margin-top: -2px; float:left;}
        /*.top-search-text {display:inline; position: relative; top: -18px; left: 10px; color: #000;}*/

#menu .navbox 
{
height: 25px;
width: 300px;
}

.search-box-text {
position:relative;
font-family: 'Open Sans', sans-serif;    
font-size: 12px;
display: inline;
}

.top-links {
position:relative;
display: inline;
float:left;
margin-left: 20px;
}

.socialmedia {
position:relative;
display: inline;
margin-left: 20px;
margin-top: 2px;
float:left;
}

span#logging {
position:relative;
display: inline;
float:right;
margin-right: 20px;
}

/*Move container box down*/

#container{margin-top: 70px;}

/*Move social media icons down*/
/*.socialmedia {
position: relative;
top: 10px;
left: 25px;
}*/

/* Nav Box Styling*/
.navbox {
border-radius: 21px;
-webkit-box-shadow: none;
box-shadow: none;
height: 50px;
padding-top: 0px;
width: 182px;
}

/*Con listing tables*/
/*.td-active-table{
    background: #fffadd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
padding: 10px;
width: 250px;
}

.td-completed-table{
    background: #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
padding: 10px;
width: 250px;
}

.table-con{
border-collapse: separate;
border-spacing: 10px;
}/*

/*#top-bar {
    border-bottom: 4px solid #666;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 0;
    overflow:hidden;
    text-align: right;
    font-size: 16px;
    float: top;
}

#top-bar a {
  color: #222;
  font-weight: normal;
  white-space: nowrap;
}

#top-bar .navbox-form {
  padding: 1.5em 0;
  display: block;
}

#top-bar .navbox {
    border: 1px solid #666;
    background: #FFFFFF;
    width: 350px;
    max-width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding: 2px;
}

#top-bar #top-menu {
   white-space: nowrap;
}

#top-bar #top-menu a {
  margin-left: 40px;
  font-weight: bold;
}

#top-bar #top-logo {
  float: left;
  max-width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #777;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#top-bar #top-logo a,
#top-bar #top-logo a:link,
#top-bar #top-logo a:visited {
  color: #448;
  text-decoration: none;
  text-align: center;
}

#top-bar #top-logo img {
  max-height: 100%;
  max-width: 100%;
}*/