/*===========================*/
/*=           TOP           =*/
/*===========================*/

*{
  padding: 0 0;
  margin: 0 0;
  font-size: 1.0em;
}

body{
  padding: 0 0;
  margin: 0 0;
  font-family: Arial, sans-serif;
  font-size: 11pt;
  font-size: 76%;
}

a{
  text-decoration: none;
  color: #008CFF;
}

a:visited{
  color: #008CFF;
}

a:hover{
  color: #9CC8FB;
}


img{
  border: 0px;
}

#columns{
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

.column-middle{
}

.column-left{
  vertical-align: middle;
  text-align: right
}

.column-right{
  vertical-align: middle;
}

.column-middle{
  background: #3e3e3e;
  width: 500px;
  vertical-align: middle;
}

.content{
  background: black;
  height: 400px;
}

.column-center{
  height: 400px;
}

.column-top{
  height: 20px;
}

.column-middle .content{
  background: white;
  overflow: auto;
}

.column-left .content{
  background-image: url('/images/stahr_logo.jpg');
  background-position: bottom right;
  background-repeat: no-repeat;
}

#nav{
  padding-right: 30px;
  padding-top: 10px;
}

#nav a{
  font-size: 2.0em;
  font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
  color: #3E3E3E;
}

#nav a:visited{
  color: #3E3E3E;
}

#nav a:hover{
  color: #999;
}

#nav a.current{
  color: white !important;
}

#nav li{
  padding: 2px 2px;
}

#nav ul.sublinks a{
  font-size: 1.2em;
}

#main-content{
  padding: 15px 15px;
}

#center-bottom{
  color: #E0E0E0;
  padding-top: 10px;
  background-image: url('/images/bottom-bg.jpg') !important;
  background-repeat: repeat-x !important;  
}

.column-bottom{
  height: 50%;
  vertical-align: top !important;
  text-align: center;
}

.shadow{
  border-right: 1px solid #272727;
  border-bottom: 1px solid  #272727;
}

h1{
  font-size: 1.5em;
  margin-bottom: 10px;
}

.blog-images{
  padding: 5px 10px;
  text-align: center;
}

.blog-images img{
  padding: 5px 5px;
}

#home-content{
  color: white;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
  
}

#page-user-content img{
  margin: 3px 3px;
}