/*

Theme Name: Design Build Solutions, Theme2

Theme URI: http://www.designbuildsolutionsllc.com

Description: Theme to copy pages designed by Selah Graphics

Version: 0.1.1

Author: Tim Schrock

Author URI: http://www.designbuildsolutionsllc.com

Tags: black, red, custom header, fixed width, two columns, widgets







	The CSS, XHTML and design is released under GPL:

	http://www.opensource.org/licenses/gpl-license.php



*//* Begin Typography & Colors */
body {
  font-size: 62.5%;/* Resets 1em to 10px */
  font-family: Century Gothic, verdana, Arial, Helvetica, sans-serif;
  font: normal small Century Gothic;
  color: #333;
}

#dropmenudiv{
  position: absolute;
  border: none;
  border-bottom-width: 0;
  font: normal 12pt Century Gothic;
  color: white;
  line-height: 18px;
  z-index: 100;
}

#dropmenudiv a{
  width: 100%;
  display: block;
  color: white;
  text-indent: 3px;
  border-bottom: none;
  padding: 3px 0;
  text-decoration: none;
  font-weight: normal;
}

#dropmenudiv a:hover{/*hover background color*/
  background-color: #BE2F37;
}

#sidebar {
  float: right;
  font-size: 67%;
  width: 200px;
  padding-left: 3em;
  padding-top: 1em;
}

#sidebar li, #sidebar li ul li {
  list-style-type: none;
}

#sidebar li li {
  list-style: square;
}

#sidebar li h2 {
  text-decoration: underline;
}

.ahem {
  display: none;
}

p {
  font-size: small;
  line-height: 120%;
}

div.justify{
  text-align: justify;
  text-indent: 30px;
}

tr {
  font-size: 12pt;
}

div.container {
  width: 700px;
  margin: 0px;
  font: normal 12pt Century Gothic;
/*border-left:1px solid gray;

border-right:1px solid gray;

border-bottom:1px solid gray;*/
  line-height: 125%;
  margin: 0 auto;
}

div.header, div.footer {
  margin: 12;
  font-size: 67%;
  padding: 0.5em;
  clear: both;
  text-align: center;
/*border-top:1px solid gray;*/
}

p.postmetadata {
  clear: left;
  font-size: 75%;
}

h1.header {
  padding: 0;
  margin: 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

div.left {
  width: 450px;
  margin: 0;
  padding: 1em 2em 1em 1em;
}

div.fullwidth {
  margin: 12;
  padding: 1em;
  text-align: left;
  height: 100%;
}

div.sidebar {
  float: right;
  font-size: 67%;
  width: 200px;
  padding: 5em 1em 1em 1em;
}