/*
Theme Name: AleSubBlog
Theme URI: http://www.alesubliminal.com.ar/
Description: Theme hecho de la manera mas piola posible
Author: Alejandro Medina
Author URI: http://www.alesubliminal.com.ar/
Tags: blue, custom header, fixed width, two columns, widgets

	AleSub 1.0
	 http://www.alesubliminal.com.ar/

*/

* {
    margin: 0;
    padding: 0;
}

/* Begin Typography and Colors */
body {
	font-family: trebuchet MS,'Lucida Grande',Verdana,Arial,Sans-Serif;
	background: #969593;
	color: #aaa;
	text-align: center;
    font-size:12px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
    margin: 10px;
}

img.wp-smiley {
    margin: 0;
}

.hidden {
    display: none;
}

#page {
    width:1000px;
    margin: auto;
    overflow: hidden;
}


/******************************************** header ***********************************************/
#header {
    background:url("img/bck-bottom.jpg") no-repeat scroll center bottom transparent;
    margin-bottom:20px;
    padding-bottom:22px;
}

#header .headerimg {
    background: url(img/bck.jpg) repeat-y bottom center;
    padding-top: 10px;
}

#header .headerimg h1 a {
    background-image: url(img/header.jpg);
    display: block;
    height: 76px;
    margin: auto;
    text-indent: -9999px;
    width: 525px;
}

#header .headerimg .description {
    letter-spacing:12px;
}

/* Root = Horizontal, Secondary = Vertical */

ul#menu {
  border-bottom:2px solid #FFFFFF;
    height:20px;
    list-style:none outside none;
    margin:30px 10px 0;
    padding:0 20px 5px;
  /*  width: 500px;*/ /*For KHTML*/
}
       
ul#menu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 20px;
}

ul#menu li{
  padding-bottom:5px;
}

ul#menu li:hover{
  background:#ddd;
}

ul#menu  ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 25px;
  left: 10px;
  background: #eee;
  border: none;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter:alpha(opacity=80);
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
       
ul#menu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}
       
/* Root Menu */
ul#menu a {
  padding: 5px 15px 5px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #888;
  text-decoration: none;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  /*  border-right:1px solid #818181;*/
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
  color: #333;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  float: none;
  border:none;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
  background:#ddd;
  color: #000;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  background:#ddd;
  color: #FFF;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
  background:#ddd;
  color: #666;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}

ul#menu .selected{
  color: #fff;
}

/******************************************** content ***********************************************/
#content h2 {
    font-family:Lucida Grande;
    font-size:29px;
    padding:20px 0 15px;
}

.content-top {
    background:url("img/bck-top.jpg") no-repeat scroll center bottom transparent;
    height:26px;
    width:1000px;
}

.content-bottom {
    background:url("img/bck-bottom.jpg") no-repeat scroll center bottom transparent;
    height:23px;
    width:1000px;
}

#content {
    background:url("img/bck.jpg") repeat-y scroll center bottom transparent;
    overflow:hidden;
    padding:0 30px;
    text-align:left;
    width:940px;
}

#content .main {
    float:left;
    width:600px;
}

#content .post {
    background:url("img/sep.jpg") no-repeat scroll center bottom transparent;
    padding-bottom:30px;
}

#content .post .post_title{
    display: block;
    overflow: hidden;
}

#content .post h3{
    font-size:18px;
}

#content .post .entry {
    margin: 10px 0;
}

#content .post .entry p {
    margin: 5px 0;
}

#content h2.pagetitle {
    margin-bottom: 10px;
}

#content .navigation {
    height:30px;
    width:490px;
}

#content .navigation .alignleft {
    float: left;
}

#content .navigation .alignright {
    float: right;
}

#content .subscription {
    margin-top: 10px;
}

#content .subscription p {
    margin-bottom: 10px;
}

#content.widecolumn {
    width: 710px;
}

#content .post .entry p.postmetadata.alt {
    margin-top : 10px;
}

/************************ comments *********************/
ol.commentlist {
    margin-left:20px;
}

ol.commentlist li {
    margin-bottom: 10px;
}

ol.commentlist img {
    margin: 0;
}

.comment-meta.commentmetadata {
    margin: 10px 0;
}

.comment-author cite.fn, .comment-author span.says {
    vertical-align:super;
}

#respond h3 {
    margin-bottom: 10px;
}

#respond textarea {
    margin: 10px 0;
    width:580px;
}

/******************************************** tuiter ***********************************************/
#twitter-tools h2.widgettitle {
    background:url("img/logo_tuiter.jpg") no-repeat scroll 0 0 transparent;
height:108px;
text-indent:-9999px;
width:320px;
}

/******************************************** sidebar ***********************************************/
#sidebar {
    float:left;
    margin:0 5px;
    width:330px;
}

#sidebar li {
    list-style: none;
}

#sidebar ul li {
    margin-bottom:30px
}

#sidebar form#searchform input#s {
    width:220px;
}

#sidebar li.categories {
    margin-left: 10px;
}

#sidebar li.categories h2 {
    background-image: url(img/sections.jpg);
    display: block;
    text-indent: -9999px;
    width: 126px;
    height: 27px;
    margin: auto;
}

#sidebar li.categories ul {
    text-align: left;
    margin-left: 7px;
    margin-top: 10px;
}

#sidebar li.categories ul li{
    list-style-image: url(img/arrow.jpg);
    list-style-position: outside;
    margin:0;
}

#sidebar li.lfm, #sidebar li.webhost {
    margin-top: 30px;
}

#sidebar li.webhost a {
    display:block;
    font-size:16px;
    margin-top:10px;
}

/******************************************** footer ***********************************************/
#footer {
    background:url("img/bck.jpg") repeat-y scroll center bottom transparent;
    padding:20px 0 50px;
    width:1000px;
}