html, body {
    height:100%;
}

body {
    position: relative;
    font-family:"Gentium Basic", "Lucida Sans","Droid Sans",arial, sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    color: #222;
    background:#333;
    background:-moz-linear-gradient(top, #999, #111) fixed;
    background:-webkit-linear-gradient(top, #999, #111) fixed;
    #background-image:url('/media/images/bg.png');
    #background-repeat:no-repeat;
    #background-position: bottom right;
    height: 100%;
    margin: 0;
}

/* Layout */
#container {
    width:100%;
    z-index:1;
}
#main { 
    background:#fff;
	width:760px;
    float:left;
    margin-left:40px;
    padding:30px;
    padding-top:50px;
    min-height:400px;
    z-index:3;
    -moz-box-shadow: 0px 1px 5px #000;
    -webkit-box-shadow: 0px 1px 5px #000;
}
#meta-content {
    position:fixed;
    top:50px;
    right:20px;
    margin-left:810px;
    background-color:rgba(0,0,0,0.9);
    text-shadow: 0px 0px 1px #999;
    max-width:300px;
    padding:5px;
    -moz-box-shadow: 0px 0px 3px #000;
    -webkit-box-shadow: 0px 0px 3px #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display:none;
    z-index:2;
    color:#f4f4f4;
}
#panel-container {
    position:fixed;
    top:-25px;
    float:left;
    width:100%;
    min-height:50px;
    padding-bottom:10px;
}

#panel {
    position:fixed;
    top:0px;
    float:left;
    width:100%;
    background:rgba(0,0,0,0.8);
    color: #fff;
    padding:5px 0 0 5px;
    -moz-box-shadow: 0px 2px 2px #000;
    -webkit-box-shadow: 0px 2px 2px #000;
    z-index:10;
    font-size: 0.8em;
    min-height:30px;
}
#panel > * .name {
    color:#fff;
    text-shadow: 0px 0px 5px #fff;
    font-family:'Montez','Inconsolata',arial, serif;
    font-size:2.2em;
    margin-left:25px;
    padding: 15px;
}

#menu {
    position:absolute;
    right:150px;
}
#menu a {
    color: #fff;
}
#menu > h1, h2, h3, h4, h5 {
    display:inline;
}
#post {
    padding-top: 20px;
    margin-bottom: 20px;
}

#content {
    float:left;
}
#back-to-top {
    position:fixed;
    left:880px;
    bottom:-100px;
    background:rgba(0,0,0,0.7);
    font-family: "Ubuntu", "Droid Sans", arial, sans-serif;
    z-index:-2;
    color:#fff !important;
    font-size:32px;
    text-decoration:none;
    padding:10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    opacity:0;
}
#back-to-top > * {
    color: #fff;
    -moz-text-shadow: 0 0 5px #000;
    -webkit-text-shadow: 0 0 5px #000;
}

.meta{
    border-bottom:dotted thin;
}

.meta:hover {
    cursor: pointer;
    background:#000;
    color:#fff;
    -moz-box-shadow:0 0 2px #000;
    -webkit-box-shadow:0 0 2px #000;
}

.meta-image  {
    float:left;
    border:solid 5px #fff;
	float:left;
    margin:5px;
    margin-right: 10px;
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;
}
.block {
	display:block;
	clear:both;
}

#about {
    margin-top:90px;
    min-height:140px;
    clear:both;
    height:100%;
    font-size:1.1em;
    line-height:1.5em;
    #text-shadow: 0px 0px 1px #666;
}
.left {
    float:left;
}
.right {
    float:right;
}

/* Text */
p {
    padding:10px 0 20px 0;
}
h1,h2,h3,h4,h5,h6 {
    color: #333;
    line-height:1.2em;
}

h1,h2,h3 {
    text-shadow: 0px 1px 0px #e5e5ee;
}
h1 {
	font-size:2.2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}

a,a.meta {
    color:#A71005;
    text-decoration:none;
    border-bottom:dotted thin;
}
a:hover,a.meta:hover {
    color: #fff;
    background:#A71005;
    -moz-box-shadow:0 0 2px #A71005;
    -webkit-box-shadow:0 0 2px #A71005;
}
a.no-bg {
    text-decoration:none;
    border:none;
}
a.no-bg:hover {
    background: none;
    -moz-box-shadow:0 0 0;
    -webkit-box-shadow:0 0 0;
}
h1, h2 ,h3, h4, h5, h5 {
    font-family: "Fondamento", "Droid Serif",arial, serif;
}
h2 a, h3 a,h4 a,h5 a,h6 a {
    color:#000;
}
.meta-name,.meta-href,.meta-command {
    text-decoration: underline;
    color: #fff;
    display: block;
    clear: both;
}
.meta-href:after {
    content:"→";
}
.meta-command:before {
    content:"$ ";
}
.meta-description {
    font-family:'Inconsolata',arial, serif;
    font-size:16px;
}

.post-meta {
    font-family:'Inconsolata',arial, serif;
    position:absolute;
    top:100px;
    left:858px;
    text-align:right;
    font-size:12px;
    font-weight: bold;
    z-index:-1;
}

.post-meta .tag,.date {
    background:#D6DDE6;
    padding:0 5px 0 10px;
    margin-bottom:0px;
    text-shadow: 0px 0px 1px #999;
    -moz-border-radius:0 20px 20px 0;
    -webkit-border-radius:0 20px 20px 0;
    -moz-box-shadow:5px 0px 10px #000;
    -webkit-box-shadow:5px 0px 10px #000;
}
.signature {

}
.date {
    background:#E6D6D7;
    padding-right:28px;
    font-size:1em;
    background:url('/media/images/date.png') #E6D6D7;
    background-repeat:no-repeat;
    background-position:right center;
}

.tag:after {
    font-size:1.2em;
    color:#2B2B2B;
    content:"●   ";
}
.error {
    color:#A71005;
}
.gigantic {
    font-size:6em;
    line-height:1em;
}
.huge {
	font-size:4em;
    line-height:1em;
}
pre * {
    font-family:"Inconsolata","Lucida Console",Menlo,"Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,mono !important;
    font-size-adjust:none !important;
    font-stretch:normal !important;
    font-style:normal !important;
    font-variant:normal !important;
    font-weight:normal !important;
    line-height:normal !important;
    text-decoration:none !important;
    color: #fff !important;
    font-size:16px;
}
pre .meta {
    border:none !important;
}
pre {
    display: block;
    margin:5px;
    padding:10px;
    overflow: auto;
    max-width:600px;
    background-color: #000 !important;
}
.terminal:before {
    content:'$ ';
}
.icon {
    width: 25px !important;
    height: 16px !important;
    text-decoration:none !important;
    border:none !important;
}
.icon:hover {
    background:none !important;
    -moz-box-shadow:0 0 0 !important;
    -webkit-box-shadow:0 0 0 !important;
}
.icon#subscribe:after {
    content: url('/media/images/rss.png');
}
.icon#about:after {
    content: url('/media/images/about.png');
}
.icon#blog:after {
    content: url('/media/images/blog.png');
}
.icon#tag:after {
    content: url('/media/images/tag.png');
}
.icon#project:after {
    content: url('/media/images/project.png');
}


