/*
Theme Name: oriental
Theme URI: http://pure-essence.net/2008/09/19/wordpress-theme-oriental/
Description: Created by <a href="http://pure-essence.net/">pure-essence.net</a>. Oriental, plum, bamboo, pine, flower, foliage, orange, red theme. 
<br />Recoded after version 1.1.x to use relative positioning instead of float.
Version: 1.1.1
Author: Ying Zhang
Author URI: http://pure-essence.net/
Tags: fixed width, two columns, widgets, valid CSS, widget ready, white, simple, valid XHTML, left sidebar, orange, red, asian, oriental, plum

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

*/


/* Layout */
body {
	padding: 0;
	margin: 0;
	font-size: medium;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/bk.gif);
	background-repeat: repeat;
}

/* Default */
a {
	color: #3b6065;
}

a:hover {
	color: #79AAB0;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: medium;
}

blockquote {
	padding: 0 0.5em;
	border-left: 5px solid #f0e8a7;
	margin: 0;
	background-color: #f8f8e2;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	padding: 5px;
	border: 1px solid #ccc;
}

form {
	padding: 0;
	margin: 0;
}

/* Layout */
#container {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 160px;
	padding-top: 0px;
	padding-right: 53px;
	padding-bottom: 0px;
	padding-left: 53px;
}

#header h1 {
	padding: 25px 0 0 53px;
	margin: 0;
	color: #565656;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
}

#header h1 a,
#header h1 a:hover {
	text-decoration: none;
	color: #faf6bb;
}

#header .description {
	padding: 0 0 0 53px;
	color: #c46816;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
}

#page {
	padding: 0 53px;
}

#pageinner {
	position: relative;
	margin: 13px 0 0 0;
	background: url(images/pageInnerBk.gif) right top repeat-y;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
	background-color: #FF6600;
	background-image: url(images/barra_grafica_titoletti.gif);
}

* html #navcontainer ul {
	background: #FFFFFF;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li#first a,
#navcontainer ul li#first a:hover {
	cursor: default;
	background-image: none;
	text-decoration: none;
}

#navcontainer ul li a {
	color: #FFF;
	margin: 5px 0 0 0;
	padding: 4px 14px 8px 12px;
	text-decoration: none;
	float: left;
	background-image: url(images/headerBarLiBk.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	font-weight: bold;
	font-style: normal;
}

#navcontainer ul li a:hover {
	color: #000000;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	background: #FFFFFF;
	color: #FF6600;
	padding: 4px 12px 8px 12px;
	margin-left: -2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navcontainer ul li.current_page_item a:hover,
#navcontainer ul li.current_page_ancestor a:hover {
	text-decoration: none;
}

#navcontainer ul li a:hover {
	color: #6A3106;
}

#searchBar {
	clear: left;
	background: #FFFFFF;
	text-align: right;
}

#searchform {
	padding: 5px;
}

#s {
	border: 1px solid #bbb;
}

#searchsubmit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#sidebar {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	margin: 0;
	color: #666666;
}

#sidebar a {
	color: #666666;
}

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

#sidebar ul li {	
	background-color: #fefef6;
	margin: 0 0 13px 0;
	font-size: 0.85em;
}

#sidebar ul li h2 {
	margin: 0;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 3px 3px 3px 10px;
	background-image: url(images/barra%20grafica.gif);
}

#sidebar ul li p,
#sidebar ul li div {
	padding: 5px 10px 10px 10px;
	margin: 0;
}

#sidebar ul li table {
	padding-bottom: 5px;
}

#sidebar ul li table caption {
	padding: 5px 0 0 0;
}

#sidebar ul li ul {
	padding: 0.3em 0;
}

#sidebar ul li ul ul,
#sidebar ul li ul ul ul,
#sidebar ul li ul ul ul ul,
#sidebar ul li ul ul ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {
	font-size: 1em;
	padding: 0.2em 1em 0.2em 0;
	margin: 0 0 0 1em;
}

#sidebar ul li ul li li,
#sidebar ul li ul li li li,
#sidebar ul li ul li li li li,
#sidebar ul li ul li li li li li {
	margin: 0 0 0 1em;
}

#sidebar ul li ul li a {
	text-decoration: none;
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 1em;
}
#sidebar ul li ul#themeswitcher li a,
#sidebar ul li ul li.recentcomments a {
	background-image: none;
	padding-left: 0;
}
#sidebar ul li ul#themeswitcher li,
#sidebar ul li ul li.recentcomments {
	background: url(images/sidebarBullet.gif) left center no-repeat;
	padding-left: 1em;
}

#sidebar ul li ul li a:hover {
	color: #863f09;
}

/* Calendar */
#wp-calendar {
	width: 100%;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar td#today {
	font-weight: bold;
}

h2.pagetitle {
	margin: 0;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 3px 3px 3px 10px;
	background-image: url(images/barra%20grafica.gif);
	background-repeat: no-repeat;
}

#content {
	margin: 0 0 0 213px;
	padding: 0;
}

#contentinner {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}


/* Post */
.post h2 {
	padding: 0;
	margin: 0;
	float: left;
	font-size: large;
}

.post h2 a,
.post h2 a:hover {
	text-decoration: none;
	color: #000000;
}

small.postmetadata {
	font-size: small;
	color: #999999;
}

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: x-small;
	color: #999999;
}

ul li.tags {
	float: left;
}

ul li.comments {
	text-align: right;
}

div.divider {
	background: #FF6600;
	height: 1px;
	margin: 0 0;
}

div.navigation {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0 2em 0;
}


#singlepost {
	background: #FFFFFF;
	padding: 10px 10px 49px 10px;
	margin: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

#commentwrapper {
	background: #FFFFFF;
	padding: 0 15px 49px 15px;
}

#commentwrapper h2 {
	margin: 0;
	padding: 0.5em 0;
}

/* Comment */
h2.commentheading {
	font-size: large;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3a3a3a;
}

ol.commentlist a {
	text-decoration: none;
}

img.avatar {
	border: 3px solid #fefef6;
	margin: 0 0.5em;
}

ol.commentlist li.commentind {
	padding: 0 0 2em 0;
	margin: 0;
}

ol.commentlist li.commentind cite {
	font-style: normal;
}

p.commentsedit {
	font-size: 0.9em;
	margin: 0 0 0 0.5em;
}

.commentindheader {
	border-bottom: 1px dotted #000000;
}

.commentindheader img.avatar {
	float: left;
}

ol.commentlist li.alt .commentindheader {
	text-align: right;
}

ol.commentlist li.alt .commentindheader img.avatar {
	float: right;
}

ol.commentlist li.alt p.commentsedit {
	text-align: right;
	margin: 0 0.5em 0 0;
}

/* Comment form */
form#commentform input,
form#commentform textarea {
	border: 1px solid #bbb;
}

input#author,
input#email,
input#url {
	width: 60%;
}

textarea#comment {
	width: 90%;
}

input#submit {
	border: 1px solid #bbb;
	background: #fff url(images/buttonBk.gif) repeat-x;
}

#footer {
	clear: both;
	height: 50px;
	margin: 0 53px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: x-small;
	color: #000;
}

#footer p {
	margin: 0;
	padding: 0.9em;
	line-height: normal;
}

#footer a {
	color: #a66117;
}

#footer a:hover {
	color: #cf7819;
}

div#recaptcha_widget_div {
	float: right;
}

/* Wordpress required */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.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;
}

h3.subpages {
	padding: 1em 0 0.5em 0;
	margin: 0;
}

ul.subpages {
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
	list-style: square;
}