/*
Theme Name: Linux Place
Description: Template Linux Place - Valid XHTML and CSS.
Version: 1.0
Author: Xerxes Mateus, Gabriel Sobrinho
*/

/** CSS Reset **/
* {
  margin: 0;
  padding: 0;
}

body {
  background: #386DB9 url(media/logo.jpg) top left no-repeat;
  color: #FFF;
  font: 11px Arial;
}

a {
  text-decoration: none;
  color: #FFF;
}

a:hover {
  text-decoration: underline;
}

/** Container **/
#site {
  width: 1000px;
  position: relative;
}

/** Header **/
#header h1 a {
  display: block;
  width: 220px;
  height: 200px;
  position: absolute;
  top: 20px;
  text-indent: -5000px;
  overflow: hidden;
}

#header ul {
  position: absolute;
  top: 5px;
  left: 250px;
  list-style: none;
}

#header ul li {
  float: left;
  margin-right: 15px;
  fonta-weight: bold;
  font-size: 14px;
}

/** Sidebar **/
#sidebar {
  float: left;
  width: 180px;
  margin-top: 250px;
}

/** Sidebar blocks **/
.sidebar-block {
  margin-bottom: 30px;
}

.sidebar-block p {
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.sidebar-block ul {
  list-style: none;
  width: 150px;
}

.sidebar-block ul.children li {
  text-indent: 10px;
}

.sidebar-block ul li a {
  background: #4A7EC8;
  border-top: 1px solid #FFF;
  display: block;
  width: 140px;
  line-height: 25px;
  padding-left: 10px;
}

.sidebar-block ul li a:hover {
  text-decoration: none;
  background: #5B8FD9;
}

/** Content **/
#content {
  float: right;
  width: 650px;
  margin-top: 200px;
  margin-right: 100px;
  background: #FFF url(media/content_shadow.jpg) repeat-y top right;
  color: #333;
  padding: 5px;
  min-height: 200px;
}

#content a {
  color: #333;
}

/** Posts **/
#content .post {
  margin-bottom: 30px;
}

#content .post > h2 a {
  color: #447EC0;
}

#content .post.first > h2 {
  margin-top: -25px;
}

#content .post.first > h2, #content .post.first > h2 a {
  color: #FFF;
}

#content .post .info {
  margin-left: -20px;
  background: #FFF url(media/content_info_shadow.png) repeat-x top left;
  border-top: 1px solid #447EC0;
  line-height: 15px;
  height: 15px;
  padding: 5px;
}

#content .post .info-shadow {
  background: transparent url(media/content_info_shadow.png) repeat-x top left;
  height: 15px;
  line-height: 15px;
  margin-left: -5px;
}

#content .post .info .time, #content .post .info .comments, #content .post .info .category {
  color: #386DB9;
  float: left;
}

#content .post .info .category {
  float: right;
}

#content .post .description {
  padding: 0 10px;
}

#content .post .description p {
  margin: 10px 0;
}

#content .post .description ul, #content .post .description ol, #content .post .description dl {
  margin-left: 20px;
}

#content .post .description h2, #content .post .description h2 a {
  color: auto;
}

#content .post .action-edit {
  float: right;
  margin-top: 20px;
}

#content .post .action-edit a {
  color: #999;
  text-transform: uppercase;
}

#content .navigation {
  clear: both;
  padding: 0 10px;
}

#content .navigation .previous, #content .navigation .next {
  margin-top: 10px;
}

#content .navigation .previous {
  float: left;
}

#content .navigation .next {
  float: right;
}

/** Posts **/
#content .post .navigation {
  margin-top: -10px;
}

#content .post-entry {
  clear: both;
  padding: 10px;
}

#content .post-entry p, #content .post-entry h1, #content .post-entry h2, #content .post-entry h3, #content .post-entry h4, #content .post-entry h5, #content .post-entry h6 {
  margin: 10px 0;
}

#content .post-entry ul, #content .post-entry ol, #content .post-entry dl {
  margin-left: 20px;
}

/** Footer **/
#footer {
  background: url(media/rodape.gif) no-repeat center center;
  clear: both;
  margin: 0 auto 5px;
  width: 676px;
  height: 55px;
  border-top: 5px solid #386DB9;
  text-indent: -5000px;
}

/** Search **/
#search-form {
  position: absolute;
  right: 105px;
  top: 30px;
}

#search-form input {
  border: 1px solid #CCC;
  color: #666;
  padding: 1px;
}
