/*

Theme Name: ADOE2
Description: The "A Diary of an Exhibition" official theme
Version: 1.x-dev
Tags: fixed width, three columns, widget ready, widgets, left sidebar, right sidebar, simple, white, clean, valid CSS, valid XHTML
Author: psegno
Author URI: http://www.psegno.it/

*/

/* typo */

body {
  font: 62.5%/1.2em Times New Roman, Times, serif;
}

h1.title {
  font-size: 2.4em;
  line-height: 1.2em;
}

#header,
#sidebar-right {
  font-size: 1.6em;
  line-height: 1.2em;
}

#header h2,
#sidebar-right h2 {
  font-size: 1em;
}

.sidebar .widget_text {
  font-size: 0.92em;
}

#page-content {
  font-size: 1.6em;
  line-height: 1.2em;
}

#footer {
  font-size: 1.2em;
}


/* grid */

body {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

#header,
#sidebar-right {
  position: absolute;
  right: 0;
  width: 220px;
}

#header ul,
#sidebar-right ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#header {
  top: 6.5em;
}

#header h2 {
  margin-bottom: 0;
}

#sidebar-right {
  top: 13.3em;
}

#sidebar-right h2 {
  margin: 0;
  border-top: 1px dotted #ccc;
  padding-top: 0.2em;
}

#sidebar-right .widget {
  margin-bottom: 40px;
}

#page-content {
  padding: 20px 0;
  width: 700px;
  overflow-x: hidden;
}

#page-content #content {
  margin: 0;
  padding: 0 20px;
  list-style-type: none;
}

#footer {
  border-top: 1px dotted #ccc;
  padding: 20px;
  width: 600px;
}


/* common */

body {
  color: #000;
}

h1, h2, h3, h4 {
  margin: 0 0 1em 0;
  font-weight: bold;
  color: #000;
}

a,
strong {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

a.more,
a.more-link {
  color: #000 !important;
  font-style: italic !important;
}

.current-cat a {
  color: #999;
}

img.alignright,
a img.alignright {
  float: right;
}

img.alignleft,
img.alignleft {
  float: left;
}

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

p.image img {
  margin-bottom: 20px;
}

h1.title {
  height: 3.1em;
  height: auto !important;
  min-height: 3.1em;
  padding-bottom: 0.5em;
  margin: 0;
}


/* post */

.post {
  clear: both;
  margin-bottom: 55px;
}

.page .title,
.post .title {
  height: 0;
  min-height: 0;
  margin-bottom: 0.5em;
}

.sidebar .widget_text,
.page .body,
.post .body {
  margin-bottom: 55px;
  color: #333;
}

.page .body p,
.post .body p {
  clear: both;
  width: 555px;
}

.page .body p.image,
.post .body p.image {
  width: 100%;
}

.sidebar .widget_text  a,
.page .body a,
.post .body a {
  color: #e2001a;
}

.post .info,
.post .categories,
.post .tags {
  clear: both;
  font-size: 0.85em;
  color: #999;
}

.post .info a,
.post .categories a,
.post .tags a {
  color: #999;
}

.post .info {
  margin: 0 0 1.5em 0;
  font-size: 1em;
}


/* previews */

#page-content #previews {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.preview {
  overflow: hidden;
  float: left;
  width: 167px;
  height: 10.3em;
  margin-right: 20px;
}

.preview .thumb a {
  display: block;
  width: 167px;
  height: 104px;
  text-align: center;
  background: url("images/thumb-bg.png") top left no-repeat;
}

.preview .thumb img {
  display: inline;
  vertical-align: middle;
}

.preview h4 {
  margin: 0.2em 0 0 0;
  font-size: 0.85em;
  font-weight: normal;
  color: #999;
}

.preview h4 a {
  color: #999;
}


/* home */

#last {
  border-top: 1px dotted #ccc;
  padding: 20px;
}

#last #previews {
  width: 640px;
}

#last .more {
  margin: 25px 0 0 0;
  font-weight: bold;
}

