/* 

Fonts: 
  http://www.google.com/webfonts#UsePlace:use/Collection:Bubblegum+Sans|Love+Ya+Like+A+Sister|Ribeye|Ceviche+One|Fascinate|Sail

Colors:
  #2673AB  // blue
  #18476B  // dark blue
  #FFFAED  // tan
  #800000  // red

*/

divs {
  border: 1px solid green;
  margin: -1px;
}

body {
  font-family: arial;
  font-size: 16px;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd), to(#fff));
  background-image: -webkit-linear-gradient(top, #ddd, #fff);
  background-image:    -moz-linear-gradient(top, #ddd, #fff);
  background-image:     -ms-linear-gradient(top, #ddd, #fff);
  background-image:      -o-linear-gradient(top, #ddd, #fff);
  background-repeat: no-repeat;
}

a {
  text-decoration: none;
  color: #444;
}

h1 {
  font-size: 26px;
  letter-spacing: 1px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 16px;
  font-style: italic;
  margin: 0px 3px;
}

h5 {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  
}

ul, li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}


input[type='text'], input[type='file'] {
  display: block;
  border: 1px solid #ccc;
  background: #fafafa;
  width: 250px;
  height: 25px;
  border-radius: 5px;
}

input[type='submit'] {
  display: inline;
  border: 1px solid #ccc;
  background: #ddd;
  width: 100px;
  height: 25px;
  font-size: 16px;
  border-radius: 5px;
}

textarea {
  display: block;
  height: 200px;
}

.width {
  width: 960px;
  margin: 0px auto;
}

.full {
  width: 100%;
}

.padded_width {
  width: 920px;
  margin: 0px auto;
  padding: 20px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.centered_text {
  text-align: center;
}

.rotate_left {
  transform:(-4deg);
  -moz-transform:rotate(-4deg); /* Firefox */
  -webkit-transform: rotate(-4deg); /* Chrome and Safari */
}

.rotate_right {
  transform:(4deg);
  -moz-transform:rotate(4deg); /* Firefox */
  -webkit-transform: rotate(4deg); /* Chrome and Safari */
}

.shadow {
  box-shadow: 1px 1px 1px 1px #ddd;
}

.rounded {
  border-radius: 5px;
}

.shaded {
  background: #f0f0f0;
}

.checkered {
  background-image: -moz-linear-gradient(45deg, #111 25%, transparent 25%, transparent), -moz-linear-gradient(-45deg, #111 25%, transparent 25%, transparent), -moz-linear-gradient(45deg, transparent 75%, #111 75%), -moz-linear-gradient(-45deg, transparent 75%, #111 75%);
}

.stripes {
  background-size: 50px 50px;
}

.flash {
  color: #800000;
}

.submenu {
  border-bottom: 2px dashed #ddd;
  margin-bottom: 10px;
}

.product {
  background: #ddd;
}

.col2 {
  width: 42%;
  margin: 0px 2%;
  padding: 2%;
}

.col3 {
  width: 26%;
  margin: 0px 1%;
  padding: 0% 2%;
}

.col4 {
  width: 210px;
  padding: 0px 10px;
}

.col4-3{
  width: 630px;
  padding: 0px 10px;
}

.col5 {
  width: 19%;
}

.demo {
  display: block;
  background: #ddd;
  text-align: center;
  margin-top: 5px;
}

.thumbnail {
  width: 75px;
  margin: 10px 10px 10px 0px;
}

#header {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #333;
  border-bottom: 2px solid #333;
}

#menu {
  font-family: 'Arial Narrow', arial;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 25px;
}

#menu ul, .submenu li {
  display: inline;
  margin: 0px 10px;
  padding: 3px;
}

#menu li, .submenu li {
  display: inline;
  margin: 0px 10px;
  font-weight: bold;
}

#content {
  margin: 100px auto 10px;
  background: #fff;
  line-height: 24px;
  min-height: 400px;
/*
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
*/
	
}

#footer {
  color: #999;
}

.h1 {
  font-family: 'Fascinate', arial;
  font-size: 48px;
  letter-spacing: 2px;
}

#header .tag {
  font-size: 13px;
  margin-left: 41px;
  margin-top: -6px;
  margin-bottom: 5px;
  color: #000;

}

#header .h1 {
  color: #fff;
  margin-left: -5px;
  text-shadow: 
    #333 3px 3px 0px, 
    #000 -1px -1px 0px,
    #000 1px -1px 0px,
    #000 -1px 1px 0px,
    #000 1px 1px 0px;
}