/*
Theme Name: New Creation
Theme URI: www.new-creation.eu
Description: Gospelgroep New Creation
Version: 2.0
Author: Lammert van der Leij
Author URI: www.l-leij.nl
*/

*{
	margin: 0;
	padding: 0;
}


body {
	margin-top: 0px;
	background: url(images/body3.jpg) repeat-x #363636;
	font: normal small Verdana, Helvetica, sans-serif;
	color: #EEEEEE;
}

h1, h2, h3 {
	color: #F9CE29;
}

h2 {
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	padding: 0 0 20px 0;
	margin: 0;
	border-bottom: 2px solid #353535;
}

h6 {
        padding-top: 10px;
	margin-bottom: 40px;
	line-height: 1.5em; /* letterafstand */
	text-align: justify; /* letters rechts ook uitlijnen */
        font-size: 12px;
        font-weight:normal;
}

p, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.5em; /* letterafstand */
	text-align: justify; /* letters rechts ook uitlijnen */
}

p {
}



blockquote {
	margin-bottom: 1.4em;
	line-height: 1.5em;/* letterafstand */
	margin-left: 1em;
	margin-right: 1em;
	font-style: italic;
}

ul {
	margin-left: 2em;
}

ul li {
}

ol {
	margin-left: 2em;
}

ol li {
}

a {
	text-decoration: none;
        color: #EEEEEE;
}

a.grijs {
        color: #868686;
}

a.blauw  {
        color: #1651C9;
}

a.geel  {
        color: #F9CE29;
}


a:hover {
	text-decoration: underline;
}



/* Rand om de foto in de agenda, anders staat hij te dicht bij de tekst */
img.agenda  {
        margin:13px 0 13px 0;
}


img {
	border: none;
}






/* Header */

#header {
	height: 61px;
	background: url(images/img02new2.gif) repeat-x;
}

/* Header > Logo */

#logo {
	width: 700px;
	height: 19px;
	margin: 0 auto;
	padding: 6px 0 0 0;
}

#logo h1, #logo h2 {
	text-transform: uppercase;
	font-family: verdana;
	letter-spacing: 1px;
	font-size: 14px; /* lettertype onder foto */
}

#logo h1 {
	float: left;
}

#logo h2 {
	float: right;
}

#logo a {
	color: #EEEEEE;	
}

/* Header > Menu */

#menu {
	width: 700px;	/*totale breedte van de menu-items*/
	height: 27px;	/*Hoogte (niet veranderen!!!!)*/
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 23px;
	margin: 0 3px 0 0;                 /* Afstand tussen menu-items */
	padding: 4px 17px 0px 17px;        /* Afstand van zijkanten tot letters in menu bovenin */
	background: url(images/img10_20.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 10px;	/* lettergrootte menu bovenin */
	font-weight: bold;
	color: #EEEEEE;
}

#menu a:hover {
	background-image: url(images/img10_yellow.gif); /* nieuwe kleur hehe */
	text-decoration: none;
}

#menu .active a {
	background-image: url(images/img05.gif); /* grijs */
}

/* Content */

#page {
	width: 726px;	/*Breedte van de totale tekst*/
	margin: auto;
}

/* Content */

#content {
	float: right;	/*rechts uitlijnen*/
	width: 472px;  	/*Breedte rechtergedeelte*/
}

#content_breed {
        width: 700px;
        margin: 0 auto;
}

#all {
	width:800px;	/*Breedte van de totale pagina*/
	margin:0 auto;
	background:url(images/body_bckg3.jpg) no-repeat #000000;	/*Achtergrond, zwart met boogjes*/
	background-position: 0% 370px;								/*370 pixels van boven*/
 }


.post-meta {
        list-style:none;
	text-align: left;
	color: #979797;
}

.linkcat {
        list-style: none;
}

a.blogroll a.blogroll:visited  {
          display:block; 
	  width:9em; 
	  border:1px solid #808; 
	  font-family:arial, verdana, sans-serif; /* ADDED */ 
	  font-size:0.8em; /* ADDED */ 
	  text-align:center; /* ADDED */ 
	  text-decoration:none; /* ADDED */ 
	  } 




.blogroll{
        list-style:none;
	text-align: left;
	color: #868686;
}


.datum  {
        font-size: 0.75em;
/*        letter-spacing:-1px;*/
        color:#666666;
}


/* lichtere tekst (lichtgrijs) t.b.v. subjes en zo, geen line-break */
.subtekst{
	color: #868686;
	display: inline;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


/* Agenda */ 

#agenda {
	color: #F9CE29;
	margin: 0;
	padding: 25px 0 0 0;
	border-bottom: 2px solid #353535;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.3em; /* Afstand tussen blokjes*/
	background: none;
	}

#agenda a {
	color: #F9CE29;
}


#agenda .grijs {
        color: #868686;
}

#agenda .blauw  {
        color: #1651C9;
}

#agenda .onbevestigd {
	color: #535353;
	font-size: 0.6em;
	font-weight: normal;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 232px;
}

.menu {
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1.2em; /* Afstand tussen blokjes*/
	line-height: 1.2em; /* letterafstand */
	text-align: justify;
}

#sidebar li {
	list-style: none;
	margin-bottom: 0.5em; /* Afstand tussen blokjes*/
	line-height: 1.2em; /* letterafstand */
	text-align: justify;
}

#sidebar li ul {
	padding: 2px 0;
	margin-bottom: 0.5em; /* Afstand tussen blokjes*/
	line-height: 1.2em; /* letterafstand */

}

#sidebar li li {
	padding-left: 2px;
	border-bottom: 1px dotted #353535;
	margin-bottom: 0.5em; /* Afstand tussen blokjes*/
	line-height: 1.2em; /* letterafstand */
}

#sidebar h2 {
	margin: 0;
	padding: 25px 0 0 0;
	border-bottom: 2px solid #353535;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.3em; /* Afstand tussen blokjes*/
	background: none;
	}

h2.widgettitle {
	margin: 0;
	padding: 25px 0 0 0;
	border-bottom: 2px solid #353535;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.3em; /* Afstand tussen blokjes*/
	background: none;
	}

#sidebar a {
	text-decoration: none;
	padding-left: 12px;
}

#sidebar a:hover {
	text-decoration: underline;
}




/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #393F4D;
	background: #101010;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}
