/*
Theme Name: Boomzap Online
Theme URI: http://wordpress.org/
Description: Boomzap Online.
Version: 1.0
Author: Gabby Dizon and Raffy Celestial
Author URI: http://www.flipsidegames.net/

*/

BODY
{
  background-color: #330000;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Georgia, Times New Roman;
  font-size: 11px;   
  width:100%;
  line-height:16px;
  background-image: url('http://www.boomzap.com/wp-content/themes/boomzaponline/images/ARTbg.jpg');
  background-repeat: repeat;
  background-position:top center;
}
p, td
{
   font-family: Verdana, Arial, Georgia, Times New Roman;
   font-size: 11px; /* sets font to verdana */
}
A, A:link, a:visited {text-decoration: none; color: #0000cb}
A:hover 
{
   color: Red;
   text-decoration: underline; /* sets rules for all links*/
}

/*td.body_main_top {background-image: url(http://www.boomzap.com/wp-content/themes/boomzaponline/images/main_bg_top.gif); background-position: top; background-repeat: repeat-x;} /* sets background gradient*/
td.body_main_top {color:#330000}
div.main_bg {background-image: url(http://www.boomzap.com/wp-content/themes/boomzaponline/images/bg_main.png); background-position: top; background-repeat: repeat-y;} /* sets shadow for main page*/
td.botnews {background-image: url(http://www.boomzap.com/wp-content/themes/boomzaponline/images/newslettergrad.jpg); background-position: bottom; background-repeat: no-repeat;padding:5px 0 10px 0;} /* sets newsletter gradient*/
td.grayside {border-top: 5px solid #e4e4e4;padding-top:10px}
td.blueside {border-top: 5px solid #c9ddf5; border-bottom:1px solid #ccdff7}
td.bluesidecont {border-bottom:1px solid #ccdff7; padding:5px; text-align:left}
.gtitle {font-size:15px; color:#ff7800}

div.cdhead {text-align:left;border-bottom: 1px solid #ccc; padding: 3px; background-color: #eaeaea; color:#666}


/* sets orange links*/
a.orglink, a.orglink:visited
{
color:#ff7800;
text-decoration: none;
}
a.orglink:hover 
{
color:#ff7800;
text-decoration: underline;
}
/*======================================================================================================================================================================================*/
/* GALLERY */
/*======================================================================================================================================================================================*/
div.img
  {
  margin: 2px;
  border: 1px solid #5f442c;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 0px;
  border: 3px solid #7c452c;
  }
div.img a:hover img
  {
  border: 3px solid #a3683c;
 }
/*======================================================================================================================================================================================*/