/*
Theme Name: Rice Fields
Description: Rice Fields is a clean, simple and stylish WordPress theme by <a href="http://jump2top.com/themes/">Free Blog Themes</a>.
Author: Free Blog Themes
Author URI: http://jump2top.com/themes/
Version: 1.1
Tags: green, black, white, with image, 2-columns, seo-friendly, right sidebar, fixed-width, widget ready

*/
*{
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
        line-height: 1.5;
	color: #000000;
}
#wrap {
	width: 950px;
	text-align: left;
        float:left;
	/* background: url(images/background_main.gif) repeat-y; */
}
#header {
	width: 581px;
        /* background: url(http://jobtweet.de/ru/wp-content/twitter/logogernew.gif) no-repeat; */
	height: 250px;
        margin-left: 235px;
        margin-top: 60px;
}



#navigation {
	margin: 10px 0px 0px 6px;
	padding: 10px 0px 5px 0px;
	font-size: 9pt;
	font-weight: normal;
	float: left;
}
#topright {
	float: right;
	margin: 20px 10px 0px 0px;
}
#title {
	
        background:#ffffff;
        /* background: url(images/background_title.jpg) no-repeat; */
	height: 0px;
	padding-left: 25px;
	clear: both;
        
}
#main {

	padding: 10px;

}
#sidebar {
	width:160px;
	float:left;
	padding: 15px 10px;
	margin: 255px 0px 0px 0px;
	text-align:left;
        min-height:400px;
	color: #898989;
}
#content {
	width: 700px;
	float:right;
	padding: 0px;
	margin: 0px 0px;
        
        color: #333333;
}
#footer {
	margin-left:5px;  /* 220px */
       
        color:#999999;
	clear: both;
        font-size: 8pt;
	text-align:left;
	
}
#upfooter {
	color:#999999;
	clear: both;
font-size: 8pt;
	padding: 15px 25px;
}
.post {
	padding-bottom: 10px;
}
#comments {
	margin-top: 10px;
}
/* text */
#title h1 {
	font-size: 23pt;
	color: #ffffff;
	padding-top: 60px;
	font-weight: bold;

}
#title h1 a{
	color: #ffffff;
	text-decoration: none;
}
.description {
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}
#navigation ul li {
	list-style: none;
	display: inline;
}

#navigation ul li a {
	padding-bottom: 1px;
	
	text-decoration: none;
	color: #898989;
	margin-right: 20px; 
}
#navigation li a:hover {
	color: #000000;
       
}
h1 {
	font-size:14pt;
	font-weight: normal;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
#sidebar h2,
h2,
h3,
h4 {
	font-size: 12pt;
	color: #898989;
}
.post a {
	color: #898989;
	text-decoration: none;
}
.entry a {
	color: #00700f;         /* Linkfarbe */
	text-decoration: none;
}
#sidebar a,
h2 a,
h3 a,
h4 a {
	color: #898989;
	text-decoration: none;
}
.post a:hover, 
.entry a:hover,
#sidebar a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #000000;
}
#sidebar li a {
	padding: 2px 0px 1px 0px;
	border-bottom: 1px dashed #ebebeb;
}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;	
}
p,
#content h1,
h2,
h3,
h4,
sidebar h2,
ul,
ol {
	padding-bottom: 10px;
}
.entry ul li,
.entry ol li,
#content ul li,
#content ol li {
	margin-left: 25px;
}
img a {
	border: 0px;
}
blockquote {
	margin: 10px;
	color: #000000;
}
blockquote a {
	color: #000000;
}
#footer a {
	color:#999999;
	text-decoration: none;
}
/* default */
.navigation {
	padding: 10px 0px;
	color: #666666;
}
.navigation a {
	color: #666666;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.postmetadata {
	color: #666666;
	padding: 10px;
	border: 1px solid #e1e1e1;	
	background-color: #f7f7f7; 
}
.postmetadata a,
.postmetadata a:hover {
	color: #666666;
	text-decoration: none;
}
#date {
	padding-bottom: 5px;
	color:#898989;	

}
#date a {
	color:#898989;	
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}

/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #cdcdcd; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #6ea106;
	color: #ffffff;
	border: 0px;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}
#commentform a {
	color: #474404;	
	text-decoration: none;
}
#commentform a:hover {
	color: #474404;	
	text-decoration: underline;
}
/* wp default */

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Searchbox (designed to be in sidebar but can be included elsewhere)*/
#searchbox { float:right; width: 198px; height: 36px; background: url(images/headless_searchbox.jpg) no-repeat; margin-bottom:18px;}
#searchbox #s { float: left; border: 0; margin:2px 0px 0px 6px; width: 152px; background: none; color:#999999; height:34px; font-size:24px; line-height:34px;}
#searchbox #go { float: right; width:36px; height:36px;  }
#blogSearch{
   float:left;
   margin-left:0px;
   position:relative;
   border:0px solid #898989; 
   width:680px;
   padding:1px;
   background-color:#fff;
}

#blogSearch input{
   width: 500px;
   height:22px;
display:inline;
float:left;
margin: 0px 0px 0px 0px;
padding:0px;
   border:1px solid #898989;
   
}

#blogSearch p {
   font-size:77%;
   text-align:center;
   margin:0px;
}



#blogSearch a.doIt {
   border:1px solid #898989;
   padding:5px;
   cursor:pointer;
   display:inline;
  margin: 18px 100px 0px 0px;
  float:right;
   height:12px;
   width:50px;



background-image:url('/wp-content/twitter/start.gif');


}

#blogSearch a.doItnow {
   border:1px solid #898989;
   padding:5px;
   cursor:pointer;
   display:inline;
  margin: 18px 100px 0px 0px;
  float:right;
   height:12px;
   width:50px;



background-image:url('/wp-content/twitter/startnow.gif');


}



#blogSearch a.doIt.inProgress {
   background-image:url('/wp-content/twitter/anim_loading_sm.gif');
}

#blogSearch dl dt {
   width:680px;
   overflow:visible;
   white-space:nowrap;
   font:normal 98% arial, sans-serif;
   margin:0px;
   padding:10px;
   padding-left:0px  

}

#blogSearch dl dd {
   background:#fff; 
   border: 1px solid #898989; 
   color:#000; 
   display:none;
   margin:5px; 
   width:550px;
   overflow:scroll; 
   padding:5px;
   position:absolute; 
   font:normal 100% arial, sans-serif;
}

#blogSearch a.textbs {
font:normal 100% arial, sans-serif;


}
