/*
Original design: Basic Profile (v1.0 - March 23rd, 2011) - A free xhtml/css website template by Andreas Viklund.
For more information, see http://andreasviklund.com/templates/basic-profile/

Original color: #239a23
Bluer version: #2a5a9a
*/

*{margin:0; padding:0;}
body {background:#fff url(background.jpg) top center no-repeat; color:#303030; font:84% Arial,Helvetica,sans-serif; line-height:1.6em;}
a {color:#4492fa; text-decoration:none;}
a:hover {text-decoration:underline;}
ul,dl {margin:0 0 20px 0;}
p {margin:0 0 10px 0;}
h1 {color:#555; font-size:3.2em; line-height:1.1em; letter-spacing:-1px; margin:20px 0 20px 0; border-bottom: 2px solid #eee;}
h1 a {text-transform:none; text-decoration: none;}
h1 a:hover {color:#333; text-transform:none; text-decoration: none;}
h2 {font-size:2.2em; color:#333; margin:30px 0 20px 0; letter-spacing:-1px; border-bottom:2px solid #eee;}
h2 a {color:#333; text-transform:none; text-decoration: none;}
h2 a:hover {color:#333; text-transform:none; text-decoration: none;}
h3 {font-size:1.8em; margin:20px 0 15px 0; letter-spacing:-1px; border-bottom:2px solid #eee;}
h1,h2,h3 {font-weight:500; line-height:1.4em;}
h4 {font-size:150%; letter-spacing:-0.5px; font-weight:300; margin:10px 0 15px 0;}
#wrap {color:#303030; margin:40px auto; padding:0; width:800px;}
#content {text-align:left; width:800px;}
.toappear {color:#707070; border-bottom: 1px dashed #707070;}
.slogan {color:#888; font-size:1.4em; font-weight:700; margin:0 0 20px 0; letter-spacing:-1px;}
.readmore {text-align:right; margin:0 20px 30px 0;}
.timestamp {display:block; font-weight:700; color:#888; text-align:right; width:150px; padding:20px 20px 20px 0; float:left; margin:0 20px 20px 0; border-right:2px solid #eee;}
.timestamp a {font-weight:normal;}
.credits {display:block; text-align:center; width:100%; font-size:0.9em; color:#aaa; margin:30px 0;}
.credits a {color:#888;}
.clear {clear:both;}
.announcement {text-align: left;
  padding: 10px; margin-bottom: 10px;
  margin-left: auto; 
  margin-right: auto;
  background:#FDF6DA;
  border: 1px solid #ddcd99;
  font-size: 100%;
  border-radius: 10px;
}
ul.moreindent {margin: 0 0 20px 0;}
ul.moreindent li {margin-left: 20px;}
table ul {margin: 0 0 0 0;}
table ul li {margin-left: 17px;}

table {
  border-width: 1px;
  border-spacing: 0;
  border-style: none;
  border-color: #ddd;
  border-collapse: collapse;
  background-color: white;
}

table th {
  border-width: 1px;
  padding: 3px 8px;
  border-style: solid;
  border-color: #ddd;
  background-color: #eee;
  color: #808080;
  font-weight: bold;
}

table td {
  border-width: 1px;
  padding: 3px 8px;
  border-style: solid;
  border-color: #ddd;
}

div {
  margin-bottom: 15px;
  padding: 4px 12px;
}
.warning {
  background-color: #ffffcc;
  border-left: 6px solid #ffeb3b;
}

.button {
  background: #50b874; /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 85%;
  margin: 4px 2px;
  cursor: pointer;
}

.button2 {background: #008CBA;} /* Blue */
.button3 {background: #F45D5D;} /* Red */ 
.button4 {background: #e7e7e7; color: black;} /* Gray */ 
.button5 {background: #555555;} /* Black */
