/* --------------------------
   LAYOUT
   --------------------------
*/

#doc {
    min-width: 1000px;
}

#content{
    margin-left: 270px;
    margin-right: 280px;
    min-height: 14em;
    margin-bottom: 3em;
}

#sidebar {
    float: right;
    width: 220px;
    margin-right: 10px;
}

#header {
    margin-left: 270px;
    padding-top: 3em;
    padding-bottom: 3em;
}

#footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    font-size: 0.8em;
    width: 100%;
    padding-top: 1em;
    padding-bottom: .4em;
    background-color: #fff;
}

/* --------------------------
   STYLE
   --------------------------
*/


/* General html tags */
* {
    margin:0;
    padding:0;
    outline: none;
}
html {
	color: #000;
}

body { 
    /*font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Helvetica,sans-serif; */
    font-family:Heuristica, Georgia, serif;
    font-size: 11pt;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: none;
}

a {
    text-decoration: none;
    outline-style: none;
    color: #999;
}

a.notExists:before {
    content: '!';
    color: red;
}

a.notExists:after {
    content: '!';
    color: red;
}

p, ul, ol {
    margin-bottom: 1em;
}

pre code {
    background-color: #f5f5f5;
    display: block;
    padding: .5em .5em .5em 2em;
    line-height: 1.3em;
    font-size: 9pt;
}

table {
    /* border-collapse: collapse; */
}

th {
    vertical-align: top;
}

acronym {
    border-bottom: 1px dotted #999;
}

blockquote {
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 1em 1em 1em 1em;
    border-left: 2px solid #ddd;
    font-style: italic;
}

blockquote p:last-child {
    margin-bottom: 0;
}

ul, ol {
    padding-left: 1.5em;
}

ul li {
    list-style-type: none;
}

ul li:before {
    content: '\00B7  ';
}

input[type="text"], input[type="password"] {
    padding: 0.3em;
}

input[type="text"], input[type="password"], textarea {
    font-size: 1em;
    border: 1px solid #aaa;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    background-color: #FFFEEF;
}

textarea {
    width: 100%;
    padding: 1em;
    font-family: Monaco,monospace;
    font-size: 1.1em;
}

textarea.editContent {
    height: 300px;
    font-size: 8pt;
}

/* header */

#header h2 {
    font-size: 2.2em;
    margin-right: 0.4em;
    display:inline;
    font-family: "Century Schoolbook", Georgia, Times, serif;
}

#header h2 a {
    color: #000;
}

#header h3 {
    font-size: 1.1em;
    color: #aaa;
    display:inline;
}

#content a:hover {
    text-decoration: underline;
}

#content h2 {
    padding-top: .5em;
    padding-bottom: 1em;
}

#content h3 {
    padding-top: .5em;
    padding-bottom: 1em;
}

#content div.preview {
    padding: .5em;
    border: 1px dotted #aaa;
    margin-bottom: 2em;
}

/* Blog rules */
.dra h2.post:after {
    content: 'Draft';
    color: red;
    font-size: 1.4em;
    float: right;
}

#content > h2.post:not(:first-child) {
    margin-top: 1.5em;
}

#content .post:not(:first-child) {
    border-top: 1px solid #aaa;
    padding-bottom: 0.2em;
    padding-top: 1.5em;
}

.postInfo {
    font-size: .8em;
    margin-bottom: 2em;
    color: #666;
}

.options a:not(:first-child):before {
    content: '| ';
}

.options {
    background-color: #eee;
    border-top: 1px solid #999;
    padding: 2px;
}

.postContent {
    margin-bottom: 1em;
    text-align: justify;
}

.modul h3 {
    border-bottom: 1px solid #aaa;
    margin-bottom: 1em;
}

#pictures_resume {
    min-height: 318px;
}

#twitter_resume {
    min-height: 250px;
}

img.modul {
    padding: 0;
}

.modul .row {
    padding-bottom: 1em;
    margin-bottom: .5em;
    font-size: .9em;
}

.modul .row:not(:last-child) {
    border-bottom: 1px solid #aaa;
}

div.preloadImage {
    cursor: pointer;
    float: left;
    margin: 2px;
    width: 67px;
    height: 67px;
    border: 1px solid #e5e5e5;
}

/* footer */
#hl {
    margin-left: 2em;
    width: 16em;
}

a.rounded {
    text-align: center;
    color: #fff;
    background-image: url('images/footer_link_bg-gray.png');
    background-repeat: no-repeat;
}

a.rounded:hover {
    background-image: url('images/footer_link_bg-hover.png');
}

a.rounded span:hover {
    background-image: url('images/footer_link_bg-hover.png');
}

a.rounded span {
    background-image: url('images/footer_link_bg-gray.png');
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
}

a.rounded span span {
    background-position: right bottom;
}

a.rounded span span span {
    background-position: left bottom;
}

a.rounded span span span span {
    background-image: none;
    padding: .7em;
}

#footer a {
    color: #CFCFCF;
    margin-right: 2em;
}

/* Pagination */
.pagination {
    margin-bottom: 1em;
}
.pagination .next {
    float:right;
}
.pagination .previous {
    float:left;
}

#shorten {
    border: 1px solid #000;
    padding: 0.5em;
    display: inline;
}

#uploadPage {
    background-color: #fff;
    padding: 1em;
}

#files {
    margin-top: 1em;
    padding: 1em;
    border: 1px solid #666;
    overflow: auto;
}

.window {
    position: absolute;
    margin-left: 200px;
    top: 200px;
    border: 1px solid #999;
    padding: 1em;
    min-width: 200px;
    right: 1em;
    background-color: #fff;
}

#youarehere {
    margin: 20px 0px 0px 10px;
    font-size: .9em;
    border-top: 1px solid #999;
    padding-top: .2em;
}

#menuleft {
    position: absolute;
}

#menuleft a {
    color: #bbb;
    font-size: 20pt;
}

#menuleft a:hover {
    color: #999;
}

#menuleft li {
    margin-bottom: .5em;
}

#menuleft li:before {
    content: '';   
}

.left {
    float: left;
}

.right {
    float: right;
}
