@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  color: #989796;
  font-size: 62.5%;
  font-family: Georgia, Garamond, "Book Antiqua", Times, "Times New Roman", "New York", serif;
  text-align: center;
}
html {
  background: #f0ede6;
  margin: 0;
}
p {
  margin: 0 0 10px 0;
}
.center {
  text-align: center;
}
ul {
  padding-left: 30px;
}
a img {
  border: 0;
}
a {
  color: #3687d2;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  color: #b8b1a2;
  font-family: "Goudy Old Style", "Palatino Linotype", "Palatino", Georgia, Garamond, "Book Antiqua", Times, "Times New Roman", "New York", serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: center;
}
h1 {
  font-size: 20px;
  line-height: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
  font-size: 22px;
  text-transform: uppercase;
}
h2, h3 {
  color: #909090;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
h3 {
  font-size: 16px;
  margin: 5px 0;
}
form.show_join_form, form.show_update_form {
  margin-left: 50px;
}
input.text,
input.password,
textarea,
option,
select {
  background: #f0ede6;
  color: #666666;
  border: 2px solid #f0ede6;
  padding: 5px;
  width: 120px;
}
option, select {
  padding: 0;
}
input.show_join_name_field,
input.show_join_email_field,
input.show_join_url_field,
textarea.show_join_comments_field,
input.show_update_old_email_field,
input.show_update_email_field,
input.show_update_current_password_field,
input.show_update_name_field,
input.show_update_url_field,
input.show_update_favourite_field {
  width: 258px;
}
select.show_join_country_field, select.show_join_fave_field, select.show_update_country_field {
  width: 271px;
}
.show_join_email_settings_field, .show_join_send_account_info_field {
  width: auto;
}
blockquote {
  width: 70%;
  margin: 20px auto;
  padding: 15px;
  background: #f0ede6;
}
blockquote.actual {
  background: transparent url(images/actualquote.png) no-repeat;
  padding-left: 50px;
  width: 80%;
  font-family: Georgia, Garamond, "Palatino Linotype", "Palatino", "Book Antiqua", Times, "Times New Roman", "New York", serif;
  font-style: italic;
}
.clear {
  clear: both;
}
p.warning {
  background: #664f53;
  border: 1px solid #66333c;
  padding: 20px;
  width: 80%;
  margin: 10px auto;
}
img.inlineimg {
  background-color: #58585a;
  border: 1px solid #78787a;
  margin: 10px;
  padding: 5px;
  float: left;
}
#Container {
  width: 800px;
  text-align: left;
  min-height: 100%;
  margin: 0 auto;
  background: #fefdef url(images/header1.jpg) no-repeat top left;
}
#Navigation {
  float: left;
  width: 180px;
  text-align: left;
  margin: 54px 5px 0;
  font-family: Georgia, "Bell MT", "Times New Roman", serif;
  padding: 0 10px 0 10px;
}
#Navigation h3 {
  color: #b4b4b4;
  font-weight: normal;
  border: 0;
  font-size: 16px;
  text-align: center;
}
#Navigation ul {
  list-style-type: none;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
}
#Navigation ul li a {
  background: #a7d0ff;
  font-size: 1.4em;
  color: #FFFFFF;
  display: block;
  font-style: italic;
  line-height: 100%;
  padding: 5px 15px;
  margin: 3px 0;
  text-align: center;
  text-decoration: none;
}
#Navigation a:hover {
  font-style: normal;
}
#Header {
  width: 660px;
  margin: 0 auto;
  height: 300px;
  display: block;
  text-decoration: none;
}
#Layout {
  padding: 20px 10px;
  text-align: justify;
  width: 540px;
  font-size: 1.4em;
  float: left;
  margin-left: 5px;
}
#Layout ul {
  list-style-type: none;
  padding-left: 10px;
}
#Layout ul li {
  background: url(images/bullet.jpg) no-repeat 0px 4px;
  padding-left: 15px;
  margin: 10px;
  font-weight: normal;
}
#Layout ul li ul li, #Layout ol li ul li {
  background: url(images/bulletsm.png) no-repeat 0px 4px;
  font-size: 80%;
  margin: 10px 0;
  font-weight: normal;
}
#Layout img.icon {
  margin: 2px;
  border: 3px solid #303033;
}
#Footer {
  background: url(images/footer.jpg) no-repeat;
  height: 199px;
  padding: 0;
  font-size: 1.1em;
  text-align: center;
}
#Footer p {
  padding: 100px 20px 0;
}
.codesBlock {
  text-align: center;
}
.showAffiliates a {
  display: block;
  float: left;
  margin: 3px;
}
#show-members ol {
  margin-top: 20px;
}
#pagination {
  margin: 20px;
}
p.center {
  clear: both;
}
.showCredit {
  display: none;
}
#show-codes ol {
  height: 40px;
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
#show-codes ol li {
  display: inline;
  margin: 0 15px;
  padding: 0;
  line-height: 28px;
}
#show-codes a {
  font-weight: bold;
}
code {
  text-align: left;
  font-size: 95%;
  padding: 15px;
  background-color: #F0EDE6;
  width: 55%;
  display: block;
  margin: 0 auto;
}
input, select, textarea {
  background-color: white;
  border: 1px solid lightGrey;
  font-size: 13px;
  margin: 5px 0 5px 0;
  padding: 5px;
}
select {
  margin-top: 6px;
}
option {
  background-color: #E1E1E1;
  font-size: 13px;
  margin: 0 0 1px 0;
  padding: 1px;
}
.input1 {
  width: 48%;
}
.input2 {
  width: 100px;
}
.input3 {
  border: 0;
}
fieldset {
  border: 1px solid #D3D3D3;
  margin: 0 auto 12px auto;
  padding: 10px;
}
fieldset label {
  float: left;
  padding: 0 1%;
  text-align: right;
  width: 45%;
  line-height: 37px;
}
fieldset legend {
  text-transform: uppercase;
  font-size: 17px;
}
fieldset fieldset p {
  margin: 0 0 4px 0;
  text-align: justify;
}
/* HIGHLIGHT/CODE */
samp {
  color: #000000;
  font-family: "Lucida Console", Georgia, Garamond, serif;
}
/* ERROR CLASSES */
/* for errors */
.error {
  color: #FF0000;
}
/* for success messages */
.success {
  color: #66CC00;
}
/* for MySQL errors */
.mysql {
  color: #0000FF;
}
/* for PHP errors */
.php {
  color: #FF9900;
}

