@charset "UTF-8";

/* Include "Impact" font */
@font-face {
    font-family: 'Impact';
    src: url('../ttf/impact.ttf') format('truetype');
}

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, span, blockquote, label, input, textarea, form, fieldset {
    border: 0;
    font: inherit;
    font-size: 1.02em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

textarea {
    width: 100%;
    max-width: 100%!important;
}

img {
    border: none;
}

/* Basic Styles */

body {
    color: #404040;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
    background-color: #303030;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #881010;
    font-family: "Impact",Verdana,sans-serif;
    text-shadow: 0px 1px #666;
}

h1 {font-size: 2em;}
h2 {font-size: 1.75em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.10em;}
h6 {font-size: 1em;}

.article blockquote {
    margin: 0;
    padding-left: 20px;
    border-left: 3px solid #aaa;
}

a:link {
    color: #777;
    text-decoration: none;
}

a:visited {
    color: #777;
}

a:hover {
    text-decoration: none;
}

a:active, a:hover, a.active, .active a {
    color: #881010;
    text-decoration:underline;
}

img.avatar {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

a.legend {
    text-align: center;
    display: block;
    padding: 5px 0 5px 0;
}

div.highlight {
    box-shadow: 2px 2px 3px #999;
    border: 1px solid #999;
    padding: 5px;
    margin: 15px;
    background: #202020;
    color: #ccc;
    overflow: auto;
}

div.code_title {
    font-size: 0.9em;
    padding-bottom: 2px;
}

#header, #section, #footer {
    margin: 0;
    margin-bottom: 30px;
    margin-left: 6%;
    margin-right: 6%;
}

#section {
    padding: 20px 10px;
    font-size: 0.9em;
    line-height: 1.5;
}

#section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Articles stuff */

.article {
    padding: 10px 0;
    margin-right: 250px;
    box-shadow: 5px 5px 5px #000;
    background: #f0f0f0;
}

.article h2 {
    line-height: 1.5;
}
.art-date {
    display: block;
    text-transform: uppercase;
    color: #881010;
    text-align: right;
    font-family: "Impact",Verdana,sans-serif;
    text-shadow: 0px 1px #666;
    font-size: 17px;
    padding: 5px;
}

.art-author {
    text-align: right;
    padding: 5px;
    display: block;
}

.art-chapo {
    margin: 10px 0;
}

.article h1, .article h1, #comments h1, #form h1, .art-chapo, .art-content, .art-topinfos, .feed-art-com, .feed-arts, .static-content, .error-content {
    padding-left: 20px;
    padding-right: 20px;
}

.home {
    margin-bottom: 30px;
}

.home-topinfos {
    width: 100px;
    float: left;
}
.home .chapo {
    margin-left: 110px;
}

.article h1 a {
    color: inherit;
}

.article h1 {
    border-bottom: 1px #a0a0a0 dotted;
    text-transform: uppercase;
}
.author-infos {
    background: #ffffff;
    margin: 0 20px;
    padding: 10px;
}

.more {
    font-size: 0.9em;
    margin: 20px 0 0 0;
}

.article ul, .article ol {
    margin: 0 0 0 40px;
}

p {
    margin: 10px 0 10px 0;
}

/** Header **/

#skip {
    background-color: #152F40;
    padding: 0  0 10px 0;
}

#skip li {
    display: inline;
    margin: 0 15px 0 0;
}

#skip li a {
    color: #FFFFFF;
    font-size: 0.8em;
}

#skip li a:hover {
    text-decoration: underline;
}

#header {
    background: black;
    box-shadow: 5px 5px 5px #000;
}

#header h1 {
    display: inline-block;
    padding: 35px 15px 35px 20px;
}

#header h1 + p {
    display: inline;
}

#nav {
    padding: 8px 20px;
    background: #f0f0f0;
}

#nav li {
    display: inline;
    margin: 0 20px 0 0;
    padding: 5px 0;
    font-family: "Impact",Verdana,sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.feed ul {
    float: right;
}

.feed ul li {
    margin: -5px 0 0 10px!important;
}

/** 3-2 - aside **/

#aside {
    font-size: 0.9em;
    float: right;
    width: 230px;
}

#aside h3 {
    line-height: 1.5;
    font-size: 1.3em;
    padding-bottom:2px;
    margin:0;
    border-bottom: 1px #a0a0a0 dotted;
    font-size: 2em;
    text-transform: uppercase;
}

#aside ul {
    margin: 10px 10px 10px 0;
    list-style-type: none;
}

#aside .ablock {
    margin-bottom: 30px;
    background: #f0f0f0;
    padding: 5px;
    box-shadow: 5px 5px 5px #000;
}
.tagcloud li {
    float: left;
    padding: 2px 5px 0px 5px;
}

.tagcloud:after {
    content:"";
    display: block;
    clear: both;
}

/** 3-3 - Footer **/

#footer li {
    list-style: none;
    padding-bottom: 5px;
}
#footer {
    padding: 10px;
    margin: 0;
    color: #a0a0a0;
    font-size: 0.8em;
    background: #202020;
    border-top: 1px solid #404040;
    clear: both;
}

#footer div.column {
    width: 250px;
    border-right: 1px #a0a0a0 dashed;
    display: table-cell;
    padding-right: 10px;
    padding-left: 10px;
}

#footer div.column h1 {
    color: #a0a0a0;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px dotted #a0a0a0;
}
/* 4 - Comments & Forms */
#isso-thread, .isso-postbox {
    clear: none !important;
}

.isso-postbox {
    margin: 0 10px !important;
}

.isso-comment {
    margin: 5px 30px !important;
}

.isso-comment .isso-follow-up {
    padding-left: 30px !important;
}
#isso-thread h4 {
    margin: 15px 0 0 0;
    padding: 5px 20px 5px 20px;
    font-weight: bold;
    border-top: 1px dotted #a0a0a0;
    font-size: inherit;
    font-family: inherit;
}

blockquote {
    margin: 15px 20px 20px 20px;
}

.num-com {
    float: right;
    font-size: 0.8em;
}

.info_comment {
    font-size: 0.8em;
}

.content_com {
    padding: 15px 15px 15px 15px;
}

.type-normal {
    background-color: #ffffff;
}

.type-admin {
    background-color: #ebf1f4;
}

.feed-art-com {
    margin: 0 0 10px 0;
    padding: 0 20px 15px 20px;
}

.com-alert {
    color: #730E20;
    font-weight: bold;
    text-align: center;
}

label {
    display: block;
    margin: 0 0 5px 0;
}

input[type=text], textarea {
    border: 1px solid #DDDDDD;
    margin: 0 0 10px 0;
}

input[type=text]:hover, textarea:hover {
    border: 1px solid #AAAAAA;
    cursor: pointer;
}

input[type=text]:focus, textarea:focus {
    border: 1px solid #777777;
}

input[type=submit], input[type=submit] + p {
    display: inline;
}

input[type=submit] + p {
    margin: 0 0 -5px 10px;
}

input[type=submit] {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    padding: 3px 4px;
}

input[type=submit]:hover {
    background-color: #152F40;
    color: #FFFFFF;
    cursor: pointer;
}

input[type=submit]:active {
    background-color: #730E20;
}

/** Pagination **/

#pagination {
    text-align:center;
    padding: 0 0 5px 0;
    /*font-size: 0.8em;*/
    margin: 20px 0 5px 20px;
    margin-right: 250px;
}

#pagination span {
    margin-right:5px;
    background: #f0f0f0;
}

#pagination .p_page, #pagination .p_prev, #pagination .p_first, #pagination .p_last, #pagination .p_next {
    border: 1px #DDDDDD solid;
    padding: 3px 5px;
    box-shadow: 5px 5px 5px #000;
}

#pagination span a:hover {
    cursor: pointer;
}


.kw1 { color: #0ab; font-weight: bold }
.kw2, .kw3 { color: #0a0} 
.nu0 { color: #C00 }
.st0, .st_h { color: #ca0 };
.br0, .sy0        { color: #999 }
.vim .sy0         { color: inherit }
.re0, .re1, .re5  { color: #273273 }
.co0, .co1, .co4  { color: #999 }
.li1 { background: #f0f0f0 }
.li2 { background: #ffffff }
blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

code {
    font-size: 12px;
    font-family: 'Source Code Pro', 'Lucida Console', 'Inconsolata', monospace
}