/* Common */

body {
  color: #555;
  background: #fffff4 url(/images/backgrounds/gradient-pale-orange.gif) repeat-x fixed;
  
  font-family: 'Gill Sans', Verdana, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #0f5887;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #de8000;
}

h1, h2, h3, h4 {
  color: #cb7500;
  font-family: Georgia, Times, serif;
  text-shadow: 0 0.1em 0.1em #ddd;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1em; }


/* Shared */

#everything {
  width: 780px;
  margin: 0 auto;
}

#content {
  clear: both;
  
  margin: 60px 30px 0; /* top: 70px, width: 720px */
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.smoother {
  margin: 10px 60px;
  padding: 20px 60px;
  
  background: #fff;
  border: solid #ddd;
  border-width: 1px 0;
}

.box_shadow {
  -moz-box-shadow: 0.3em 0.3em 0.2em #bbb;
  -webkit-box-shadow: 0.3em 0.3em 0.2em #bbb;
}

/* Header */

#header {
  padding: 10px 0 0;
}

#header #account {
  float: right;
}

#header #account h4 {
  display: inline;
}

#header #menu,
#header #logo {
  float: left;
}

#header #logo {
  margin-right: 10px;
}

#header #logo img {
  vertical-align: middle;
}

#header #logo .status {
  display: none;
}

#header #logo.connected .status.connected,
#header #logo.disconnected .status.disconnected {
  display: inline;
}


/* Flash */

#flash #flash_inner {
  padding: 10px;
  
  background: #fff;
  border: solid #ddd;
  border-width: 0 0 1px;
}

#flash .flash_error {
  color: #f33;
  font-size: 1.2em;
}

#flash .flash_notice {
  color: #7B7E54;
  font-size: 1.2em;
}


/* Footer */

#footer {
  clear: both;
  
  margin: 30px 0;
  
  text-align: center;
  
  
}

#copyright {
  margin: 5px 0 0;
  
  color: #aaa;
}


/* CSS Button */

a.cssbutton {
  padding: 10px 12px;
  
  background: #fff url(/images/backgrounds/gradient_eee_fff_2x100.png) repeat-x;
  border: 1px solid #0f5887;
  -moz-border-radius: 4%;
  -webkit-border-radius: 5px;
  border-radius: 4%;
  
  font-size: 1.8em;
  line-height: 1.2;
  text-decoration: none;
  
  -moz-box-shadow: 0.1em 0.1em 0.1em #bbb;
  -webkit-box-shadow: 0.1em 0.1em 0.1em #bbb;
}

a.cssbutton:focus,
a.cssbutton:hover {
  border-color: #de8000;
}


/* Color */

.greyed_out {
  color: #AAAAAA;
}
