/*
Theme Name: Blare
Theme URI: http://blair.mitchelmore.ca/blare-wordpress-theme
Description: My personal wordpress theme. Based on thematic.
Author: Blair Mitchelmore
Author URI: http://blair.mitchelmore.ca
Version: 1.0
*/
@import url(css/reset.css);

html {
  font-family: Helvetica, Arial;
  background-color:#EAEAEA;
}
body {
  background: #D0D0D0;
}

p:empty {
  display:none;
}
hr {
  margin:0.5em 0;
}

a {
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -o-transition:0.5s;
  transition:0.5s;
  color:#66e;
  text-decoration:none;
}
a:hover {
  -webkit-transition:0.5s;
  -moz-transition:0.5s;
  -o-transition:0.5s;
  transition:0.5s;
  color:#33f;
}

sub, sup {
  font-size:0.75em;
}
sub {
  position:relative;
  bottom:-0.5em;
}
sup {
  position:relative;
  top:-0.5em;
}

small {
  font-size:small;
}

/* Pretty blockquote styles */
blockquote {
  position:relative;
  margin:0 1.5em 0.5em;
  padding:0.5em;
  background:rgba(128,128,128,0.15);
  border:1px solid rgba(0,0,0,0.1);
}
blockquote:after, blockquote:before {
  -moz-transition:10s;
  -webkit-transition:10s;
  -o-transition:10s;
  transition:10s;
  font-size:60pt;
  color:rgba(0,0,0,0.2);
  position:absolute;
  font-family:Lacuna;
  text-shadow:none;
  pointer-events:none;
}
/*
blockquote:hover:after, blockquote:hover:before {
  -moz-transition:10s;
  -webkit-transition:10s;
  -o-transition:10s;
  transition:10s;
  color:rgba(0,0,0,0.5);
}*/
blockquote:before {
  content:"“";
  top:0;
  left:0;
}
blockquote:after {
  content:"”";
  bottom:-40pt;
  right:0;
}

blockquote.pullquote {
  width:20%;
  float:right;
  margin:0 0 0.5em 0.5em;
}
blockquote.pullquote.right {
  float:right;
  margin:0 0 0.5em 0.5em;
}
blockquote.pullquote.left {
  float:left;
  margin:0 0.5em 0.5em 0;
}
blockquote.pullquote:after, blockquote.pullquote:before {
  font-size:30pt;
}
blockquote.pullquote:after {
  bottom:-20pt;
}

#header {
  background-color:#eaeaea;
  position:relative;
  margin-bottom:36px;
  padding-bottom:10px;
}
#header:after {
  content:'\0000a0';
  background-image:url(images/header-bottom.png);
  background-repeat:repeat-x;
  background-position:top;
  position:absolute;
  bottom:-10px;
  left:0;
  width:100%;
  display:block;
  height:30px;
}
#header hgroup {
  width:70%;
  min-width:800px;
  margin:0 auto;
  padding:1.5em 0;
}
#header h1 {
  font-family:Futura, Helvetica, Arial, Sans-Serif;
}
#header h2 {
  font-family:Georgia, Times New Roman, Serif;
  padding:1em 0 0;
  font-size:1.3em;
}

#footer {
  background-color:#EAEAEA;
  min-height:120px;
  position:relative;
  margin-top:2em;
  padding-top:30px;
  text-align:center;
}
#footer:before {
  content:'\0000a0';
  display:block;
  position:absolute;
  top:-10px;
  left:0;
  width:100%;
  height:30px;
  background-repeat:repeat-x;
  background-image:url(images/footer-top.png);
}
#footer p {
  line-height:1.5em;
  font-family:Georgia, Times New Roman, Serif;
  font-size:200%;
}

h1 {
  font-size:3.5em;
}
h2 {
  font-size:3em;
}
body > nav, body > article {
  width:70%;
  min-width:800px;
  margin:0 auto;
}
section.post {
  margin:1em 150px 2em 0;
  position:relative;
  
  background-color:rgba(212,212,187,1);
  background-image:-moz-linear-gradient(-135deg, rgba(252,252,187,0.5), rgba(192,192,160,0.5));
  background-image:-webkit-gradient(linear, right top, left bottom, from(rgba(252,252,187,0.5)), to(rgba(192,192,160,0.5)));
  
  box-shadow:inset 0 0 100px -35px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:inset 0 0 100px -35px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow:inset 0 0 100px -35px rgba(0, 0, 0, 0.5);
  /*text-shadow:0 0 10px rgba(0,0,0,0.75);*/
  
  border:1px solid rgba(0,0,0,0.1);
  border-bottom:none;
}
section.post:after {
  background:-moz-linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0));
  background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.25)), to(rgba(0,0,0,0)));
  display:block;
  content:'\0000a0';
  color:transparent;
  height:5px;
  
  border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  -webkit-border-radius: 0 0 25px 25px;
  -webkit-border-bottom-right-radius:25px;
  -webkit-border-bottom-left-radius:25px;
  
  position:absolute;
  bottom:-5px;
  left:0;
  width:100%;
  z-index:125;
}
section.post header {
  padding:0.75em 1em 0.25em;
  background-color:rgba(255,255,255,0.25);
}
section.post footer {
  padding:0.75em 1em;
  background-color:rgba(255,255,255,0.25);
  position:relative;
  clear:both;
}
section.post .content {
  margin:1em 0.5em 0.75em 1em;
  font-family:HoeflerText, Cochin, Palatino, Times New Roman, Serif;
}

section.post p {
  margin-bottom: 0.75em;
  line-height:1.15em;
}
section.post p:last-child {
  margin-bottom: 0;
}
section.post header time {
  position:absolute;
  top:1em;
  right:1em;
  font-family:Georgia, Times New Roman, Serif;
}
section.post hr, section.post span[id^=more-] {
  border:none;
  background:rgba(0,0,0,0.25);
  background:-moz-linear-gradient(left, rgba(0,0,0,0.1), rgba(0,0,0,0.5), rgba(0,0,0,0.1));
  background:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.1)), to(rgba(0,0,0,0.1)), color-stop(0.5,rgba(0,0,0,0.5)));
  height:1px;
  display:block;
}
section.post p span[id^=more-] + br {
  display:block;
}
section.post .content ol, section.post .content ul {
  margin-right:2em;
  margin-left:0.7em;
}
section.post .content ul {
  list-style:none;
}
section.post .content ul.thoughts, section.post .content ul.footnotes {
  font-size:0.9em;
  color:#666;
}
section.post .content ul li {
  margin-left:1em;
  text-indent:-0.5em;
}
section.post .content ul li:before {
  content: "» \0000a0";
  display:inline-block;
  position:relative;
  top:-0.1em;
  width:0.5em;
}
section.post .content ol {
  list-style-position:inside;
}
section.post .content ol li {
  margin-left:1.3em;
  text-indent:-1.3em;
}
section.post a.footnote-link {
  font-weight:bold;
  color:#33f;
}
section.post a.footnote-link:hover {
  color:#a3a;
}

section.post .content li {
  line-height:1.25em;
}
section.post h1, section.post h2, section.post h3, section.post h4, section.post h5 {
  font-family:Futura, Helvetica, Arial, Sans-Serif;
  margin-bottom:0.25em;
  text-shadow:0 0 1px rgba(0, 0, 0, 0.75);
}
section.post header h1 {
  font-size:1.5em;
  font-family: Futura, Helvetica, Arial, Sans-Serif;
  text-shadow:0 0 1px rgba(0,0,0,0.75);
  margin-bottom:0.15em;
  margin-right:6em;
}
section.post h2 {
  font-size:1.3em;
  color:#222;
}
section.post p + hr {
  margin-top:0;
}
section.post img {
  float:left;
  margin-bottom:0.5em;
  margin-right:1em;
}
section.post .aligncenter {
  max-width:95%;
  margin:0 auto;
  float:none;
  display:block;
  -moz-box-shadow:0 0 10px 0px rgba(0, 0, 0, 1);
  -webkit-box-shadow:0 0 10px 0px rgba(0, 0, 0, 1);
  box-shadow:0 0 10px 0px rgba(0, 0, 0, 1);
}
section.post div.preface, section.post p.preface {
  margin: 0pt auto; 
  width: 90%; 
  font-style: italic;
}
header a, header a:hover {
  color:inherit;
  text-decoration:none;
  outline:none;
}
section.post .content aside {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-style: italic;
  margin: 0 auto 0.75em;
  padding: 1.25em 0.5em 0.5em;
  width: 80%;
  position:relative;
}
section.post .content aside:before {
  content:'A Brief Aside:';
  display:block;
  position:absolute;
  top:0;
  left:0;
  line-height:1.2;
  width:100%;
  text-indent:0.5em;
  background:rgba(255,255,255,0.5);
  border-radius:5px 5px 0 0;
}
section.post .content aside.preface:before {
  content:'A Preceding Note:';
}

section.post aside.organizing-shelf {
  font-family:HoeflerText, Cochin, Palatino, Times New Roman, Serif;
  font-size:80%;
  width:150px;
  height:100%;
  position:absolute;
  top:0;
  right:-150px;
  
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  
  border-top:25px solid transparent;
  border-bottom:25px solid transparent;
}
section.post aside.organizing-shelf dl {
  -moz-border-radius:0 10px 10px 0;
  border-radius:0 10px 10px 0;
  -webkit-border-radius:0 10px 10px 0;
  -webkit-border-top-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  
  -moz-box-shadow:inset 0 0 25px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow:inset 0 0 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow:inset 0 0 25px 0px rgba(0, 0, 0, 0.15);
  
  background:#d2d2af;
  background:-webkit-gradient(linear, right top, left bottom, from(#d2d29f), to(#d2d2af));
  background:-moz-linear-gradient(45deg, #d2d29f, #d2d2af);
  
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  
  border:1px solid rgba(0,0,0,0.1);
  overflow:hidden;
  padding:10px;
  height:100%;
}
section.post aside.organizing-shelf dt {
  display:block;
  font-weight:bold;
  font-size:110%;
}
section.post aside.organizing-shelf dd {
  display:inline;
}
section.post aside.organizing-shelf dd + dt:before {
  display:block;
  content:"\0000a0";
  height:1em;
}
section.post aside.organizing-shelf dt:after {
  content: ": ";
}
section.post aside.organizing-shelf ul, section.post aside.organizing-shelf ul li {
  display:inline;
}
section.post aside.organizing-shelf ul li:after {
  display:inline;
  content: ", ";
}
section.post aside.organizing-shelf ul li:last-of-type:after {
  display:none;
  content:none;
}

section.post footer .comments {
  display:block;
  position:absolute;
  right:0.5em;
  top:0.9em;
  font-family:Georgia, Times New Roman, Serif;
  width:150px;
  text-align:right;
}
section.post footer .attribution {
  font-family:Georgia, Times New Roman, Serif;
  margin-bottom:0;
}

nav {
  height:20px;
  line-height:20px;
}
nav:empty {
  display:none;
}
nav a {
  font-family:Georgia, Times New Roman, Serif;
}
nav .old, nav .prev {
  float:left;
  text-align:left;
  width:50%;
}
nav .new, nav .next {
  float:right;
  text-align:right;
  width:50%;
}
nav .old a:before, nav .prev a:before {
  content: "« ";
}
nav .new a:after, nav .next a:after {
  content: " »";
}
article nav {
  margin-bottom:2em;
  padding-right:150px;
}
body > nav {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  padding-right:150px;
}


.notfound section {
  -moz-box-shadow:inset 0 0 25px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow:inset 0 0 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow:inset 0 0 25px 0px rgba(0, 0, 0, 0.15);
  
  background:-moz-linear-gradient(45deg, #d2d29f, #d2d2af);
  background:-webkit-gradient(linear, right top, left bottom, from(#d2d29f), to(#d2d2af));
  
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  
  border:1px solid rgba(0, 0, 0, 0.25);
  margin:0 auto;
  min-width:400px;
  padding:1em;
  position:relative;
  width:55%;
  min-height:150px;
}
.notfound section:before {
  position:absolute;
  top:0;
  right:0;
  content:'\0000a0';
  display:block;
  background-image:url(images/hmm.png);
  background-repeat:no-repeat;
  background-position:right top;
  width:150px;
  height:150px;
  border-right:0.5em solid transparent;
  border-top:1em solid transparent;
}
.notfound h2 {
  font-family:Futura, Helvetica, Arial, Sans-Serif;
  font-size:2em;
  padding-bottom:0.5em;
  padding-right:150px;
}
.notfound p {
  font-family:HoeflerText, Cochin, Palatino, Times New Roman, Serif;
  line-height:1.25em;
  padding-right:150px;
}

article.comment {
  margin:1em 150px 2em 100px;
  position:relative;
  
  background:#f2f2cf;
  background:#f2f2cf -moz-linear-gradient(-135deg, rgba(252, 252, 187, 0.5), rgba(192, 192, 160, 0.5));
  background:#f2f2cf -webkit-gradient(linear, left bottom, right top, from(rgba(252, 252, 187, 0.5)), to(rgba(192, 192, 160, 0.5)));
  border:1px solid rgba(0, 0, 0, 0.4);
  
  box-shadow:inset 0 0 100px -35px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:inset 0 0 100px -35px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow:inset 0 0 100px -35px rgba(0, 0, 0, 0.5);
  min-height:200px;
  
  font-family:HoeflerText, Cochin, Palatino, Times New Roman, Serif;
}
article.comment .content {
  padding:1em;
}
article.comment aside {
  font-family:HoeflerText, Cochin, Palatino, Times New Roman, Serif;
  font-size:80%;
  position:absolute;
  top:0;
  left:-100px;
  height:100%;
  width:100px;
  
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  
  border-top:20px solid transparent;
  border-bottom:20px solid transparent;
  overflow:hidden;
}
article.comment aside .comment-info {
  height:100%;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:0.5em;
  background:#e2e2bf;
  background:#e2e2bf -moz-linear-gradient(-135deg, rgba(252, 252, 187, 0.5), rgba(192, 192, 160, 0.5));
  background:#e2e2bf -webkit-gradient(linear, left bottom, right top, from(rgba(252, 252, 187, 0.5)), to(rgba(192, 192, 160, 0.5)));
  border:1px solid rgba(0, 0, 0, 0.4);
  
  box-shadow:inset 0 0 100px -35px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:inset 0 0 100px -35px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow:inset 0 0 100px -35px rgba(0, 0, 0, 0.5);
  
  -moz-border-radius:10px 0 0 10px;
  border-radius:10px 0 0 10px;
  -webkit-border-radius:10px 0 0 10px;
  -webkit-border-top-right-radius:0;
  -webkit-border-top-left-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -webkit-border-bottom-right-radius:0;
}
article.comment.byauthor aside {
  right:-100px;
  left:auto;
}
article.comment.byauthor aside .comment-info {
  -moz-border-radius:0 10px 10px 0;
  border-radius:0 10px 10px 0;
  -webkit-border-radius:0 10px 10px 0;
  -webkit-border-top-right-radius:10px;
  -webkit-border-top-left-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:10px;
}

article.comment img.avatar {
  margin:5px;
  
  -moz-box-shadow:0 0 2px 2px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow:0 0 2px 2px rgba(255, 255, 255, 0.75);
  box-shadow:0 0 2px 2px rgba(255, 255, 255, 0.75);
}
article.comment .attribution {
  display:none;
}
article.trackback .attribution {
  display:block;
}
article.trackback aside {
  display:none;
}

article.comment p {
  line-height:1.15em;
  margin-bottom:0.75em;
}
article.comment p:last-child {
  margin-bottom:0;
}
article.comment aside .attribution {
  display:block;
  font-family:Georgia, Times New Roman, Serif;
  font-size:120%;
  margin-bottom:0;
}
article.comment time {
  font-family:Georgia, Times New Roman, Serif;
  font-size:90%;
}

article.trackback {
  background:rgba(0,0,0,0.15);
  background:rgba(0,0,0,0.15) -moz-linear-gradient(-135deg, rgba(187, 187, 187, 0.5), rgba(192, 192, 192, 0.5));
  background:rgba(0,0,0,0.15) -webkit-gradient(linear, left bottom, right top, from(rgba(187, 187, 187, 0.5)), to(rgba(192, 192, 192, 0.5)));
  
  -moz-box-shadow:inset 0 0 25px 0px rgba(0,0,0,0.25), 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:inset 0 0 25px 0px rgba(0,0,0,0.25), 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow:inset 0 0 25px 0px rgba(0,0,0,0.25), 0 0 5px 0 rgba(0, 0, 0, 0.25);
  
  margin:1em 150px 2em 100px;
  padding:0.5em;
  border:1px solid rgba(0,0,0,0.4);
  
  font-size:80%;
}
article.trackback .attribution {
  margin-bottom:0.5em;
}
section.comments h1, section.trackbacks h1, section.commentform h1 {
  font-size:2em;
  margin-left:100px;
  margin-right:150px;
  font-family:Futura, Helvetica, Arial, Sans-serif;
}
section.commentform h1 {
  margin-left:300px;
}

section.commentform form {
  margin-right:150px;
  margin-top:10px;
  min-height:200px;
  position:relative;
}
section.commentform form .textarea {
  padding-left:300px;
  width:100%;
  height:100%;
  
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  
  position:absolute;
  top:0;
  right:0;
  font-family:HoeflerText, Cochin, Palatino, Times New Roman, Serif;
}
section.commentform form textarea {
  width:100%;
  height:100%;
  -moz-box-sizing:border-box;
  padding:0.25em;
  line-height:1.25em;
  font-family:HoeflerText, Cochin, Palatino, Times New Roman, Serif;
}
section.commentform ul {
  width:300px;
  list-style:none;
  position:relative;
  z-index:50;
}
section.commentform li {
  list-style:none;
  margin-bottom:10px;
}
section.commentform li:last-child {
  margin-bottom:0;
}
section.commentform label, section.commentform .note {
  color:rgba(32,32,32,1);
}
section.commentform label {
  display:inline-block;
  width:100px;
  font-family:HoeflerText, Cochin, Palatino, Times New Roman, Serif;
}
section.commentform input {
  display:inline-block;
  width:150px;
}
section.commentform .note {
  display:block;
  margin-left:105px;
  width:155px;
  font-family:HoeflerText, Cochin, Palatino, Times New Roman, Serif;
  font-size:75%;
}
section.commentform button {
  -moz-box-shadow:0 0 1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow:0 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow:0 0 1px 0 rgba(0, 0, 0, 0.4);
  
  background: white;
  border:2px solid white;
  margin-bottom:10px;
  margin-left:105px;
  padding:1px;
  width:155px;
}
section.commentform p {
  margin-left:105px;
}

section.commentform ul.loggedin li:first-child {
  padding-top:5px;
}
section.commentform ul.loggedin li:last-child {
  padding-top:128px;
}
section.commentform ul.loggedin p, section.commentform ul.loggedin button {
  margin-left:0;
}

article img, article object, article embed {
  display:block;
  margin:1em auto;
  max-width:100%;
}

article .more-link:after {
  content:"\0000a0 »";
}


/* Webfont Active */
#header h1 {
  font-family:Romeral Inline, Futura, Helvetica, Arial, Sans-Serif;
}

#header h2 {
  font-family:Tagesschrift, Georgia, Times New Roman, Serif;
}

#footer p {
  font-family:Tagesschrift, Georgia, Times New Roman, Serif;
}

section.post header time {
  font-family:Tagesschrift, Georgia, Times New Roman, Serif;
}

section.post h1, section.post h2, section.post h3, section.post h4, section.post h5 {
  font-family:Romeral Inline, Futura, Helvetica, Arial, Sans-Serif;
}

section.post header h1 {
  font-family: Romeral Inline, Futura, Helvetica, Arial, Sans-Serif;
}

section.post .content, 
section.post aside.organizing-shelf, 
.notfound p, 
article.comment, 
article.comment aside, 
section.commentform form .textarea, 
section.commentform form textarea, 
section.commentform label, 
section.commentform .note {
  font-family: GentiumBasic, Palatino, Times New Roman, Serif;
}

section.post footer .comments, section.post footer .attribution {
  font-family:Tagesschrift, Georgia, Times New Roman, Serif;
}

nav a {
  font-family:Tagesschrift, Georgia, Times New Roman, Serif;
}

.notfound h2 {
  font-family:Romeral Inline, Futura, Helvetica, Arial, Sans-Serif;
}

article.comment aside .attribution {
  font-family:Tagesschrift, Georgia, Times New Roman, Serif;
}

article.comment time {
  font-family:Tagesschrift, Georgia, Times New Roman, Serif;
}

section.comments h1, section.trackbacks h1, section.commentform h1 {
  font-family:Romeral Inline, Futura, Helvetica, Arial, Sans-serif;
}
