/* PAGE LAYOUT */
body {
	background:black;
	text-align:center;
	font-family: "Palatino Linotype", "New York CE", utopia, serif;
	color:white;
	margin:0; padding:0;
	padding-bottom:20px;
}

#container {
	width:760px;
	margin:0 auto;
	text-align:left;
	color:black;
	background:url('./images/background.jpg') repeat-y -10px 0 #f9f0cf;
	border-bottom:solid black 1px;
}

#left {
	width:580px;
	float:left;
}

#footer {
	text-align:center;
	clear:both;
	height:40px;
	background:url('./images/footer.jpg') no-repeat -10px 0 #FFD980;
}

#right {
	width:180px;
	float:right;
	color:white;
	padding-top:15px;
	font-size:0.9em;
	background:black;
}

/* HEADER */
#header {
	height:130px;
	width:100%;
	background:url('./images/header.jpg') no-repeat center white;
	border-bottom:solid #FFCC80 1px;
}

#heading {
	width:760px;
	height:130px;
	margin:0 auto;
	text-align:left;
	color:black;
	position:relative;
}

#header h1 {
	position:absolute;
	top:30px;
	left:20px;
	background:#FFD980;
	padding:1px 20px 1px 20px;
	margin:0;
	border:solid #BFA260 1px;
	font-style:italic;
	color:black;
}

#header a {
	color:black;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}
#header a:hover {color:#720000; text-decoration:underline;}
#header h1 a:hover {text-decoration:none;}

/* Verse in header */
#header p {
	position:absolute;
	top:5px;
	right:0px;
	width:180px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	color:black;
	margin:0; padding:0;
}
#header p em {
	font-size:0.8em;
	display:block;
	color:#720000;
	margin-top:2px;
}

/* Breadcrumbs */
#breadcrumbs {
	position:absolute;
	top:106px;
	left:20px;
	height:25px;
	padding:0 10px 0 10px;
	background:url('./images/breadcrumbs.gif') repeat-x #FFD980;
	font-size:0.8em;
	border-top:solid #BFA260 1px;
	border-right:solid #FFD980 2px;
	border-left:solid #FFD980 2px;
}

/* FOOTER */
#footer p {
	padding:10px 0 0 0; margin:0 180px 0 0;
	text-align:center;
	font-size:0.8em;
}

/* MENU AND BLOCKS - RIGHT COLUMN */
.block a {color:#FFD980;}
.block a:hover, .block a.selected {color:white; text-decoration:none;}
.block_content {margin:5px 15px 15px 30px;}

/* Headings */
.block h4 {
	margin:20px 0 5px 0;
	font-family: Georgia, "New York CE", utopia, serif;		
	padding:2px 15px 2px 15px;
	text-align:right;
	font-size:1.2em;
	color:white;
	font-style:italic;
	border:solid #A50000 1px;
	border-left:none;
	background:#720000;
}

/* Block lists */
.block ul {margin:0; padding:0;}
.block ul ul {padding-left:25px;}
.block li {list-style-type:none; margin:0; padding:0;}
.block li a {
	background:url('./icons/tear.gif') no-repeat left 5px black;
	padding-left:10px;
}
.block li a:hover, .block li a.selected {
	color:white;
	background:url('./icons/tear_hover.gif') no-repeat left 5px black;
}

.block li.disk a {background:url('./icons/disk.gif') no-repeat left 3px; padding-left:18px;}
.block li.disk a:hover, .block li.selected a.disk {background:url('./icons/disk_hover.gif') no-repeat left 3px;}
.block li.rss a {background:url('./icons/rss.gif') no-repeat left 3px; padding-left:18px;}
.block li.rss a:hover {background:url('./icons/rss_hover.gif') no-repeat left 3px;}
.block li.link a {background:url('./icons/link.gif') no-repeat left 5px black; padding-left:12px;}
.block li.link a:hover {background:url('./icons/link_hover.gif') no-repeat left 5px black;}
.block li.mail a {background:url('./icons/email.gif') no-repeat left 3px; padding-left:18px;}
.block li.mail a:hover {background:url('./icons/email_hover.gif') no-repeat left 3px;}
.block li.pdf a {background:url('./icons/pdf.gif') no-repeat left 3px; padding-left:18px;}
.block li.pdf a:hover {background:url('./icons/pdf_hover.gif') no-repeat left 3px;}

/* Search form */
.block form {margin:15px 0 0 0;}
.block .form_text {
	border:solid #720000 1px;
	width:70px;
}
.block .button {
	padding:1px 5px 1px 5px;
	font-size:0.8em;
	border:solid #A50000 1px;
	background:#720000;
	color:white;
	height:19px;
	width:50px;
	position:relative; top:-1px;
}

/* CONTENT AND MAIN ITEMS */
#content {
	margin:30px 30px 20px 30px;
	font-size:0.9em;
}
.article {text-align:justify;}

/* Basic elements */
a {color:#930101;}
a:hover {text-decoration:none;}
a img, img {border:solid black 1px;}
sup, sub {color:#720000; font-weight:bold;}
p {margin:10px 0 10px 0;}
ul {
	list-style-type:none;
	padding-left:20px;
	margin:0;
}
ul li {
	background:url('./icons/list.gif') no-repeat left 5px;
	_background-position:left 6px;
	padding-left:12px;
}

table {
	color:black;
	font-size:0.95em;
	border-collapse:collapse;
	_font-size:0.8em;
	border:solid #A50000 2px;
	margin:10px;
}
th, td {text-align:left;
	border:dotted #720000 1px;
	padding:4px 8px 4px 8px;
	border:none;
	border-right:solid #720000 1px;
	vertical-align:top;
}

th {
	border:solid #720000 1px;
	background:#720000;
	color:white;
	border:solid white 1px;
}
acronym {font-variant:normal;} 

/* Basic classes */
.clear {clear:both;}
.inactive {background:orange; border:inset orange 2px;}
.paging {
	text-align:center;
	font-size:1.15em;
	margin:15px 0 15px 0;
	font-weight:bold;
	font-style:italic;
}

.email {
	font-size:0.95em;
	font-weight:bold;
	font-style:italic;
}
.search_result {background:#FFD980;}
.error {
	margin:0 0 5px 0;
	border:dashed #A50000 2px;
	padding:1px 10px 1px 10px;
	font-size:0.9em;
}

/* Unusual elements */
big {
	display:block;
	font-size:2.9em;
	float:left;
	margin:-9px 5px -20px 0;
	font-style:normal;
	font-weight:normal;
}

small {
	font-variant:small-caps;
	font-size:1.25em;
}

hr {
	margin:25px 100px 25px 100px;
	#margin: 15px 100px 15px 100px;
	padding:0;
	background:none;
	border:none;
	border-top:solid #720000 1px;
	height:1px;
}

center {
	text-align:left;
	margin:0 0 0 90px;
}

blockquote {
	background:url('./icons/quotes.gif') no-repeat 15px top;
	margin:10px 0 10px 0;
	padding:0px 30px 0 50px;
}

/* PREVIEW OF ARTICLE */
.preview {
	padding:5px 0 1px 0;
	margin:20px 0 0 0;
}

/* Date */
.preview_date {
	text-align:right;
	color:gray;
	margin:-6px 0 5px 0;
	
}
.preview_date em {
	font-size:1.4em;
	color:#930101;
	position:relative; top:4px;
}

/* Headings */
.preview h3, h2 {
	font-family: Georgia, "New York CE", utopia, serif;	
	margin:0 0 10px 0;
	font-size:1.9em;
	font-style:italic;
	text-align:center;
	font-weight:normal;
}
h2 {font-size:2.4em; font-weight:normal; margin:0 0 15px 0;}

.preview_quotations h3 {
	font-size:1.5em;
}
.preview_quotations img {
	margin-left:30px;
}

.preview h3 a {
	text-decoration:none;
	color:black;
}

.preview h3 a:hover {
	border-bottom:solid #720000 1px;
	color:#720000;
}

/* Author, category, readers */
.preview_info {
	font-variant:small-caps;
	text-align:right;
	margin:0 0 -7px 0;
	letter-spacing:0.15em;
	margin:0 0 5px 0;
	line-height:1.35em;
	font-size:1em;
	#font-size:0.9em;
}

.preview_info em {
	font-variant:normal;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0;
}

.preview_info a {
	text-decoration:none;
	color:#930101;
}

.preview_info a:hover {
	text-decoration:underline;
}

/* Other layout */
.preview_right {
	width:360px;
	float:right;
}

.preview_quotations .preview_right {
	padding-right:20px;
	
}

.preview_img, .image_left {
	margin:3px 15px 0 -15px;
	float:left;
}
.preview center {margin:0;}
.preview p {margin:0 0 10px 0;}

/* PREVIEW OF CATEGORIES */
.category {
	padding:0 0 1px 0;
	/*border:solid red 1px;*/
}

.category img {
	float:right;
	margin:4px -15px 5px 15px;
}

.category_left {
	margin:0 190px 0 0;
}

.category h2 {text-align:left;}

/* Other layout */
.category_preview .preview_right {width:310px;}
.category_preview h3 {margin-bottom:20px;}

/* ARTICLE */
.article_image, .image_right {
	float:right;
	margin:4px -15px 5px 15px;
	
}
/* Article headings  - 2nd and 3rd level level */
h3 {
	text-align:left;
	font-family: "Palatino Linotype", "New York CE", utopia, serif;
	font-size:1.5em;
	font-style:italic;
	padding:0;
	margin:20px 0 5px 0;
}

h4 {
	font-size:1.2em;
	margin:15px 0 5px 0;
}

.article_prev_next {font-size:0.93em;}
.article_prev_next em {font-weight:bold;}
.article h4 span {font-size:0.75em; color:black; font-style:italic;}
.article h4 span a {font-weight:normal;}

/* For for sending user data */
form table {
	border:none; font-size:1em;
	margin:0 20px 0 20px;
	border-collapse:separate;
}
form th, form td {
	background:none; color:black; border:none;
	/*padding:10px 0 10px 0;*/
	padding:0;
	/*padding-bottom:4px;*/
	margin-bottom:4px;
	vertical-align:top;
}
form td {padding-left:1px;}
form th {
	padding-right:30px;
	/*font-variant:small-caps;*/
	font-weight:normal;
	/*color:gray;*/
	padding:1px 20px 1px 10px;
	font-weight:bold;
	background:#f9f0cf;
	color:black;
	border-left:solid #A50000 5px;
	border-top:solid #A50000 1px;
	/*border-right:solid #720000 5px;*/
}

/*.border td, .border th {border-bottom:solid black 1px;}*/
input.form_text {border:solid black 1px;}
input.form_text:focus {border:solid #720000 1px;}
textarea {border:solid black 1px;}
textarea:focus {border:solid #720000 1px;}
input.button {padding:8px 20px 8px 20px;}
#articles_contact_form_captcha_div {
	padding-bottom:8px;
}

/* SONG LYRICS */
.chordline {line-height:2.5;}
.chordline span {position:relative;}
.chordline span strong {
	position:absolute;
	top:-1.6em; left:0;
	color:#720000;
	font-style:italic;
	font-size:0.9em;
}
.chordline span strong span {display:none;}
.song em {font-weight:bold;}
.song {margin:10px 20px 10px 20px;}
.song_verse {height:15px;}


/* USERS AND THEIR OVERVIEW */
/* User overview thumbnails */
.thumb {
	width:220px;
	float:left;
	margin:20px 20px 20px 20px;
	text-align:center;
	_width:200px;
}

.thumb h5 {
	margin:0;
	font-size:1.2em;
}
.thumb a {
	font-size:0.9em; 
	font-style:italic;
}
.thumb h5 a {
	font-style:normal; 
	font-variant:small-caps; 
	letter-spacing:0.1em; 
	text-decoration:none;
}
.thumb h5 a:hover {text-decoration:underline;}
.thumb img {margin:10px 0 5px 0;}
.thumb span {
	font-size:0.9em;
	display:block;
	/*font-style:italic;*/
}
.thumb span em {
	font-weight:bold;
	font-size:1.4em;
}

/* User page */
.user li span {font-size:0.95em;}

/* LINKS */
.link_preview {margin:20px 0 20px 0;}
.link_left {margin:0 110px 0 0;}
.link_preview a {
	display:block;
	margin:2px 0 7px 0;
	font-size:1.15em;
	font-weight:bold;
}
.link_left a {
	display:inline; font-size:1em; font-weight:normal; margin:0;
}
.link_preview h3 {
	/*font-family: Georgia, "New York CE", utopia, serif;		
	font-weight:normal;*/
	margin:2px 0 0 0;
	font-size:1.8em;
}
.link_preview img {margin:7px 0 20px 0;}

/* Quotations */
.quotation_author {
	text-align:right;
	margin-top:15px;
	font-size:0.9em;
	font-style:italic;
}

/* Image previews */
.image_preview {
	margin:0 0 15px 0;
	border:solid #720000 1px;
	background:#f9f0cf;
	text-align:center;
	padding:0;
	
}
.image_preview a img {border:none;}

/* Attachments table */
.attachments_table td {
	border:none;
	vertical-align:middle;
	background:white;
	background:#fffbf1;
}

.attachments_table img {border:none;}

/* THICKBOX */
#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border:solid #720000 2px;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border:solid #720000 1px;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
}

#TB_caption img {display:none;}

#TB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}

/* PRINT OUTPUT */
@media print {
	body {background:white; color:black;}
	#container {width:100%; border-bottom:none; background:white;}
	#right {display:none;}
	#header {display:none;}
	#left {width:100%;}
	#footer {display:none;}
	.no-print {display:none;}
}
