
/*
Theme Name: Aftertaste
Theme URI: http://www.ochocuartos.com/monterrey/
Description: Easy to on the eyes, two column layout.
Version: 0.666
Author: Sosa
Author URI: http://nolimit-studio.com
*/

/*
* dog.gif from http://flickr.com/photos/monkeyc/131215496/
* luuna.jpg from http://flickr.com/photos/bookenligne/123821867/
* (license CC by-nc-sa)
*
*/

*{
margin:0;
padding:0;
}

html{
height:100%;
}

body{
font-family:verdana,helvetica,arial,sans-serif;
font-size:76%;
text-align:center;
height:100%;
}

p,blockquote{
margin-bottom:1em;
}

blockquote{
padding:15px;
margin:15px;
font-style: italic;
}

#container{
width:700px;
margin:0 auto;
text-align:left;
position:relative;
min-height:100%;
}

#header{
height:100px;
position:relative;
}

#header h1 a{
text-indent:-5000px;
position:absolute;
width:356px;
height:60px;
right:0;
top:80px;
}

#header .description{
text-align:center;
padding:0 12px;
position:absolute;
width:332px;
height:60px;
right:0;
top:140px;
}

#navigation{
height:30px;
line-height:30px;
padding-left:24px;
}

#navigation ul{
list-style-type:none;
}

#navigation ul li{
display:block;
float:left;
}

#navigation ul li a{
display:block;
float:left;
line-height:30px;
padding:0 10px;
}

#entries{
padding:20px;
margin:15px;
margin-right:236px;
}

.entry{
margin-bottom:25px;
padding-bottom:25px;
position:relative;
font: 14px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.entry p{
 margin-bottom: 20px;
}
.entry h2{
font-size:200%;
font-weight:normal;
margin-right:75px;
padding-left:24px;
}

.entry .posted{
margin-bottom:3px;
color: Red;
}

.entry .body{
padding:5px;
}

.entry .comments{
padding:3px 0;
}

.aside{
padding:10px;
padding-left:30px;
margin:10px;
margin-left:0;
}

#sidebar{
position:absolute;
top:175px;
right:25px;
width:177px;
}

#sidebar .section, #sidebar ul{
margin-bottom:15px;
}

#sidebar .section{
font: 12px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar li{
list-style-type:none;
}

#sidebar ul li a{
display:block;
padding:0.125em 12px;
}

#sidebar ul li a:hover{
background:#e6eada;
}

#footer{
padding:25px;
border-top:1px solid #eee;
}
.postmetadata{
 text-align: right;
}
/*
* Comments
*/

#comments{
padding-top:50px;
}

#comments h3{
margin-bottom:15px;
}


#comments .comment{
position:relative;
min-height:75px;
margin-bottom:10px;
}

#comments .comment .posted{
padding:10px;
}

#comments .comment .posted .author{
display:block;
}

#comments .comment .body{
padding:10px;
}


/****************************************************************/

/*
* Colors!!
*/

body{
color:#444;
background:#666;
}

blockquote{
background:#f9f9ff;
}

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

a:hover{
color:#e00;
}

strong{
color:#000;
}

em{
background:#fffff6;
}

#container{
background:transparent;
}

#header{
background:#333;
}

#header h1{
color:#fff;
}

#header .description{
color:#fff;
}

#navigation{
background:#111;
}

#navigation a{
color:#e6dbd3;
}

#navigation a:hover{
background:#670;
color:#fff;
}

#navigation .current a{
color:#069;
cursor:default;
}

#entries{
border-right:1px dotted #bcb;
}

.entry{
border-bottom:1px solid #adf;
}

.entry h2{
border-bottom:1px dotted #eee;
}

.entry h2 a{
color:#069;
}

.entry .posted{
font-size:85%;
color:#999;
}
.entry .posted a{
 color: #966;
}


.aside{
background:#fff6cf url("/aftertaste/images/mt/aside_bg.gif") repeat-y ;
}

#comments h3{
color:#036;
}

#comments .even{
background:#efc;
}

#comments .odd{
background:#feffec;
}

/**
* feedicon
*/
.feedicon {
width: 20px;
height: 20px;
}


#navigation .feedicon {
background: url("/aftertaste/images/mt/feedicon.gif") no-repeat;
display: block;
display: inline; /* IE */
float: right;
margin: -24px 10px 0 0;
}

/*
* images
*/



body{
background-image:url('/aftertaste/images/mt/body_bg.gif');
background-repeat:repeat-y;
background-position:center;
}

#header{
background-image:url('/aftertaste/images/mt/header-blog.png');
background-repeat:no-repeat;
background-position:center;
}

#navigation{
background:url(/aftertaste/images/mt/nav_bg.gif) repeat-x;
}

#navigation a:hover{
background:url(/aftertaste/images/mt/nav_bg.gif) repeat-x -40px;
}

#navigation .current a{
background:url(/aftertaste/images/mt/nav_bg.gif) repeat-x bottom;
}

.entry h2{
background:url(/aftertaste/images/mt/fork_icon.gif) no-repeat center left;
}

#comments .comment{
background-image:url('/aftertaste/images/mt/comment_bg.gif');
background-repeat:no-repeat;
background-position:top left;
}

.archive-list li{
  margin-left: 30px;
  list-style: none;
}

h2.archive-header{
 margin-top: 20px;
 margin-left: 14px;
}


