/*  
Theme Name: Istrania Autumn
Theme URI: http://www.davilac.net/istrania/
Description: Theme Istrania Style Autumn. Please go to <a href="http://www.davilac.net/istrania/">theme's home</a> often to see updates and visit the <a href="http://www.davilac.net/istrania/forum">forums</a> if you need help. Theme based on a design by <a href="http://joshuaink.com/">Joshuaink</a>.
Version: 0.3
Author: Davilac
Author URI: http://www.davilac.net/

	Istrania 0.3 English Version Is a autumn themed WordPress Theme. This theme supports many plugins, as for example Gravatars, Time Since...
	 Please, check often http://www.davilac.net/istrania/ for updates.
	 This theme is released as GPL.

*/

/*Struture: the <div> tags, Typography under these <div> included. All about comments are not inluded*/
*{
	margin:0;
	padding:0;
}

html{
/* Fixes background nastiness when a sidebar is open in Firefox */
	min-width:770px;
}

body{
	background:white url("images/background.png") 0 0 repeat;
	text-align:center;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}
#pageheadContainer,
#contentContainer,
#footContainer{
/* 100% so we can create the fullscreen width backgrounds */
	width:100%;
}

#article{
	width:450px;
	float:left;
	padding:40px 0 20px 0;
	margin-left:50px;
}

#content{
	font-size:1.25em;
	/* Add drop shadow/fading backgound to top of content area . doesn't work on IE5/MAC . oh the shame! */
	background:transparent url(images/contentBackground.png) 0 0 no-repeat;
/* Ensure this background tile is never cut short, min-height for Firefox and pals, _height 'hack' for Internet Exploiter */
	min-height:300px;
	_height:300px;
}
#content ul{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	list-style-type:square;
}
#contentContainer{
	background:#F7F7F7 url(images/contentBackground2.png) 50% 100% repeat-y;
/* Float left to prevent floated child divs(#article) overflowing . aka the FnE method http://www.orderedlist.com/articles/clearing_floats_fne */
	float:left;
}
#footer {
	background:transparent url(images/footBackground2.png) 100% 0 repeat-x;
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	height:150px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footer ul{
	position:absolute;
	top:45px;
}

#footer li{
/* hide bullets */
	list-style-type:none;
}

#footer #footer1{
/* width to solve odd problem with Opera 7.5 */
	width:500px;
	position:absolute;
	left:10px;
}

#footer #pageTop{
	position:absolute;
	left:482px;
	top:-40px;
}

#footer #pageTop a{
	display:block;
	width:26px;
	height:26px;
	text-indent:-9999px;
	text-decoration:none;
	background:transparent url("images/pageTop.png") 0 0 no-repeat;
	float:left;
}
	
#footerContainer{
	background:transparent url(images/footBackground.png) 0 0 repeat-x;
	clear:both;
}
#pagehead,
#content,
#footer{
/* Set widths for "sub" container divs and center on the screen . fluid you say? I think not sir, you are quite mad! */
	width:770px;
	margin:0 auto;
/* Position relative so we can position children absolutley but keep them relative to their parents and not the document root - confused? Me too! */
	position:relative;
/* Shove the content back where it should be now we have convinced IE5 that center aligned websites are, infact, groovy (see body{}) */
	text-align:left;
}

#pagehead{
	/*height:130px;*/
	height:6px;
	background:transparent url(images/pageheadBackground2.jpg) 0 100% repeat-x;
}

#pagehead a:hover{
/* prevent background colour used on site wide anchors */
	background:transparent;
}
#pagehead ul{
	display:block;
	position:absolute;
	/*top:105px;*/
	top:10px;
	left:150px;
}
#pagehead li{
	display:block;
	float:left;
	width:80px;
	margin-left:3px;
}
#pagehead li a{
	display:block;
	height:20px;
	text-align:center;
	color:#4B271B;
	font-size:1.2em;
	font-weight:bold;
/* Line height same as height, which puts the text vertically centered, hoorah! */
	line-height:20px;
	text-decoration:none;
	text-transform:lowercase;
}
#pagehead li.odd a{
	background:#CBA181;
}
#pagehead li.even a{
	background:#B67357;
}

#pagehead a:hover{
	color:#FFE;
}
#pageheadContainer{
	background:transparent url(images/pageheadBackground.png) 0 100% repeat-x;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
	
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
/*Classes, the class="" in a tag. All about comments are not inluded*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}

.posttitle{
    background:#C7BAA7;
	background-repeat: no-repeat;
    font-size:1.0em;
	}
.posttitle:hover {
	background: #CBA181;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}
	
.entry p a:visited {
	color: #33CC00;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.center {
	text-align: center;
	}
/*Typography*/
	/*Begin <hX>*/

h1,
h2,
h3,
h4{
 font-family:Georgia, Times New Roman, Times, serif;
 font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
	padding-top: 10px;
	margin: 0;
	text-align: center;
	}

h2{
	color:#98533B;
	margin-bottom:.5em;
	line-height:1.7em;
	font-size:1.7em;
	margin: 10px 0 0;
}
	
h3{
	margin:0.8em 0 0.6em 0;
	font-size:1.3em;
	padding: 0;
	}
h4{
	margin:0.8em 0 0.6em 0;
	font-size:1.1em;
}

h1 a:hover, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, , cite {
	text-decoration: none;
	}
	
	/*Other tags:*/

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h1 a:hover, h2 a:hover, h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

select {
	width: 130px;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

ol{
	margin:0.8em 0 0.6em 2em;
	padding-left:1em;
	list-style-type:lower-roman;
}

blockquote{
	margin:0.8em 0 0.6em 1em;
	padding-left:1em;
	font-style:italic;
	border-left:4px solid #E2D7CF;
}

p{
	margin:0.3em 0 0.6em 0;
}

a{
	color:#9D6141;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	background:#9D6141;
	color:#FFE;
}

/* Begin Calendar */

#wp-calendar {
  font-family: Arial, Helvetica, sans-serif ;
  empty-cells: show;
  font-size: 0.95em;
  margin: 8px auto;
  width: 90%;
}
#wp-calendar td a { font-weight: bold; background: #D9E8F8; padding: 2px 3px; }
#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
  background: 0 none;
}
#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
  background: 0 none;
}
#wp-calendar a {
  display: block;
  text-decoration: none;
  font-weight: bold;
}
#wp-calendar caption {
  color: #dd6900;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}
#wp-calendar td {
  letter-spacing: normal;
  padding: 0 0;
  text-align: center;
}
#wp-calendar #today {
  color: red;
  font-weight: bold;
}
#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}

/*And the comments:*/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#commentform #submit {
	margin: 0;
	float: right;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}
.commentlist p {
	margin: 10px 5px 10px 0;
	}
#commentform p {
	margin: 5px 0;
	}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	margin: 0;
	display: block;
	}

/*The sidebar...*/
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}
#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}
#sidebar #searchsubmit {
	padding: 1px;
	}
#sidebar{
/* Fix double margin bug in IE on floats using display:inline */
	display:inline;
	width:180px;
	float:left;
	padding:40px 0 20px 0;
	margin-left:30px;
	color:#8B725A;
	font-size:.9em;
}
#sidebar h2{
	font-size:1.3em;
}
#sidebar h3{
	font-size:1.1em;
}
#sidebar form {
	margin: 0;
	}
	
#credit{
background: #eee;
border: #ccc 1px solid;
padding: 20px;
}
