/* @override http://nayara.rafaelcastro.net/wp-content/themes/lacosetachas%20v1/style.css */

/* @override http://nayara.rafaelcastro.net/wp-content/themes/lacosetachas%20v1/style.css */

/* @override http://nayara.rafaelcastro.net/wp-content/themes/lacosetachas%20v1/style.css */

/**
  Theme Name: Naked
  Theme URI: http://code.google.com/p/wordpress-naked/
  Version: 1.2
  Author: Siftware
  Author URI: http://www.siftware.co.uk
  Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blank-slate
  Licence: LGPL
  
  Description: A theme created with developers in mind which should enable rapid WP reskinning. The CSS is minimal but consistent cross-browser, there are a couple of SEO tweaks and the page navigation works sensibly but can modified easily.

  The CSS that follows is the bare minimum of styling for a two column, fixed width and centred layout that should be
  consistent in 'modern browsers'
*/

html {
  overflow-y: scroll;
	background-image: url(./images/background.jpg);
}

body {
	margin: 0;
}

#canvas {
  width: 320px;
  margin: 0 auto;
}

#header {
  margin: 0 0 10px 0;
}
  /** the heading and tagline are h1 on homepage and h4 on internal */
  #header h1,
  #header h4 {
    font-size: 30px;
    margin: 0;
    padding: 10px 0 10px 0;
  }
    /** the tagline is a span within the h1 or h4 */
    #header h1 span,
    #header h4 span { }

  /**
    Nav and Subnav
    Split these out if you want the two levels to look different
  */
  #nav,
  #subNav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #subNav {
    margin-top: 10px;
  }
    #nav li,
    #subNav li {
      display: inline;
      padding: 0 10px 0 0;
    }
    /* Currently selected page nav item (and parent) if applicable */
    .current_page_item a,
    .current_page_parent a {
      text-decoration: none;
    }
      .current_page_item a:hover,
      .current_page_parent a:hover {
        text-decoration: underline;
      }

/**      main content     */
#primaryContent {
  width: 320px;
  float: left;
	background-color: white;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin: 0;
}

div.post p {
	color: #333;
	font: small/1.9 Georgia, "Times New Roman", Times, serif;
}
  #primaryContent h1 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  #primaryContent h2 {
    margin: 11px 0 0;
	padding: 15px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #265e15;
}


ol#commentlist {
		font: 12px Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin-left: -40px;
}

  /* titles are h2 on homepage and h1 for internal */
  #primaryContent h1.postTitle,
  #primaryContent h2.postTitle {
	font: 26px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 20px;
}

h2.postTitle a {
color: #265E15;
text-decoration: none;
}

  #primaryContent h3 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  ol#posts {
    list-style: none;
    margin: 0;
    padding: 0;
  }

    li.postWrapper,
    div.postWrapper {
	margin-bottom: 30px;
}

div.endpost a {
	color: #999;
	text-decoration: none;
}

div.comenta {
	width: 110px;
	float: left;
	margin-top: 3px;
	margin-left: 6px;
}

      .postWrapper img {
	border: 10px solid white;
	width: 300px;
	height: auto;
}

img.avatar{
	float: left;
}

#commentlist p {
	margin-left: 48px;
	margin-top: 0;
	list-style-type: none;
}

div.post {
	margin-top: 15px;
	margin-bottom: 25px;
}

div.endpost {
	width: 500px;
	height: 40px;
	color: gray;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

div.tag ul li {
	width: 160px;
	float: right;
}

div.tag {
	float: right;
	width: 230px;
}

div.tags {
	float: left;
	width: 42px;
	height: 20px;
	margin-left: 70px;
	text-align: left;
	padding-top: 4px;
	background: url(./images/ticket.png) no-repeat;
	padding-left: 4px;
	font-weight: bold;
	color: #333;
}

      p.postMeta {
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	background: url(./images/baloon.png) no-repeat;
	width: 38px;
	height: 26px;
	float: left;
	text-align: center;
	margin: 0;
	padding-top: 2px;
}

p.postMeta a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

div.categoria {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	text-align: right;
	float: right;
	margin-top: 1px;
}

div.data {
	float: left;
}

div.autor {
	display: inline;
	color: #669966;
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
}

small {
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

div.categoria a {
	font: italic bold 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #333;
}
p.postMeta a:hover {
	color: #669966;
}
p.postMeta a:visited {
	color: #669966;
}


  #pagination {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
    #pagination li {
      display: inlne;
    }
    #pagination .previous {
      text-align: left;
      float: left;
    }
    #pagination .future {
      text-align: right;
      float: right;
    }

/**       sidebar          */
#secondaryContent {
  width: 200px;
  float: left;
	margin-left: 26px;
	font: 12px/16px Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

div.tag ul {
	float: right;
	margin-top: -9px;
}

ul {
	list-style-type: none;
	margin-left: -40px;
}
  #secondaryContent h3 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  /**
    Remove bullets from the first level sidebar UL and give each item some bottom margin.
    IE 6 doesn't like the selectors, I can live with that but if you can't then
    you'll need to extend this further.
  */
  #secondaryContent > ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
    #secondaryContent > ul > li {
      margin: 0 0 25px;
    }

div.textwidget {
	
}

h2.widgettitle {
	font: italic 20px Georgia, "Times New Roman", Times, serif;
	color: #265E15;
	margin: 0 0 15px;
}

#flickr-photostream h2.widgettitle {
	float: left;
}

#flickr-photostream {
	width: 200px;
	float: left;
}


#secondaryContent a{
	text-decoration: none;
	color: #669966;
}


  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
    padding-left: 5px;
  }

#comment {
  width: 500px;
}

#footer {
  clear: both;
  font-size: 80%;
	height: 250px;
	background-color: #e2dada;
	margin: 0;
	padding-left: 210px;
	padding-top: 20px;
}

/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

#header h1 a {
	color: #265e15;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}