﻿@import "style.css";

body {
  color: #000;
  text-align: left;
  }

#nav, #footer, .sidebar.right, #subnav, .image, .frame {
  display: none;
  }
  
#container, #wrapper, .sidebar {
  width: 100%;
  margin: 0;
  padding:0;
  border: none;
  float: none;
  } 
  
.narrow {
  width: 100%;
  }
  
.box1 {
  height: auto;
  margin: 0;
  padding:0;
  }
  
#header {
  float: none;
  width: 100%;
  height: 120px;
  margin: 0;
  padding:0 0 20px 0;
  border: none;
  }

#logo {
  float: right;
  }

#content {
  float: none;
  width: 100%;
  margin: 0;
  padding:0;
}
  
h1 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 20px;
  }

h1, h2 {
  color: #000;
  font-weight: bold;
  }
  
a:focus, a:link, a:visited, a:active {
  color: #000;
  text-decoration: underline;
  }
  
#content ul {
  margin-top: 8px;
  margin-left: 20px;
  padding-left: 0;
  list-style: disc;
  }

#content ul li {
  padding-left: 10px;
  padding-top: 2px;
  } 

#content ul.link {
  margin-top: 0;
  margin-left: 20px;
  padding-left: 0;
  list-style: disc;
  }
  
#content ul.link li {
  padding-left: 10px;
  }  
  
ul.postTabs {
  display: none !important;
  }
  
.postTabs_divs   {
  display: block !important;
  }
 
 
 table {
   border-bottom: 1px #ccc solid;
   }
   
 table th {
   border-top: 1px #ccc solid;
   }
   
 table td {
   border-top: 1px #ccc solid;
   }

.cform { 
  border: 1px solid #ccc;  
}

.cform input,
.cform textarea,
.cform select { 
  border:1px solid #ccc; 
 }