
/** Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { 
  border:0;
}


/** Common */
body {
  background-color: white;
  font-family: "raleway-1","raleway-2",sans-serif;
  font-size: 13px;
  color: #606060;
  line-height: 1.4;
}

ul {
    list-style:none outside none;
}

a {
  color: #F08331; /* Dirty orange. */
  text-decoration: none;
}

.orange { color: #F08331; /* Dirty orange. */ }
.gray   { color: #808080; }

.large  { font-size: 40px; }
.huge   { font-size: 100px; }

.inlinelist > li {
    display: inline-block;
    margin-left: 5px; 
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

sup {
  font-size: 70%;
  vertical-align: 30%;
}

small {
  font-size: 11px;
}

em {
  font-style: italic;
}

dl {
  overflow: hidden;
}

dt {
  color: #aaa;
  float: left;
  clear: both;
  margin-right: 5px;
}

dt:after {
  content: ":";
}

dd {
  float: left;
  display: inline;
  *float: none;
  *display: block;
}

ol {
  padding-left: 36px;
}

/** Content panel */

.panel {
  position: relative;
  width: 880px;
  padding-left: 80px;
  padding-right: 20px;
  padding-top:   80px;
  padding-bottom: 20px;
  margin: 0 auto;
  height: 336px;
}

/** Buttons */

.button,
.button[href ^= 'http://'],
.button[href ^= 'https://'],
.button:visited {
  margin: 0 !important;
  background-color: #222;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url(../img/button-overlay.png);
  display: inline-block; 
  padding: 5px 10px 6px; 
  color: #fff !important; 
  text-decoration: none !important;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25) !important;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.button:hover              { background-color: #111; color: #fff; }
.button:active             { top: 1px; }

.small.button, 
.small.button:visited      { font-size: 11px; }

.button, 
button:visited,
.medium.button, 
.medium.button:visited     { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }

.large.button, 
.large.button:visited      { font-size: 17px; padding: 9px 14px 7px !important; font-weight: bold; }

.green.button, 
.green.button:visited      { background-color: #46a946; }
.green.button:hover        { background-color: #2b992b; }

.red.button, 
.red.button:visited        { background-color: #e33100; }
.red.button:hover          { background-color: #872300; }

.orange.button, 
.orange.button:visited     { background-color: #D7752C; }
.orange.button:hover       { background-color: #F08331; }

/* Misc stuff.*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

