/*   
Theme Name: Marketing in de Kerk
Theme URI: http://www.marketingindekerk.nl
Description: Vormgeving 2.0 voor Marketing ind e Kerk
Author: Fokke Zandbergen
Author URI: http://www.fokke-hannah.nl
Version: 2
.
Alleen voor gebruik door Marketing in de Kerk.
.
*/

@import url(reset.css);
@import url(entry.css);

body
{
    padding: 0;
    margin: 0;
	font-family:Trebuchet MS,Arial,Sans-Serif;
	font-size:87.5%;
	font-style:normal;
	line-height:1;
	text-transform:none;
}

.center
{
    width: 960px;
    margin: 0 auto;
}

/* HEADER */

#header
{
	background: #111111 url(images/header-footer.bg.drawing.jpg) no-repeat scroll 50% -165px;
	height: 130px;
}

#header .center
{
	position: relative;
	height:130px;
}

#logo
{
	text-indent: -9999px;
	display: block;
	background: transparent url(images/logo.png) no-repeat scroll top left;
	width: 359px;
	height: 52px;	
	position: absolute;
	top: 40px;
	left: 20px;
}

/* QUICKLINKS */

#quicklinks
{
	list-style: none;
	position: absolute;
	top: 45px;
	right: 20px;
	height: 16px;
}

#quicklinks li.category
{
	margin-bottom: 10px;
	position: relative;
	height: 16px;
}

#quicklinks li ul.links
{
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0;
}

#quicklinks li span.label
{
	display: none;
}

#quicklinks #rss
{
	background: transparent url(images/rss.icon.gif) no-repeat scroll center left;
}

#quicklinks #twitter
{
	background: transparent url(images/twitter.icon.png) no-repeat scroll center left;
}

#quicklinks ul.links li
{
	display: inline;
	padding: 0;
}

#quicklinks ul.links li a
{
	border-right: 1px solid #666666;
	padding-right: 7px;
	margin-left: 7px;
	font-size: 11px;
	color: #DDDDDD;
	text-decoration: none;
	line-height: 16px;
}

#quicklinks ul li.last a
{
	border-right: 0;
	padding-right: 0;
}

#quicklinks ul.links li a:hover
{
	text-decoration: underline;
}

/* MENU */

#menu
{
	background: #EEEEEE url(images/menu.bg.png) repeat-x scroll bottom left;
	width: 100%;
	overflow: hidden;
}

#menu ul {
	line-height:1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu a {
	display:block;
	line-height:16px;
	padding:14px 20px 9px;
	text-decoration: none;
}

#menu a
{
	cursor:hand;
	color:#333333;
}

#menu li a .description {
	color:#999999;
	font-size:11px;
	font-weight:normal;
	cursor:hand;
}

#menu li.current,
#menu li:hover,
#menu li.sfhover1 {
	background:transparent url(images/menu.bg.hover.gif) repeat-x scroll 0 0;	
}

#menu li {
	float:left;
	font-size:16px;
	font-weight:bold;
	text-shadow:0 1px #FFFFFF;
}

#menu li ul {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:0 1px 1px;
	left:-999em;
	position:absolute;
	width:188px;
	z-index:10;
	
	-moz-box-shadow: 5px 5px 10px #EEEEEE;
	-o-box-shadow: 5px 5px 10px #EEEEEE;
	-webkit-box-shadow: 5px 5px 10px #EEEEEE;
	box-shadow: 5px 5px 10px #EEEEEE;
}

#menu li li {
	font-weight:normal;
}

#menu li:hover ul,
#menu li.hover ul {
	left:auto;
}

#menu li ul li a {
	background:#FFFFFF;
	color:#565656;
	font-size:12px;
	line-height:34px;
	padding:0 20px;
	width:148px;
	white-space: nowrap;
	overflow: hidden;
	cursor:hand;
}

#menu li ul li.current a:hover,
#menu li ul li a:hover {
	background:#EEEEEE url(images/menu.bg.hover.gif) repeat-x scroll left top;
}

#menu li ul ul {
	border-width:1px;
	margin:-35px 0 0 188px;
}

#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li:hover ul ul ul ul,
#menu li.hover ul ul,
#menu li.hover ul ul ul,
#menu li.hover ul ul ul ul {
	left:-999em;
}

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li li li li:hover ul,
#menu li.hover ul,
#menu li li.hover ul,
#menu li li li.hover ul,
#menu li li li li.hover ul {
	left:auto;
}

#menu li:hover,
#menu li.hover {
	position:static;
}

/* SEARCH */

#search
{
	float: right;
	margin: 14px 20px 0 0;
	width: 150px;
}

#search .input
{
	background: #F7F7F7 url(images/search.bg.png) no-repeat center right;
	width: 140px;
}

/* BODY */

#body
{
	background: #F7F7F7 url(images/content.bg.png) repeat-x top left;
	padding: 20px 0;
}

#body .center
{
	width: 1000px;
}

/* COLUMNS */

.columns
{
	width: 100%;
	overflow: hidden;
}

.column
{
	float: left;
}

.column.quarter
{
	width: 25%;
}

.column.third
{
	width: 35%;
}

.column.half
{
	width: 50%;
}

.column.twothird
{
	width: 65%;
}

.column.threequarter
{
	width: 75%;
}

.column.full
{
	width: 100%;
}

/* ENTRY */
.hentry
{
	margin: 30px 15px;
}

.hentry .paper
{
	background: #ffffff;
	padding: 20px;
	position: relative;
	
	border-color: #FFF; /* IE */
	
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 2px 2px 5px #999999;
	-o-box-shadow: 2px 2px 5px #999999;
	-webkit-box-shadow: 2px 2px 5px #999999;
	box-shadow: 2px 2px 5px #999999;
}

.hentry .title,
.hentry .title a
{
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, sans-serif;
	font-weight: 800;
	letter-spacing: -1px;
	color: #333333;
	text-decoration: none;
	font-size: 24px;
	margin-bottom: 10px;
	padding-right:35px;
}

.page .title
{
	margin-bottom: 20px;
}

.hentry .title a:hover
{
	color: #4CA519;
}

.hentry .comments
{
	display: block;
	width:26px;
	height:26px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: transparent url(images/comments.bg.smaller.png) no-repeat scroll 0 0;
	font-weight:bold;
	color:white;
	text-align:center;
	text-decoration: none;
	line-height: 26px;
}

.hentry .wp-post-image
{
	float: right;
	border: 10px solid #EEEEEE;
	margin: 0 0 10px 10px;
}

.hentry .meta
{
	color: #999999;
	margin-bottom: 20px;
}

.hentry .meta a,
.hentry .more
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.hentry .meta a:hover,
.hentry .more:hover
{
	color: #4CA519;
}

.hentry .more
{
	display: block;
	text-align: right;
}

.hentry .actions
{
	width: 100%;
	overflow: hidden;
	padding: 20px 0 10px;
	background: transparent url(images/line.png) repeat-x scroll bottom left;
	color: #333333;
	font-size: 11px;
}

.hentry .actions a
{
	color: #999999;
	text-decoration: none;
}

.hentry .actions a:hover
{
	color: #333333;
}

.hentry .actions .categories
{
	float: left;
	background: transparent url(images/categories.icon.png) no-repeat scroll 0 0;
	padding-left: 25px;
	line-height: 16px;
}

.hentry .actions .share
{
	float: right;
	background: transparent url(images/share.icon.png) no-repeat scroll 0 0;
	padding-left: 25px;
	line-height: 16px;
} 

/* COMMENTS */

#comments
{
	margin: 30px 15px 0 15px;
	color: #333333;
	padding-bottom: 30px;
	background: transparent url(images/line.png) repeat-x scroll left bottom;
}

#comments h3
{
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, sans-serif;
	font-weight: 800;
	font-size: 1.2em;
	color: #333333;
	text-transform: uppercase;
	padding:10px 0;
}

#comments h3 .respond {
	float: right;
}

#comments .comment
{
	margin: 10px 0;
	padding: 20px;
	border: 1px solid #DDDDDD;
	
	line-height: 130%;
	
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#comments .depth-1,
#comments .depth-3,
#comments .depth-5,
#comments .depth-7
{
	background: #ffffff;
}

#comments .depth-2,
#comments .depth-4,
#comments .depth-6,
#comments .depth-8
{
	background: #F7F7F7;
}

#comments .comment-body
{
	overflow: hidden;
	width: 100%;	
}

#comments h3 a,
#comments .comment-body a,
#comments .reply a {
	color: #4CA519;
	text-decoration: none;
}

#comments h3 a:hover,
#comments .comment-body a:hover,
#comments .reply a:hover
{
	color: #333333;
}

#comments .comment-author a,
#comments .comment-meta a
{
	color: #999999;
}

#comments .comment-author a:hover,
#comments .comment-meta a:hover
{
	color: #333333;
}

#comments .avatar
{
	float: left;
	border: 3px solid #F7F7F7;
	margin: 0 10px 10px 0;
}

#comments .depth-2 .avatar,
#comments .depth-4 .avatar,
#comments .depth-6 .avatar,
#comments .depth-8 .avatar
{
	border-color: #DDDDDD;
}

#comments .fn
{
	font-weight: bold;
}

#comments .says
{
	display: none;
}

#comments .comment p
{
	width: 100%;
	overflow: hidden;
	margin: 15px 0;
}

#comments .comment-reply-link
{
	float: right;
	font-weight: bold;
}

/* ECHO COMMENTS */

.js-kit-comments
{
	margin: 0 15px;
	padding-bottom: 30px;
	background: transparent url(images/line.png) repeat-x scroll left bottom;
}

.js-kit-comments .js-kit-miniProfile-name-ipe
{
	width: 100%;
}

.js-kit-comments .js-commentControl a,
.js-kit-comments .jsk-CommentFormButton
{
	background:transparent url(images/button.bg.png) repeat-x scroll center top;
	border:1px solid #CCCCCC;
	color:#333333;
	cursor:pointer;
	font-size: 13px;
	font-weight:800;
	padding:5px;
	text-align:center;
	text-shadow:0 1px 0 White;
	
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	text-decoration: none;
}

.js-kit-comments .js-commentControl
{
	padding-top: 10px;
}

.js-kit-comments a,
.js-kit-comments .jsk-ThreadWrapper a,
.js-kit-comments .jsk-LinkColor
{
	color: #4CA519;
}

.js-kit-comments .jskit-MenuTitle,
.js-kit-comments .js-kit-lcf-miniProfile .js-kit-miniProfile-logout,
.js-kit-comments .js-CreateComment .js-kit-tab-title
{
	color: #999999;
}

/* RESPOND */

#respond
{
	margin: 30px 0 0 0;
	color: #333333;
}

#respond a {
	color: #4CA519;
	font-weight: bold;
	text-decoration: none;
}

#respond a:hover
{
	color: #333333;
}

#respond h3
{
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, sans-serif;
	font-weight: 800;
	font-size: 1.2em;
	color: #333333;
	text-transform: uppercase;
	padding:10px 0;
}

#respond form p
{
	margin: 10px 0;
}

#respond form label
{
	margin-left:10px
}

/* FORMS */

form input[type=text],
form textarea
{
	background-color:#FFF;
	border-color:#BBBBBB #CCCCCC #CCCCCC #BBBBBB;
	border-style:solid;
	border-width:1px;
	padding: 5px;
	color: #333333;
	
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form input[type=text]:focus,
form textarea:focus
{
	border-color: #333333;
}

form textarea
{
	width: 90%;
}

form input[type=submit],
form input[type=button],
form button
{
	background:transparent url(images/button.bg.png) repeat-x scroll center top;
	border:1px solid #CCCCCC;
	color:#333333;
	cursor:pointer;
	font-size:1em;
	font-weight:800;
	padding:5px;
	text-align:center;
	text-shadow:0 1px 0 White;
	
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* NAVIGATION */

ul.navigation
{
	width: 100%;
	overflow: hidden;
}

ul.navigation li
{
	padding: 15px;
}

ul.navigation li.prev
{
	float: left;
}

ul.navigation li.next
{
	float: right;
}

ul.navigation a
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

ul.navigation a:hover
{
	color: #4CA519;
}

/* BLOCKS */

#body .block
{
	margin: 30px 20px;
	background: #ffffff url(images/block.bg.gif) repeat-x scroll top left;
	border: 1px solid #DBDBDB;
	
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#body .block .title
{
	padding: 15px;
	border-bottom: 1px solid #DBDBDB;				
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, sans-serif;
	font-weight: 800;
	font-size: 1.2em;
	color: #333333;
	text-transform: uppercase;
	position: relative;				
}

#body .block .title .actions
{
	list-style: none;
	display: inline;
	position: absolute;
	top: 16px;
	right: 15px;
}

#body .block .title .actions li
{
	display: block;
	float: left;
	margin-left: 10px;
}

#body .block .title .actions li a
{
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}

#body .block .title .actions li a:hover
{
	opacity: 0.6;
}

#body .block .title .actions .twitter a
{
	background: transparent url(images/twitter.icon.png) no-repeat scroll 0 0;
}

#body .block .title .actions .rss a
{
	background: transparent url(images/rss.icon.gif) no-repeat scroll 0 0;
}

#body .block .content
{
	padding: 0;
	font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif;
	font-size:11px;
	line-height: 15px;
	word-spacing: -1px;
	color: #333333; 
}

#body .block .content a
{
	color: #86B049;
	text-decoration: none;
}

#body .block .content a:hover
{
	color: #333333;
}

/* BOX */

#body .box
{
	margin: 30px 15px;
}

#body .box .title,
#body .box .title a
{
	font-family: 'Myriad Pro', 'Trebuchet MS', Arial, sans-serif;
	font-weight: 800;
	font-size: 17px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0;
}

#body .box .title a:hover
{
	color: #4CA519;
}

#body .box .content
{
	color: #333333;
	width: 100%;
	overflow: hidden;
}

#body .box .content p
{
	line-height: 1.3em;
}

#body .box .content a
{
	color: #86B049;
	text-decoration: none;
}

#body .box .content a:hover
{
	color: #333333;
}

#body .box .content .avatar
{
	float: right;
	border: 10px solid #EEEEEE;
	margin:0 0 10px 10px;
}

#body .box .content .menu li
{
	display: block;
	background: transparent url(images/line.png) repeat-x scroll bottom left;
	color: #333333;
	padding:10px;
	white-space:nowrap;
	overflow: hidden;
	position: relative;
}

#body .box .content .menu li a
{
	color: #333333;
	text-decoration:none;
}

#body .box .content .menu li:hover,
#body .box .content .menu li.current-cat,
#body .box .content .menu li.current_page_item
{
	background: #EEEEEE url(images/menu.bg.png) repeat-x scroll left top;
}

#body .box .content .menu li:hover a
{
	text-decoration: underline;
}

#body .box .content .menu li a img
{
	position: absolute;
	top: 8px;
	right: 5px;
}

/* WEBFISH */

#body #webfish.block
{
	background: #FFFFFF url(images/block.webfish.bg.png) no-repeat scroll 0 0;
}

#body #webfish.block h3
{
	width: 208px;
	height: 47px;
	padding: 0;
	text-indent: -9999px;
}

#body #webfish.block .content
{
	padding: 10px;
}

/* TWITTER */

#body .twitter .item
{
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin: 0;
	position: relative;
	overflow:hidden;
}

#body .twitter .item.last
{
	border-bottom: 0;
}

#body .twitter .item:hover,
#body .twitter .item.hover
{
	background: #F7F7F7;
}

#body .twitter .item .avatar img
{
	position: absolute;
	left: 10px;
	top: 10px;
	border: 3px solid #F7F7F7;
}

#body .twitter .item:hover .avatar img
{
	border-color: #DDDDDD;
}

#body .twitter .item .message
{
	display:block;
	margin-left: 42px;
}

#body .twitter .item .meta
{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}

#body .twitter .item .meta .timestamp a
{
	padding: 2px;
	float: left;
	color: #999999;
}

#body .twitter .item .meta .timestamp a abbr
{
	 border-bottom: 1px dotted #999999;
}

#body .twitter .item .meta .timestamp a:hover abbr
{
	color: #333333;
	border-bottom: 1px dotted #333333;
}

#body .twitter .item .meta .reply a,
#body .twitter .item .meta .retweet a
{
	color: #999999;
	float: right;
}

#body .twitter .item .meta .reply a,
#body .twitter .item .meta .retweet a
{
	padding: 2px 0 0 16px;
	margin-left: 5px;
}

#body .twitter .item .meta .reply a:hover,
#body .twitter .item .meta .retweet a:hover
{
	color: #333333;
	background-position: 0 -12px;
}

#body .twitter .item .meta .reply a
{
	background: transparent url(images/reply.icon.png) no-repeat scroll 0 3px;
}

#body .twitter .item .meta .retweet a
{
	background: transparent url(images/retweet.icon.png) no-repeat scroll 0 3px;
}

#body .notwitter
{
	padding: 10px;
}

#body .twitter.noavatar .item .avatar img
{
	display: none;
}

#body .twitter.noavatar .item .message
{
	margin-left: 0;
}

/* FOOTER */

#footer
{
	background: #191919 url(images/header-footer.bg.drawing.jpg) no-repeat scroll center bottom;
	min-height: 320px;
	color: #888888;
	overflow:hidden;
	padding: 20px 0;
}

#footer .title
{
	color: white;
	font-weight: 800;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 20px;
}

#footer a
{
	color: white;
	text-decoration: none;
}

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

#footer .content,
#footer #copyright
{
	margin: 20px;
	line-height: 1.3em;
}

#footer .content p
{
	margin: 15px 0;
}
