/*
Theme Name: Fluther 2: The Reckoning
Description: Believe.
Version: 1.0
Author: David Cole
*/

/*------------
 Global Reset
------------*/

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 1em;
		font-family: inherit;
		vertical-align: baseline;
	}
	:focus {
		outline: 0;
	}
	body {
		line-height: 1;
		color: black;
		background: #122738 url(http://michelangelo.fluther.com/static/images/v2/wallpaper.png) top repeat-x;
		font-size: 87.5%;
		font-family: Georgia, Constantia, serif;
	}
	html>body {
		font-size: 14px;
	}
	ol, ul {
		list-style: none;
	}
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
	
/*-------------
 Shared Styles
-------------*/

	a:link,a:visited {
		text-decoration: none;
		color: #be3600;
	}
	a:hover {
		text-decoration: underline;
	}
	
	.left {
		float: left;
	}
	.right {
		float: right;
	}
	.clear {
		clear: both;
	}
	.prefilled {
    color: #6a6a6a;
	}
	
	h1 {
    color: #445d6d;
    font-family: "Rockwell", "American Typewriter", Georgia, serif;
    font-size: 2.57em;
    font-weight: bold;
	}
	h2 {
    color: #445d6d;
    font-family: "Rockwell", "American Typewriter", Georgia, serif;
    font-size: 1.71em;
	}
	h3 {
    color: #445d6d;
    font-family: "Rockwell", "American Typewriter", Georgia, serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
	}
	
	.amp {
		font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
		font-style: italic;
		font-size: 1.19em;
		line-height: .84em;
		position: relative;
		top: 1px;
	} /* Thanks, Dan Cederholm! */
	
	.caps {
		text-transform: uppercase;
		font-size: .875em;
		letter-spacing: 2px;
	}
	
	button.submit {
    border:1px solid #999;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    font-family: "Rockwell", "American Typewriter", georgia, serif;
    font-size:100%;
    line-height:130%;
    color:#214751;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    background-color: #d8e2e3;
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url(images/submit.png);
    background-position: left 0;
  }
  button.submit:hover {
    background-image: url(images/submit.png);
    background-position: left -30px;
  }
  
  button.submit:active {
    border:inset 1px #ccc;
    background-image: url(images/submit.png);
    background-position: left -60px;
  }

/*------
 Layout
------*/

  #container {
    width: 850px;
    margin: 0 auto;
    position: relative;
    padding-top: 74px;
  }
  
  #page {
    background: #fff url(images/page.gif) repeat-x top;
    padding: 34px 18px 18px 0;
    border-bottom: 10px solid #9acab3;
    text-shadow: 0 0 1px #fff;
  }
  
  .col {
    float: left;
    margin-left: 18px;
  }
    .one {
      width: 190px;
    }
    .two {
      width: 398px;
    }
    .three {
      width: 606px;
    }
    .four {
      width: 814px;
    }
  
/*------
 Header
------*/

  #backtofluther a {
    position: absolute;
    top: 0;
    left: 17px;
    width: 192px;
    padding: 47px 0 0 0;
    overflow: hidden;
    background: transparent url(/wp-content/uploads/2010/01/backtofluther.png) no-repeat top left;
    height: 0px !important;
    display: block;
  }
  #flag a {
    position: absolute;
    top: 0;
    right: 18px;
  	padding: 171px 0 0 0;
  	overflow: hidden;
  	background: transparent url(images/flag.gif) no-repeat top left;
  	height: 0px !important;
  	width: 190px;
  	display: block;
  }
  #intro {
    text-align: right;
    line-height: 1.3;
    padding-bottom: 2em;
  }
    #intro p {
      font-style: italic;
      color: #445d6d;
    }
  
/*------
 Single
------*/

  #single h1 {
    border-top: 3px solid #445d6d;
    padding: 10px 6px 0;
    width: 594px;
  }
  #single #single-meta {
    border-top: 3px solid #445d6d;
    padding: 16px 6px 0;
    color: #445d6d;
    font-family: "Rockwell", "American Typewriter", Georgia, serif;
    line-height: 1.28;
    width: 178px;
  }
    #single #single-meta span {
      display: block;
    }

  #single-body {
    font-size: 1.14em;
    padding: 0 6px;
  }
  #single-body em {
  	font-style: italic;
  }
  #single-body strong {
  	font-weight: bold;
  }
  #single-body p,#single-body blockquote {
  	line-height: 1.5;
  	margin: 1.35em 208px 1.35em 0;
  }
  #single-body ul,#single-body ol {
  	margin: 1.5em 2em;
  }
  	#single-body ol li {
  		list-style-type: decimal;
  	}
  	#single-body li {
  		margin: .75em 0;
  		line-height: 1.25;
  		list-style-type: circle;
  	}
  	#single-body ol ol,#single-body ul ul {
  		margin: .75em 2em;
  	}
  	#single-body li ol li {
  		list-style-type: lower-alpha;
  	}
  	#single-body li ul li {
  		list-style-type: disc;
  	}
  #single-body blockquote {
  	margin: 1.35em 2em;
  	font-style: italic;
  }
  #single-body table {
  	width: 100%;
  	margin: 1.5em;
  }
  	#single-body th, #single-body td {
  		padding: 7px;
  	}
  	#single-body th {
  		font-weight: bold;
  	}
  #single-body code {
  	font-family: 'andale mono', 'monotype.com', 'lucida console', monospace;
  	white-space: pre;
  	margin: 1.5em 2em;
  	display: block;
  	line-height: 1.5;
  	color: #5d7380;
  }
  #single-body img {
    border: 3px solid #ddebeb;
  }
  #single-body .alignleft {
  	margin: 1em 1em 1em 0;
  	float: left;
  }
  #single-body .alignright {
  	float: right;
  	margin: 1.5em 3px 1.5em 1.5em;
  }
    #single-body p .alignright {
  	  float: right;
  	  margin: 1.5em -202px 1.5em 1.5em;
    }
  
  /* Comments */
  
    #comment-count {
      border-top: 3px solid #5d7380;
      padding: 14px 6px 24px;
    }
  
    .comment-body {
      border-top: 1px solid #84A3B5;
      width: 386px;
      float: left;
      padding: 10px 6px 0;
    }
      .comment-body em {
  			font-style: italic;
  		}
  		.comment-body strong {
  			font-weight: bold;
  		}
  		.comment-body p,.comment-body blockquote {
  			line-height: 1.5;
  			margin: 0 0 1.35em;
  		}
  		.comment-body ul,.comment-body ol {
  			margin: 1.5em 2em;
  		}
  			.comment-body ol li {
  				list-style-type: decimal;
  			}
  			.comment-body li {
  				margin: .75em 0;
  				line-height: 1.25;
  				list-style-type: circle;
  			}
  			.comment-body ol ol,.comment-body ul ul {
  				margin: .75em 2em;
  			}
  			.comment-body li ol li {
  				list-style-type: lower-alpha;
  			}
  			.comment-body li ul li {
  				list-style-type: disc;
  			}
  		.comment-body blockquote {
  			margin: 1.35em 2em;
  			font-style: italic;
  		}
    .comment-meta {
      border-top: 1px solid #84A3B5;
      color: #5d7380;
      width: 178px;
      float: right;
      padding: 11px 6px 18px;
      font-family: "Rockwell", "American Typewriter", Georgia, serif;
      font-size: .86em;
      line-height: 1.83;
    }
      .comment-meta span {
        display: block;
      }
    
    /* Comment Form */

      .bypostauthor .comment-body {
        background: url(images/author.png) repeat-x top;
        padding-top: 15px;
      }
      .bypostauthor .comment-meta {
        background: url(images/author.png) repeat-x top;
        padding-top: 15px;
      }
          
    /* Comment Form */
    
      .comment-form {
        clear: left;
      }
        .comment-form-left {
          width: 398px;
          float: left;
          border-top: 1px solid #5d7380;
          padding: 10px 0 0;
        }
        .comment-form-right {
          width: 190px;
          float: right;
          border-top: 1px solid #5d7380;
          padding: 52px 0 0;
        }
        .comment-form-right p {
          padding: 6px;
        }
        .comment-form h2 {
          padding: 0 6px 18px;
        }
        .comment-form textarea,
        .comment-form input.text {
          background: #fafad2;
          border: 1px solid #b2b5ba;
          display: block;
          margin: 0;
          padding: 6px 6px;
          font-family: Arial, Helvetica, Calibri, sans-serif;
          font-size: .86em;
        }
          .comment-form textarea {
            width: 374px;
            height: 110px;
          }
          .comment-form input.text {
            width: 165px;
          }
        .comment-form fieldset {
          background: #ddebeb;
          padding: 5px;
          margin-bottom: 10px;
        }
        .comment-form .comment-submit-wrapper {
          width: 398px;
          text-align: right;
        }
    
/*--------
 Archives
--------*/

  .archive-title {
    border-top: 3px solid #5d7380;
    padding: 14px 6px 28px;
  }
    .archive-title small {
      font-size: 1.29em;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: "Rockwell", "American Typewriter", Georgia, serif;
    }
    .archive-title h2 {
      font-size: 2.57em;
      text-transform: uppercase;
      font-weight: bold;
      color: #333;
    }

  .archive-row {
    margin-left: -18px;
    padding-bottom: 1.5em;
  }
  .archive-listing {
    width: 178px;
    float: left;
    margin-left: 18px;
    display: block;
    border-top: 1px solid #5d7380;
    padding: 10px 6px 6px;
  }
    .archive-listing:hover {
      border-top-color: #be3600;
    }
    .archive-listing:hover,
    .archive-listing:hover * {
      text-decoration: none;
  		color: #be3600;
    }
    .archive-listing strong {
      font-size: 1.29em;
      font-weight: bold;
      font-family: "Rockwell", "American Typewriter", Georgia, serif;
      color: #445d6d;
    }
    .archive-listing small {
      font-size: .86em;
      font-family: "Rockwell", "American Typewriter", Georgia, serif;
      color: #445d6d;
      display: block;
      margin: .5em 0 .75em;
    }
    .archive-listing span {
      color: #333;
      line-height: 1.4;
    }
    
    .archive-newest {
      padding-bottom: 1.5em;
    }
    .archive-newest a {
      margin-left: 0;
      width: 594px;
      float: none;
      border-top-width: 3px;
    }
      .archive-newest strong {
        font-size: 2.57em;
      }
      .archive-newest small {
        font-size: 1em;
      }
      .archive-newest span {
        font-size: 1.14em;
      }
    
  .pagination {
    border-top: 1px solid #5d7380;
    padding: 10px 6px 24px;
  }
    .pagination a {      
      font-size: 1.29em;
      font-weight: bold;
      font-family: "Rockwell", "American Typewriter", Georgia, serif;
      color: #445d6d;
    }
        
/*-------
 Sidebar
-------*/

  #sidebar {
    border-top: 3px solid #5d7380;
    padding: 14px 0 0;
    font-size: .86em;
    font-family: "Rockwell", "American Typewriter", Georgia, serif;
/*     text-transform: uppercase;
    letter-spacing: 1px; */
  }
    #sidebar hr {
      border-top: 1px solid #5d7380;
      border-bottom: 0;
    }
    #sidebar .sidebar-search input {        
      background: #fafad2;
      border: 1px solid #b2b5ba;
      font-family: Arial, Helvetica, Calibri, sans-serif;
      padding: 3px;
      margin: 4px 0;
      width: 182px;
    }
    #sidebar h3 {
      margin: 18px 0 0 6px;
    }
    #sidebar ul {
      margin: 0 0 24px 6px;
    }
    #sidebar li {
      line-height: 1.2;
      margin: .75em 0;
      color: #999;
    }
  
/*------
 Footer
------*/

  #footer {
    color: #89939c;
    text-align: center;
    padding: 40px 0;
    font-family: "Rockwell", "American Typewriter", Georgia, serif;
    background: url(images/footer-bg.png) no-repeat 50% 40px;
    color: #fff;
  }
    #footer table {
      margin: 0 auto;
    }
    #footer .q {
      background: #2d4851;
      text-shadow: 0 0 1px #2d4851;
      font-size: 1.28em;
      padding: 8px 12px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      text-align: center;
      line-height: 1.2;
    }
    #footer span {
      display: block;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-shadow: 0 0 1px #122738;
      color: #89939c;
      background: url(images/footer.png) no-repeat 455px top;
      padding: 12px 124px 9px 9px;
    }
