/*
Theme Name: Cognitive X
Description: 
Version: 1.0
Author: Derek Hatchard 
*/


body
{
  font-family: Trebuchet MS, Helvectica, Arial;
  font-size: 15px;
  background-color: #ccc;
  margin: 0px;
  padding: 0px;
  color: #666;
}


#wrapper
{
  text-align: center;
}

#mainpage
{
  background-color: #E0E2E2;
  background-image: url(images/bg4.png);
  background-repeat: no-repeat;
  text-align: left;
  margin: auto;
  width: 1020px;
}

#searchbar
{
  padding-top: 5px;
  padding-bottom: 4px;
  color: White;
  font-weight: bold;
  padding-left: 700px;
  background-color: Black;
  border-bottom: solid 6px #999;
}

#searchbar form
{
  display: inline;
}

#searchbar input
{
  margin-left: 12px;
  padding-left: 3px;
  padding-top: 3px;
  border: none;
  width: 195px;
  height: 21px;
  background-color: Black;
  background-image: url(images/searchbox.png);
  background-repeat: no-repeat;
}

#header
{
  padding: 30px 40px 10px;
}

#header a
{
  color: #7C7C7C;
  text-decoration: none;
}

#header a:hover
{
  color: #f48021;
}

#header table tr td
{
  padding: 12px 24px 12px;
  text-align: center;
  font-weight: bold;
  color: #7C7C7C;
}

#linkbar
{
  float: right;
}

#tagline
{
  background-image: url(images/cx-tagline.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  padding: 0;
}

img
{
  border: 0px;
}

#content
{
  padding: 24px 36px 24px;
  min-height: 600px;
  margin-top: 0px;
}

#sidebar
{
  float: right;
  width: 300px;
  padding-left: 20px;
  padding-top: 40px;
  font-size: 10pt;
}

#sidebar ul
{
  margin-left: 0px;
  padding-left: 0px;
}

#sidebar ul li ul
{
  padding-left: 20px;
}

#sidebar li
{
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

#sidebar h3
{
  font-size: 12pt;
}

#sidebar a
{
  color: #335;
}

#sidebar li h2
{
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: bold;
}

#footer
{
  border-top: solid 1px #ddd;
  padding: 12px 36px 12px;
  color: #999;
  background-color: #E3E4E4;
}

.post h2 a
{
  color: #666;
  text-decoration: none;
}

a
{
  color: #339;
}
