﻿/*  
Theme Name: Aqueous Judo
Theme URI: http://www.judobos.nl
Description: Aqueous Light Theme <br>&radic; Adapted for www.judobos.nl by <a href="">Marcel Brinkkemper</a><br> &radic; Original Design by <a href="http://www.sixshootermedia.com">James Koster</a>
Version: 1.2
Author: Marcel Brinkkemper
Author URI: http://marcel.brinkkemper.com/ 
*/
body {
  font-size: small; 
	font-family: "Lucida Sans Unicode", Verdana, Geneva, Sans-Serif;
	color:#444;
	margin:20px;
	background:url(images/body.jpg) #ffffff;
}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(images/innerwrapper.jpg) top repeat-x;
	padding:20px;
	overflow:auto;
}

#header input {
	width:150px;
	padding:5px;
	background:url(images/searchbg.jpg) white no-repeat;
	border:2px solid #f6f6f6;
	font:120% Arial;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
  float:left; 
	font:3em Georgia;
	color:#333;
	padding:5px 20px 5px 5px;
	
	margin:0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	
}

#header h1 a:hover {
	color:#111;
	
}

#header h2 {
	font:1.0em Georgia;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
	margin-top:15px !important;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}


#header #nav {
	clear:both;
	background:url(images/nav.jpg) #4f9ec9 repeat-x top;
	border-bottom:2px solid #4f9ec9;
	border-top:2px solid #388cba;
	border-left:2px solid #388cba;
	border-right:2px solid #388cba;	
  padding:10px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#nav a:hover {
	background:#4F9EC9;
}

#nav a.active {
	background:#4F9EC9;
}

.current_page_item a{
	background:#4F9EC9;
}

.current_page_item a.active{
	background:#4F9EC9;
}


#nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#subnav {
	background:#4f9ec9;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#deedf5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#subnav li {
	list-style:none;
	display:inline;
}

#subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#fff;
	background: #388CBA;
}

#subnav a.active a.current_page_item {
	border-bottom:2px solid #388CBA;
	color:#fff;
}



.sidebar {
	background:#fff;
	width:210px;
	
	color:#666;
}

#lsidebar {
	padding:10px 20px 20px 5px;
	float:left;
}

#rsidebar {
	padding:10px 10px 20px 10px;
	float:right;
	margin:0;
}

#rsidebar p {
	font-size:80%;
	text-align:justify;
}


.sidebar h2 {
	font:160% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}

.sidebar h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

.sidebar p {
	margin:15px 0;
}

.sidebar p.news {
	background:#fefefe;
}

.sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

.sidebar p.news a:hover {
	color:#666;
}

.sidebar .subnav {
	border-top:2px solid #fafafa;
}

.sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #fafafa;
}

.sidebar .subnav li a {	
	color:#666;
	text-decoration:none;
	display:block;
}

.sidebar .subnav li a:hover {
	color:#666;
}

.sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

.sidebar .subnav li a:hover b {
	display:inline;
}

.sidebar input {
	padding:8px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#777;
	font:90% Verdana;
	width:190px;
}

.sidebar li{
	list-style:none;
}


#wedstrijdnieuws small {
	display:none;
}


#wedstrijdnieuws li {
	margin-bottom:6px;
}


#content {
	padding:20px 0 0 20px;
	overflow:hidden;

}

#posts {
	margin-right:240px;
}

.entry {
	display:block;
	margin-top:50px;
	line-height: 1.4em;
}

.entry p {
	margin-bottom: 10px;
}

.firstpost {
	margin-top: 0px;
}

.firstpost h2{
 	font:200% Arial;
 	font-weight:bold;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
}

.react {
	margin-top:10px
}

.oddcomment {
	background-color:#eeeeee;
}

.altcomment {
	background-color: #ffffff;
}

.comment_entry {
	margin-top:10px;
	padding: 10px 0 10px 0;
}

.comment_author {
	font-weight:bold;
}


#respond {
	margin-top:20px;
	font-weight: bold;

}

h2 {
	font:190% Arial;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#5F9128;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
	text-decoration:underline;
}


#footer {
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
	color:silver;
}

#footer a {
	color:silver
}
a {
	color: #000099;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

#content ul {
	margin: 0 0 0 20px;
	line-height:1.4em;
	padding:15px 0;
}
#content ul span {
	color:#444;
}

#content ol li {
  list-style-position:inside;
  list-style-type:decimal;
}

#laatstenieuws {
	border-bottom:2px solid #4f9ec9;
	padding-bottom:16px;
	margin:12px 0 30px 0;
}

#laatstenieuws ul {
	margin:0;
	padding:0;
}

#laatstenieuws li {
	list-style:none;
	margin:0;
	padding:0;
}

#laatstenieuws small {
	display:none;
}

#laatstenieuws a {
	font:200% Arial;
 	font-weight:bold;
	color:#5F9128;
	
	text-decoration:none;
	margin-bottom:16px;
}

#laatstenieuws a:hover {
	text-decoration:underline;
}

#laatstenieuws p {
	margin-bottom:10px;
}


form {
	padding:10px;
	border:1px solid #f6f6f6;
}

label {
	color:#444;
	margin-left: 5px;;

}
input {
	width:300px;
	padding:4px;
	font:90% Verdana;
	color:#777;
}

textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:1px solid #ccc;
	height:200px;
	display:block;
	color:#777;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.foto, img.random_image
 {
	border: 3px #a9a9a9 double; padding:0;
}   


	
.popimg img, .popvid img, .poptube img {
	border: 3px #a9a9a9 double;
}   

.popimg	img:hover, .popimg img:focus, .popvid img:hover, .popvid img:focus, .poptube img:hover, .popvid img:focus{	
  border: 3px #a9a9a9 solid;
}
		
a.popimg:hover, a.popvid:hover, a.poptube:hover {
  text-decoration:underline;
	background-color:white;
}		


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin-left: 10px;
	display: inline;
	}

img.alignleft {
	margin-right: 10px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	

#judoboslogo img, #bosmeesterlogo img {
	border: none;
	background:white;
}

#bosmeesterlogo {
	margin-top:10px;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
}


.theme {position:absolute; overflow:hidden; left:1px; top:1px; width:0px; height:0px; z-index:0}


/* special classes added for judo grades */


.expandable {
	cursor:pointer;
}

.gradestable {
	border:1px silver solid;
	border-collapse:collapse;
	border-spacing:0px 0px;
  table-layout:auto;
  visibility:hidden;
  display:none;
}

.gradestable td{
	border:1px white solid;
	padding:0px 5px 0px 5px;
}

.competence {
 font-weight:bold;	
 vertical-align:text-bottom;
}

.competence ul {
	position:relative;
	left:-15px;
}

.competence li {
	list-style-type:none;
}

#yellowobi {
	background-color:yellow
}

#orangeobi {
	background-color:orange
}

#greenobi {
	background-color:green;
	color:white;
}

#blueobi {
	background-color:blue;
	color:white;
}

#brownobi {
	background-color:#804040;
	color:white;
}


.wazalist {
	min-height: 62px;
	max-height: 440px;
	width: 200px;
	overflow: auto;
	display: block;
	border: 1px silver solid;
}

.throw {
	border-bottom: 1px silver solid;
}

#listdiv {
	margin-left: 410px;
	width:223px;
}

table p {
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
	margin-top:0;
}

