/*
Skin Name: SCA
Skin URI:
Description:
Author:
Author URI:
Version: 1.0
Global Navigation: Y
*/
* {
	padding: 0;
	margin: 0;
	}
	
img, img a:link, img a:visited, img a:hover, img a:active {
	text-decoration: none;
    border: none;
}

.entry-content img, img a:link, img a:visited, img a:hover, img a:active {
	text-decoration: none;
    background: #ffffff;
	border: 1px solid #cccccc;
	padding: 4px;
	margin: 6px 14px 2px 14px;
}

.no-border img, img a:link, img a:visited, img a:hover, img a:active {
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
}

body {
	font: 65% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* 62.5% sets 1em to about 10px */
	background: #f8f8f8;
	color: #393939;
	text-align: center;
	margin: 0px 0 20px 0;
	}

#wrapper {
	width: 780px; 
	margin: 0 auto;
	padding: 0;
	background: white;
	text-align: left;
	}
	
#content {
	/*width: 500px; default width is 500px */
	width: 500px; 
	margin: 20px 30px 30px 30px;
	padding: 0;
	float: left;
	display: inline;
	}

#onecol{
	width: 720px; 
	margin: 30px;
	padding: 0;
	float: left;
	display: inline;
	}

#sidebar {
	width: 190px; /* 186px default, original k2 is about 206px, max is 220px */
	float: right;
	overflow: hidden;
	margin: 20px 30px 30px 0px;
	padding: 0 0 20px 0;
	display: inline;
	background: #f1f1f1;
	}
	
#header {
	padding: 0;
	margin: 0 0 2px 0;
	position: relative;
	height: 80px;
	background:#ebebeb url(k2lite/logo.jpg) no-repeat;
	}
	
#login_top {
	text-align: right;
	height: 20px;
	padding: 6px 6px  8px  0px;
	margin: 0;
	background:#FFF;
}

#login {
    text-align: center;
	padding: 20px 0px  20px  0px;
	margin: 10px 10px  10px  10px;
	background:#f8f8f8;
	border:dotted #ccc 2px;
}

#blog-search {
	padding: 4px 0 0 0;
	background:#393939;
	margin: 2px 0 2px 0;
	display: block;
	height: 40px;
	position: relative;
}
#blog-search .left
{
	position: absolute;
	left: 0px;
}

#blog-search .right
{
	position: absolute;
	right: 0px;
}

blog-title {
	text-align: left;
	display: inline;
}

#searchform {
	text-align: right;
	padding: 6px 10px 6px  0;
	background:#393939;
}

#secondary	{
	clear: right;
	}

#footer {
position: relative;
height: 10px;
clear: both;
padding: 10px 0px 14px 0px;
border-top: #cccccc 1px dotted;
}
	
#footer .left
{
position: absolute;
left: 30px;
}

#footer .right
{
position: absolute;
right: 30px;
}
	
hr {
border: dotted #cccccc 1px;
height: 1px;
width:100%;
margin: 0;
}
	
h1 { 
    font: 2.1em georgia,times new roman,serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	padding: 4px 0 0 20px;
	}

h1, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #fff;
	}

#blog-description {
	color: #fff;
	margin: 0 40px;
	}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #7a7a7a;
	margin: 0 0 4px 0;
	}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #393939;
	}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #393939;
}
	
/*- Sidebar Subpages Menu */
.sb-widgets {
	font-size: 1.2em;
	padding: 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	}
	
.sb-widgets h3 {
	margin: 12px 0px 8px 0px;
	border-bottom:dotted #999 1px;
	font-size: 1.3em;
	}
	
.sb-widgets li {
	margin: 0px 0 0 10px;
	color: #393939;
	}
	
.sb-widgets ul {
	margin: 0 0 0 10px;
	}
	
.sb-widgets ol {
	margin: 0 0 0 10px;
	list-style-type: disc;
	}
	
.falbum-recent li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#latestphotos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#latestphotos img, img a:link, img a:visited, img a:hover, img a:active {
    background: #ffffff;
	border: 1px solid #cccccc;
	padding: 4px;
	list-style-type: none;
	margin: 0 0 0 30px;
}

a:link  { /* primary link color */
	color: #be5028;
	text-decoration: none;
	}

a:visited { /* primary link color for visited links */
	color: #be5028;
	text-decoration: none;
	}
	
a:hover, a:active, .pingback .comment-metadata a:hover, .pingback .comment-metadata a:active { /* hover & active links */
	text-decoration: underline;
	}

.navigation { /* previous & next links on single post pages */
	height: 30px;
	padding-top: 0px;
	font-size: 1.2em;
	}

.nav-previous {
	float: left;
	text-align: left;
	}

.nav-next {
	float: right;
	text-align: right;
	}

.entry-content { /* blog posts */
	font-size: 1.2em;
	text-align: justify;
	color: #393939;
	margin: 0;
	line-height: 1.6em;
	}
	
	.entry-content-home { /* homepage posts */
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(k2lite/homapage-box.gif) no-repeat;
	text-align: justify;
	color: #fff;
	padding: 14px;
	line-height: 1.6em;
	margin: 0 0 10px 0;
	}
	
.entry-content-home a:link,  .entry-content-home a:visited, .entry-content-home a:active{ /* homepage posts */
	color: #fff;
	padding: 2px 4px 2px 4px;
	margin-top: 20px ;
	background: #3c3c3c;
	}
	
.entry-content-home a:hover { /* homepage posts */
	background: #be5028;
	text-decoration: none;
	}
	
.news-content-home a:link, .news-content-home a:visited, .news-content-home a:active { 
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #fff;
	padding: 2px 4px 2px 4px;
	background: #be5028;
	}
	
.news-content-home a:hover { /* homepage posts */
	padding: 2px 4px 2px 4px;
	background: #3c3c3c;
	text-decoration: none;
	}
	
.h3gray {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #7a7a7a;
	margin: 0 0 4px 0;
	}
	
.publish {
	margin-bottom: 40px;
	}
	
.entry-content p, .entry-content ul, .entry-content ol, .entry-content div, .entry-content blockquote {
	margin: 0 0 12px 0;
	}

.entry-meta { 
	font-size: 1em;
	display: block;
	margin: 4px 0 10px 0;
	color: #bbb;
	border: 0;
	}

.archive-metadata, .author-metadata {
	margin: 0 0 30px 0;
}

#comment-notes, #loggedin, .form-input, .form-textarea, ol.commentlist li p {
	margin: 4px 0;
	}

.entry-meta .published {
	display: inline;
	margin: 0;
	}

ol.commentlist { /* style for comments */
	padding: 10px 0 30px 0px;
	position: relative;
	}

ol.commentlist li {
	padding: 6px 6px 6px 6px;
	margin-bottom: 6px;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.5em;
	}

.comment-author {
	font-size: 1.2em;
	font-weight: bold;
	}

.comment-meta {
	font-size: 0.8em;
	display: block;
	margin: 4px 0 4px 0;
	color: #999;
	border: 0;
	}
	
li.comment .comment-metadata {
	font-size: 0.8em;
	}

.byuser {
	background: #f6f7f8;
}

.bypostauthor {
	background: #eee;
}
	
.access { /* misc styles */
	display: none;
	}

.unapproved {
	background-color: #fbfbb1;
	display: block;
	padding: 1px;
	margin: 2px 0;
	text-align: center;
	}

blockquote {
	margin: 20px 0 20px 15px !important;
	padding: 0 20px 0 15px;
	background: none;
	border-left: 1px solid #ccc;
	}

#globalnav { 
	position: relative;
	margin: 0 0 2px 0;
	padding: 4px 0 1px 0px;
	width: 780px;
	background: #be5028;
	height: 30px;
	}
	
	#navsep {
	background: #fff url(k2lite/border1.gif) repeat-x;
	height: 14px;
}
	
#globalnav #menu { /* style for k2-style tabs in header */
	position: relative;
	margin: 0px;
	width: 760px;
	font: 1.4em georgia,times new roman,serif;
	padding: 8px 0px 6px 20px;
	}
	
#globalnav #menu li {
	display: inline;
	margin: 0;
	}
	
#globalnav #menu li a {
	padding: 5px 15px 6px 15px;
	}

#globalnav #menu li a:link, #globalnav #menu li a:visited {
	color: #fff !important;
	text-decoration: none;
	}

#globalnav #menu li a:hover, #globalnav #menu li a:active {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}

#globalnav #menu li.current_page_item a:link, #globalnav #menu li.current_page_item a:visited,
#globalnav #menu li.current_page_item a:hover, #globalnav #menu li.current_page_item a:active {
	background: #fff;
	color: #333 !important;
	text-decoration: none;
	}

#globalnav #menu li ul { /* hides subpages */
	display: none;
	}
	
/* Contact Form CSS */
.contactform {
padding: 20px;

}

.contactformin {
padding: 10px 0 0 0;
}

.contactleft {
	width: 15%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
}

.contactright {
	width: 80%;
	text-align: left;
	float: right;
	display: inline;
	padding: 0;
	margin: 0;
}

.contacterror {
	border: 1px solid #be5028;
}

.errortext {
	border: 1px solid #fed074;
	background: #ffef94;
	color: #be5028;
	padding: 2px 0 2px 6px;
}

.contactsubmit {
}

/* Sidebar and lists CSS */

/* Links*/
#linkcats ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 4px 10px;
}
#linkcats li {
	 background-image: url(k2lite/page_white.png);
	 background-repeat: no-repeat;
	 background-position: 0 1px;
	 padding: 0 0 6px 20px;
}

/* Categorie*/
#categorie li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#categorie ul {
	padding: 0;
	margin: 0;
}
#categorie ul li{
    list-style-type: none;
	background-image: url(k2lite/page_white.png);
	 background-repeat: no-repeat;
	 background-position: 0 0px;
	 padding: 0 0 4px 20px;
}

/* Archives*/
#archief li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#archief ul {
	padding: 0;
	margin: 0;
}
#archief ul li{
    list-style-type: none;
	background-image: url(k2lite/calendar_view_month.png);
	 background-repeat: no-repeat;
	 background-position: 0 0px;
	 padding: 0 0 4px 20px;
}

/* latest posts*/
#laatste-nieuws li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#laatste-nieuws ul {
	padding: 0;
	margin: 0;
}
#laatste-nieuws ul li{
    list-style-type: none;
	background-image: url(k2lite/newspaper.png);
	 background-repeat: no-repeat;
	 background-position: 0 0px;
	 padding: 0 0 4px 20px;
}

/* latest comments*/
#laatste-reacties li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#laatste-reacties ul {
	padding: 0;
	margin: 0;
}
#laatste-reacties ul li{
    list-style-type: none;
	background-image: url(k2lite/comment.png);
	 background-repeat: no-repeat;
	 background-position: 0 0px;
	 padding: 0 0 4px 20px;
}

/* Sub nav*/
.sb-pagemenu  {
	font-size: 1.3em;
	padding: 10px;
	}
	
.sb-pagemenu .toppage  {
	font-size: 1.4em;
	}
	
.sb-pagemenu .current_page_item {
	font-weight: bold;
	font-size: 1.1em;
	color: #be5028;
  }
	
.sb-pagemenu ul {
	margin: 8px 0 0 0;
	padding: 0;
	}
 
.sb-pagemenu ul li {
    list-style-type: none;
	background-image: url(k2lite/page_white.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 0 0 4px 20px;
}
