/*
Name: Jonny Campbell Stylesheet
URI: http://www.jonnycampbell.com
Description: Stylesheet thing for making things look nice. I miss tables.
Version: 1.0
Author: Jonny Campbell
Author URI: http://www.jonnycampbell.com
*/

body { background:#000; color:#fff; font-family:Consolas, 'Lucida Console', Monaco, monospace; font-size:12px; line-height:1.3; }
#container { width:960px; }
a { text-decoration:none; }
a:hover { padding-bottom:1px; border-bottom:1px solid; }
a:active { padding-bottom:1px; border-bottom:2px solid; }
a:active,a:focus { outline:0; }
code,pre { font-family:Consolas, 'Lucida Console', Monaco, monospace; }
.comment { color:#94DC95; }
.script { color:#EA78E3; }
.attribute { color:#FBAC6A; }
.string { color:#6560f4; }
/*.string { color:#5D58E2; }*/
.text { color:#FFF; }
.comment a,a.comment { color:#94DC95; }
.script a,a.script { color:#EA78E3; }
.attribute a,a.attribute { color:#FBAC6A; }
.string a,a.string { color:#6560f4; }
.text a,a.text { color:#FFF; }
.unselectable { -moz-user-select:none; -khtml-user-select:none; user-select:none; }
.page-curl { z-index:9999; background:url(../img/fold-sw.png); width:80px; height:80px; position:fixed; right:0; text-indent:-9999px; opacity:0.9; -webkit-animation-duration: 1.3s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: ease-in; -webkit-animation-name: fade;}
a.page-curl:hover { border:0; text-decoration::none; padding:0; opacity:1;}
@-webkit-keyframes fade { from { opacity: 0; } to { opacity: 0.9; } }
