/**************
 *
 *   GLOBAL
 *
 * ************/
html, body {
    background-color: #EDDEBC;
    color: #222;
    height: 100%
}

hr {
    border-color: transparent;
}

#head {
    background-color: #BF720A;
    border-bottom: 4px solid #925309;
    height: 100px;
    padding: 1em;
}

#container {
    margin-bottom: -100px;
    min-height: 100%;
    position: relative;
}

.clearfooter {
    clear: both;
    height: 100px;
}

#footer {
    background-color: #4A3D2D;
    border-top: 4px solid #332A1F;
    height: 100px;
    padding: 1em;
    position: relative;
    text-align: center;
}



/**************
 *
 *   TYPO
 *
 * ************/
@font-face {
    font-family: 'Fontin';
    src: url('http://static.akarz.im/akarz/fonts/Fontin-Regular.otf') format('opentype');
}

.caps {
    font-size: .92em;
}
.amp {
    font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
    font-size: 1.05em;
    font-style: italic;
}
.dquo {
    margin-left: -.38em;
}

h1 {
    letter-spacing: 2px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fontin', 'Helvetica Neue', Arial, FreeSans, sans-serif;
    font-variant: small-caps;
}

p {
    font-size: 1em;
    line-height: 1.3em;
    margin: 0;
    margin-bottom: 1em;
    text-align: left;
}
pre + p,
p + p {
    text-indent: 2.5em;
}
p:first-letter {
    float: left;
    font-size: 3em;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0.107em 0 0;
}
p:first-line {
    font-weight: 800;
}
pre + p:first-letter,
p + p:first-letter {
    float: none;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.25em;
    margin: 0;
}
pre + p:first-line,
p + p:first-line {
    font-weight: 400;
}

/* -----------
 * FORM
 *
 */
form {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #F9F5EB;
    border-radius: 10px;
    font-size: 0.8em;
    margin-top: 2em;
    padding: 10px;
}

form p:first-letter {
    float: none;
    font-family: inherit;
    font-size: 1em;
    font-weight: inherit;
}

form p {
    color: #BF720A;
    text-indent: 0;
}

form label {
    color: #4A3D2D;
    float: left;
    font-size: 1.2em;
    font-weight: 800;
    margin-right: 10px;
    text-align: right;
    width: 110px;
}

.buttons {
    margin-left: 120px;
}

input[type=button].first,
input[type=submit].first,
button.first {
    font-weight: bold;
}
input[type=button].second,
input[type=submit].second,
button.second {
    font-size: 0.8em;
}


/**************
 *
 *   COMMENTS
 *
 * ************/

/* Comment styles from piranha css */
a.subscribe-link {
   float: right;
}
a.comment-link {
   display: none;
}

.blogcomment, .pingback {
   clear: left;
   padding: 0.2em 0.3em;
}

.blogcomment .text, .pingback .text {
   padding-top: .01em;
}

.odd {
   background-color: #F5F5F9; /* WhiteSmoke */
}

.author, .pingback-title {
   float: left;
   font-weight: bold;
}

.comment-time, .pingback-time {
   float: right;
}

blockquote {
   border-left:5px solid #DDDDDD;
   margin-left:1em;
   padding-left:1em;
}

.comment-edit-area {
   width: 100%;
   height: 10em;
}

.edit-submit {
   display: none;
}

.pingback-location {
   color: #999;
}

/* Comment Form */

#comment-form .metadata {
    margin: 10px;
}

#comment-form label {
    float: left;
    width: 18%;
}

#comment-form .buttons {
    margin-left: 18%;
}

#comment-form input {
    width: 50%;
}
#comment-form input[type=checkbox] {
    width: inherit;
}

#comment-form textarea {
   font-family: inherit;
   font-size: 1.2em;
   height: 15em;
   line-height: 1.2em;
   padding: 5px;
   width: 75%;
}

#comment-form .invalid {
    background-color: #ffcccc;
}

#comment-form .button {
    width: auto;
}

.message {
   border: 1px solid #F00;
   margin-top: 1em;
}

/**************
 *
 *   SCREEN
 *
 * ************/

#content {
    padding: 1em 0;
}

#sidebar {
    background-color: #F9F5EB;
    text-align: center;
}

#footer {
}

#avatar {
    margin: 1em 0;
}

/* ------------
 * ERRORS
 *
 */
 .errorlist {
    color: #f00;
 }

/* -------------
 * LINKS
 *
 */

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a.button {
    padding: 0 .5em;
}
h1 a>span,
h2 a>span {
    font-size: 0.4em;
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    text-decoration: none;
}

#head a{
    color: #EDDEBC;
}
#head h1>a {
    color: #332A1F;
}

#sidebar a {
    color: #BF720A;
}

#content a {
    color: #BF720A;
}
#content h2>a,
#content h3>a {
    color: #925309;
}

#footer a {
    color: #EDDEBC;
}
#footer h1>a {
    color: #4A3D2D;
}

#footer .left {
    width: 100%;
}


/* ------------
 * HEAD
 *
 */

#head h1 {
    font-size: 76px;
    font-variant: inherit;
    margin: 0;
    text-shadow: 2px 2px 1px #925309;
}

#head form {
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    background-color: inherit;
    border-radius: inherit;
    margin-top: inherit;
    padding: inherit;
    padding-bottom: 10px;
}

.left {
    float: left;
    width: 50%;
}

.right {
    float: right;
    text-align: right;
    width: 50%;
}

.forgot-password {
    margin-right: 60px;
}

#site-description {
    font-family: 'Helvetica Neue', Arial, FreeSans, sans-serif;
    font-size: 14px;
    margin-top: -30px;
}

#openid-form input[type=text] {
    background: white url('/static/akarz/img/openid.png') no-repeat 0 0;
    padding-left: 20px;
}

#login-form input[type=text] {
    background: white url('/static/akarz/img/user.png') no-repeat 0 0;
    padding-left: 20px;
}
#login-form input[type=password] {
    background: white url('/static/akarz/img/key.png') no-repeat 0 0;
    padding-left: 20px;
}


/* ------------
 * FOOTER
 *
 */
.copyrights {
    text-align: center;
}
.licence {
    float: left;
}

/* ------------
 * BLOG
 *
 */

.post .illu {
    float: left;
    margin-right: 10px;
}

.post h2 {
    color: #925309;
    letter-spacing: 0px;
}

.post h3 {
	color: #BF720A;
}

.post .text {
    margin-bottom: 5em;
}

.latest-entries {
    font-family: 'Fontin', Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-variant: small-caps;
    letter-spacing: .2em;
}

.entry-title {
    color: #925309;
}

.metadata {
    color: #C49776;
    font-size: 10px;
    margin: -20px 0px 20px 0px;
}

.metadata a {
    color: #4A3D2D;
}

.latest-entry pre + p,
.latest-entry p + p {
    display: none;
}

/* -----------
 * COMMENTS
 *
 */
#comments {
    margin-top: 3em;
}

#comments p,
#comments p:first-line,
#comments p:first-letter {
    float: none;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
}
#comments p+p {
    text-indent: 0;
}

.blogcomment {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 10px;
}

.blogcomment .text img {
    float: right;
    margin-right: 10px;
    padding-left: 1em;
}

/* -----------
 * SIDEBAR
 *
 */
#sidebar {
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 24px;
    padding-bottom: 10px;
}
#sidebar ul {
    list-style: none;
    padding: 10px;
}
#sidebar li {
    margin: 0;
}

#sidebar .header {
    border-top: 1px solid #EDDEBC;
    padding-top: 5px;
}

.last-comments {
    text-align: right;
}

.last-posts {
    text-align: left;
}

/* ------------
 * BOOKMARKS
 *
 */
 .bookmarks a {
     -moz-opacity: 0.5;
     opacity: 0.5;
 }
 .bookmarks a:hover {
     -moz-opacity: 1;
     opacity: 1;
 }


 /* -----------
  * CODE
  *
  */
code {
    font-weight: bold;
}

pre code {
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-top-right-radius: 10px;
    background-color: #F9F5EB;
    border: 1px solid #C49776;
    font-weight: inherit;
    padding: 1em;
}

blockquote {
	border-left: 5px solid #BF720A;
	padding: 0.5em 0em 0em 0.5em;
}
blockquote .caps {
	color: #925309;
}

.post p img {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #925309;
}
