/*  
Theme Name: New World Order
Theme URI: http://zubatov.com/
Description: My personal theme
*/

@media screen {

  body {
    padding: 0;
    margin: 0;
    background: navy;
  }
  
  #print-header {
    display: none;
    }
  
  #title-extra {
    position: absolute;
    left: 0;
    top: 154px;
    width: 100%;
    height: 26px;
    background: blue;
  }
  
  #title-area {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background: white;
    height: 26px;
    background: yellow;
  }
  
  .title-frame {
    float: left;
    width: 655px;
    height: 26px;
    overflow: hidden;
  }
  
  #title {
    padding-left: 15px;
    padding-right: 15px;
    height: 26px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    color: navy;
  }
  
  #searchform {
    float: right;
    width: 125px;
    height: 26px;
    margin: 0;
    padding: 0;
  }
   
  #searchtext {
    width: 100px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 15px;
  }
  
  #searchsubmit {
    margin: 0;
    padding: 0;
    vertical-align: middle;
  }

  #canvas {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    overflow: hidden;
    background: white;
  }  

  #header {
    width: 100%;
    height: 180px;
    background: black url("images/banner.jpg") no-repeat;
  }
  
  #header a {
    display: block;
    width: 100%;
    height: 154px;
  }
  
  #sidebar {
    float: left;
    width: 199px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
    
  #content {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: solid navy 1px;
  }
  
  #content.narrow {
    width: 400px;
    border-right: solid navy 1px;
  }
  
  #content.wide {
    width: 600px;
  }
  
  #newsbar {
    float: left;
    width: 199px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .frame {
    position: relative;
    left: 10px;
    top: 0;
    overflow: hidden;
  }
  
  #sidebar .frame {
    width: 179px;
  }
  
  #content.narrow .frame {
    width: 380px;
  }
  
  #content.wide .frame {
    width: 580px;
  }
  
  #newsbar .frame {
    width: 179px;
  }

  .block-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    text-decoration: underline;
  }

  ul.block {
    margin: 0;
    padding: 0;
  }
  
  ul.block ul {
    margin: 0;
    margin-left: 10px;
    padding: 0;
  }
  
  ul.block li {
    list-style: none;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
    font-weight: bold;
    font-size: 15px;
  }

  #next-link, #prev-link {
    clear: both;
    background: silver;
  }
  
  #next-link a {
    display: block;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
  }
  
  #prev-link a {
    display: block;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
  }
  
  .comments-link {
    float: left;
    clear: left;
    width: 250px;
  }
  
  .trackback-url {
    float: right;
  }
  
  .instr {
    float: right;
    color: maroon;
  }
  
  #respond form {
    margin: 0;
    padding: 0;
  }
  
  #author, #email, #url {
    margin: 0;
    padding: 0;
    width: 200px; 
  }
  
  #comment {
    margin: 0;
    padding: 0;
    width: 575px;
    height: 15em;
    overflow: auto;
  }
  
  .action-icons {
    float: left;
  }

  .more {
    letter-spacing: 2px;
    word-spacing: 7px;
    font-style: italic;
  }
 
  .page-list {
    float:right;
    letter-spacing: 1px;
    word-spacing: 5px;
  }

  .page-title {
    font-weight: bold;
  }

  .delim {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: solid navy 1px;
  }

  #footer {
    clear: both;
  }

  a:link, a:visited {
    color: maroon;
  }

  a:hover, a:active {
    color: olive;
  }

  .text a:link, .text a:visited, #newsbar a:link, #newsbar a:visited {
    color: blue;
  }

  .text a:hover, .text a:active, #newsbar a:hover, #newsbar a:active {
    color: red;
  }

}

@media print {

  #title-extra, #header, #sidebar, #newsbar, #next-link, #prev-link, .comments-link,
  #respond, .action-icons, .more, .page-list, .comments-title img, #footer {
    display:none
  }

  #print-header {
    text-align: center;
  }

  #print-header img {
    float: left;
   }

  #print-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  
  #print-url {
    font-size: 30px;
    font-stretch: wider;
    font-weight: bold;   
  }

  .print-delim {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: solid black 1px;
  }

  a {
    color: black;
  }

}

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}  

#canvas {
  font-size: 10pt;
  background: white;
}  

a {
  text-decoration: none;
}

a img {
  border: none;
}

h1 {
  text-align: center;
}

.post h1 {
  clear: both;
}

h5 {
  font-size: 100%;
  font-style: italic;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text p, .text li {
  text-align: justify;
}

div.note {
  margin: 0.7em 0;
  border: double;
  padding: 0 1.5em;
  font-size: 80%;
}

span.note {
  font-style: italic;
}

blockquote, span.quote, q {
  font-style: italic;
}

blockquote em, span.quote em, q em {
  text-decoration: underline;
}

blockquote span.note, span.quote span.note, q span.note {
  font-style: normal;
}

blockquote blockquote {
  font-style: normal;
  font-size: 80%;
}

blockquote blockquote em {
  text-decoration: none;
}

div.epigraph {
  margin-left: 50%;
  font-style: italic;
  font-size: 80%;
}

p.source {
  text-align: right;
  font-weight: bold;
}

.above-post {
  margin-top: 0;
  margin-bottom: 10px;
}

.under-post {
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text {
  clear: both;
}

.comment-number {
  float: right;
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid navy 1px;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}

.comments-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
  
.warning {
  color: red;
}

.date-time {
  float: left;
  font-style: oblique;
  font-variant: small-caps;
  font-weight: bold;
  color: gray;
}

.author {
  float: right;
  font-style: oblique;
  font-variant: small-caps;
  font-weight: bold;
}

.cat-title {
  float: right;
  font-weight: bold;
}

.cat-list {
  float: right;
  margin-left: 10px;
}

.error {
  font-size: 30px;
  font-weight: bold;
}
