/*
Theme Name: Blue Zen
Theme URI: http://aeropunk.com/
Description: Derived from "GimpStyle" by Horacio Bella.
Author: Brian D. Wendt
Version: 1.0
*/

/* ************************************************************************************
CSS Selectors
    http://www.w3.org/TR/css3-selectors/#attribute-substrings
    http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html
*************************************************************************************** */
#post a[href ^='http://'] {
  /* show the external.png graphic on offsite links */
  padding-right: 12px;
  background: transparent url('images/external.png') no-repeat center right;
}
#post a[href ^='http://aeropunk.com'],
#post a[href ^='http://media.aeropunk.com'],
#post a[href ^='http://192.168.0.12/aeropunk'],
#post a[href ^='http://192.168.0.15/aeropunk'],
#post a.offsite_image {
  /* DON'T use external.png for in-site links or the dev server */
  padding-right: 0px;
  background: transparent;
}
#post a[href $='.pdf'] {
  padding-right: 16px;
  background: transparent url('images/pdf.png') no-repeat center right;
}

/* ************************************************************************************ */

/* General */

html, body {
  height: 100%;
}
body {
  background: #fff;
  color: #333;
  font-family: 'Lucida Grande', 'Verdana', 'Bitstream Vera Sans', 'Arial', sans-serif;
  font-size: 9pt;
  margin: 0 auto;
  padding: 0;
}
a {
  color: #0066CC;
  text-decoration: none;
  outline: none; /* squash the dotted border on active links! */
}
a:hover {
  color: #C51500;
  text-decoration: underline;
}
acronym, abbr, span.caps {
  border: 0;
  cursor: help;
  border-bottom: 1px dotted #333;
}
blockquote {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 13px;
  line-height: 1.6em;
  background: url('images/quote.gif') 4px -3px no-repeat;
  margin: 0.8em 1em;
  padding: 0 0 0 3em;
  color: #666;
  font-style: italic;
}
cite {
  text-decoration: none;
}
code {
  color: #a52a2a;
  font-family: 'Courier New', 'Courier', monospace;
  font-size: 1.1em;
}
pre {
  background: #eee;
  padding: 10px;
  border-left: 3px solid #ccc;
}
pre code {
  color: #000 !important;
}
img {
  border: 0;
}

/* Structure Divs */

#content {
  margin: 0 auto;
  padding: 0;
  min-height:100%;
  position:relative;

}
#block {
  width: 900px;
  margin: 0 auto;
}
#header {
  width: 100%;
  height: 58px;
  background: #E9EFF3;
  margin: 0 0 15px 0;
  padding: 0;
  border-bottom: 1px solid #DCE1E5;
}
#headerinfo {
  margin: 0 auto;
  width: 940px;
}
#subtitle {
  float:right;
  position: relative;
  top: 35px;
  right: 245px;
  width: 350px;
  font-size: 11px;
  letter-spacing: -0.4px;
  color: #456;
}
#header #logo {
  width: 364px;
  height: 60px;
  position: relative;
  top: 5px;
  left: 0px;
}
#header #search {
  position: relative;
  top: -41px;
  right: 42px;
  float:right;
  width:200px;
  height:22px;
  overflow:hidden;
  float:right;
  background:url('images/bg_search_full.png') no-repeat;
  margin: 0;
}
#header #search form {
  padding:0;
  margin:0;
}
#header #search .txtField {
  margin: 0;
  padding: 3px 0;
  width: 172px;
  color: #000; /* search text color */
  background: transparent;
  font-size: 12px;
  border-style: none;
}
#header #search .btnSearch {
  width: 26px;
  height: 24px;
  border: none;
  float: left;
  background: transparent;
  cursor: pointer;
  margin: 0;
}
#breadcrumbs {
  padding: 0;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: -0.4px;
}
#pages {
  margin: 0;
  padding: 6px 0;
  text-align: right;
  background: #333;
}
#post {
  float: left;
  margin: 0 0 40px 0;
  padding: 0 10px;
  width: 600px;
}
#sidebar {
  float: right;
  line-height: 1.2em;
  margin: 0;
  padding: 0 10px;
  width: 250px;
}
#footerpush {
  height: 40px;
  clear: both;
}
#footer {
  position:absolute;
  bottom:0;
  width:100%;
  height: auto;
  background: #E9EFF3;
  border-top: 1px solid #DCE1E5;
  padding: 5px 0;
}


/* Configure Structure Divs */

/* Header */

#header h1 {
  display: block;
  width: 420px;
  margin: 0;
  font-size: 60px;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
  padding: 10px;
  letter-spacing: -5px;
  text-align: left;
  text-transform: lowercase;
  line-height: 42px;
}
#header a {
  color: #b8cede;
  text-decoration: none;
}
#header a:hover {
  color: #b8cede;
  text-decoration: none;
}

/* Pages (Primary Navigation) */

#pages ul {
  display: block;
  margin: 0 auto;
  width: 940px;
  padding: 0;
}
#pages li {
  display: inline;
  list-style: none;
  padding: 0 10px;
}
#pages a {
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: #fff;
  font-size: 14px;
  /*text-shadow: 1px 1px 1px #333;*/
  padding-bottom: 1px;
}
#pages a:hover {
  color: #ccc;
  text-decoration: none !important;
}
#pages .current_page_item a, #pages .current_page_item a:hover {
  color: #fff;
  text-decoration: underline !important;
}
#pages a.rss {
  padding: 0 0 2px 16px;
  background: transparent url('images/feed.png') no-repeat center left;
  font-size: 16px;
}
#pages a:hover.rss {
  text-decoration: none !important;
  border: none !important;
}

/* Post */

#post p, #post ul, #post ol {
  line-height: 1.8em;
}
#post a {
  text-decoration: underline;
}
#post a:hover{
  text-decoration: underline;
}
#post h2 {
  font-size: 30px;
  font-weight: normal;
  font-family: 'Georgia', 'Times New Roman', 'Times', serif !important;
  margin: 8px 0 0 0;
  letter-spacing: -0.4px;
  padding: 0;
}
#post h2 a{
  color: #223;
  text-decoration: none;
}
#post h2 a:hover{
  color: #C51500;
  text-decoration: none;
}
#post h3 { 
  color: #111;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 0 0;
  font-family: 'Helvetica', Arial, sans-serif;
  letter-spacing: -0.3px;
}
#post h3.postdate {
  font-family: 'Verdana', 'Arial', sans-serif;
  color: #999;
  font-size: 1.1em !important;
  line-height: 1em;
  margin: -10px 0 10px 16px;
  letter-spacing: -1.2px;
}
#post .help {
  font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
  font-size: 11px;
  padding: 6px 10px;
  margin: 10px 0 0 0;
  border: 1px solid #f7f1b8;
  background: #fffcde;
  color: #344;
}
#profile {
  width: 230px;
  float: right;
  margin: 15px 0 0 0;
  padding: 10px 5px 20px 5px;
  background: #fafafa;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#socialmedia {
  background: transparent;
  margin: 10px 0 0 0;
  padding: 0;
}
#socialmedia a {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.feedback {
  font-size: 8pt;
  font-family: Tahoma;
  margin-bottom: 40px;
  padding: 10px 5px;
  background: #E9EFF3 url('images/blue_degrade.png') top repeat-x;
  border-bottom: 1px solid #DCE1E5;
  border-left: 1px solid #DCE1E5;
  border-right: 1px solid #DCE1E5;
  text-align: right;
}
.postinfo {
  margin-top: 3px;
  padding-top: 5px;
}
.postmeta {
  margin: 30px 0;
  padding: 6px 20px;
  text-align: right;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.navigation {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
#pagination {
  margin: 10px 0;
  text-align: center;
}

/* Gallery  */

.gallery {
  margin-top: 18px !important;
}
.gallery-caption {
  font-size: 10px !important;
}
.gallery-item {
  float: left !important;
  margin: 8px 0 0 0 !important;
  text-align: center !important;
  width: 24% !important;
}

/* Archives, Categories, and Searches */

.archive {
  border: 0px dotted #aaa;
  margin: 6px 0 10px 0;
}
.archive h4 {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.archive .postcount {
  display: inline-block;
  margin: 0 !important;
  padding: 0 4px 0 0 !important;
  width: 26px;
  text-align: right;
  font-weight: bold;
}
.archive .excerpt {
  margin: 0 34px;
}
.archive .meta {
  font-size: 11px;
  letter-spacing: -0.6px;
  color: #777;
}
.archive .meta a {
  text-decoration: none !important;
}

/* Archive Excerpts */

.excerpt {
  margin: 0;
  padding: 0;
}
.excerpt h3 {
  font-family: 'Georgia', 'Times New Roman', 'Times', serif !important;
  padding: 0 !important;
  font-size: 24px !important;
  letter-spacing: -0.4px !important;
}
.excerpt a, .excerpt h3 a {
  color: #1166BB;
  text-decoration: none !important;
}
.excerpt a:hover, .excerpt h3 a:hover {
  color: #C51500;
  text-decoration: none !important;
}
.excerpt p {
  font-family: Helvetica, Arial, sans-serif !important;
  color: #445;
  font-size: 1.0em !important;
  line-height: 1.5em !important;
  margin: 4px 0 0 0;
}

/* Comments */

h3#comments {
  margin-bottom: 20px;
}

.commentlist {
  margin: 0 25px 0 0;
  padding: 0;
}
.commentlist a {
  background: none !important;
  padding: 0 !important;
}
.commentlist li {
  margin: 6px 0 3px 0;
  padding: 5px 10px 3px 10px;
  list-style: none;
  border: 1px solid #efefef; 
  background: #fafafa;
}
.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  margin: 0 0 10px 10px;
  background: #fff;
}
.commentlist p {
  margin: 10px 5px 10px 0;
  line-height: 1.6em !important;
}
.commentlist li.bypostauthor {
  background-color: #e9eef3 !important;
  border-color: #dce1e5 !important;
}
.replycomment a{
  color: #999;
}
#commentform p {
  margin: 0px 0;
}
#commentform label {
  font-weight: normal !important;
  color: #777;
}
textarea#comment {
  height: 100px !important;
  width: 420px !important;
  margin: 1px 0 !important;
}
input#submit {
  margin-top: 12px;
  padding: 4px 6px;
  background-color: #eee;
  color: #555;
  border: 1px solid #ddd;
}
input#submit:hover, input#submit:focus {
  background-color: #ddd;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  color: #111;
  cursor: pointer;
}
input#submit:active {
  background-color: #ddd;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #111;
}
.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}
.commentmetadata {
}
.commentmetadata a {
  color: #111;
}
.commentmetadata a:hover {
  color: #555;
}
.commentsnavigation {
  padding: 20px 20px 30px 0;
}
.commentlist ul.children li {
  background-color: #e3e3e3;
  border: 1px solid #efefef;
}
.commentlist ul li.depth-2 {
  background-color: #f1f1f1;
}
.commentlist ul li.depth-3 {
  background-color: #ececec;
}
.commentlist ul li.depth-4 {
  background-color: #e8e8e8;
}
.commentlist ul li.depth-5 {
  background-color: #e3e3e3;
}

/* Form */

form textarea {
  border: 1px solid #DCE1E5;
  padding: 2px;
  font-size: 9pt;
  font-family: Verdana;
  color: #333;
  background: #fff;
}
form input {
  border: 1px solid #DCE1E5;
  padding: 2px;
  font-size: 9pt;
  font-family: Verdana;
  color: #333;
  background: #fff;
}
form input:focus, form textarea:focus {
  background: #fffeec;
  border-color: #ccc;
}

/* Sidebar */

#sidebar h3 {
  font-size: 11pt;
  letter-spacing: -0.5px;
  font-family: Arial;
  margin: 0;
  padding: 0;
}
#sidebar ul, #sidebar ol {
  margin: 0;
  padding: 5px 0;
}
#sidebar li {
  list-style-image: url('images/dot.png');
  margin: 0 10px 0 20px;
  border-bottom: 1px solid #DCE1E5;
  padding: 5px 0;
}
#sidebar div { 
  margin: 10px 0 20px 0;
  padding: 0;
}
#sidebar input {
  border: 1px solid #DCE1E5;
  padding: 8px;
  font-size: 9pt;
  font-family: Verdana;
  color: #333;
  background: #fff;
}
#sidebar input:focus {
  background: #fffeec;
}
#sidebar a:hover {
  color: #C51500;
}
#sidebar div#adsense {
  margin: -5px 0 0 0 !important;
  padding: 0 !important;
}

/* Google Reader RSS */

#sidebar div#feed {
  margin: 5px auto 30px auto;
  padding: 0;
  text-align:center;
}
#sidebar div#feed a {
  display: block;
  height: 34px;
  margin: 0 auto;
  font-size: 13px;
  font-family: Arial, sans-serif;
  line-height: 34px;
  padding-left: 24px;
  background: transparent url('images/reader.png') 1px 5px no-repeat;
  text-decoration: underline !important;
}
#sidebar div#feed a:hover {
  text-decoration: underline !important;
}

/* Flickr Badge */

#sidebar div#flickr {
  text-align: center !important;
  margin: -10px 0 0 !important;
  padding: 0 !important;
}
#flickr_badge_uber_wrapper {
  width: 240px !important;
  margin: 30px auto !important;
  text-align: right !important;
}
#flickr_badge_wrapper {
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}
.flickr_badge_image {
  margin: 0 auto !important;
}
.flickr_badge_image img {
  border: 1px solid #ccf !important;
  width: 230px !important;
  padding: 1px !important;
}
#flickr_badge_source {
  text-align: left !important;
  margin: 0 auto !important;
}
#flickr_www {
  display:block !important;
  padding:1px 10px 0 10px !important;
  font: 11px Arial, Helvetica, sans-serif !important;
  color:#3993ff !important;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
  text-decoration: none !important;
  background: inherit !important;
  color: #3993ff !important;
}
#flickr_badge_wrapper {
  background-color: #fff !important;
}
#flickr_badge_source {
  padding:0 !important;
  font: 11px Arial, Helvetica, sans-serif !important;
  color:#666666 !important;
}

/* EAA Logo */

#sidebar div#eaalogo {
  margin: 30px 0 80px 42px;
  padding: 0;
  background: transparent url('images/eaa.gif') 0px 0px no-repeat;
}
#sidebar div#eaalogo a {
  display: block;
  width: 132px;
  height: 71px;
}

/* Footer */

.footercontent {
  color: #757575;
  font-size: 11px;
  line-height:19px;
  letter-spacing: -0.6px;
  text-align: center;
}
.footercontent a {
  color: #333;
  text-decoration: none;
}

.footercontent a:hover {
  color: #000;
  text-decoration: underline;
}

/* Hide the WP-Stats Smiley */
img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

/* Float and Clear */

div.floatleft {
  float: left;
}
div.floatright {
  float: right;
}
div.both {
  clear: both;
}

/* Images align */

img.border {
  border: 1px solid #C6C6C6;
  padding: 4px;
  margin: 0;
}
img.border:hover {
  background: #E3F5FE;
}
img.center {
  display: block;
  margin: auto;
}
img.alignright {
  float: right;
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  float: left;
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}


/* Text align */

.aligncenter {
text-align: center;
}
.alignright {
text-align: right;
}
.alignleft {
text-align: left;
}

/* Captions */

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 2px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/* Post Date */

.post-date {
  font-size: 11px;
  letter-spacing: -0.6px;
  color: #777;
}
.post-date a {
  text-decoration: none !important;
}
#recent {
  margin-bottom: 50px;
}

/* Legends Gallery */

#otto {
  background: url('images/otto.png') 10% 0% no-repeat;
  height: 113px;
  width: 196px;
  position: relative;
  top:-55px;
  float: right;
  margin-bottom: -6px;
}
#wright {
  background: url('images/wright-model-b.jpg') 0% 0% no-repeat;
  height: 75px;
  width: 196px;
  position: relative;
  top: -58px;
  float: right;
  margin-bottom: -60px;
}
.spacer {
  height: 5px;
}

/* Sitemap Generator */

p#sitemap {
  margin: -4px 10px 14px 4px;
  color: #556;
  font-family: 'Verdana', 'Arial', sans-serif !important;
  font-size: 0.9em !important;
  line-height: 1.4em !important;
  letter-spacing: 0px;
text-align: justify;
}
.sitemap {
  margin: 0;
  padding: 0;
}
.sitemap ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sitemap ul li {
  margin: 0;
  padding: 0;
}
.sitemap ul li li {
  background: url('images/sidebarbullet.gif') no-repeat left 3px;
  list-style-type: none;
  margin: 0 28px;
  padding: 0 0 0 18px;
}
.sitemap li a.category {
  background: #ebf1f5 !important;
  color: #345 !important;
  display: block;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 1.2em;
  text-decoration: none !important;
  margin: 10px 0 4px 0;
  padding: 2px 0 0 12px !important;
  border: 1px solid #ddd;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.sitemap li a.category:hover {
  color: #369;
  text-decoration: underline !important;
  border-color: #bbb;
}

/* "Next" button link on The Project and The Builder */

a.next {
  text-align:center;
  width: 160px;
  display:block;
  background: #ebf1f5 !important;
  color: #345 !important;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 1.1em;
  text-decoration: none !important;
  margin: 24px auto 4px auto;
  padding: 5px 6px 4px 6px !important;
  border: 1px solid #ddd;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
a.next:hover {
  color: #369;
  text-decoration: underline !important;
  border-color: #bbb;
}

/* YARP - Yet Another Related Posts plugin */

#yarp {
  margin-bottom: 40px;
}
#yarp ul, #yarp ol {
  margin: 6px 22px;
  padding: 0;
}
#yarp li {
  margin-left: 6px;
  list-style-image: url('images/dot.png');
}
#yarp span.score {
  color: #bbb;
  font-size: 70%;
}

/* Recent Entries (index page) */

#front {
  margin-left: 8px;
}
.recent {
  float: left;
  margin: 0 0 4px 4px;
  padding: 3px;
  width: 274px;
  cursor: pointer;
  background-color:#fafafa;
  border:1px solid #dadada;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.recent:hover {
  border-color: #9ad;
  background-color: #e6eaff;
}
.recent img.thumb {
  float: left;
  margin-right: 6px;
  border: 1px solid #ccc;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.recent:hover img.thumb {
  opacity: 1.00;
  filter: alpha(opacity=100);
}
.briefwrapper {
  margin: 0;
}
.brief {
  padding-top: 3px;
}
.briefmeta {
  margin: 8px 12px;
  font-size: 0.9em;
  color: #666;
}
.more-left {
  float: left;
}
.more-right {
  float: right;
}
#post #front .recent h2 {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Arial', sans-serif !important;
  margin: 0 !important;
  letter-spacing: -0.8px;
  padding: 0;
}
#post #front .recent h2 a{
  color: #369;
  text-decoration: none;
}
#post #front .recent h2 a:hover{
  color: #369;
  text-decoration: none;
}
.recent h3 {
  color: #111;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0 0 0;
  font-family: 'Helvetica', Arial, sans-serif;
  letter-spacing: -0.3px;
}
.recent h3.postdate {
  font-family: 'Verdana', 'Arial', sans-serif !important;
  color: #999 !important;
  font-size: 1.1em !important;
  line-height: 1em !important;
  margin: -8px 0 8px 8px !important;
  letter-spacing: -1.2px !important;
}
.recent p {
  margin: 0 4px;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  color: #333;
}

/* About "Start Here" image div */

#about {
  height: 271px;
  margin-bottom: 8px;
  background:transparent url('images/smoke-on.jpg') center center no-repeat;
}
#about .hotbox {
  margin: 0 0 0 630px;
  width: 236px;
  padding: 110px 0 0 0;
  text-align: center;
}
#about .hotbox p {
  font-size: 1.1em;
  line-height: 1.3em !important;
  font-weight: normal;
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: #fff;
}
#about a.button {
  display:block;
  color: transparent !important;
  margin: 28px auto;
  height: 32px;
  width: 156px;
  background: transparent url('images/start-here.png') top center no-repeat;
}
#about a.button:hover {
  background: transparent url('images/start-here.png') center center no-repeat;
}
#about a.button:active {
  background: transparent url('images/start-here.png') bottom center no-repeat;
}

.titlebar {
  background: transparent url('images/title-bg.gif') center left repeat-x;
  border: 1px solid #eee;
  height: 26px;
  padding: 0;
  margin: 0;
}
.titlebar h3 {
  padding: 0 !important;
  margin: 2px 0 0 17px !important;
}

/* Paypal Donate widget */

#paypal {
  height: 64px;
  margin: 0 auto !important;
  padding: 0;
}

#paypal form {
  margin: 0 !important;
  padding: 0 !important;
  float: left;
}

#paypal input[type="image"] {
  border: none !important;
}

#paypal p {
  margin: 0;
  padding: 9px 0;
  font-style: Arial, sans-serif;
  font-size: 10px;
  line-height: 14px;
  color: #334;
}

/* Archive Thumbnails */
img.wp-post-image {
  padding: 1px;
  border: 1px solid #ddd;
}
