/* Stickers by Sandstone
 * Site Global Stylesheet
 * Author: Justin Davis <jrcd83@gmail.com>
 * Date: October 14, 2008
 */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 20px;
}

img { border: 0px; }

a { color: #2d5c94; }
/*a:hover { text-decoration:none; }*/

/* was in #sidebar */
h1 { font-size: 18px; padding-bottom: 5px; clear: both; }
h2 { font-size: 16px; color: #CC1D4B;      }
h3 { font-size: 14px; color: #2d5c94;      }
h4 { font-size: 10px; color: black;        }

#inset {
  position: relative;
  top: 0px;
  width: 100%;
  margin: auto;
  padding: 0;
  background-color: white;
}

#inset h1, #inset h2 {
  color: #2d5c94;
  margin: 5px;
}

/*** HEADER *****************************************************************/

#header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
}

/*#header a { color: black; }*/

#header #logo {
  position: absolute;
  top: 0px; left: 0px;
  z-index: 2;
}

#header #adspace {
  border: solid black 1px;
  padding-top: 0px;
/*  background-color: #def3ee;*/
/*  background-color: #c0ddea;*/
  background-color: #dff7ff;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 500px;
  height: 90px;
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}

#header h1 { font-size: 16px; }

#header #adspace p { margin: 0px; }


/*** TOP MENU BAR ***********************************************************/

.menubar {
  /*width: 100%;*/
  height: 23px;
  background-color: #2d5c94;
  padding-left: 15px;
  padding-right: 15px;
  border-top: solid black 1px;
  border-bottom: solid black 1px;
}

.menubar a, .menubar span {
  text-decoration: none;	
  font-size: 12px;
  line-height: 23px;
}

.menubar a:link {
  text-decoration: none;
  color: white;
}

.menubar a:hover   { color: yellow; }
.menubar a:visited { color: white;  }
.menubar span      { color: yellow; }
.menubar .left     { padding: 0px 10px 0px; float: left; }
.menubar .right    {
  padding: 0px 10px 0px;
  float: right;
}
.menubar input { color: black; background-color: #dff7ff; }

/*** SIDE MENU BAR **********************************************************/

#sidebar {
  padding: 0px; margin: 0px;
  padding-bottom: 14px;
  width: 140px;
  position: absolute;
  top: 135px; left: 0px;
  font-size: 14px;
  font-weight: bold;
}

#sidebar .menuitem {
  margin-left: 10px;
  font-size: 14px;
}

#sidebar .menuitem a { text-decoration: none; }

#sidebar .menuitem img { margin-left: 4px; }

#active_menuitem {
  color: #cc1d4B;
/*  text-decoration: underline;*/
}

#sidebar .menuitem a:hover { color: #CC1D4B; }

/*** CART *******************************************************************/

#rightbar {
  position: absolute;
  width: 150px;
  top: 135px;
  right: 0px;
  padding: 0px;
}

#cartitems {
  font-size: 10px;
}

#cartitems #total {
  border-top: solid #2d5c94 1px;
}

/*** CONTENT ****************************************************************/

#content {
  display: block;
  margin-top: 0px;
  margin-right: 160px;
  margin-bottom: 0px;
  margin-left: 130px;
  padding: 10px 25px;
  width: auto;
}

/*html>body #content {
  width: 80%;
  }*/

#content h1 {
  font-size: 20px;
  border-bottom: dashed 1px #2d5c94;
  text-align: left;
}

#content h2 {
  font-size: 16px;
}

.section, .form {
  clear: both;
  margin-bottom: 20px;
}

.form {
  color: #2d5c94;
}

.form .col {
  display: inline;
  float: left;
  padding: 5px 10px;
}

.form .row {
  height: 25px;
}

.section p, #message {
  clear: both;
  margin: 10px 15px;
  padding: 10px 15px;
}

.section p { background-color: #dff7ff; }

.section p a:hover { color: white; }

#message {
  color: white;
  background-color: #CC1D4B;
/*#2d5c94;*/
}

#footer {
  clear: both;
  text-align: center;
  font-size: 12px;
}

/*EOF*/

