/* @override 
	http://127.0.0.1:8000/DieStimmeGottes/media/master.css
	http://127.0.0.1:8000/DieStimmeGottes/12/media/master.css
*/

* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #462828;
}

html>body {
	font-size: 16px;
}

a {
	color: #4a3730;
}

a img {
	border: 0;
}

a:hover {
	color: #6a5046;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

p {
	line-height 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

/* Typeface.js */
h1, h2, h3 {
	font-family: 'Minster No 1', Georgia, "Times New Roman", Times, serif;
	color: #000;
	
}
/* Welcome */
.welcome {
	background-position: center top;
	margin-top: 150px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 69px;
}

.welcome img {
	margin-bottom: 50px;
}

form.sayit_form {
	text-align: center;
	margin-bottom: 100px;
}

form.sayit_form input {
	margin: 0 13px;
	vertical-align: middle;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input#sag_das {
	width: 300px;
}

/* top ten */
#topten {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

h2.topten {
	font-size: 40px;
}

ol.topten {
	list-style-type: lower-roman;
}

ol.topten a {
	display: inline-table;
	padding-left: 10px;
	width: 300px;
}

ol.topten span {
	display: inline-table;
	width: 30px;
	text-align: right;
}

ol.topten span em {
	color: #95746a;
	font-style: normal;
}

ol.topten li.row1 {
	background-color: #f9f1de;
}



/* God's Message */
#godmessage_container {
	background-image: url('images/God.jpg');
	background-repeat: no-repeat;
	min-height: 400px;
	padding-top: 580px;
	text-align: center;
}

div#godmessage {
	margin: 0 80px;
}

p.godmessage {
	font-family: 'Minster No 1', Georgia, "Times New Roman", Times, serif;
	font-size: 130px;
	line-height: 100px;
	letter-spacing: -3px;
	color: #000;
	margin: 0;
	margin-bottom: 200px;
}

p.godmessage_views {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	color: #95746a;
}

/* comments */
#comments ul {
	list-style-type: none;
	width: 500px;
	margin: 0 auto;
}

#comments li {
	border-bottom: 1px solid #d0b3aa;
	padding: 4px;
}

#comments li img {
	margin: 3px 5px;
	vertical-align: middle;
}

#comments li a {
	font-weight: bold;
	text-decoration: none;
}

/* Footer */
#footer {
	text-align: center;
	margin: 100px;
	color: #d0b3aa;
}

#footer a {
	color: #d0b3aa;
}

#footer a:hover {
	color: #a36c5c;
}
