/* 
  BLUEPRINT CSS
   * Filename:        compressed.css
   * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
   * Website:         http://code.google.com/p/blueprintcss/
   
   Generated by:
    * Blueprint CSS Grid Generator (2009-04-13) [http://kematzy.com/blueprint-generator/]
    
  == STRUCTURE: ========================
   * Page width:            960 px
   * Number of columns:     14
   * Column width:          50 px
   * Margin width:          20 px
  ======================================
   
*/

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#3d444f;background:#627b69 url("../img/bg-squares.gif") 50% 0 repeat-x;font-family:georgia,serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#566a6B;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {text-decoration:underline;}
a {color:#b8cbd3;text-decoration:none;}
acronym, .caps, em span, .author {
	text-transform: lowercase;
	font-variant:small-caps;
	border-bottom: 0;
	letter-spacing:0.1em;
}
abbr, acronym {cursor:help;border-bottom: 1px dotted #444;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:square;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* A container should group all your columns. */
.container {
  width: 960px;
  margin: 0 auto;
  background:transparent url("../img/bg-container.gif") 0 0 repeat-y;
}

/* Body margin for a sensile default look. */
body {
  margin:1.5em 0;	
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14 {float:left;margin-right: 20px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 50px;}
.span-2  { width: 120px;}
.span-3  { width: 190px;}
.span-4  { width: 260px;}
.span-5  { width: 330px;}
.span-6  { width: 400px;}
.span-7  { width: 470px;}
.span-8  { width: 540px;}
.span-9  { width: 610px;}
.span-10 { width: 680px;}
.span-11 { width: 750px;}
.span-12 { width: 820px;}
.span-13 { width: 890px;}
.span-14, div.span-14 { width: 960px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 70px;}
.append-2  { padding-right: 140px;}
.append-3  { padding-right: 210px;}
.append-4  { padding-right: 280px;}
.append-5  { padding-right: 350px;}
.append-6  { padding-right: 420px;}
.append-7  { padding-right: 490px;}
.append-8  { padding-right: 560px;}
.append-9  { padding-right: 630px;}
.append-10 { padding-right: 700px;}
.append-11 { padding-right: 770px;}
.append-12 { padding-right: 840px;}
.append-13 { padding-right: 910px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 70px;}
.prepend-2  { padding-left: 140px;}
.prepend-3  { padding-left: 210px;}
.prepend-4  { padding-left: 280px;}
.prepend-5  { padding-left: 350px;}
.prepend-6  { padding-left: 420px;}
.prepend-7  { padding-left: 490px;}
.prepend-8  { padding-left: 560px;}
.prepend-9  { padding-left: 630px;}
.prepend-10 { padding-left: 700px;}
.prepend-11 { padding-left: 770px;}
.prepend-12 { padding-left: 840px;}
.prepend-13 { padding-left: 910px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:9px;
  margin-right:10px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:43px;
  margin-right:40px;
  border-right: 1px solid #eee;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -70px;}
.pull-2 { margin-left: -140px;}
.pull-3 { margin-left: -210px;}
.pull-4 { margin-left: -280px;}
.pull-5 { margin-left: -350px;}
.pull-6 { margin-left: -420px;}
.pull-7 { margin-left: -490px;}
.pull-8 { margin-left: -560px;}
.pull-9 { margin-left: -630px;}
.pull-10 { margin-left: -700px;}
.pull-11 { margin-left: -770px;}
.pull-12 { margin-left: -840px;}
.pull-13 { margin-left: -910px;}
.pull-14 { margin-left: -980px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14 {float:left;position:relative;}


.push-1 { margin: 0 -70px 1.5em 70px;}
.push-2 { margin: 0 -140px 1.5em 140px;}
.push-3 { margin: 0 -210px 1.5em 210px;}
.push-4 { margin: 0 -280px 1.5em 280px;}
.push-5 { margin: 0 -350px 1.5em 350px;}
.push-6 { margin: 0 -420px 1.5em 420px;}
.push-7 { margin: 0 -490px 1.5em 490px;}
.push-8 { margin: 0 -560px 1.5em 560px;}
.push-9 { margin: 0 -630px 1.5em 630px;}
.push-10 { margin: 0 -700px 1.5em 700px;}
.push-11 { margin: 0 -770px 1.5em 770px;}
.push-12 { margin: 0 -840px 1.5em 840px;}
.push-13 { margin: 0 -910px 1.5em 910px;}
.push-14 { margin: 0 -980px 1.5em 980px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14 {float:right;position:relative;}



/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #566a6B;
  color: #566a6B;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #e0e4e3;
  color: #e0e4e3;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* layout boxes */

#content {
    padding-top: 50px;
    padding-bottom:1.5em;
    background:#e0e4e3;
}

#content a {
    color:#8cad9f;
}

#sidebar {
    padding-top: 8em;
    color:#272631;
}

#bottom {
    padding-top:1.5em;
    padding-bottom:1.5em;
    background:#566a6b;
}

#footer {
    padding-top:1.5em;
    padding-bottom:1.5em;
    color:#e0e4e3;
    text-align:center;
    background: #414451;
}



/* elements */

h1 {
    margin:20px 0 3em 140px;
    padding-top:20px;
}
h1 a{
    display:block;
    height:45px; 
    line-height:60px;    
}

h1 a img {margin:0 20px -12px 0;}

/* classes */

a.audioslide {
    padding-left:18px;
    background:transparent url("../img/a-audioslide.gif") 0 0 no-repeat;
}


a.rss {
    display:block;
    margin-bottom:1em;
    padding-right: 50px;
    width:210px;
    height:50px;
    line-height:50px;
    background:transparent url("../img/rss-feed.gif") right top no-repeat;
}

.byline {
    padding-top:1.5em;
    border-top: 1px solid #566a6B;
}

.comment-reply {padding-left: 70px;}
.comment-content p{font-size:1.3em;}

.entry {
    margin-bottom:3em;
}

.entry h2 {
    padding-bottom:.25em;
    border-bottom: 3px double #566a6B;
}

.entry-body, .entry #more {
    font-size:1.4em;
}

.entry-date, .comment-date {
    float:left;
    margin:-1.75em 20px .5em -140px;
    padding-top:1.9em;
    width:120px;
    font-style:italic;
    text-align:right;
    border-top: 3px double #566a6B;
}

.comment-date{
    margin-top:0;
    padding-top:1.5em;
    border-top: 1px solid #566a6B;
}

.entry-date p, .comment-date p {margin:0;}

.entry-footer {
    padding-bottom:1.5em;
    border-bottom: 3px double #566a6B;
}

.entry-tags{display:none;}


#content a.page, #content a.page-active, #content a.page-next, #content a.page-prev {
    float:left;
    display:block;
    margin:0 5px 5px 0;
    padding: 2px 0 0 2px;
    width:33px;
    height:33px;
    color:#e0e4e3;
    font-size:16px;
    font-weight:bold;
    background:#b8cbd3;
    border:1px solid #b8cbd3;
    overflow:hidden;
}

#content a.page:hover {
    color:#627b69;
    border-color:#8cad9f;
}

#content a.page-active, #content a.page-active:hover {
    color:#627b69;
    text-decoration:none;
    background:#e0e4e3;
    border-color:#b8cbd3;
}

#content a.page-next, #content a.page-prev {
    text-indent:-2000px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("../img/page-next.gif");
}
#content a.page-prev{background-image: url("../img/page-prev.gif");}
#content a.page-next:hover, #content a.page-prev:hover{background-position: -45px 0;}

.widget h4 {
    display:block;
    overflow:hidden;
    height:30px;
    text-indent:-2000px;
    background: #627b69 url("../img/bg-entries.gif") 0 0 no-repeat;
}

.widget ul {
    margin:0 0 1.5em 0;
    padding-left:70px;
    list-style:square;
    line-height:1.5em;
}

.right {float:right;margin:0 0 .5em 20px;}

.text-center{text-align:center;}
.text-right{text-align:right;}


#feeds h4{
    background-image:url("../img/bg-feeds.gif");
}

#categories h4 {
    background-image:url("../img/bg-categories.gif");
}
#months h4 {
    background-image:url("../img/bg-months.gif");
}
#latest-comments h4 {
    background-image:url("../img/bg-comments.gif");
}


#comments {margin-top:5em;}


/* forms.css */
form{margin-bottom:1.5em;}
label {
    display:block;
    float:left;
    width:100px;
}
fieldset {padding:1.5em 20px;margin:0 0 1.5em 0;border:1px solid #566a6B;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;background:#627b69;border:none;font-family:arial, helvetica,sans-serif;}
input.text:focus, input.title:focus, textarea:focus, select:focus {background-color:#b8cbd3;}
input.text, input.title {width:320px;padding:2px .2em;}
input.title {font-size:1.5em;}
textarea {width:320px;height:15em;padding:2px .2em;font-size:1em;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {color:#E0E4E3;border:none;background:#566a6B;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.buttons p {text-align:center;margin:0;}
.buttons input {
    padding: 1em 0;
    width:190px;
    color:#627b69;
    font-family:georgia, serif;
    font-size:1.5em;
    background:#b8cbd3;
    border:2px outset #b8cbd3;
}

.buttons input:hover {cursor:pointer;}

#loadimage{text-align:center;}
#search label {display:inline;width:auto;float:none;}

#query {
    margin-right:20px;
    width:186px;
    background-color:transparent;
    border:1px solid #e0e4e3;
}

#query:focus {background-color:#b8cbd3;}

#search-submit {
    float:right;
    margin:-2em 0 0 0;
    width:50px;
}

#comment-form-remember-me, .choice {
	padding-left:100px;
}

#comment-form-remember-me label, .choice label {
	float:none;
	width:auto;
	text-align:left;
}

#comment-form-remember-me input, .choice input {
	width:auto;
	margin: 0 2px 0 0;
    float:left;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  margin-top:1.5em;
  color: #8cad9f;
  text-decoration: none;
}

.gs-divider {
  padding-bottom: 8px;
  text-align: center;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  text-decoration: none;
  font-size: .8em;
}
/* google search styles */
.gs-result a {
  cursor: pointer;
}

.gs-result .gs-watermark{
margin-bottom: .5em;
  font-size: .8em;
}

div.gs-results-attribution {
  text-align : center;
  margin-bottom : 1em;
}

div.gs-results-attribution,
div.gs-results-attribution * {
  font-size : .8em;
  text-decoration : none;
}

div.gs-results-attribution a {
  color: #8cad9f;
  cursor : pointer;
}

div.gs-results-attribution a:hover {
  text-decoration : underline;
}

.gs-localAd img.gs-ad-marker,
.gs-webAd img.gs-ad-marker {
  padding-left: .5em;
}

.gs-webResult div.gs-visibleUrl-long {
  width : 100%;
  overflow : hidden;
  display : none;
}