/*  
Theme Name: mdc
Description: miradas' theme
Version: 2.0
Date: spring 2010
Author: miradas.net
*/


/* HTML Elements */
* {
    margin:0;
    padding:0;
}

body {
    font: 100% Arial, Helvetica;
    background: #fff;
    color: #000;
}

p { 
    margin: 15px 0;
}

a {
    outline: none;
}
a:link, a:visited {
    color: #3c78a7;
    text-decoration: none
}
a:hover {
    color: #3c78a7;
    text-decoration: underline;
}
a img {
    border:0;
}

/* Structure */
#header {
    margin: 0 auto;
	font-size: 0.7em;
	background: #ffffcc;
    z-index: 99;
    border-bottom: 1px solid #666;
}
#hd-ext {
    width: 920px;
    position: relative;
    margin: auto;
}
#hd-cont {
    position: relative;
    padding-top: 20px;
    margin: 0 auto;
    width: 920px;
}
#cont {
    margin: auto;
    height: 99%;
    background: #fff;
    width: 960px;
}
#page {
    width: 920px;
    margin: 20px auto;
    padding: 0;
    font-size: 0.7em;
}

/* header */
#logo {
    position: relative;
    width: 499px;
    padding-top: 10px;
    font-size: 42px;
    letter-spacing: 6px;
    font-weight: bold;
    color: #111;
}
#logo span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    letter-spacing: 0;
    color: #444;
    font-variant: small-caps;
}
#header .issue {
    position: absolute;
    right: 0;
}
#hd-ext .issue {
    width: auto;
    background-color: #6699cc;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    color: #fff;
    padding: 2px 10px 10px;
    line-height: 21px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
#hd-ext .issue em {
    display: block;
    margin-top: 5px;
    font-size: 22px;
    font-style: normal;
}
     

/* Navigation Bar*/
#navbar {
    margin: 15px auto 0;
    padding: 0;
    height: auto;
    text-transform: lowercase;
    font-size: 14px;
}
#page-bar {
    width:100%;
}
#page-bar ul {
    list-style: none;
}
#page-bar li {
    margin-bottom: -1px;
    float: left;
    list-style: none;
    line-height: 22px;
    cursor: pointer;
}

.current-cat, .current-cat-parent {
    border: 1px solid;
    border-bottom: none;
    background-color: #fff;
}

#page-bar:hover {
    border-bottom-color: #6699cc;
}
#page-bar a, #page-bar a:visited {
    margin: 0;
    padding: 3px 8px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
}
#page-bar .current-cat a,
#page-bar .current-cat-parent a {
    color: #333;
}
#page-bar a:hover {
    color: #6699cc;
}
#page-bar li.ext {
   float: right;
   font-size: 12px;
}
#page-bar li.ext a {
    color: #234567;
}
#page-bar li.ext:hover,
#page-bar li.ext a:hover {
    color: #fff;
    background-color: #234567;
}
#page-bar li.lcdc a {
    color: #cc3399;
}
#page-bar li.lcdc:hover,
#page-bar li.lcdc a:hover {
    color: #fff;
    background-color: #cc3399;
}
* html #page-bar a:hover { /* ie 6 */
    color: #6699cc;
}
/* */


/* Text */

h1 {
    font:3.5em Arial;
    font-weight:bold;
}

h2 {
    font: 18px Arial, Helvetica, sans-serif;
}

h3 {
    font: 16px Arial;
    margin-bottom: 3px;
    font-weight: bold;
}

h4 {
    font:1.0em Arial;
}

h3.cat_title, h3.cat_title a {
    color:#333;
    letter-spacing:-0.05em;
    font-size:0.85em;
}

h3.authors {
    margin-top:15px;
}


/* Content Page*/

#content {
    padding: 0;
    font-size: 1.05em;
    line-height: 1.75em;
    float: left;
    min-height: 400px;
    z-index: 2;
}
.normal, .srpp {
    width: 600px;
    border-right: 1px dotted #bbb;
}
.idx {
    width: 920px;
    border: none;
}
.normal .post, .srpp .post {
    width: 583px;
}

.post-hd {
    position: relative;
    max-height: 225px;
    margin-bottom: 35px;
}
.idx .post-hd {
    margin-bottom: 4px;
}
.normal .post-hd .text {
    margin-left: 170px;
}
.normal .post-hd .cover {
    float: left;
    max-width: 160px;
    max-height: 225px;
    min-width: 160px;
    min-height: 225px;
}
.post-hd #title {
    font: bold 28px "Arial Narrow", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;
    padding: 0;
}
#title .details {
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
}

.post-hd #byline {
    margin-top: 0;
    padding-left: 1px;
    font: 12px Arial, Helvetica, sans-serif;
    display: block;
    letter-spacing: 1px;
}
#byline a {
    color: #000;
    text-decoration: none;
}
#byline a:hover {
    border: none;
    background-color: #AABFD4;
}
.normal #tools {
    position: absolute;
    bottom: 0;
}
.srpp #tools {
    margin-top: 10px;
}
.idx #tools {
    float: right;
    margin-right: 76px;
}
a.pre-comments {
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: #999;
    background: url('images/icons/comments.png') no-repeat;
}
a.pre-comments:hover {
    text-decoration: none;
    color: #333;
}
.addthis_toolbox {
    float: left;
    margin-left: 4px;
}


/* Post */
.post h1, .post h2, .post h3, .post h4 {
    font: bold 18px Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    color: #222;
}
.post h1 {
    margin-bottom: 15px;
}
.post h2 {
    font-size: 14px;
}
.post h3 {
    font-size: 14px;
    font-style: italic;
}
.post h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    background-color: #6699cc;
    color: #efefef;
    padding-left: 1px;
    font-weight: normal;
}
.post small {
    font-size: 14px;
    font-weight: normal;
}
.post h2, .post h3, .post h4, .post p {
    clear: both;
}

.post p {
    margin: 0;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: justify;
    text-indent: 15px;
    line-height: 1.5em;
}
.post p.prep:first-letter {
    text-transform: uppercase;
    color: #6699cc;
    font-weight: bold;
    font-size: 330%;
    float: left;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 5px;
    line-height: normal;
    margin: 0;
}
*:first-child+html .post p.prep:first-letter { /* ie hack */
    margin-top: 0;
    padding-bottom: 0;
}
* html .post p.prep:first-letter {
    
}
.post p.prep:first-line {
    text-transform: uppercase;
}
.post p.pnum:first-line {
    text-transform: none;
}
.post p.prep, .post p.no-indent, 
.post p.img, .post p.a, .post p.q,
.post p.footnote {
    text-indent: 0;
}

.post .video, .post p.center-text {
    text-align: center;
}
.post .youtube {
    display: block;
    text-align: center;
    text-indent: 0;
}

.post p.q {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}
.post p.a {

}

.post p.quote {
    text-indent: 0px;
    text-align: right;
    font: 13px Georgia, "Times New Roman", Times, serif;
}

.post p.sign {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    text-align: right;
    border-bottom: 1px dotted #666;
    margin-bottom: 30px;
}

.post p.footnote {
    font-size: 11px;
    line-height: normal;
    margin-bottom: 8px;
}

.post .intro {
    text-indent: 0;
    font-size: 12px;
    border: 2px solid #6699cc;
    padding: 4px;
}
.post .intro .intro-ex {
    display: block;
    margin-top: 6px;
    font-style: italic;
}

.post ul, .post ol, #front-list ul, #front-list ol {
    margin-bottom:15px;
    font-size: 14px;
    text-align: justify;
}

.post ul li, #front-list ul li {    
    list-style:square;
    margin-left:30px;
}

.post ol li, #front-list ol li {    
    list-style:decimal;
    margin-left:30px;
}

.post ol li ul li, #front-list ol li ul li {    
    list-style:square;
    margin-left:20px;
}

.post .guide li {
    margin: 0 0 15px 0;
    list-style-position: inside;
}

.post hr {
    margin-bottom: 5px;
}

.post .ads {
    margin-top: 10px;
}

.entry {
    position: relative;
}
.entry img, .entry a img {
    border: 1px solid #ccc;
    padding: 3px;
}
.entry img {
    float: left;
    margin-bottom: 15px;
    width: 572px;
}

img.cover-right {
    float: right;
    margin-left: 2px;
}
img.cover-left {
    float: left;
    margin-right: 2px;
}

.entry img.cover-right,
.entry img.cover-left {
    margin-bottom: 0;
    padding: 1px;
    width: auto;
}
/* */


/* disqus */
#comments #disqus_thread {
  margin-top: 10px;
  margin-bottom: 10px;
}
#dsq-content h3 {
  font-size: 18px;
  font-style: normal; 
  color: #6699cc; 
}
#dsq-comments-title h3 {
  margin-bottom: 15px;
}
#dsq-new-post h3 {

}
#dsq-content .dsq-even {
  
}
#dsq-content .dsq-odd {
  
}
#dsq-content #dsq-comments .dsq-header-avatar .dsq-drop-profile {
  width: inherit;
}
#dsq-content .dsq-comment-message {
  max-height: 100px;
  overflow-y: auto;
}
#dsq-content #dsq-new-post {
  margin-bottom: 30px;
}
#dsq-content #form-message {
  background: #fff;
}
#dsq-content .dsq-login-buttons {
  margin-bottom: 0;
  padding-bottom: 5px;
  background: none;
}
#dsq-content .dsq-subscribe {
  
}
#dsq-content .dsq-sharing-options button.dsq-button-small {
  padding: 4px 7px;
}
#dsq-content button.dsq-button {
  margin-top: 3px;
  padding: 3px 8px;
}
#dsq-content .dsq-item-trackback {
  margin-top: 10px;
  font-size: 9px;
  text-transform: uppercase;
}
#dsq-content .dsq-trackback-url {
  border: 1px dotted #ccc;
  width: 481px;
  font-size: 9px;
  cursor: pointer;
}
.dsq-brlink {
  color: #777777;
  text-align: right;
}
.dsq-options,
.dsq-brlink,
.dsq-dc-logo {
	display: none;
}


/* Common elements */

/* articles lists */

.items .title {
    font: bold 16px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.items .item-el {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 2px;
    /*filter: alpha(opacity=75);
    opacity: .75;*/
}

.items .item-el:hover {
    /*filter: alpha(opacity=100);
    opacity: 1*/
}

.items .spoiler {
    display: block;
    margin-top:3px;
}

.items p {
    margin: 0px;
    padding: 0px;
    text-align: justify;
}

.items img {
    margin: 0 5px 2px 0;
    padding: 2px;
}

.items .meta {
    font-size: 11px;
    color:#333;
    text-align: left;
}

.meta a {
    color:#333;
}

/* lists w/o covers */

/* TODO!!!!!!! */

ul.list {
    margin: 0 0 5px 0;
    padding: 0;
}

ul.list li {
    list-style: square outside;
    border-bottom: 1px dotted #fff;
    color: #AABFD4;
    margin-left: 15px;
    margin-bottom: 4px;
    padding: 2px;
}
ul.list li:hover {
    list-style: none inside;
    margin-left: 0;
    padding-right: 15px;
    background-color: #AABFD4;
    border-color: #AABFD4;
}
ul.list li a {
    display: block;
    color: #555;
}
ul.list li a:hover {
    color: #fff;
    text-decoration: none;
}

.covers ul.list li span {
    display: none;
}
.nocovers ul.list li img {
    display: none;
}



/* Contents */

#idx h1 {
    margin: 18px 0 5px 0;
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #6699cc;
    letter-spacing: 3px;
}
#idx p {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: justify;
    border: none;
    text-indent: 0;
    
}
#idx br {
    display: none;
}
#idx img {
    border: none;
    margin: 0;
    padding: 0 2px 2px 0;
    width: auto;
}
#idx .last img {

}
#idx .title {
    margin: 0;
    font: bold 16px "Arial Narrow", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
#idx .author {
    padding-left: 10px;
    font-weight: normal;
}
#idx .excerpt {
    display: none;
}

#idx .list {
    clear: both;
}
#idx .list .author {
    display: block;
    padding-left: 0;
    margin-bottom: 5px;
    font-size: 11px;
}
#idx .list .excerpt {
    display: block;
    margin-bottom: 15px;
}
/* */


/* Archives: categories, tags, authors */ 

#archive {
    float: left;
    font-size: 12px;
}
#archive h1 {
    font-size: 16px;
    margin-bottom: 10px;
}

#archive .cat {
    width: 750px;
}
#archive .cat-menu,
#archive .author {
    width: 570px;
}
#archive .tag { 
}
#archive .author {
}

#archive .col1,
#archive .col2,
#archive .col3,
#archive .col4 {
    margin-bottom: 20px;
    margin-right: 1.3%;
    width: 24%;
    height: 100px;
    overflow: hidden; 
}

#archive .col1 {
    float: left;
}
#archive .col2 {
    float: left;
}
#archive .col3 {
    float: left;
}
#archive .col4 {
    float: right;
    margin-right: 0;
}

#archive .reviews .title {
    font-size: 12px;
}
#archive .reviews a {
    text-decoration: none;
}
/* */


/* widgets */

#sidebar #topcine {
    position: relative;
    height: 140px;
    background-color: #ffffcc;
    border: 1px solid #6699cc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#topcine .blk {
    position: absolute;
    width: 288px;
    padding: 0 5px;
}
#topcine .bottom-term-link {
    display: none;
}
#topcine .menu {
    bottom: 5px;
}
#topcine .menu a {
    float: left;
    margin-right: 8px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
#topcine .menu a.ext {
    float: right;
    margin: 0;
    font-size: 11px;
    font-style: italic;
    text-transform: lowercase;
    color: #999;
}

/* */

/* tags */

#tags {
    text-align: center;
    font-variant: small-caps;
}
#tags a {
    padding: 4px;
    /*border: 1px dotted #6699cc;*/
    color: #555;
    text-decoration: none;
}
#tags a:hover {
    background: #aabfd4;
    border-color: #ffffff;
    color: #efefef;
}
/* */


/* tooltips */

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #333;
    background-color: #ffffcc;
    padding: 2px;
    opacity: 0.75;
    filter: alpha(opacity=75);
    margin: 0;
    width: 230px;
}
#tooltip h3 {
    margin: 0;
    font-size: 12px;
}

#tooltip .body {
    margin: 0;
    font-size: 11px;
    font-style: italic;
}
/* */


/* links */

.email {
    font-size: 14px;
}
a.ext-link {
    background: transparent url(http://www.miradas.net/mdc/resources/icons/ext-link-blue.gif) no-repeat scroll right 0;
    padding-right: 14px;
}
a.cc-link {
    /*background: transparent url(http://mdc.miradas.net/resources/cc12.gif) no-repeat scroll right 0;
    padding-right: 14px;*/
}
a.feed-link {
    background: transparent url(http://www.miradas.net/mdc/resources/icons/feed.png) no-repeat scroll right 0;
    padding-right: 14px;
}

a.facebook-link {
    background: transparent url(http://www.miradas.net/mdc/resources/icons/facebook.png) no-repeat scroll right 0;
    padding-right: 14px;
}

a.twitter-link {
    background: transparent url(http://www.miradas.net/mdc/resources/icons/twitter.png) no-repeat scroll right 0;
    padding-right: 14px;
}
a.power-link {
  display: block;
  width: 99%;
  padding-bottom: 2px; 
  border-bottom: 1px dotted #6699cc; font-size: 18px; 
}
/* */


/* misc */

acronym, abbr {
    cursor: help;
    border-bottom: 1px dashed #999;
}

blockquote {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #eee;
    font:1.0em Arial;
    line-height:1.5em;
    margin:10px 0px;
}

select {
    width: 130px;
}
.left, .alignleft {
    float: left;
}

.right, .alignright {
    float: right;
}
.scrolling {
    height: 120px;
    overflow-y: auto;
    padding-right: 2px;
}
.no-margin {
    margin: 0;
}
.mdc {
    font-weight: bold;
    text-transform: lowercase;
}
.term-link {
    margin: 0;
    text-align: left;
}
.term-link a {
    padding: 0;
    font-size: 12px;
    font-style: italic;
    border-bottom: 1px dotted #666;
    color: #666;
}
.term-link a:hover {
    text-decoration: none;
    border-color: transparent;
}

/* */


/* votes */ 

#votes h1 {
    margin-top: 30px;
    margin-bottom: 2px;
    padding: 0;
    height: auto;
    border: none;
    font: normal 19px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: none;
    color: #6699cc;
}
#votes h1 small {
    font-size: 12px;
        text-transform: lowercase;
        color: #6699bb;
}
#votes small a {
        background: transparent url(http://www.miradas.net/mdc/resources/icons/ext-link-blue.gif) no-repeat scroll right 0;
        padding-right: 14px;
        text-decoration: none;
        color: #6699bb;
}
#votes p {
    background: url(images/votes_fav.gif) no-repeat;
        margin: 0px;
    padding-top: 14px;
    text-indent: 0;
    font: 11px Arial, Helvetica, sans-serif;
}

#votes ul {
    background: url(images/votes_fav.gif) no-repeat;
    margin-bottom: 5px;
    margin-top: 8px;
    padding-top: 16px;
}
#votes li {
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 2px;
    padding-left: 0;
    font: 11px Arial, Helvetica, sans-serif;
}

#votes div {
	margin-top: 30px;
}
#votes div h1 {
	margin-top: 0;
}
#votes div:target, #votes div:hover {
	padding: 4px;
	background: #CCE6FF;
	/*background: #FFEEAA;*/
}
#votes div:target p, #votes div:target li,
#votes div:hover p, #votes div:hover li{
	font-size: 14px;
}

#votes .overrated {
    margin-top: 5px;
    background: url(images/votes_overrated.gif) no-repeat;
}

#votes .others {
    margin-top: 10px;
    background: url(images/votes_others.gif) no-repeat;
}

#votes #intro p {
    padding-top: 0px;
    font-size: 11px;
    color: #505050;
}
/* */


/* adv */

#adv-hd {
    margin-right: 20px;
}
#adv-sb {
    margin-bottom: 10px;
    float: left;
    background-repeat: no-repeat;
    background-position: top;
}
iframe {
    margin: 0;
    padding: 0;
    border: none;
}
iframe body {
    margin: 0;
}

/* */


/* Footer */

#footer {
    position: relative;
    z-index: 99;
    margin: 0 auto;
    width: 920px;
    font-size: 11px;
    padding: 10px 0;
    border-top: 1px dotted #000;
}
#footer p {
    margin: 0;
}
#footer .footer-logo {
    background: transparent url(http://www.miradas.net/mdc/resources/ft.gif) no-repeat scroll 0 0;
    height: 20px;
    line-height: 30px;
    margin-bottom: 6px;
    padding-left: 155px;
}
#footer .icons a {
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    padding: 0;
}
#footer .icons a:hover {
    text-decoration: none;
}
#footer .icons a.feed-link {
    background-image: url('images/icons/rss.png');
}
#footer .icons a.facebook-link {
    background-image: url('images/icons/facebook2.png');
}
#footer .icons a.twitter-link {
    background-image: url('images/icons/twitter2.png');
}


/* Float Properties*/

.clearfloat:after {
    content:".";
    display: block;
    height:0;
    clear: both;
    visibility:hidden;
}

.clearfloat {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfloat {
    height: 1%;
}

*+html .clearfloat {
    height: 1%;
}

.clearfloat {
    display: block;
}

.contfixed {
    position: fixed;
}


/* page navigation */
.navigation {
  margin-top: 20px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
  padding: 2px 4px 2px 4px; 
  margin: 2px;
  text-decoration: none;
  border: 1px solid #3c78a7;
  color: #3c78a7;
}
.wp-pagenavi a:visited {
  padding: 2px 4px 2px 4px; 
  margin: 2px;
  text-decoration: none;
  border: 1px solid #3c78a7;
  color: #3c78a7;
}
.wp-pagenavi a:hover {  
  border: 1px solid #303030;
  color: #303030;
}
.wp-pagenavi a:active {
  padding: 2px 4px 2px 4px; 
  margin: 2px;
  text-decoration: none;
  border: 1px solid #3c78a7;
  color: #3c78a7;
}
.wp-pagenavi span.pages {
  padding: 2px 4px 2px 4px; 
  margin: 2px 2px 2px 2px;
  color: #303030;
  border: 1px solid #303030;
}
.wp-pagenavi span.current {
  padding: 2px 4px 2px 4px; 
  margin: 2px;
  font-weight: bold;
  border: 1px solid #303030;
  color: #303030;
}
.wp-pagenavi span.extend {
  padding: 2px 4px 2px 4px; 
  margin: 2px;  
  border: 1px solid #303030;
  color: #303030;
}
/* */

