/*
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 />version 1.1.1 - Recoded to use relative positioning instead of float.
<br />version 1.1.2 - Fixed IE 6 issue brought up http://wordpress.org/support/topic/208400 and the random post issue brought up http://wordpress.org/support/topic/208400
Version: 1.1.2
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: 0.9em;
	font-family: Arial, Verdana, Sans-Serif;
	background: #323C51 url(images/back.jpg) repeat-x;
	color: #000;
}

/* Default */
a {
	color: #5575C8; 
}

a:hover {
	color: #841700;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}

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: 0;
}

form {
	padding: 0;
	margin: 0;
}

/* Layout */

.titoloblog {
        margin: auto auto;
        padding-top: 150px;
        width: 980px;
        
}

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

/**********HEADER**********/

#header {
	height: 300px;
	background:url(images/header.jpg) top center no-repeat;
	width:100%; /* 874px */
	margin: 0 auto;
}

#header h1 {
	padding: 25px 0 0 53px;
	margin: 0;
	color: white;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 2.5em;
}

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

#header .description {
	padding: 0 0 0 53px;
	color: white;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1em;
}

#page {
	padding: 0 53px;
}

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

#navcontainer {
	background: url(images/headerBarBk.jpg) repeat;
	overflow: hidden;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

#navcontainer .rss {
	background: url(images/rss.jpg) no-repeat;
	display: block;
	float: right;
	height: 18px;
	margin: 8px 7px 0 0;
	text-indent: -9999em;
	width: 42px;
}

* html #navcontainer ul {
	background: #0C0E1B url(images/headerBarBk.jpg) no-repeat;
}

#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: white;
	margin: 5px 0 0 0;
	padding: 4px 14px 8px 12px;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}

#navcontainer ul li.current_page_item a,
#navcontainer ul li.current_page_ancestor a {
	background: white;
	color: #0C0E1B;
	padding: 4px 12px 8px 12px;
	margin-left: -2px;
	font-family: Arial, Verdana, 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 {
	text-decoration: underline;
}

#searchBar {
	clear: left;
	background: white;
	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: #0D0F1E;
}

#sidebar a {
	color: #666666;
}

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

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

#sidebar ul li h2 {
	margin: 0;
	background: #BAABC7;
	color: #0D0F1E;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.1em;
	padding: 3px 3px 3px 10px;
}

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

#cat {
	margin:10px;
	width:180px;
	}
	
#archives select {
	margin:10px;
	width:180px;
	}

/* ------------------------------------ */
/* ------------- Calendar ------------- */
/* ------------------------------------ */

#wp-calendar {
	width: 100%;
}

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

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

h2.pagetitle {
	background: #BAABC7;
	margin: 0;
	color: #3a3a3a;
	font-family: Arial, Verdana, Sans-Serif;
	padding: 3px 3px 3px 10px;
}

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

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






/* ------------------------------------ */
/* --------------- Post --------------- */
/* ------------------------------------ */

.post h2.posttitle {
	padding: 0;
	margin: 0;
	float: left;
	font-size: 1.5em;
}

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

small.postmetadata {
	font-size: 0.75em;
        padding: 0;
}

ul.postmetadata {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.85em;
	display:block;
	clear:both;
	overflow:hidden;
}

ul li.tags {
	float: left;
	display:block;
	width:400px;
}

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

div.divider {
	background: #cccccc;
	height: 5px;
	margin: 20px 0;
}

div.navigation {
	text-align: center;
	font-family: Arial, Verdana, Sans-Serif;
	padding: 0 0 2em 0;
}


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

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

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

/* ------------------------------------ */
/* ------------- Commenti ------------- */
/* ------------------------------------ */

h2.commentheading {
	font-size: 1.2em;
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
}

ol.commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Verdana, 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 0 2em 0;
}

ol.commentlist li.admin-author p
{
	font-weight: bold;
}


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 #fefef6;
}

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

/********** Form commenti **********/

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 {
        width: 100%;
	clear: both;
	height: 60px;
	margin: 0 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.75em;
	color: white;
	background: transparent;
	padding-top:10px;

}

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

#footer a {
	color: white;
	text-decoration:none;
}

#footer a:hover {
	color: white;
	text-decoration:underline;
}

div#recaptcha_widget_div {
	float: right;
}

/* Wordpress required */
.wp-caption {
	color: #323c51;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	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;
}

/* Formatting */
fieldset {
	border: 1px solid #ccc;
	padding: 0 1em;
	margin: 0;
}

legend {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}

hr {
	border: 0;
	color: #cfc887;
	background-color: #cfc887;
}

pre, code {
	width: 100%;
	overflow: auto;
	font-size: 1em;
}

.post table {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	border-collapse: collapse;
}

.post table th,
.post table td {
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: .3em .5em;
}

.post table th {
	border-bottom: 2px solid #ccc;
}

.post {
	text-align:left;
	padding:10px;
	}
	
.entry {
	text-align:left;
	overflow:hidden;
	}

.entry a { color: #841700; }
.entry a:hover { color: #5575C8; }

.textwidget {
        padding:0;
        margin:0;
        background-color: white;
        color:black;
}

#sidebar ul li.widget_mywidget {
		background:#323C51;
		text-align:center;
		}
		
#sidebar ul li#text-490254781 .textwidget {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	background:#0C0E1B;
	border:1px solid #BAABC7;
	}
	
#sidebar ul li#text-588918991 .textwidget {
    color:#fff;
	font-size:11px;
	font-weight:bold;
	background:#000;
	border:1px solid #BAABC7;
    }
	
#tagcloud {
	padding:20px;
	}
	
#tagdivision {
	background: #323C51;
	margin: 0;
	color: #3a3a3a;
	display:block;
	height:15px;
	font-family: Arial, Verdana, Sans-Serif;
	padding: 0 0 0 10px;
	}


#facebook-banner { background: url(images/bg_facebook.jpg) no-repeat; height: 50px; width: 661px; }
	#facebook-banner .logo_facebook { background: url(images/link_facebook.png) no-repeat; display: block; float: left; height: 24px; margin: 12px 0 0 115px; width: 203px; }
	#facebook-banner .fb_iframe_widget { margin: 15px 0 0 40px; }
	
.social { border-top: 1px solid #ccc; margin: 20px 0 0; padding: 12px 10px 0; }
.okno { font-size: 11px; color: #666; font-weight: bold; text-decoration: none; vertical-align: middle; }
	.okno img { vertical-align: middle; }
	
	.social .fb_iframe_widget { float: left; }
	.social .twitter-share-button { float: left; }
	
div#recaptcha_widget_div { float: none!important; }
.recaptcha-error { font-size: 1.2em!important; color: red; }
