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

*/

body{
font-family:arial,tahoma,verdana,sans-serif;
background:#000 url(img/dr2.gif) repeat top left;
margin:0;
color:000;
}

img{
border:none
}

#top{
background:url('img/tx.gif') no-repeat top left; 
width:100%;
height:110px;
padding:0px 10px 0px 10px; 
}

#descr{
height:50%;
text-align:left;
font-size:1.8em;
}


#content{
padding:0px 10px;
margin: -60px 10px 0px;
position:relative; z-index:1;
}


#flash{
background:url('img/flash.gif') no-repeat top right; 
width:100%;
height:68px;
padding:0; 
margin:0;
}
#copy{
color:#6e0f0d;
font-size:0.7em;
 margin:0px 10px -15px 10px; 
text-align:center;
}

table
{
width:100%;
border-collapse: collapse; 
}
td
{
padding: 0; 
background-color:#FFF;
}



#menu{
height:50%;
font-size:1.2em;
margin: 0;
padding: 0;
font-weight:bold;
word-spacing: 1px;
text-transform: none;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin:0;
}

#menu li {
margin: 0;
display: inline;
border-width: 0px 0px 0px 1px;
padding: 5px 10px;
border-style: solid;
border-color: #6e0f0d;
float: left;
}

#menu li a, #content h2 a, #content .more-link, #content a h1{
	color: #6e0f0d;
    text-decoration: none;
}

#menu li a:hover, #content  h2 a:hover, #content  .more-link:hover, #content a:hover h1{
	color: #000;
}
#content a h1{
font-size:1.5em;
}

#content .more-link{
font-weight: bold;
}
.title{
	color: #FFF;
	font-size:2em;
	text-decoration: none;
}

p a{
	color: #6e0f0d;
    text-decoration: none;
}
p a:hover{
	color: #000;
}