/*  
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>.
.
*/

/* Top Content */

body {
   background: #020c27 url(../images/bg.jpg) top center no-repeat;
}
#main {
  margin: 30px 0 20px 0;
  clear: both;
  width: 1024px;
  padding-bottom: 0px;
  }
#contentwrapper {
  float: center;
  width: 1024px;
  margin: 0 15px 0 0;
  padding: 0 0 0 0;
  }

#contentwrapper .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  padding: 5px;
  }
.flashPost {
  margin: 0 0 0 0;
  padding: 0;
  clear: both;
  }
#flashbox_container {
  width: 1000px; 
}
#flashbox {
   height: 452px;
   padding: 27px 0 0 2px;
   text-align: center;
   color: white;
}

.content {
  margin: 0 0 0 0;
  background: #000;
}
.flashL {
   background: url(../images/flash_l.png) top left no-repeat;
   padding: 0 0 0 16px;
}
.flashM {
   background: url(../images/flash_m.png) top left repeat-x;
}
.flashR {
   background: url(../images/flash_r.png) top right no-repeat;
   padding: 0 22px 0 0;
}
.white {

}
