/*****  GLOBAL *****/   

* { margin: 0; padding: 0; }

body {
  background: #fff url(/img/default/bg_body.png) repeat-x 0 0;
  margin: 0; padding: 0; 
  font-size: 75%;
  font-family: "Lucida Grande",Verdana, sans-serif;
  color: #333;
}

a { color: #ff6600; }

a img { border: none; }


h1, h2, h3 {
  font-family: "Times New Roman", Georgia, sans-serif;
  font-weight: normal;
  margin-bottom: 0em;
  line-height: 1.8em; 
}

    h1 { font-size: 2.2em; }
    
    h2 { font-size: 1.8em; } 
    
    h3 { font-size: 1em; } 


p { 
  margin: .25em 0 1em 0;
  line-height: 1.5em;
}


ul {  
  margin: .5em 0; 
  list-style-type: none;  
}

  ul li {
    padding: 0 0 1em .5em; 
  }
  
  ul li { line-height: 1.5em; }
      
  .inline li {
    float: left; 
    margin-right: 2em;
    
  }

fieldset {
  border: 1px solid #ccc;
  padding: .5em 2em 1em 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

    legend {
      text-transform: uppercase;
      font-size: .9em;
      color: #ff6600;
      padding: 0 .5em .2em .5em; 
    }
    
option { padding-right: 1em; }

.input { margin-bottom: 1.5em; }

    .input label {
      font-size: .9em;
      text-transform: uppercase;
      display: block;
      margin-bottom: .5em;
    }
   
    .inline .input label {
      display: inline;
    } 
   
    
   
/*****  CUSTOM CLASSES *****/   

.swatch1 { color: #ff6600 !important; }

.mute { 
  color: #666; 
  font-size: .8em; 
  text-transform: 
  uppercase; 
}

.cf { display:block; } 

.cf:after {
  content: ".";
  display: block; 
  height: 0; 
  clear: both !important;
  visibility: hidden;
}

.cf { display:inline-block; } 
    
* html .cf {height: 1%;}    

.cursor { 
  cursor: pointer;
  text-decoration: underline;
} 

.error-message {
  padding: .5em;
  color: #990000;
  display: inline;
  font-weight: bold;
}

.big_error_message {
  color: #990000;
  border: 1px solid #990000;
  padding: 1em;
  text-align: center;
}


/* used for hostnames in admin */
.mhc_counter {
  color: #ff6600;
}

.hcl_counter {
  color: #239215
}

/*****  DEFAULT LAYOUT *****/

#container {
  width: 900px;
  margin: 0 auto;
}

#header {
  background: url(/img/default/bg_header.png) repeat-x;
  width: 900px;
  height: 195px;
  padding-top: 25px;
  margin-top: 15px;
}

#header h1 {
  background: url(/img/default/title.png) no-repeat 0 0;
  width: 604px; height: 112px;
  padding-right: 75px;
  margin: 0 auto;
}

    #header h1 span, #header h2 { display: none; }
    
    #header p {
      color: #fff;
      width: 750px;
      margin: 0 auto;
      
      text-align: center;
    }
    
#content {
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 14px solid #ff9900;;
  padding: 2em;
}

#footer { text-align: center; }

/* create a hit counter */
.colors { margin-top: .5em; }

    .colors a {
      cursor: pointer;
      border: 2px solid #ccc;
      line-height: 1.5em;
      padding: 0 .15em;
    }


#select_size a {
  cursor: pointer;
}


#fonts { 
 overflow: scroll;
 width: 780px;
}

    #fonts td {
      padding-right: 1em;
      padding-bottom: .5em;
    }
    
    #fonts img {
      cursor: pointer; 
      border: 2px solid #fff;
    }
    
#preview { margin: 3em 0; }
  

#preview_img { margin-left: 2em; }


.inline .input label { padding-left: .5em; }


th { text-align: left; background: #efefef; border: 1px solid #ccc; padding: .5em; }

td { padding: 0 .5em .5em 0 }
