/*
Theme Name: Badminton Thema
Theme URL: http://bcommoord.nl
Description: Badmintonclub Ommoord thema
Version: 2.0
Author: Tim Rienstra
Author URL: http://bcommoord.nl
*/ 

/* wordpress must have for image alignment */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
	
html {
	cursor:url('img/shuttle.cur');
	background-color: #333333;
}

table.pag {
	background-color: transparent;
}

tr.menu_img {
	background-image:url('img/menu.jpg');
	background-repeat:repeat-x;
}

div.header_img {
	background-image:url('img/bcobanner.gif');
	background-repeat:no-repeat;
	height: 105px;
	width: 750px;
}

div.header {
	position: fixed;
	margin: auto;
	left:0; right:0;
	top:0;
	z-index: 3000;
}

table.main_container {
	padding:20px 20px 20px 20px;
	background-color: #E7E8EC;
	border:2px solid;
	border-color:#BBBBBB;
}

.container {
	font-family: Georgia, "Bitstream Charter", serif;
}
.blog_container {
	margin-left: 30px;
}

div.main {
	z-index: -1000;
	margin-top: 140px;
}

div.stats {
	position: fixed;
	bottom: 0px;
	right: 0;
}

div.popup a:link {color:#fff}
div.popup a:visited {color:#fff}
div.popup a:hover {color:#000}
div.popup a:active {color:#fff}

div.mainmenu {
    font-weight: bold;
	z-index: 3000;
}

div.menu {
    float: left;
    margin-left: 6px;
}

div.menu:hover div:first-child { 
	border-bottom: none; 
}

div.menu div.popup { 
	display: none; 
	background-color:#4A4AAD;
	border:1px solid black;
}

div.menu:hover div.popup {
    display: block;
	/* for IE
	filter:alpha(opacity=90);
	/* CSS3 standard 
	opacity:0.9;*/
}

div.menu div {
    width: 140px;
    background-color: transparent;
    padding: 9px;
	color: white;
}

a.menu_link:link {color:#FFF}
a.menu_link:visited {color:#FFF}
a.menu_link:hover {color:#FFF}
a.menu_link:active {color:#FFF}

div.popup div, div.popup a {
	display:block;
	text-decoration: none; 
	margin: 2px 2px 2px 5px; 
	font-size: 13px;
}

div.popup div + div, div.popup a + a {
	margin-top: 10px; 
}


/* blog */

.hentry {
	margin: 0 0 55px 0;
}

.entry-meta, .cat-links {
	color: #888;
	font-size: 12px;
}

.entry-title a {
	color: #000;
	text-decoration:none;
}

.entry-meta a:link, .entry-utility a:link {
	color: #888;
}

.entry-meta a:visited, .entry-utility a:visited {
	color: #888;
}

.entry-title a:visited {
	color: #000;
}

.entry-meta a:hover, .entry-utility a:hover, .entry-title a:hover {
	color: #06C;
}

.entry-meta a:active, .entry-utility a:active, .entry-title a:active {
	color: #06C;
}

/* comment */

ol.commentlist li {
	margin-bottom: 30px;
}

.widget {
margin-bottom: 15px;
}

.wmiddle-left {
	background: url('img/wmiddle-left.png');
	bottom: 21px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 19px;
}

.wmiddle-right {
background: url('img/wmiddle-right.png');
bottom: 21px;
right: 0;
position: absolute;
top: 0px;
width: 19px;
}

.mini_container {
position: relative;
margin: 0 19px 21px 19px;
padding: 0px 0 21px 0;
font-size: 15px;
background: white;
}

.wtop-top {
background-image: url("img/wtop-top.png");
height: 9px;
left: -8px;
position: absolute;
right: -8px;
top: -15px;
}

.wtop-left {
background-image: url('img/wtop-corners.png');
clip: rect(auto, 10px, auto, auto);
_clip: rect(auto 11px auto auto);
height: 9px;
left: -18px;
top: -15px;
position: absolute;
width: 20px;
}

.wtop-right {
background-image: url('img/wtop-corners.png');
clip: rect(auto, auto, auto, 10px);
_clip: rect(auto auto auto 11px);
height: 9px;
right: -18px;
top: -15px;
position: absolute;
width: 20px;
}

.wtop-middle {
border-bottom: 1px solid #494C55;
bottom: 0px;
left: -8px;
position: absolute;
right: -8px;
top: -10px;
background: #575A62 url('img/widget-title.gif') bottom center no-repeat;
}

.wtopmiddle-left {
top: -6px;
background-image: url('img/wtopmiddle-left-right.png');
clip: rect(auto, 11px, auto, auto);
_clip: rect(auto 11px auto auto);
left: -19px;
position: absolute;
bottom: 0;
width: 22px;
}

.wtopmiddle-right {
top: -6px;
background-image: url('img/wtopmiddle-left-right.png');
clip: rect(auto, auto, auto, 11px);
_clip: rect(auto auto auto 11px);
right: -19px;
position: absolute;
bottom: 0;
width: 22px;
}

.container-titel {
margin-bottom: 10px;
position: relative;
left: -17px;
top: -10px;
color: white;
text-shadow: 0 1px 3px #444;
font-size: 19px;
line-height: 19px;
letter-spacing: -1px;
font-weight: bold;
text-transform: uppercase;
padding: 10px 18px 0 18px;
}

.wbottom {
background-image: url("img/wbottom.png");
height: 21px;
left: 19px;
right: 19px;
position: absolute;
bottom: 0px;
}

.wsbottom-left {
background-image: url("img/wbottom-corners.png");
clip: rect(0, 19px, auto, auto);
_clip: rect(auto 19px auto auto);
_top: -36px;
height: 21px;
left: 0px;
bottom: 0px;
position: absolute;
width: 38px;
}

.wsbottom-right {
background-image: url('img/wbottom-corners.png');
clip: rect(auto, auto, auto, 19px);
height: 21px;
right: 0px;
bottom: 0;
position: absolute;
width: 38px;
}



div.menu_position * {
	margin:0;
    padding:0;
}

a.clear{}

.menu_container{
    width:900px;
    height:130px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    border:3px solid #fff;
    background-color:#F9F9F9;
    -moz-box-shadow:1px 1px 6px #000;
    -webkit-box-shadow:1px 1px 6px #000;
    -moz-border-radius:0px 0px 20px 20px;
    -webkit-border-bottom-left-radius:20px;
    -webkit-border-bottom-right-radius:20px;
    border-radius:0px 0px 20px 20px;
}
ul#team_menu{
    list-style:none;
    position:absolute;
    bottom:0px;
    left:20px;
    font-size:36px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color:#999;
    letter-spacing:-2px;
}
ul#team_menu li{
    float:left;
    margin:0px 14px 0px 0px;
	bottom: 0;
}
ul#team_menu a{
    cursor:pointer;
    position:relative;
    float:left;
    bottom:-95px;
    line-height:20px;
    width:110px;
}

ul#team_menu span.team_kopmenu{
    display:block;
    text-shadow:1px 1px 1px #000;
    color:#B7B7B6;
	font-size: 24px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing:-1px;
	width:100%;
	text-align:center;
}

ul#team_menu span.team_submenu{
    width:80px;
	height:80px;
    background-color:#B7B7B6;
    border:3px solid #fff;
    color:#fff;
    display:block;
    font-size:22px;
    padding:10px;
	line-height: 24px;
    -moz-box-shadow:1px 1px 6px #000;   
    -webkit-box-shadow:1px 1px 6px #000;
    box-shadow:1px 1px 6px #000;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
ul#team_menu a:hover span.team_submenu{
    background-color:#54504F;
}


ul#team_menu a:hover span.team_kopmenu{
    color:#54504F;
}

ul#team_menu a div:hover{
    color: #046704;
	text-shadow: #FFFFFF 1px 1px 5px;
}



.loginbox {
	color: white;
	display:none;
	background-image:url('img/login_box.png');
	background-repeat:no-repeat;
	width: 290px;
	height:143px;
	padding: 20px 0px 10px 10px;
	position: relative;
	left: 550px;
	top: 0px;
}

#speler_tabel td input.datum_d { margin-left: 10px; }
#speler_tabel td input.datum_y { margin-right: 10px; }
#speler_tabel td input.tijd { margin-right: 10px; }

input.datum_d { width: 18px; }
input.datum_m { width: 18px; }
input.datum_y { width: 36px; }
input.tijd { width: 38px; }

#vink_groen {
	background-image:url('img/vink4.png');
	background-repeat:no-repeat;
	width:28px;
	height:25px;
}

#vink_oranje {
	background-image:url('img/vink5.png');
	background-repeat:no-repeat;
	width:28px;
	height:25px;
}

.naam_beperking {
	max-height: 40px;
}

.wedstrijd_tabel {
	line-height: 40px;
}

.wedstrijd_tabel tr {
	height: 43px;
}

#speler_tabel td{
	height:40px;
	padding-right:0px;
	padding-left:0px;
}

.speler_tabel {
	width: 50px;
	text-align: center;
}

.column_header{
	font-size:11px;
	font-family:arial, sans-serif;
	color: #666;
}

#column_cap_header {
	text-align: center;
}

.column_names{
	font-size: 17px;
}

.column_location {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	top: -22px;
	left: 0;
	padding-top: 1px;
	background-color: white;
}

.column_enemy {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	top: -22px;
	left: 0;
	padding-top: 1px;
	background-color: white;
}



.row_border {
	border-top: 1px solid #CCC;
}

.speler_div {
	overflow: auto;
	* width: 400px; /* ie6 only */
	max-width: 450px;
}

.indent {
	text-indent: 30px;
}

.menu_back {
	font-size: 80px;
	font-style: italic;
	text-align: center;
	color: #ff9900;
	font-family: arial black;
	text-shadow: 0 1px 10px white;
}

div.flyer {
	background-image:url('img/flyer_back.png');
	background-repeat:repeat;
	background-position:center;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 5000;
	position: fixed;
	width:100%;
	height:100%;
	text-align:center;
	margin-top:-143px;
}
div.flyer img {
	margin-top: 80px;
	height: 520px;
}

div.kerst01 {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 30000;
}
div.kerst01 img {
	vertical-align: bottom;
}

#outerdiv 
{
margin-top:30px;
width:608px; 
height:217px; 
overflow:hidden; 
position:relative; 
}

#inneriframe 
{ 
position:absolute; 
top:-300px; 
left:-5px; 
width:1280px; 
height:1200px; 
}