﻿/*  
Theme Name: BRINKKEMPER judo blog blauwe band
Theme URI: http://www.brinkkemper.com/
Description: Wordpress theme based on <a href="http://www.bikkembergs.com/">Bikkembergs</a>.
Version: 1.1
Author: Marcel Brinkkemper
Author URI: http://marcel.brinkkemper.com/

*/




body {
	font-size: 75%; 
	font-family: Verdana, Arial, Sans-Serif;
	background:  #202020;
	color: #333;
	text-align: center;

	margin: 0 0 20px 0;
	padding: 0; 
	}

* li {
	list-style-position:inside;
}

a {
	color:#000099;
	text-decoration:none;
}

a:hover {
	color:#000099;
	text-decoration:underline;
}

h1 {
	font-family: "Gill Sans MT Condensed","Arial Narrow", Arial, Helvetica, Sans-Serif;
  color:white;
	font-size: 48px;
	text-align: left;
	text-transform:uppercase;
	padding-left:150px;
}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color: white;
	}

h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight:bold;
	}

h2 {
	font-size: 1.4em;
	text-align: left;
	}


h3 {
	font-size: 1.2em;
	}

h2, h2 a, h2 a:visited, h2 a:active, h2 a:link {
	color: #000099;

	}

h3 , h3 a, h3 a:visited {
  color:#000099;  
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	text-decoration: none;
	}
	
h2 a:hover, h3 a:hover {
	text-decoration: underline;
}	

h3 a:hover {
	text-decoration: underline;
	}


#page {
	background-color: white;
	text-align: left;

	margin:auto;
	margin-top: 20px;
	padding: 0;
	width: 900px;
	
	position:relative;
	}

/* header stuff */

#header {
	background: #000099 url('images/judologo.png') no-repeat 0px 0px; 
	border-bottom: 10px #202020 solid;

	margin:0px; 
	padding: 0px; 
	height: 140px;
	width: 900px;
	}
	
#headertext {
		padding: 0;
}	

	
#headertext h2	{
	font-family: "Gill Sans MT Condensed", Verdana, Arial, Sans-Serif;
  color:white;
	font-size: 24px;
	text-align: left;
	padding-left:150px;
	margin:0;
}

#menu {
	background-color:#000099;
}	

#menu ul {
	padding:4px 0 0 0;
	margin:0;
}

.page_item{
	display:inline;
	margin:0;
	padding-left: 5px;
	padding-right:8px;

	font-size: 14px;
	font-weight:bold;
	text-align:left;
	list-style-type:none;
	}	


.page_item a, .page_item a:link, .page_item a:visited .page_item a:active{
		color: white;
		text-decoration:none;
}

.page_item a:hover{
		color: #000099;
		text-decoration:none;
		background-color: white;
}

.page_item.current_page_item a{
	color: #333;
	background-color:white;
}

/* end header */

#content {
	font-size: 1.2em;
	padding-top:10px;
	padding-bottom:10px;
	}
	
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
	
.entry a, .entry a:active, .entry a:link {
	color: #000099;
	text-decoration:none;
}

.entry a:visited {
	color: #000099;
	text-decoration:none;
	
}

.entry a:hover {
  text-decoration:underline;
}

.widecolumn {
	line-height: 1.6em;
	}

.post-title {
	margin-top:4px;
	padding-left:5px;
	font-size:1.0em;
}

.post-date {
	background: url('images/calendar-time.png') no-repeat;
	padding-left: 20px;
	margin-right:20px;
}

.post-author {
	background: url('images/author.png') no-repeat;
	margin-right:20px;
	padding-left: 20px;
}

.post-cat {
	background: url('images/category.png') no-repeat;
	margin-right:20px;
	padding-left: 20px;
}

.post-tag {
	background: url('images/tag.png') no-repeat;
	margin-right:20px;
	padding-left: 20px;
}

.post-comments {
	background: url('images/comment.png') no-repeat;
	margin-right:20px;
	padding-left: 20px;
}

.post-meta {
	min-width:100%;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:4px;
	padding-left:5px;
	border-top: 1px silver solid;
	font-size:1.0em;
}

.post-addcomment {
	margin-top:20px;
	font-size:1.0em;
	line-height:1.4em;
}

.navigation {
	padding-bottom:10px;
}


.previous-entries {
	float:left;
	background-image:url('images/arrow-left.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
}

.next-entries {
	float:right;
	background-image:url('images/arrow-right.png');
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:20px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #000099; 
	background-image:url('images/judologo.png');
	background-repeat: no-repeat; 
	background-position:0px 35px; 
	}

#footernews {
	font-size: 1.1em;
	background-color:red;
	color:white;
	border-bottom:10px #202020 solid;
}

#footernews a, #footernews a:active, #footernews a:link, #footertext a:visited {
	color:white;
	text-decoration:none;
}

#footertext a:hover {
	text-decoration:underline;
}

#footernews h2 {
	font-size: 1.1em;
	color: white;
	background-color:red;
	border:0px;
}




	

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



/* Begin Structure */

.narrowcolumn {
	width:640px;	
	float: left;
	padding-left: 10px;
	padding-right: 10px;
  overflow: hidden;
	}

.widecolumn {
	width:880px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
  overflow: hidden;	
  }

.post {
	margin: 0 0 40px;
	text-align: justify;
	}
	
.entry {
	padding-left:5px;
	padding-right:5px;
}	
	

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	text-align:left;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


/* Begin Sidebar */

#sidebar 			{
	width: 210px; 
	float: right;
	padding-left: 10px;
	padding-right: 10px;
  padding-top: 20px;
  overflow: hidden;
	}
	
.sidehead {
	padding-left: 5px;
	margin-top:30px;
	margin-bottom:10px;

	
}	
#searchform {
	width:210px;
	margin-bottom:20px;
}

#searchform #s {
	width:130px;
	height:20px;
	vertical-align:top;
}

#searchform input[type="submit"] {

	background-image:url('images/search.png');
	background-repeat:no-repeat;
	background-position: 48px center;
	width:70px;
	height:24px;
	font-size:12px;
	vertical-align:top;
	text-align:left;
	padding-left:4px;
}


#sidecontent {
	min-height:500px;
}


#randomimage {
	padding-top:20px;
	padding-left:15px;
}

.sidetitle {
  font-size: 1.3em;
  line-height:1.5em;
	margin-top:16px;;
	width:180px;	
	overflow:hidden;
}

.sidetitle a {
	padding-left:28px;
	background-image: url('images/redoarrow.png');
	background-repeat:no-repeat;
	background-position: -204px 2px;
	display:block;
	width:100%;
}

.doarrow a {
	background-position: 6px 2px;
}

.rearrow a {
	background-position: -204px 2px;
}

.sidetitle a {
  color:#333;
  text-decoration:none;
}

.sidetitle a:hover {
	text-decoration:underline;	
}

.sidecat {
	display:none;
	visibility:hidden;
	max-height:300px;
	margin-left:0px; 
	padding-left:0px;
	font-size:0.9em;
	overflow:auto;
}

.sidecat li {
	list-style-position:outside;
	padding-top:4px;
	padding-left:0px;
	margin-left:-6px;
}

ul.children {
	margin-left:16px; !important
}

.sidecat li a {
	color:#333;
	text-decoration:none;
}

.sidecat li a:hover {
	color:#333;
	text-decoration:underline;
}

.sidecat.arch {
	list-style-image:url('images/mini-archive.png');
}

.sidecat.blogroll {
	list-style-image:url('images/mini-web.png');
}

.sidecat.people {
	list-style-image:url('images/mini-user.png');
}

.sidecat.calendar {
	list-style-image:url('images/mini-calendar.png');
}

.sidecat.flag-green {
	list-style-image:url('images/mini-flag-green.png');
}

.sidecat.links {
	list-style-image:url('images/mini-link.png');
}

/* End Sidebar */


#footer {
	padding: 0;
	margin: 0 auto;
	width: 900px;
	height: 180px;
	clear: both;
	color:white;
	position:relative;	
	}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
	
#footernews {
	position: absolute;
	left:0px;
	top:0px;
	width:900px;
	height:20px;
	line-height:20px;
}	

#footernews strong {
	margin-left:10px;
}

#footernews p {
	display:inline;
}

#footernews h2 {
	display:inline;
	margin-right:10px;
}

#footernews ul {
	display:inline;
	margin:0;
	padding:0;
}

#footernews li {
	display:inline;
	padding: 0 10px 0 10px;
	margin:0;
}


#footernews small {
	display:none;
	visibility:hidden;
}
	
#footerpage	{
	width:100%;
	text-align:left;
}

#feeds {
	margin-top:20px;

}

.feeds {
	padding-left:20px;
	line-height:1.6em;
	background-image:url('images/rss.png');
	background-repeat:no-repeat;
	background-position:left center;
}

#sidebar .feeds {
	margin-left:10px;
}


#footercontent {
	padding: 20px 210px 0px 160px;
}

#copyright {
	margin-top:20px;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0; 
	padding-left: 5px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	padding-left: 5px;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;	
	padding-left: 5px;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
* img {
	border:none;
}

.photo, .popimg {
  float:left;
  background: url(images/shadowalpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right; 
  margin: 10px 6px 0 10px !important;
  margin: 10px 6px 0 5px;
 }

.photo img, .popimg img {
	display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

	
.date {
	text-align:center;
}	

/* comment form related stuff */
#commentstitle {
	margin-top:30px;
	font-size:1.2em;
	color:#000099;
	margin-bottom:20px;
}

.commentlist {
	border-bottom:1px navy solid;
	margin-bottom:40px;
}

.commentbody {
	overflow:auto;
	border-top:1px navy solid;
	padding:10px;
	background-color:transparent;
}

.commentbody.alt {
	background-color:#eeeeee;
}

.commentmeta {
	font-size:0.8em;
	line-height:1.8em;
	float:left;
	width:220px;
	padding-bottom:10px;
}

.commenttext {
	margin-left:230px;
	padding-bottom:10px;
	text-align:justify;
}

.comment-author {
	background: url('images/commentor.png') no-repeat;
	padding-left: 20px

}

.comment-date {
	background: url('images/calendar-time.png') no-repeat;
	padding-left: 20px;
}

.comment-email {
	background: url('images/email.png') no-repeat;
	padding-left: 20px;
}

.comment-url {
	background: url('images/link.png') no-repeat;
	padding-left: 20px;
}


h3.reacttitle {
	margin-top:30px;
	font-size:1.2em;
	color:#000099;
}

#commentform {
	background-color:#eeeeee;
	border-top:1px navy solid;
	border-bottom:1px navy solid;
	padding:10px;
}

#commentform p {
	margin-top:5px;
}

a.popvid, a.video {
	padding-left:12px;
	background-image:url('images/mini-video.png');
	background-position:left;
	background-repeat:no-repeat;	
}

/* mediaplayer stuff */

/* mediaplayer stuff */
#content.mediacontent {
	margin-left:10px;
}

#showmedia {
	width:480px;
	float:left;
}

#medialist {
	margin-left:490px;
	width:380px;
	text-align:left;
	
}

#medialist .sidetitle {
	padding-top:0px;
	min-height:22px;
}

#medialist ul {
}

#medialist li {
	list-style-type:none;
	overflow:hidden;
	margin-right:4px;
	padding-bottom:4px;
}

#medialist .sidecat {
	margin-top:10px;
	padding-top:5px;
	margin-left:8px;
	background-color:#eeeeee;
	max-height:360px;
	border:1px silver solid;
	max-width:380px;
}

.vidframe {
	float:left;
	min-width:90px;
	background-image: url('images/video.jpg');
	background-repeat: no-repeat;
	background-position:3px 2px;
	padding-right:6px;
}

.vidtitle {
	padding-left:3px;
	margin-left:110px;
}

.divider {
	clear:both;
	padding-top:2px;
	border-bottom: 1px silver solid;
}

#mediatitle {
	text-align:left;
	padding-top:12px;
	margin-bottom:12px;
}


#medialist img {
  background-color:white;
	width:90px;
	min-width:90px;
	height: 68px;
	min-height:68px;
	border:1px gray solid;
	padding:3px;
}



/* here start some styles used in individual pages and posts because there is no other way of insterting css in a single page */
#swapper
{
	background-image: url("http://tijmen.brinkkemper.com/wp-content/uploads/2007/02/broeikasswap.jpg");
	background-repeat:no-repeat;
	width: 480px;
	height: 360px;
}

.mouseleft {
 background-position:0 -360px;
}
	
.mouseright {
	background-position:0 0;
}

/* End Various Tags & Classes*/

