/*  
Theme Name: ComputerPlugin Plasma
Description: Theme for the ComputerPlugin. This is the beta release... not for the public or re-use.
Author: Justin Menkveld
Author URI: http://www.computerplugin.com/justin
Version: 0.1
.
Copyright 2009, Computerplugin.com</a>.
.
*/
/* footer*/
#footer {
  width: 995px;
  height: 82px;
  clear: both;
  background: url(../images/footer_03.png) center no-repeat;
  padding: 0;
  margin: 0;
/*  float: center;*/
  }
#footer p {
  font-size: 9pt;
  color: #fff;
  padding: 0;
  }
#footer a {
  color: #c3bb1f;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footer #left {
  text-align: left;
  padding: 37px 0 0 80px;
  float: left;
  }
#footer #left ul {
  font-size: 9pt;
  list-style: none;
  padding: 0;
  margin: 0;
  }
#footer #left li {
  display: inline;
  color: #c3bb1f;
  }
#footer #left li a {
  color: #c3bb1f;
  font-size: 9pt;
  padding: 0 0 0 3px;
  text-transform: lowercase;
  text-decoration: none;
  }
#footer #left li a:hover {
  color: #6598b8;
  text-decoration: none;
  }
#footer #center {
  text-align: center;
  padding: 30px 0 0 0;
  float: center;
  }
#footer #center ul {
  font-size: 9pt;
  list-style: none;
  padding: 0;
  margin: 0;
  }
#footer #center li {
  display: inline;
  color: #c3bb1f;
  }
#footer #center li a {
  color: #c3bb1f;
  font-size: 9pt;
  padding: 0 0 0 3px;
  text-transform: lowercase;
  text-decoration: none;
  }
#footer #center li a:hover {
  color: #6598b8;
  text-decoration: none;
  }
#footer #right {
  text-align: right;
  padding: 37px 88px 0 0;
  float: right;
  }
#footer #right ul {
  font-size: 9pt;
  list-style: none;
  padding: 0;
  margin: 0;
  }
#footer #right li {
  display: inline;
  color: #c3bb1f;
  }
#footer #right li a {
  color: #c3bb1f;
  font-size: 9pt;
  padding: 0 0 0 3px;
  text-transform: lowercase;
  text-decoration: none;
  }
#footer #right li a:hover {
  color: #6598b8;
  text-decoration: none;
  }

/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
/*  margin: 10px auto;
  text-align: center;
  display: block;*/
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }



