/*
Theme Name: Mini Blog
Theme URI: http://www.berriart.com/mini-blog-wordpress-theme/
Description: A minimalist template for wordpress. Two columns on this slim miniblog, colors white, black and grey. This theme validates XHTML and CSS, supports gravatars and widgets, and it's SEO optimized.
Version: 1.0
Author: Alberto Varela
Author URI: http://www.berriart.com/
Tags: white, minimalist, two column, simple, valid XHTML, valid CSS, widgets, SEO, internazionalizated, fixed width

    This theme uses a public design by Six Shooter Media(http://www.sixshootermedia.com/), now is themetized and is released under the GNU General Public License (GPL)
    http://www.gnu.org/licenses/gpl.txt

    Alberto Varela  (email : alberto@berriart.com)
    I only adapt the work to a wordpress theme, the design credits for Six Shooter Media (http://www.sixshootermedia.com/)
*//******************************************************************************

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
The license is also available at http://www.gnu.org/copyleft/gpl.html

*********************************************************************************/
body {
  background-color: #fff;
  background-image: url(images/backgrounds/body_white.gif);
  background-position: center;
  background-repeat: repeat-y;
  font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
  font-size: 11px;
  color: #777;
}

#container {
  width: 800px;
  margin: 0 auto;
}

#header {
  background-color: #eeeeee;
  background-image: url(images/header/bg_simple_sokrat.gif);
  background-repeat: no-repeat;
  margin: 10px;
  padding: 30px 10px 30px 10px;
  border-top: 2px solid #ccc;
}

#header h1, #header h2 {
  text-align: center;
  font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #333;
  margin: 0;
  font-weight: normal;
}

#header h1 strong, #header h2 strong {
  color: #A85BA6;
}

#header h1 a, #header h2 a {
  color: #333;
  text-decoration: none;
}

.description {
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  color: #999;
}

#header ul {
  margin: 30px 0 0 0;
  padding: 0;
}

#header li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#header li a {
  display: block;
  padding: 7px;
  color: #999;
  text-decoration: none;
  border-bottom: 5px solid #fff;
  margin: 0 10px 0 0;
  font-size: 10px;
}


#header li a:hover {
  color: #000;
  border-bottom: 7px solid #fff;
  padding: 5px 7px 7px 7px;
}

#header li a em {
  font-style: normal;
  text-decoration: underline;
}

#header li.current_page_item a {
  border-bottom: 7px solid #FFFFFF;
  color: #000000;
  padding: 5px 7px 7px;
}

#topbloglog {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color:white;
}

#socialisms a {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color:white;
}

#socialisms a:hover {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color:white;
  -ms-filter: "Alpha(Opacity=75)"; /* IE 8 */
  filter:alpha(opacity=75); /* IE5-7 */
  -moz-opacity: 0.75; /* Mozilla */
  opacity: 0.75;

}

#socialisms a:focus {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color:white;
}

#socialisms a:active {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  color:white;
}

#sidebar {
  margin: 5px 15px 5px 5px;
}

#sidebar h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  margin: 25px 0px 5px 5px;
}

#sidebar p {
  padding: 5px;
  margin: 5px 0px 5px 5px;
  line-height: 5px;
  word-spacing: -1px;
}

#sidebar ul {
  margin: 0;
  padding: 0;
}

#sidebar ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul li ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul li ul li a {
 /* display: block;
  height: 1px;*/
  padding: 2px 2px 2px 5px;
  margin: 1px 0 0 0;
  color:#FF8000;
  /*background-color: #fff;
  background-image: url(images/backgrounds/submenua_normal.jpg);
  background-position: left;
  background-repeat: repeat-y;*/
}

#sidebar ul li ul li a:hover {
  /*background-image: url(images/backgrounds/submenua.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fff;*/
  padding: 2px 2px 2px 5px;
  color: #FFB200;
}

#sidebar ul li ul li a:focus {
  /*background-image: url(images/backgrounds/submenua.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fff;*/
  padding: 2px 2px 2px 5px;
}

#sidebar ul li ul li a:active {
  /*background-image: url(images/backgrounds/submenua.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fff;*/
  padding: 2px 2px 2px 5px;
}

#sidebar_tw {
  margin: 5px 15px 5px 5px;
}

#sidebar_tw h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  margin: 25px 0px 5px 5px;
}

#sidebar_tw p {
  padding: 5px;
  margin: 5px 0px 5px 5px;
  line-height: 5px;
  word-spacing: 0px;
}

#sidebar_tw ul {
  margin: 0;
  padding: 0;
}

#sidebar_tw ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar_tw ul li ul {
  margin: 0; 
  padding: 0; 
  list-style: none;
}

#sidebar_tw ul li ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar_tw ul li ul li a {
 /* display: block;
  height: 1px;*/
  padding: 0px 0px 0px 0px;
  margin: 1px 0 0 0;
  color:#FF8000;
  /*background-color: #fff;
  background-image: url(images/backgrounds/submenua_normal.jpg);
  background-position: left;
  background-repeat: repeat-y;*/
}

#sidebar_tw ul li ul li a:hover {
  /*background-image: url(images/backgrounds/submenua.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fff;*/
  padding: 0px 0px 0px 0px;
  color: #FFB200;
}

#sidebar_tw ul li ul li a:focus {
  /*background-image: url(images/backgrounds/submenua.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fff;*/
  padding: 0px 0px 0px 0px;
}

#sidebar_tw ul li ul li a:active {
  /*background-image: url(images/backgrounds/submenua.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fff;*/
  padding: 0px 0px 0px 0px;
}


.note {
  padding: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  margin: 20px 5px 20px 5px;
}

#content {
  float: left;
  margin: 10px 30px 30px 10px;
  width:550px !important;
  width: 600px;
  min-height: 1050px;
}

#content h1 {
  font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  padding: 5px;
  color: #000;
  text-decoration: none;
  display: block;
  background-image: url(images/backgrounds/h1.png);
  background-position: right;
  background-repeat: no-repeat;
}

#content h1.pagetitle {
  background: none;
  border: 0;
  font-size: 20px;
}

#content h2 {
  font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  padding: 5px;
  color: #000;
}

#content h2 a {
  color:#FF8000;
  text-decoration: none;
  display: block;
  background-image: url(images/backgrounds/h1.png);
  background-position: right;
  background-repeat: no-repeat;
}

#content h2 a:hover {
  color: #FFB200;
  background-image: url(images/backgrounds/h1_hover.png);
}

.post small {
  font-size: 11px;
  color: #ccc;
  margin: 10px 0 10px 0;
  padding: 5px;
}

#content p {
  padding: 5px;
  line-height: 18px;
  word-spacing: 0.1em;
}

#content .postmetadata {
  text-align: right;
  padding: 5px;
  margin: 10px 0 0 0;
  border-top: 1px solid #eee;
}

.postmetadataothers {
  float: left;
  font-weight: normal;
}

.postmetadatacomments {
  padding: 0 0 0 15px;
  background-image: url(images/backgrounds/comment.png);
  background-position: left;
  background-repeat: no-repeat;
  color: #333;
  text-decoration: none;
}

#content p a {
  color:#FF8000;
  text-decoration: none;
}

#content p a:hover {
  color: #FFB200;
  /*border-bottom: 1px dotted #000;  */
}

#content .article_menu a:hover {
  color: #000;
  background-image: url(images/backgrounds/comment_hover.png);
}

#content ul {
  margin: 0 0 0 15px;
  padding: 0;
  /* border-top: 1px solid #f6f6f6; */
}

#content li {
  margin: 5px 0 5px 20px;
  /* border-bottom: 1px solid #f6f6f6; */
  padding: 0 0 5px 5px;
  list-style: circle;
  /* background-image: url(images/backgrounds/arrow.png); */
  background-position: top left;
  background-repeat: no-repeat;
  color: #777;
}

#content blockquote {
  background-color: #f6f6f6;
  margin: 4px;
  padding: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#content blockquote p {
  margin: 0;
  padding: 0 10px 0 10px;
}

#comments {
  color: #000;
  font-size: 14px;
}

#content ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content ol.commentlist li {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px;
  background: #fcfcfc;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}

#content ol.commentlist li.alt {
  background: #f6f6f6;
}

.comnum {
  float: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 25px;
  color: #ccc;
}

input, textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #777;
}

#footer {
  background-color: #eee;
  border-top: 2px solid #ccc;
  padding: 10px;
  text-align: center;
}

textarea {
  width: 280px;
}

a {
  color:#FF8000;
  text-decoration: none;
}

a:hover {
  color: #FFB200;
  text-decoration: none;
}

.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.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;
}

.clear {
  display: block;
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
}