﻿/*
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 {
	line-height:20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color: #000000;
	background: url(images/background_navigation.gif) repeat-x;
}

#body_top{
	width:100%;
}

#wrap {
	width: 910px;
	text-align: left;
}
#header {
	background: url(images/background_title.gif) no-repeat;
	height: 35px;
}
#title {
	float: left;
	width:50%;
	height: 35px;
}
#navigation {
	float: right;
	width:49%;
	height: 35px;
	text-align:right;
}
#main {
	padding: 0px;
}

#sidebar {
	text-align:right;
	float: right;
	width: 150px;
/*	background: url(images/background_sidebar.gif) repeat-x; */
	color: #434343;
	padding-top: 20px;
	font-size: 8pt;
	line-height: 14pt;
}
#content {
	line-height:21px;
	width: 720px;
	text-align: justify;
	padding-top: 20px;
	color: #434343;
}
#footer {
	text-align:center;
	color:#999999;
	clear: both;
	padding: 15px 25px;
}
.post {
	padding-bottom: 15px;
}
#comments {
	margin-top: 10px;
}
/* text */
#title h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #9b9b9b;
	padding-top: 0px;
	font-weight: normal;
	text-transform:capitalize;
	height: 35px;
}
#title h1 a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #dadada;
	font-weight: normal;
	text-transform:uppercase;
}

#navigation ul {
	margin-top: 1px;
}

#navigation ul li {
	list-style: none;
	display: inline;
}

#navigation ul li a {
	text-decoration: none;
	margin-right: 0px; 
}
#navigation li a:hover {
}
h1 {
	font-family:font-family: Helvetica, Arial, sans-serif;
	font-size:12pt;
	font-weight: bold;
}
h1 a {
	color: #000000;
	text-decoration: none;
}
#sidebar h2,
h2,
h3,
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #434343;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:5px;
}
.post a,
.entry a,
#sidebar a,
h2 a,
h3 a,
h4 a {
	color: #9b072e;
	text-decoration: none;
}
.post a:hover, 
.entry a:hover,
#sidebar a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #550419;
}
#sidebar li a {
	padding: 2px 0px 1px 0px;
	border-bottom: 1px dashed #efefef;
}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 6px;
}
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: #383838;
}
blockquote a {
	color: #000000;
}
#footer a {
	color:#999999;
	text-decoration: none;
}
/* default */
.navigation {
	padding: 10px 0px;
	color: #9b072e;
}
.navigation a {
	color: #9b072e;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.postmetadata {
	margin-top:10px;
	color: #656565;
	padding: 10px;
	border: 1px solid #d8d8d8;	
	background-color: #f5f5f5; 
}
.postmetadata a {
	color: #656565;
	text-decoration: underline;
}

.postmetadata a:hover {
	color: #656565;
	text-decoration: underline;
}

#date {
	padding-bottom: 5px;
	color:#383838;	

}
#date a {
	color:#898989;	
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}

/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #d8d8d8; 
	padding: 5px;
	font-size: 8pt;
	background-color: #f5f5f5;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #9b072e;
	color: #ffffff;
	border: 0px;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}
#commentform a {
	color: #434343;	
	text-decoration: none;
}
#commentform a:hover {
	color: #434343;	
	text-decoration: underline;
}
/* wp default */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #d8d8d8;
	text-align: center;
	background-color: #f5f5f5;
	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;
}
.article {
	color: #c0c0c0;
	font-size: 11px;
}
.home a {
	padding-bottom: 1px;
	border-bottom: 2px solid #9b072e; 
	text-decoration: none;
	color: #9b072e;
	margin-right: 24px; 
}
.home a:hover {
	color: #fb680f;
	border-bottom: 2px solid #fb680f;
}
.sitehdm a {
	 padding-bottom: 1px;
	 border-bottom: 2px solid #9b072e; 
	 text-decoration: none;
	 color: #9b072e;
	 margin-right: 24px; 
}
.sitehdm a:hover {
	 color: #fb680f;
	 border-bottom: 2px solid #fb680f;