/*
Theme Name: Runes Of War II
Description: Il secondo tema del blog Runes Of War
Author: Renato Gelmini
Author URI: http://www.runesofwar.net
Version: 2.0
Tags: dark, two-columns, fixed-width, translation-ready, microformats, rtl-language-support

Questo tema è stato creato da me, sulla base di Toolbox e non
è da distribuirsi a terzi. Quindi non chiedetemelo!
*/

/* =Base 
-------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #363f44;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 100%; color: #d8d8d8;
}

p {
	font-size:0.9em; /* cioè 14px, l'em si calcola facendo pixel/16 */ 
	line-height:160%;
}
p.title1 {
	font-size: 1.50em;
	font-weight: bold;
	text-shadow: #222 1px 1px 4px;
}
p.title2 {
	font-size: 1.50em;
	font-weight: normal;
	text-shadow: #222 1px 1px 4px;
	color: #e8a54e;
}

a, a:visited { color: #e8a54e; text-decoration:none; }
a:hover { color: #ffeed7; text-decoration:none; }
blockquote { margin:0 0 0.5em 0; padding: 0 58px 0 58px; background:url(img/quote.gif) no-repeat left top; }
img.left { margin:4px 1em 0 0; border: 1px solid #000; position: relative; float: left; }
img.right { margin:4px 0 0 1em; border: 1px solid #000; position: relative; float: right; }


/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 959px;
	background:url(img/grad.png) no-repeat left top;
}
#primary {
	float: left;
	margin: 0 -240px 28px 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0;
	padding: 0 0 28px 17px;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	background: url(img/menubar.png);
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */

.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000em;
}


/* =Header
-------------------------------------------------------------- */

.site-logo {
	background: url(img/rune_logo.png) left no-repeat;
	float: left;
	height: 70px;
	width: 42px;
	display: inline;
	margin: 49px 0 49px 12px;
}

#site-title {
	font-size: 40px;
	font-weight: bold;
	text-shadow: #222 1px 1px 4px;
	color: #e8a54e;
	margin: 0 0 0 60px;
	padding: 50px 0 0 0;
}

#site-title a, #site-title a:visited { color: #e8a54e; }

#site-description {
	font-size: 0.875em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #d8d8d8;
	margin: 0 0 20px 62px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: url(img/menubar.png);
	display: block;
	float: left;
	margin: 0 auto 1em auto; 
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
	float: left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	color: #fff;
	height: auto;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #222;
	color: #ffeed7;
	transition-property: background;
	transition-duration: 1s;
	-webkit-transition-property: background;
	-webkit-transition-duration: 1s;
	-o-transition-property: background;
	-o-transition-duration: 1s;
	-moz-transition-property: background;
	-moz-transition-duration: 1s;
}
#access ul ul a:hover {
	background: #000;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

#content nav {
	padding: 1.75em 0 0 0;
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	margin: 16px 0 0 0;
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
.entry-header1 {
	display: inline;
	float: left;
	width: 100%;
	margin: -2em 0 0 0;
}
.entry-title {		/* titolo del post */
	font-size: 1.75em;
	font-weight: bold;
	text-shadow: #222 1px 1px 4px;
	padding: 1.5em 0 6px 0;
	color: #fff;
}
.entry-meta {
	font-size: 0.75em;
	font-weight: normal;
	color: #999;
	padding-left: 20px;
	margin: 0 0 28px 0;
}
#nav-below {
	margin: 1em 0 49px 0;
}
.page-link {
	margin: 0 0 1em 0;
}
.page-title {
	padding: 1em 0 0 0;
}


/* 404 page */

.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */

.post .notice,
.error404 #searchform {
	background: #EEE;
	display: block;
	padding: 1em;
}

/* Image Attachments */

.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #EEE;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 110px;
}
input[type=text],
input#s {
	margin: 0;
	width: 60%;
}
textarea {
	width: 40%;
}

/* Class for labelling required form items */

.required {
	color: #CC0033;
}


/* =Comments
-------------------------------------------------------------- */

#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
#comments-title { 
	font-size: 1.75em;
	font-weight: normal;
	color: #999;
}

.commentlist {
	display: inline;
}

.comment-author { 
	font-size: 1.25em; 
	font-weight: bold; 
}
.comment-avatar { 
	float:left; 
	margin-right: 0.5em;
}
.comment-meta { 
	font-size: 0.75em; 
}
.comment-box { 
	margin: 0.5em 0 0.75em 0;
	padding: 0.75em 0.75em 0.75em 2em;
	background-color: #313a3f;
	-webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;     
	-moz-border-radius: 0.5em 0.5em 0.5em 0.5em; 
}
.comment-body { 
color: #d8d8d8;		/* colore bianco se il commento è di un utente */
}
.comment-body-admin { 
color: #43d2ff;		/* colore azzurro se il commento è mio! :) */
}



/* =Widgets
-------------------------------------------------------------- */

.widget-area {
	background: transparent;
}
.widget-area ul {
	list-style: none;
	padding: 0 1em;
}
.widget-area ul ul {
	list-style: disc;
	padding: 0 0 0 1em;
}
.widget-area .widget_search {
	overflow: hidden;
	background-color: #bbb;
	width: 168px;
	margin-top: 3em; 	/* 20px */
	border: 0px;
	-webkit-border-radius: 8px 8px 8px 8px;    /* for Safari */
	-moz-border-radius: 8px 8px 8px 8px;       /* for Firefox */
}
.widget-area .widget_search input {
	float: left;
	background-color: #bbb;
	padding: 0 0 0 4px;
	text-decoration:none;
	outline: none;
	border: 0px;
	-webkit-border-radius: 8px 8px 8px 8px;    
	-moz-border-radius: 8px 8px 8px 8px;       
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 0 0 1em 0;
}

#morefoot {
	padding: 15px;
	margin: 1em 0 1em 0;
}
#morefoot p {
	margin: 5px 0;
	padding: 5px 0;
}

#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 0.75em;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #d8d8d8;
  letter-spacing: -1px;
  border-bottom: 1px dotted #999;
  margin: 0;
  padding: 1em 0 2px 0;
  }
#morefoot .col1 {
  float: left;
  width: 341px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 261px;
  }
#morefoot .rss {
	float: left;
	height: 32px;
	margin: 0 0.5em 0.5em 0;
	background:url(img/rss_32x32.png) left no-repeat;
  }
#morefoot .rss p {
	float: left;
	margin:2px 0 0 3em;
 }
#morefoot li {
  padding-left: 0.5em;
  margin-bottom: 5px;
  /* background: url(images/more.gif) left 2px no-repeat; */
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }
.cleared {
	clear: both;
}


/* =WordPress basics
-------------------------------------------------------------- */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}

