/*
Theme Name: Plana v1
Theme URI: http://w.planapress.org/
Description: Theme for Plana Press website, based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Ana Carvalho
Author URI: http://anacarvalho.org/
Tags: fixed width, left vertical menu

	Plana v1.0
	 http://w.planapress.org/

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

*/



/* Begin Typography & Colors */

* {
margin: 0;
padding: 0;
}

:focus {
outline: none !important;
}

body {
font-size: 65%; /* Resets 1em to 10px */
font-family: Helvetica, Arial, Sans-Serif;
color: #333;
text-align: left;
}

#content .entry h4 {
font-size: 1.4em;
font-family: Georgia, Times, Serif;
line-height: 1.6em;
margin: 20px 0 8px;
}

#content .entry p {
font-size: 115%;
line-height: 1.4em;
margin-bottom: 5px;
}

body.single #content .entry p {
max-width: 500px;
}

body.archive .entry p {
margin-bottom: 5px;
max-width: 390px;
}

  body.category-blog .entry p {
  max-width: 550px;
  }

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
overflow: auto;
}

.widecolumn {
line-height: 1.6em;
}

.narrowcolumn .postmetadata {
}

.thread-alt {
background-color: #f8f8f8;
}

.thread-even {
background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
}

#footer {
border: none;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: Georgia, Times, Serif;
font-weight: bold;
}

h1 {
font-size: 2.4em;
}

#headerimg .description {
font-size: 1.2em;
}

h2 {
font-size: 2em;
}

h2.pagetitle {
font-size: 2em;
}

#sidebar h2 {
font-family: Helvetica, Arial, Sans-Serif;
font-size: 1.2em;
}

h3 {
font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
text-decoration: none;
color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
font: 0.9em Helvetica, Arial, Sans-Serif;
}
.commentlist li ul li {
font-size: 1em;
}

.commentlist li {
font-weight: bold;
}

.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}

.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: Helvetica, Arial, Sans-Serif;
}

.commentmetadata {
font-weight: normal;
}

#sidebar {
font-family: Helvetica, Arial, Sans-Serif;
}

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, h2 a:hover, h3 a:hover {
color: #6FA4C9;
text-decoration: none;
}

a:hover {
color: #147;
}

#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 1.3em Helvetica, Arial, Sans-Serif;
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

body {
margin: 0;
padding: 0;
background: transparent url(images/fundocinza.jpg) repeat 0 0;
}

#page {
margin: 20px auto 0;
padding: 0;
width: 800px;
position: relative;
overflow: auto;
background: transparent url(images/contentbg.png) repeat-y 0 0;
}

#container {
}

#header {
float: left;
width: 100%;
position: relative;
background: transparent url(images/shadow-top.png) no-repeat 0 0;
margin-top: -17px;
}

#headerimg {
float: left;
}

#headerimg h1 {
float: left;
padding: 30px 20px 5px;
}

#headerimg h1 a {
display: block;
float: left;
width: 74px;
padding: 59px 0 0;
height: 0;
overflow: hidden;
background: transparent url(images/plana.png) no-repeat 0 0;
}

#top-nav {
position: absolute;
top: 5px;
right: 10px;
}

#top-nav > ul {
list-style-type: none;
overflow: auto;
margin: 8px 10px;
}

#top-nav li {
display: block;
float: left;
}

#top-nav li a {
display: block;
float: left;
padding: 18px 2px 10px;
text-align: center;
margin: 0 0 0 4px;
color: #6FA4C9;
}

#top-nav li a:hover {
color: #147;
}

#top-nav li.active a,
#top-nav li.active a:hover {
color: #555;
}

#content {
width: 570px;
min-height: 450px;
padding: 0px 40px 15px 30px;
float: left;
}

#sidebar {
width: 140px;
padding: 30px 10px 20px 9px;
float: left;
}

.narrowcolumn {
float: left;
}

.widecolumn {
float: left;
}

.post,
.narrowcolumn .page {
margin: 0;
position: relative;
padding: 12px 0;
overflow: auto;
}

body.archive .post,
body.search .post,
body.search .page {
border-top:1px dotted #666666;
}

  body.category-blog .post {
  margin: 0 0 20px;
  }

.category-books p.postmetadata small,
.category-authors p.postmetadata small { /*dont't display date for authors and books */
display: none;
visibility: hidden;
}

.post hr,
.page hr {
display: block;
border: 0;
border-top: 1px dotted #666;
margin: 20px 0;
}

.widecolumn .post {
margin: 0;
}

.narrowcolumn .postmetadata {
position: absolute;
top: 0;
right: 0;
padding: 5px 0;
margin: 0;
}

.widecolumn .postmetadata {
margin: 30px 0;
}

.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}

.postmetadata {
clear: both;
}

.clear {
clear: both;
}

#footer {
background: transparent url(images/shadow-bottom.png) no-repeat 0 0;
text-align: right;
width: 800px;
margin: 0 auto 20px;
}

#footer li {
list-style-type: none;
display: block;
float: left;
}

#footer li a {
padding: 5px;
margin-left: 4px;
display: block;
float: left;
}

/* End Structure */

/* Begin homepage posts */

body.home #highlight  {
padding: 0 0 5px;
overflow: auto;
}

body.home #highlight h2,
body h2 {
font-style: italic;
font-family: baskerville, 'hoefler text',palatino,'palatino linotype',georgia,serif;
}

body.home #highlight img {
display: block;
width: 100%;
height: auto;
padding: 4px 0;
}

body.home .most-recent {
padding: 0;
float: left;
clear: both;
}

body.home .most-recent .post {
width: 220px;
height: 240px;
display: block;
overflow: hidden;
float: left;
margin: 0 0 0 15px;
padding: 5px;
background: #ddd;
}

body.home .most-recent .post:first-child {
margin: 0;
}

body.home .most-recent .entry {
font-size: .9em;
line-height: 1.4em;
margin-top: 5px;
}

body.home .most-recent h2 {
font-size: 1.4em;
margin: 0;
}

body.home .most-recent img {
display: none;
display: block;
width: 100%;
}

/* End homepage posts */


/*	Begin Headers */
h1 {
padding: 20px;
margin: 0;
}

h2 {
margin: 0 0 10px;
}

#sidebar h2 {
display: none;
}

h3 {
padding: 0 0 3px;
margin: 0 0 3px;
}

body.archive h3 {
padding: 0 0 3px;
margin: 0 0 3px 165px;
}

body.category-blog h3 {
padding: 0 0 3px;
margin: 0 0 3px;
}

body.search h3 {
font-size: 1.2em;
}

body.search h3 a {
color: #6FA4C9;
}

body.search h3 a:hover,
body.search h3 a:focus {
color: #147;
}


h3.comments {
padding: 0;
margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

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
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: square;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {

}

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

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

/* End Entry Lists */



/* Begin Form Elements */

#searchform {
margin: 8px 0 0 20px;
padding: 5px 0;
overflow: auto;
}

#searchform label {
display: none;
}

#searchform #s {
width: 120px;
padding: 4px 2px 3px;
background: #ddd;
border: 0;
border-bottom: 2px solid #ccc;
display: block;
float: left;
font-size: 100%;
color: #333;
}

#searchform #searchsubmit {
padding-top: 21px;
background: transparent url(images/search.png) no-repeat 5px 5px;
overflow: hidden;
border: 0;
height: 0;
width: 20px;
display: block;
float: left;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform {
margin: 5px 10px 0 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#respond:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#commentform #submit {
margin: 0 0 5px auto;
float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
margin: 0;
padding: 10px 10px 10px 0;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0 10px;
padding: 5px 5px 10px 10px;
list-style: none;

}
.commentlist li ul li { 
margin-right: -5px;
margin-left: 10px;
}

.commentlist p {
margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
margin: 5px 0;
}

.nocomments {
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */



/* Begin Sidebar */

#sidebar li.page_item,
#sidebar ul.collapsing > li.collapsing > a {
text-transform: uppercase;
border-bottom: 1px dotted #ccc;
}

#sidebar li a {
display: block;
padding: 3px 5px 3px 15px;
margin: 0 0 2px;
color: #555;
text-decoration: none;
}

#sidebar li a:hover {
color: #6FA4C9;
}

#sidebar a.self,
#sidebar li.current_page_item a {
font-weight: bold;
}

#sidebar ul.collapsing > li.collapsing > a
#top-nav li.current-cat a {
background: transparent url(images/side-menu.png) no-repeat 0 center;
font-weight: bold;
}

#sidebar form {
margin: 0;
}

#sidebar #searchform #s {
width: 120px;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 0;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 12px 5px;
}

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

#sidebar li.collapsCat a {
}

#sidebar li.collapsCatPost a {
}

#sidebar li.collapsCat ul li,
#sidebar li.collapsCat ul li a {

}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
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;
}

.center {
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

body.single .narrowcolumn .navigation {
display: none;
margin: 0;
}

.navigation {
display: block;
text-align: center;
margin: 5px 0 10px;
overflow: auto;
}

.navigation .alignleft a:before {
}

.navigation .alignright a:after {
}


/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

/*	NextGEN plugin */

.ngg-imagebrowser {
margin: 20px 0;
}

.ngg-imagebrowser a {
display: block;
}

.ngg-imagebrowser img,
a.highslide img {
border: none;
padding: 0;
margin-top: 0;
width: 570px !important;
max-width: 570px;
height: auto;
margin-bottom: 10px;
}

img.ngg-singlepic {
padding: 0;
}

body.single img.ngg-singlepic {
margin-bottom: 20px;
}

.ngg-imagebrowser h3 {
display: none;
visibility: hidden;
margin: 0;
padding: 0;
}

.ngg-imagebrowser-nav {
padding: 0 !important;
text-align: right;
}

.ngg-imagebrowser-nav .counter {
font-size: 0.9em !important;
padding: 3px;
margin-right: 5px;
display: inline;
}

.ngg-imagebrowser-nav .back,
.ngg-imagebrowser-nav .next {
display: inline-block;
margin-left: 2px;
}

.ngg-imagebrowser-nav .back a,
.ngg-imagebrowser-nav .next a {
padding: 2px 4px;
color: #999;
background: #eee;
}

.ngg-imagebrowser-nav .back a:hover,
.ngg-imagebrowser-nav .next a:hover {
color: #6FA4C9;
text-decoration: none;
}


/*	End NextGEN plugin */

/*	Category Archives */

body.archive h2.pagetitle {
font-family: Helvetica, Arial, Sans-Serif;
background: #999;
color: #fff;
margin: 0 0 10px -40px;
padding: 5px 5px 5px 25px;
width: 12em;
font-size: 1em;
font-style: normal;
text-transform: none;
}

body.archive .archive-page p {
padding-left: 165px;
}

  body.category-blog .archive-page p {
  padding-left: 0;
  }

.ie7 body.archive .archive-page p {
padding-left: 10px;
}

body.archive .archive-page p.author {
padding: 0 0 8px 0;
font-weight: bold;
font-family: Georgia, Times, serif;
}

body.archive .archive-page .ngg-imagebrowser,
body.archive .archive-page .ngg-singlepic {
width: 150px;
display: block;
float: left;
padding-left: 0 !important;
margin: -16px 0 0;
cursor: default !important;
}

  body.category-blog .archive-page .ngg-imagebrowser,
  body.category-blog .archive-page .ngg-singlepic {
  margin: 10px 0 20px;
  width: auto;
  }

body.archive .archive-page .ngg-imagebrowser-nav {
display: none;
visibility: hidden;
}

body.archive .archive-page .ngg-imagebrowser img {
width: 150px !important;
height: auto;
display: block;
background-color: transparent;
padding: 0;
margin: 0;
}

  body.category-blog .archive-page .ngg-imagebrowser img {
  width: 550px;
  }

body.archive .archive-page a.highslide {
display: block;
width: 150px;
position: absolute;
top: 10px;
left: 0;
margin: 0;
padding: 0;
}


/* End Category Archives */



/* Begin PAYPAL */

.entry form {
margin: 30px 0 15px;
text-align: left;
}

