body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
}
a {
  /* color: #3256B6; */
  color: #106f8f;
  font-weight:bold;
  text-decoration: none;
}
a:visited {
  color: #005f7f;
}
a:hover, a:visited:hover {
  color: #e00;
  text-decoration: none;
}
a img {
  border: 0px;
}

li {
  margin: 3px 0;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  font-weight: normal;
  padding-left: 0px;
  padding-bottom: 6px;
  border-bottom: 1px solid #6ea3b5;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 110%;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}

#header {
  background: url("/images/header_bg.jpg") repeat-x;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  height: 305px;
  text-align: center;
}
#headline {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding-top: 25px;
}
#site-title {
  color: white;
  font-size: 325%;
  padding-top: 30px;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
  padding-top: 15px;
}
#menu {
  margin-top: 1px;
  height: 25px;
  vertical-align: middle;
  text-align: center;
  padding: 0px;
  padding-top: 5px;
}
#menu ul {
  list-style: none;
  display: inline;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
#menu ul li {
  margin:0px;
  padding: 0px;
  vertical-align: middle;
  display: inline;
  font-weight: bold;
  padding-left: 7px;
  padding-right: 9px;
  border-right: 1px solid #333;
  letter-spacing: 0em;
  font-size: 90%;
}
#menu ul li.last {
  border-right:0px;
}
#menu a, #menu a:visited, #menu a:active, #menu a:hover {
  vertical-align: middle;
  text-decoration: none;
  color: black;
}
#main {
  background-color: white;
  width: 650px;
  text-align: left;
  margin: auto;
  border: 0;
}
#main div.sub-box {
  background: #edf6fb;
  margin: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 15px;
  text-align: center;
}
#main div.sub-box input, #main div.sub-box select {
  border: 1px solid #222222;
  width: 225px;
}
#main div.sub-box input.submit {
  border: 0px solid #222222;
  width: auto;
}
#main div.sub-box input.checkbox {
  width: auto;
}

#main div.sub-box table {
  text-align: center;
}
#main div.sub-box table th {
  color: #222222;
  text-align:right;
  font-size: 95%;
  padding-right: 5px;
  font-weight: normal;
}
#main div.sub-box table td {
  text-align: left;
}
#main div.sub-box table th, #main div.sub-box table td {
  padding-bottom: 5px;
  padding-top: 5px;
}
#content {
  padding: 25px 0;
  border-bottom: 1px solid #6ea3b5;
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  font-size: 95%;
  line-height: 165%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: #f7f3e8;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#footer {
  color: #333;
  padding: 25px;
  width: 100%;
}
#footer2 {
  color: #333;
  padding: 10px 25px 25px 25px;
}
div#error {
  font-family: Arial, Helvetica, sans-serif;
  background: #f8f0ed;
  margin-bottom: 10px;
  border: 1px solid #ea8367;
}
div#error h4 {
  margin: 0px;
  padding: 3px;
  color: #ea8367;
  font-size: 110%;
  border-bottom: 1px solid #ea8367;
}
div#error ul li {
  text-align: left;
}
#homepage {
	text-align: center;
	font-size: 1.2em;
}
#homepage h1 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  padding-left: 0px;
  padding-bottom: 0px;
  border: 0;
}

.homepage_text {
	width: 510px;
	margin: auto;
}

.homepage_text p {
	text-align:justify;
}

.counter {
	font-size: 24px;
}

.counter .count {
	color: #157aa0;
}

.as_of {
	color: #666;
	padding: 5px 0 25px 0;
  font-size: 0.8em;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*** style for PEACE gallery ***/
.instructions {
	text-align: center;
}

.details {
	width: 85%;
	margin: 10px auto;
	padding: 1.2em;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	line-height: 1.2em;
}
.details pre {
	font-size: 0.9em;
}
.details li {
	margin: 0 0 .5em 0;
}

.details h3 {
	margin: 0;
	padding: 0;
}
table.gallery_upload {
	margin: 10px 20px 0;
}
table.gallery_upload th, td {
	font-weight: normal;
}
table.gallery_upload th {
  text-align: right;
  width: 120px;
}
table.gallery_upload input {
	width: 230px;
}
table.gallery_upload input.submit {
	width: auto;
}

/*** the gallery ***/
#gallery, #answers {
  border-top: 1px solid #6ea3b5;
  margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}
.peace_art_piece, .answer {
	padding: 20px 0 10px;
	border-bottom: 1px solid #ccc;
	color: #666;
}
#answers {
  text-align: left;
}
.anser {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

#stats {
  float: left;
  padding-bottom: 15px;
  margin-right: 10px;
  width: 222px;
 }

#stats table tr {
  background: #FFFFFF; }

#stats table tr.alt {
  background: #f7f7f7; }

#stats table tr td {
  padding: 2px 6px; }

#stats table td.row {
  color: #626363;
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: top;
  border-left: 1px solid #c8c6c7;
  text-align: right; }

#stats table td.count {
  vertical-align: top;
  padding-left: 3px;
  padding-right: 6px;
  border-right: 1px solid #c8c6c7; }

#completed_logos { }

#completed_logos ul {
  list-style: none; }

#completed_logos ul li {
  color: #626363;
  padding: 10px;
  padding-bottom: 11px;
  padding-top: 16px;
  border-bottom: 1px solid #b6b6b6; }

#completed_logos ul li img {
  padding-bottom: 8px; }

#content div.news p.meta {
  font-size: 0.8em;
  color: #a0a0a0; }

#content div.news {
  /* border-bottom: 1px solid #a0a0a0; */ }

#content div.news h3 {
  border-bottom: 1px dotted #a3a39c; }

td.agreement {
  background: #f7d0d0;
  padding: 5px 8px;
  border: 2px #a77070 solid;
  margin: 10px; }

td.agreement input.checkbox { width: auto; }

.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 */

