/*
Theme Name: completely and utterly unwise
Theme URI: http://unwise.se/stash/theme/
Description: The theme for unwise.se.
Version: 2.0
Author: Linus Lundahl
Author URI: http://unwise.se/
Tags: HTML5, CSS3, 960, jQuery, clean, simple
*/

@import url("theme/css/reset.css");
@import url("theme/css/text.css");
@import url("theme/css/960.css");

@font-face {
  font-family: 'LHLine1SansThin';
  src: url('theme/fonts/lh_line1_sans-thin-webfont.eot');
  src: local('â˜º'), url('theme/fonts/lh_line1_sans-thin-webfont.woff') format('woff'), url('theme/fonts/lh_line1_sans-thin-webfont.ttf') format('truetype'), url('theme/fonts/lh_line1_sans-thin-webfont.svg#webfontvZ8omiFY') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  background: #fff;
  color: #000;
  font-family: "LHLine1SansThin", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.25;
}

h1, h2, h3 {
  font-family: "Minion Pro",Gentium,"Gentium Basic","Hoefler Text",Constantia,"Palatino Linotype",Georgia,serif;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
}
h1 { font-size: 1.5em; padding: 1.45833em 0; }
h2 { font-size: 1.33333em; padding: 1.25em 0; }
h3 { font-size: 1.16667em; padding: 1.51786em 0; }

a {
  outline: none;
  -webkit-transition-property: color;
  -webkit-transition-duration: .2s;
  -webkit-transition-timing: ease-out;
  -moz-transition-property: color;
  -moz-transition-duration: .2s;
  -moz-transition-timing: ease-out;
}

a:link,
a:visited {
  border-bottom: 1px solid #d35556;
  color: #000;
  text-decoration: none;
}

a:active,
a:hover {
  color: #d35556;
}

q { quotes: '\201C' '\201D' '\2018' '\2019'; }
q:before { content: '\201C'; }
q:after { content: '\201D'; }

li:before { content: "\02D2 \0020"; }

#wrapper { height: 100%; width: 100%; display: table; #position: relative; overflow: hidden; }
#holder { #position: absolute; #top: 50%; display: table-cell; vertical-align: middle; }
#container { margin: auto; #position: relative; #top: -50%; }

#header { margin-bottom: 10px; margin-top: 20px; }
#header h1.logo { float: right; padding: 0; }
#header h1.logo a {
  background: url(theme/img/logo.png) center center no-repeat #000;
  border: none;
  display: inline-block;
  height: 40px;
  text-indent: -9999px;
  width: 100px;
}
#header nav { float: left ; text-transform: lowercase; }
#header ul.menu { display: inline-block; margin: 0; }
#header ul.menu li { display: inline; line-height: 40px; margin: 0 0 0 30px; }
#header ul.menu li a { border: none; }

#main-content {
  font-size: 2em;
  letter-spacing: -1px;
  line-height: 1.3em;
  margin-bottom: 20px;
  text-align: justify;
}

article.post {
  border-top: 1px solid #eee;
  clear: both;
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 0;
  position: relative;
  width: 460px;
}
article.post.first {
  border: none;
  margin-top: 0;
/*  padding-top: 0;*/
}
article.post a {
  text-decoration: none;
  border: none;
}

.title {
  float: left;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
}

.date {
  float: right;
  height: 24px;
  line-height: 24px;
  font-size: .75em;
  text-align: right;
  width: 25%;
}

.tags {
  clear: both;
  float: left;
}
.tags a {
  background: #eee;
  border-raduis: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #333;
  font-size: .63em;
  margin: 0 4px 0 0;
  padding: 2px 4px;
}

.comments {
  margin: 0 0 0 10px;
}
.comments a {
  background: url(theme/img/comments-bg.png) center bottom no-repeat #aaa;
  color: #fff;
  display: inline-block;
  font-size: .63em;
  line-height: 16px;
  font-weight: bold;
  padding: 0 0 3px 0;
  text-align: center;
  width: 18px;
}
.comments a:hover {
  background-color: #d35556;
}

#blog .edit,
#stash .edit {
  font-size: .63em;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  text-transform: lowercase;
  top: 50%;
}

#blog .edit { left: -30px; }
#stash .edit { right: -30px; }

::selection  { background: #d35556; color: #fff; /*text-shadow: 0 1px 0 #fff;*/ }
::-moz-selection { background: #d35556; color: #fff; /*text-shadow: 0 1px 0 #fff;*/ }

#wpstats { display: none; }

/* --- Forms ---------------------------------------------------- */
.wpcf7 .wpcf7-form div { margin-bottom: 10px; }
.wpcf7 .wpcf7-form label { line-height: 22px; }
.wpcf7 .wpcf7-response-output { display: none; }

input {
  height: 16px;
  line-height: 16px;
}

input, textarea {
/*  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;*/
/*  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;*/
/*  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;*/
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #FFFFFF, #f5f5f5 1px, #FFFFFF 25px);
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #f5f5f5), to(#FFFFFF));
  border: solid 1px #ccc;
  margin: 0;
  outline: 0;
  padding: 6px 4px;
  width: 290px;
}

textarea {
  height: 160px;
  line-height: 150%;
  max-width: 290px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
  border-color: #C9C9C9;
/*  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;*/
}

.form label {
  color: #999999;
  margin-left: 10px;
}

.submit input {
  border-raduis: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #eee;
  border: 0;
  clear: both;
  color: #333;
  float: right;
  font-size: 12px;
  height: auto;
  padding: 9px 15px;
  margin: 0;
  text-transform: uppercase;
  width: auto;
}


/* --- Awesome CSS3 button -------------------------------------- */
.awesome:link, .awesome:visited {
  background: #222 url(theme/img/alert-overlay.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
}

.awesome:hover { background-color: #111; color: #fff; }
.awesome:active { top: 1px; }
.small.awesome, .small.awesome:visited { font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited { font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited { background-color: #91bd09; }
.green.awesome:hover { background-color: #749a02; }
.blue.awesome, .blue.awesome:visited { background-color: #2daebf; }
.blue.awesome:hover { background-color: #007d9a; }
.red.awesome, .red.awesome:visited { background-color: #e33100; }
.red.awesome:hover { background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited { background-color: #a9014b; }
.magenta.awesome:hover { background-color: #630030; }
.orange.awesome, .orange.awesome:visited { background-color: #ff5c00; }
.orange.awesome:hover { background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited { background-color: #ffb515; }
.yellow.awesome:hover { background-color: #fc9200; }


/* --- Special classes ------------------------------------------ */
.clear-block { display: inline-block !important; }
.hide { display: none !important; }
