/*  
Theme Name: test
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/

	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

*/



/* Begin Typography & Colors */
body{
background:url('images/body_bg.jpg');
margin:0;
padding:0;
font-family:verdana;
}
a{
color:#000;
text-decoration:none;
}
a:hover{
color:#666;
}
a:visited{
color:#333;
}
.iText a{
color:#00f;
}
.iText a:hover{
color:#99f;
}
#leftBar a{
color:#8f150a;
}
#leftBar a:hover{
color:#8f554a;
}
h1{
margin:0;
}
div{
position:relative;
}
input,textarea{
border:solid #000 1px;
}
#container{
border:solid #000;
border-width:0 5px 5px 5px;
background:url('images/bg.jpg');
margin:0 auto;
width:900px;
}
#header{
height:258px;
}
#content h3{
font-size:14px;
font-weight:bold;
}
#footer{
background:url('images/bottom.jpg');
font-weight:bold;
text-align:center;
color:#fff;
font-variant:small-caps;
clear:both;
height:65px;
}
#menu{
margin:0;
height:80px;
padding:20px 0 1em 11px;
font-weight:bold;
text-align:left;
color:#fff;
font-variant:small-caps;
background:url('images/top_bg.jpg') no-repeat;
/*opacity:.6;*/
}
#mainMenu{
float:left;
}
#text{
float:left;
width:550px;
padding:0;
text-align:justify;
font-size:10pt;
}
#rText{
float:left;
width:550px;
padding:0 25px;
text-align:justify;
font-size:10pt;
background:url('images/vBorder.png');
overflow:hidden;
}
#cText{
float:left;
width:600px;
z-index:1000;
}
.bText{
float:left;
width:550px;
height:24px;
padding:0 25px;
background:url('images/hBorder.png');
background-repeat:no-repeat;
}
.iText{
width:510px;
padding:20px;
overflow:hidden;
}
#leftBar{
float:left;
width:319px;
margin:0 3px;
}

.smallBg{
background:url('images/cell_small.png');
width:299px;
height:136px;
padding:10px;
overflow:hidden;
font-size:13px;
}
.smallBg h2{
font-size:19px;
color:#000;
font-style:italic;
text-decoration:underline;
}
.pub{
width:300px;
height:250px;
margin:.8em 3px .8em 2px;
}

#colGauche{
width:139px;
height:100%;
float:left;
margin:0;
}
#colDroite{
width:160px;
height:100%;
float:right;
}
#rightBar{
float:right;
width:299px;
font-size:10px;
overflow:hidden;
}
#rightBar input[type="text"]{
width:70px;
}

#rightBar .h2{
width:130px;
height:113px;
text-align:center;
float:left;
background-position:center;
}
#rightBar .rightList{
width:128px;
font-size:8pt;
padding:1px;
float:left;
}
#rightBar .h2 h2{
margin:0;
padding:5em 0 0 0;
font-size:14px;
font-variant:small-caps;
font-weight:bold;
color:#fff;
}
#rightBar li{
font-size:10px;
margin:0 0 0 1em;
}
#rightBar ul{
margin:0 0 0 0em;
list-style-type:none;
padding:0 0 0 0em;
}
.widecolumn{
font-size:12px;
}

.listPages{
list-style:none;
margin:0;
}

#mainMenu span{
float:left;
width:54px;
height:22px;
font-size:9px;
padding:9px 0 0 27px;
background:url('images/menu.png');
}
#search{
float:left;
margin:5px 0 0 1em;
}
#search input[type="text"]{
width:90px;
}
.commentlist li{
border-bottom: solid black 1px;
}
.portlet{
border:solid #000;
border-width:1px;
float:none;
margin:0 .5em;
padding:0;
}
.post h2{
font-variant:small-caps;
font-weight:bold;
font-size:18px;
}

p.postmetadata{
border:solid black 1px;
border-width:0 0 1px 0;
padding:0 0 1em 0;
}

.transBG{
height:100%;
width:100%;
background:#fff;
opacity:.5;
position:absolute;
top:0;
left:0;
z-index:0;
}
.transContent{
z-index:1;
}
.visualClear {
clear:both;
}
