/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body{margin:0px;padding:0px;
color:#333333;
font:normal 12px tahoma;
}
a{color:#092C6E}
a img{border:0px;}
#shl,#shr{background: url(img/bg.jpg) 0 0 repeat;}
#titl a{color:#fff;}
.sht{height:53px;background: url(img/bgb.jpg) 0 0 repeat;}
#botbg{height:53px;background: url(img/bottom.gif) 0 0 repeat;}
#flashcontent{
width:998px;
height:220px;
background: url(img/header.jpg) 0 0 no-repeat;
}
#titl{margin-left:20px;}
#menu{
height:28px;
background: url(img/menubg.gif) 0 0 repeat-x;
text-align:center;
}
#menu td.sep{
height:28px;
width:3px;
background: url(img/menusep.gif) 0 0 no-repeat;
text-align:center;
}
#menu a{font-size:10pt;color:#000;font-weight:bold;text-decoration:none;}
#bgs{width:258px;height:30px;background: url(img/menu1.gif) 0 0 no-repeat;}
.tw a {color:#fff;font:normal 13px tahoma;}
.tw {color:#fff;font:normal 13px tahoma;padding-left:5px;}
#bgs2{line-height:30px;height:30px;background: url(img/menu2.gif) 0 0 repeat-x;}

#lb{width:258px;background: #D6E5EC url(img/lift.jpg) 0 16px no-repeat;}
#rb{width:215px;
background: #D6E5EC url(img/rightb.jpg) 0 bottom  no-repeat;
}
.cd{width:26px; height:30px;background: url(img/search.gif) 0 0  no-repeat;}
#phot{width:215; height:136px;margin-top:16px;background: #D6E5EC url(img/foto.jpg) 0 0 no-repeat;}
#ll{background:  url(img/lll.jpg) 0 0px repeat-y;width:6px;}
#rr{background:  url(img/rrr.jpg) 0 0px repeat-y;width:6px;}
#lt{background:  url(img/lt.jpg) right 0px repeat-x;width:100%;height:279px;}
#rt{background:  url(img/rt.jpg) left 0px repeat-x;width:100%;height:278px;}

#textfield{height:15px}
#button{color:#091829;font-weight:bold;width:62px;font-size:10pt;}
#dow{background:  url(img/dow.jpg) 0px 0px no-repeat;width:258px;height:135px;margin-top:16px;}
#download{width:100px;margin-left:135px;padding-top:35px; 
color:#F3C951;line-height:15px;font:normal 10pt tahoma ;}
 #download b {color:#fff; font: bold 14pt tahoma;}
#navbg{
background:  url(img/navbg.jpg) 0px 0px no-repeat;width:256px;height:284px;margin-top:16px;
font:normal 8pt tahoma;
}
.links{color:#092C6E;
text-decoration:underline;}
#loginbg{background:  url(img/login.jpg) 0px 0px no-repeat;width:215px;height:140px;margin-top:10px;}
#loginbg h3{color:#616161;font:normal 22px tahoma;margin:12px 0 8px 0}
#compas{background:  url(img/compas.jpg) 0px 0px no-repeat;width:214px;height:46px;float:right;}
.alt {font:normal 10px tahoma;}
#regLogin,#regPassword{width:130px;}
#header-auth-errors{}
#cop{margin-top:20px;margin-left:200px;text-align:center;}

#cont{padding:12px;}
h1{margin:0px 0 10px 2px; font:normal 16pt tahoma;color:#646464;}
form{padding:0px;margin:0px;}

.post{margin-bottom:10px;border-bottom:1px solid #EAEAEA;}
h2 {font:bold 10pt arial;margin-bottom:2px;}
.postmetadata{text-align:right;margin:0px 0 5px 0;}
.post p{margin:10px 0 10px 0;text-align:justify;}

.wp-pagenavi {
font-size:10px;
margin-top:10px;
padding-top:10px;
text-align:center;
}
.wp-pagenavi .current {
background:#263B51 none repeat scroll 0 0;
color:#CCCCCC;
font-weight:700;
}
.wp-pagenavi .current, .wp-pagenavi a:link, .wp-pagenavi a:visited {
font-size:11px;
font-weight:700;
margin:0 0.3em;
padding:2px 6px;
text-decoration:none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}
/* End Images */
ul.ls-pag li{margin-top:8px;}