/********************************************
 *
 * Theme Name: Brussels Bike Polo
 * (C)2008 Mortimix LOJKA aka Mortimix
 * 
 * Theme URI: http://www.mortimix.com/ - Proudly Handcoded at Night, During Weeks...
 * Description: A WordPress theme handcoded by <a href="http://www.mortimix.com">Mortimix</a>.
 * Version: 1.0
 * Author: Mortimer LOJKA
 * Author URI: http://www.mortimix.com/
 * 
 * Leben * Arbeiten * Lieben * Sterben *
 * Please respect, don't steal this code
 * M A R C H  2 0 1 0
 *
 *******************************************/

/* ***** MAIN ***** */

body {
	margin: 0;
	padding: 0 5px 0 10px;
	background: #dfdfd1;	
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	font-family: "Lucida Grande", Helvetica, Arial, 'Trebuchet MS', Trebuchet, Verdana, Geneva, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #646157;
	}

#page {
	width: 850px;	
	background-color: #f2f0ec;
	border: 1px solid #c2bbb6;

	-webkit-border-bottom-right-radius: 18px;
	-webkit-border-bottom-left-radius: 18px;

	-khtml-border-radius-bottomright: 18px;
	-khtml-border-radius-bottomleft: 18px;

	-moz-border-radius-bottomright: 18px;
	-moz-border-radius-bottomleft: 18px;

	border-bottom-right-radius: 18px;
	border-bottom-left-radius: 18px;

	margin: 20px auto;
	padding: 0;
	text-align: center;	
	}


#singlepage {
	width: 815px;	
	background-color: #ffffff;
	border: 1px solid #c2bbb6;

	-webkit-border-radius: 0 20px;
	-khtml-border-radius: 0 20px;
	-moz-border-radius: 0 20px;
	border-radius: 0 20px;
			
	margin: 20px auto;
	padding: 10px;
	text-align: center;	
	}


#header {
	background: transparent;
	position: relative;
	background-image: url('http://www.brusselsbikepolo.be/blog/wp-content/themes/BrusselsPolo/images/Banner.jpg');
	height: 200px;
	width: 850px;
	}
	
#headlink {
    position: absolute;
    display: inline-block;
	height: 200px;
	width: 850px;
    top: 0; left: 0;
    border: 0;
}
	
	
.rss {
	background: transparent;
	background-image: url('http://www.brusselsbikepolo.be/blog/wp-content/themes/BrusselsPolo/images/RSS.png');
	height: 32px;
	width: 32px;
	}
	
#headerimg 	{
	margin: 0;
	height: 200px;
	width: 850px;
	}
	
#content {
	width: 600px;
	padding: 10px 14px 5px 14px;
	font-size: 1.2em;
	line-height: 1.8em;	
	float: left;
	text-indent: 1em;
	border-right: 2px dotted #c8c2b9;
	}
	
#sidebar {
	width: 190px;
	margin: 0;
	padding: 0 10px;
	float: right;
	text-align: left;
	}

#sidebar form {
	margin: 0;
	}
	
#footer {
	width: 850px;	
	margin: 0 auto;
	padding: 0;
	clear: both;
	border-top: 2px dotted #c8c2b9;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	height: 1px;
	padding: 0;
	color: #c8c2b9;
	background-color: #c8c2b9;
	border: 0;
	}


.postmetadata {
	font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #666;
	text-align: left;
	letter-spacing: 0.3em;
	margin-bottom: 16px;
	clear: both;
}

img {
	height: auto;
	margin: 5px 5px;
	padding: 5px;
	background: #transparent;
	border: 2px solid #fff;
}


.clear {
	clear: both;
}

#map {
	width: 180px;
	height: 250px;
	background-image: url('http://www.brusselsbikepolo.be/blog/wp-content/themes/BrusselsPolo/images/Bike-Polo-map-Uccle.jpg');	
	margin: 0 auto;
	padding: 0;
	border: 1px solid #839e9e;
	}
	
#map a {
	width: 180px;
	height: 250px;
	position: absolute;
}


/* ***** MENU TOP ***** */

#menu-top { 
	border-bottom : 1px solid #5fa3a3 /*5fa3a3*/;
	position: relative;
	float: left;
	margin-left: 25px;
	width: 555px;
	list-style: none ;
	padding: 0 0 8px 0;
}

#menu-top li {
	display: inline ;
	float: left;
	list-style-type: none;
	color: #fff ;
	}

#menu-top li a {

	color: #706d62;
	font-family : Lola, "Times New Roman", Times, Georgia, Palatino, serif;
	font-size : 1.5em;
	letter-spacing: 0.1em;
	line-height: 1em ;
	padding: 0 20px 8px 20px ;
	text-decoration: none ;
	}

#menu-top li a:hover, #menu-top li a:active {
	border-bottom : 4px solid #5fa3a3;
	color: #ff3000;
}
#menu-top li.active a:link, #menu-top li.active a:visited {
	border-bottom : 4px solid #5fa3a3;
}

/* ***** FONTS ***** */

@font-face {
	font-family: "Lola";
	src: url("http://www.brusselsbikepolo.be/blog/wp-content/themes/BrusselsPolo/fonts/FS Lola-Medium.otf") format("opentype");
	}

	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
	
date {
	font-family:"Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #5fa3a3;
	text-align: left;
	letter-spacing: 0.3em;
	margin-bottom: 16px;
	clear: both;
	}		

h1, h2, h3 {
	font-family: Lola, "Times New Roman", Times, Georgia, Palatino, serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	color: #ff3000;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	font-variant: small-caps;
	color: #ff3000;
	}

h2 {
	font-size: 2.2em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
	
h2.post-5 {
	font-size: 15em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h3, h3 a {
	color: #ff3000;
	}

h2 a:hover, h3 a:hover, #wp-calendar caption, cite {
	color: #ff3000;
	text-decoration: none;
	}

h2 a:visited, h3 a:visited {
	color: #758f8f;
	}

h2  a:hover a:visited , h3 a:hover a:visited {
	color: #ff3000;
	}

a {
	color: #5fa3a3;
	text-decoration: none;
	}
	
a:hover {
	color: #ff3000;
	text-decoration: none;
	}
	
.symbol {
	color: #ff3000;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	border-bottom: 1px solid #c8c2b9;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#content h2 {
	margin-top: 30px;
	padding: 20px 0 0 0;
	border-top: 1px solid #c8c2b9;
}

h3 {
	padding: 0;
	color: #ff3000;
	margin: 30px 0 0;
	}

h3.comments {
	border: 0;
	padding: 0 0 0 15px;
	color: #b9b8b5;
	text-align: left;
	}

.back {
	font-family: Lola, "Times New Roman", Times, Georgia, Palatino, serif;
	font-weight: normal;
	color: #5fa3a3;
	text-align: left;
	}

.signature {
	color: #666;
	font-family : Lola, "Times New Roman", Times, Georgia, Palatino, serif;
	font-size : 1em;
	letter-spacing: 0.3em;
	line-height: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	}

.copybanner {
	text-transform: lowercase;
	}
	
.en {
	font-family : Georgia, Palatino, Times, Lola, serif;
	font-size: 1.1em;
	text-indent: 1em;
	font-style: italic;
	}
	
.comment {
	font-family: Lola, "Times New Roman", Times, Georgia, Palatino, serif;
	margin: 0;
	padding: 3px;
	font-size : 1.2em;
	border: 1px solid #cdc8c0;
/*	border-top: 1px solid #cdc8c0;*/
	}

.lola {
	color: #ff3000;
	font-family : Lola, "Times New Roman", Times, Georgia, Palatino, serif;
	font-size: 1.1em;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	}

.lola:after {
	content: "\0020 \229A \0020";
	}
	
.address {
	font-family : Georgia, Palatino, Times, Lola, serif;
	letter-spacing: 0.1em;
	line-height: 1.2em;
	}
	
.cat {
	color: #ff3000;
	font-family : Lola, "Times New Roman", Times, Georgia, Palatino, serif;
	font-size: 1.6em;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #cdc8c0;
	border-top: 1px solid #ff3000;
	margin: 10px 0;
	padding: 10px 0 3px 3px;
	}

.cat:before {
	content: "\229A \0020";
	}

/*** Tables ***/
	

table {
	border: 1px solid #c8c2b9;
	border-bottom: 2px solid #c8c2b9;
	}
	
#tab { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	width: 100%;
	text-align:left;
	border-collapse:collapse;
	margin: 5px 0 15px 0;
	}
	
#tab thead tr {
	font-family: "Times New Roman", Times, Georgia, Palatino, serif;
	font-style: normal;
	font-variant:small-caps;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #abbeaa;
	}

.table-name {
	font-style: normal;
	font-variant:small-caps;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 5px 0 0 0;
	background-color: #abbeaa;
	padding-left:8px;
	color: #fff;
	}

/*#abbeaa*/
/*#ff3000*/	
/*#dadfd5*/ /*vert clair*/	  
	
#tab th {
/*	border-bottom: 1px solid #5fa3a3;*/
	padding: 0 0 0 8px;
	}
	
#tab thead th {
	padding: 8px;
	}  

#tab tr.first {
	background: #ced7cb;
	}
	
#tab tr.second {
	background: #d8ded4;
	}
	
#tab tr.third {
	background: #e5e7e0;
	}	
	  
#tab td {
	/*border-bottom: 1px solid #fdf894;
	border-top:1px solid #fff;*/
	padding:0 0 0 8px;
	}  

#tab tbody tr:hover td {
	background:#fff;
	}


/* ***** SIDEBAR ***** */

#sidebar h2 {
	margin: 5px 0 5px 0;
	padding: 10px 0 3px 3px;
	font-family: "Times New Roman", Times, Georgia, Palatino, serif;
	border-bottom: 1px solid #cdc8c0;
	border-top: 1px solid #ff3000;
	letter-spacing: 0.2em;
	color: #ff3000;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.entry p a:visited {
	color: #758f8f;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

input:focus, textarea:focus {
	background-color: #f3f3f3;
	}

textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

input,textarea{
	background: #eaeae1;
	border: 1px solid #dddddd;
	color: #5d5b51;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li .avatar { 
	float: right;
	margin: 0;
	border: 1px solid #c8c2b9;
	padding: 2px;
	background: #fdfcfc;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-family:"Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #666;
	text-align: left;
	letter-spacing: 0.3em;
	margin-bottom: 10px;
	padding-top: 8px;
	border-bottom: 1px solid #c8c1b5;
	}

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;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/*	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 {
	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;
	}


/* ***** LISTS ******

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 10px 10px;
	list-style: none;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	color: #ff3000;
	content: "\229A \0020";
	}

#sidebar ul ul li:before {
	content: "\229A \0020";
	}	

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* ***** SEARCH FORMS ***** */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	border: 1px solid #c8c2b9;
	width: 140px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* ***** COMMENTS ***** */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.children { 
	padding: 0; 
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond { 
	display: block; 
	text-align: left;
	}	
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.thread-alt {
	background-color: #eaeae1;
}
.thread-even {
	background-color: #eaeae1;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


/* ***** CALENDAR ***** */
/*
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
*/

/*#wp-calendar td.pad:hover { 
	 Doesn't work in IE
	background-color: #fff; }
*/


/* ***** VARIOUS TAGS AND CLASSES ***** */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: auto;
	padding: 5px 10px 10px 20px;
	max-width: 500px;
	border-width: 8px 1px;
	border-style: solid;
	border-color: #fff;
	background: #e7ece7 url(images/quote.png) no-repeat left top;
	font-family : Georgia, Palatino, Times, Lola, serif;
	font-size: 1.1em;
	text-indent: 20px;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


a img {
	border: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
	}


/* ***** CAPTIONS ***** */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}
