@import url("../css/reset.css");
@import url("../css/nav.css");
 
html, body {
	background-color: #eae9e9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #535353;
}
body#print {
	background-color: #fff;
	color: #000;
}
p {
	padding-bottom: 14px;
}
h1 {
	font-size: 24px;
	color: #595959;
	font-weight: normal;
	padding-bottom: 16px;
}
#print h1 {
	color: #000;
}
h2 {
	padding-bottom: 12px;
}
a {
	color: #b43636;
}
#outerWrapper {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	padding: 0 25px;
	width: 900px;
	margin: auto;
}
#wrapper {
	background-color: #fff;
}
#printWrapper {
	width: 900px;
	background-color: #fff;
}
#nav {
	width: 900px;
	height: 40px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
}
#content {
	overflow: auto;
	padding-bottom: 35px;
}

#sidebar {
	float: left;
	width: 190px;
	min-height: 280px;
	padding: 20px 10px 0 25px;
	margin: 25px 0 0 0;
	background-image: url(../images/sidebar_bg.png);
	background-repeat: no-repeat;
}


#altSidebar {
	float: left;
	width: 225px;
	margin: 25px 0 0 0;
}
#latestArticles {
	padding: 20px 0;
	line-height: 18px;
}
#latestArticles li {
	padding-bottom: 14px;
}
#latestArticles a {
	text-decoration: none;
}
#donate {
	padding: 0 0 0 30px;
}
#mainContent {
	padding: 45px 35px 25px 255px;
}
#mainContent p {
	line-height: 22px;
}
p#disclaimer {
	font-size: 10px;
	line-height: 18px;
}
#getStarted {
	text-align: center;
	padding: 15px 0 0 0;
}
#footer {
	clear: both;
	background-image: url(../images/bottom_cap.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #eae9e9;
	padding: 20px 0 35px 0;
	line-height: 14px;
	overflow: auto;
}
#footer a {
	text-decoration: none;
	color: #535353;
}
#cc {
	width: 350px;
	margin-left: 25px;
}
#ccBadge {
	float: left;
	width: 88px;
}
#ccText {
	padding: 2px 0 0 10px;
	float: left;
	width: 252px;
}
#socialMedia {
	float: right;
	margin: 5px 25px 0 0;
}
#addThis {
	float: left;
	width: 75px;
	font-size: 12px;
}
#facebook {
	float: left;
}
#twitter {
	float: left;
	margin-left: 5px;
}

/* articles */
#view {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#articleSidebar {
	float: left;
	width: 190px;
	min-height: 280px;
	padding: 20px 10px 0 25px;
	margin: 25px 0 0 0;
	background-image: url(../images/sidebar_bg.png);
	background-repeat: no-repeat;
}
#articleSidebar ul {
	margin-left: 15px;
}
#articleSidebar li {
	padding-bottom: 5px;
}
#articleInformation {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#articleSidebar li#allArticles {
	padding-bottom: 12px;
}
#printArticle {
	padding-top: 20px;
}
#frenchArticle, #spanishArticle, #germanArticle, #russianArticle, #englishArticle {
	display: none;
	background-color: #fff;
}
.toggle_container {
	display: none;
}
p.trigger {
	background-image: url(../images/buttons_read_article.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	height: 19px;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	cursor: pointer;
	width: 100px;
}
p.active {
	background-position: left bottom;
}
#mainContent div.toggle_container {
	margin-bottom: 10px;
}

/* donate */
#altDonate {
	padding: 8px 0 0 0;
}

/* contact us */
#contactForm {
	padding-top: 15px;
}
#contactForm table tr td {
	padding-bottom: 8px;
	vertical-align: top;
}
#name, #email_address {
	width: 200px;
}
#contactForm table tr td label {
	display: block;
}
#contactForm table tr td label#commentsLabel {
	padding-top: 15px;
}
#contactForm table tr td.formLabels {
	width: 115px;
}
textarea#comments {
	width: 350px;
	height: 100px;
}
label.error {
	color: #b43636;
}

/* print article */
#printSidebar {
	float: left;
	width: 190px;
	min-height: 280px;
	padding: 20px 10px 0 25px;
	margin: 25px 0 0 0;
}
#printSidebar ul {
	margin-left: 15px;
}
#printSidebar li {
	padding-bottom: 5px;
}
#printHeader {
	border-bottom: 1px solid #666;
}

ul#submissionList {
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 15px;
}
#submissionList li {
	margin-bottom: 8px;
}
.radio {
	display: inline;
}
#submissionForm table tr td {
	padding-bottom: 8px;
	vertical-align: top;
}
#title {
	width: 400px;
}
#foreign_title {
	width: 400px;
}
#submissionForm textarea {
	width: 400px;
	height: 100px;
}
#submissionForm table tr td label {
	display: block;
	padding-top: 10px;
	font-weight: bold;
}

/* admin */
#adminContent {
	padding: 0 0 50px 0;
	min-height: 300px;
}
#adminSidebar {
	float: left;
	width: 190px;
	min-height: 280px;
	padding: 20px 10px 0 25px;
	margin: 25px 0 0 0;
	background-image: url(../images/sidebar_bg.png);
	background-repeat: no-repeat;
}

#addArticleForm label, input, textarea, select {
	display: block;
}
#addArticleForm label {
	margin: 15px 0 5px 0;
}
#addArticleForm input#submit {
	margin-top: 15px;
}

#editArticleForm label, input, textarea, select {
	display: block;
}
#editArticleForm label {
	margin: 15px 0 5px 0;
}
#editArticleForm input#submit {
	margin-top: 15px;
}
