/**
 * Title: Gospelkoor - In his name
 * Description: This stylesheet defines the default layout of inhisname.nl
 * Copyright: Pronamic Internet, Vormgeving en Software
 * Company: Pronamic Internet, Vormgeving en Software
 * Author: Remco Tolsma
 * Version: 1.0
 */

body {
	background: #E3E6DA url("back.gif") repeat-x;

	float: left;

	font: 80%/1.5 Arial, Helvetica, sans-serif;

	min-width: 100%;

	margin: 0 0 50px 0;
	padding: 0;
}

/**
 * Common
 */
.container {
	margin: 0 auto;

	/* make space for shadow */
	padding: 0 8px;

	width: 850px;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
 
h2 {
	color: #5A2659;

	font-size: 150%;
	font-style: italic;
	font-weight: bold;

	line-height: 120%;
		
	margin: .5em 0;
}

/**
 * Anchors
 */
a {
	color: #4C9418;
}

a:hover {
	color: #3C133B;
}

a.more {
	font-weight: bold;
}

/**
 * Forms
 */
.field {
	margin-bottom: 10px;
}

label {
	cursor: pointer;
	
	display: block;

	font-weight: bold;
}

input.text,
textarea, 
select {
	border: 1px solid #d6c9d5;

	font: 1em Arial, Helvetica, sans-serif;

	padding: 7px;
}

input.text:focus,
textarea:focus, 
select:focus {
	border-color: #333;
}

.succes {
	background-color: #d7f2c3; 
	
	border: 1px solid #4d9518;
	
	padding: 10px; 
	margin-top: 20px; 
}

.error {
	background-color: #efdbdb; 
	
	border: 1px solid #9f0000;
	
	color: #9c0000;
	
	padding: 10px; 
	margin-top: 20px; 
}

/**
 * Images
 */
img.deco-l {
	float: left;

	margin: 0 1em 1em 0;
}

img.deco-r {
	float: right;

	margin: 0 0 1em 1em;
}

/** 
 * Buttons
 */
.more-news-link,
.more-history-link {
	background: transparent no-repeat top left;

	display: block;

	height: 35px;
}

.more-news-link:hover,
.more-history-link:hover {
	background-position: bottom left;
}

.more-news-link span,
.more-history-link span {
	display: none;
}

.more-news-link { width: 113px; background: url("buttons/meer-nieuws.gif"); }
.more-history-link { width: 207px; background: url("buttons/lees-meer-over-onze-historie.gif"); }

/**
 * Other
 */
blockquote {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	
	text-align: center;
	
	margin: 0;
}
 
/**
 * Head
 */
#head-wrap {
	
}

#head {
	background: url("head-back.png") repeat-y;
}

/**
 * Name
 */
#name {
	margin: 0;
	padding: 5px;
}

#name a {
	background: url("logo.gif") no-repeat center center;

	display: block;

	width: 206px;
	height: 55px;

	padding: 10px;
}

#name a span {
	display: none;
}

/**
 * Menu
 */
#menu {
	background: #4D9518;

	font-size: 110%;
}

#menu ul {
	list-style: none;

	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
}

#menu a {
	display: block;

	color: #FFF;

	padding: 12px 25px;

	text-decoration: none;
}

#menu a.active, 
#menu a:hover {
	background: #255911;
}

/**
 * Intro wrap
 */
#intro-wrap {
	background: #3C133B;

	color: #FFF;
}

#intro {
	background: url("intro-back.gif") repeat-y;

	position: relative;
}

#intro h2 {
	color: #FFF;
	
	margin: 0;
}

#intro h3 {
	margin: 0;
	
	font-weight: normal;
	font-size: 14px;
}

#intro a {
	color: #FFF;
}

#intro a:hover {
	color: #D6C9D5;
}

/* Core */
#intro-core {
	background: url("g-clef.gif") no-repeat bottom left;

	min-height: 65px;

	padding: 20px 450px 20px 25px;
}

/* Hook */
#intro-hook {
	background: url("intro.png") no-repeat center center;

	width: 395px;
	height: 128px;

	position: absolute;

	top: -10px;
	right: 20px;
}

/**
 * Main
 */
#main {
	background: #FFF url("main-back.gif") repeat-y;

	padding: 30px 33px;

	width: 800px;
}

/**
 * Core
 */
#core {
	float: left;

	padding-right: 25px;

	width: 480px;
}

/**
 * Extra
 */
#extra {
	border-left: 1px solid #D6C9D5;

	float: right;

	min-height: 400px;

	padding-left: 25px;

	width: 260px;
}

/**
 * News
 */
.news {
	
}

.news .item {
	border-bottom: 1px solid #D6C9D5;
}

.news .item h3 {
	margin: 1em 0 0 0;
}

.news .item p {
	margin: 0 0 1em 0;
}

/**
 * Gallery
 */
#gallery img {
	margin: 0 5px 5px 0;
	
	border: 2px solid #d6c9d5;
}

/**
 * Foot
 */
#foot {
	background: url("foot-back.gif") no-repeat top center;

	color: #8F908A;

	padding: 1px 8px;

	text-align: center;
}

#foot p {
	margin: 1em 0;
}

#foot a {
	color: #8F908A;

	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#foot .separator {
	padding: 0 .5em;
}

/**
 * Table
 */
 
table {
	width: 100%;
}

th {
	border-bottom: 1px solid #D6C9D5;
	
	text-align: left;
	
	padding: 8px 4px;
}

td {
	padding: 8px 4px;
	
	border-bottom: 1px solid #D6C9D5;
}