body, h1, h2, h3, h4, h5, h6, fieldset, img, form, blockquote, ul, ol, p, label {
    border: 0;
    list-style: none;
    font-size: 1em;
    margin: 0;
    padding: 0;    
    text-decoration: none;
}
 
a:focus {
    outline: none;
}
 
.center {
    margin: 0 auto;
    width: 800px;
}

.cb {
	clear: both;
}
 
body {
    background: #ddd;
    color: #4c4c4c;
    font: 68.75%/1.6em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
 
.tid {
    color: #666;
}
 
#header {
    background: #092d1f url('/img/bg.jpg') repeat-x top;
    padding-top: 8px;
}
 
    #header h1 {
        background: url('/img/paste.png') no-repeat 112px 19px;
        padding: 15px 0;
    }
 
    #header h1 a {
        background: url('/img/logo-popup.gif') no-repeat -4px 0;
        display: block;
        height: 23px;
        text-indent: -9999px;
        width: 129px;
    }

#panel ul {
	float: left;
	margin: 0;
	}

	#panel ul li {
		line-height: 2.8em;
		float: left;
		margin-right: 1.5em;
	}

	#panel a {
		color: #4c4c4c;
		text-decoration: none;
	}

	#panel a:hover, #panel a:active, #panel a:focus {
		text-decoration: underline;
	}

#contents {
    background: #fff;
    padding: 20px 0;
    overflow: hidden;
}
 
    #sidebar {
        position: absolute;
        z-index: 1;
        top: 111px;
        left: 50%;
        margin-left: 140px;
        width: 260px;
    }
 
    #sidebar .box {
        border: 1px solid #eee;
        background: #eee url('/img/bg-box.gif') repeat-x top;
        padding: 19px;
        margin: 20px 0 0;
    }
    
    #sidebar .box:first-child {
        margin: 0;
    }
 
    #sidebar a {
        color: #4c4c4c;
        border-bottom: 1px solid #aaa;
        text-decoration: none;
        }
        
        #sidebar a:hover {
            color: #000;
            background-color: rgba(0,0,0,0.05);
            border-color: #555;
            text-decoration: none;
        }
 
#sidebar .tl a {
    color: #aaa;
    border: 0;
    background: none;
}
 
#sidebar .tl a:hover {
    color: #4c4c4c;
    text-decoration: underline;
}
 
 
    #contents p {
        margin-top: 1em;
    }
    
    #contents b, #contents strong {
        color: #446843;
    }
    
    #contents em, #contents i {
        color: #9b9b7b;
    }
 
    #contents h1 {
        color: #ddd;
        font: normal 2.8em/1.2em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
        margin: 0 0 0.2em 0;
    }
    
    #contents h2 {
        font: 1.45em/1.4em Georgia, Times, serif;
        margin: 10px 0;
    }
    
    #contents h3 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        text-transform: uppercase;
    }
    
    #contents h3 small {
        text-transform: lowercase;
        font-weight: normal;
    }
    
    #contents p.first, #contents h2.first, #contents h3.first {
        margin-top: 0;
    }
    
    #sidebar ul {
        color: #bbb;
        margin-top: 1em;
        padding: 0 0 0 2em;
        list-style: circle;
        }
        
        #sidebar ul span {
            color: #4c4c4c;
        }
        
        #sidebar ul.first {
            margin-top: 0;
        }
 
    #code {
        position: relative;
        z-index: 4;
        background: #141414;
        color: #f8f8f8;
        width: 516px;
        padding: 2px;
        font-size: 11px;
        }
        
        #code pre {
            margin: 0;
            padding: 0;
        }
 
        #code .wrapper {
            padding: 18px;
            border: 1px solid #444;
            overflow: auto;
        }
        
        #code .linenumbers {
            color: #555;
            float: left;
            text-align: right;
            margin: 0;
            width: 30px;    
        }
        
        #code .code {
            margin: 0 0 0 45px;
        }
 
#footer .copyright {
    color: #999;
    padding: 20px 0;
}
 
    #footer .copyright p:first-child {
        color: #4c4c4c;
    }
 
    #footer a {
        color: #4a4a4a;
        text-decoration: none;
    }
    
    #footer a:hover {
        text-decoration: underline;
    }
 
/********************************************************
 *
 *   3. Länkar
 *
 ********************************************************/
 
#contents a, #contents .box .tl a, #contents .tl strong a {
    color: #4c4c4c;
    border-bottom: 1px solid #aaa;
    text-decoration: none;
}
 
#contents .tl strong a {
    font-weight: normal;
}
 
#contents a:hover, #contents a:focus, 
#contents .box .tl a:hover, #contents .box .tl a:focus,
#contents .tl strong a:hover, #contents .tl strong a:focus {
    color: #000;
    background-color: rgba(0,0,0,0.05);
    border-color: #555;
    text-decoration: none;
}
 
#contents .tl a {
    color: #aaa;
    border: 0;
    background: none;
}
 
#contents .tl a:hover {
    color: #4c4c4c;
    text-decoration: underline;
}
 
/********************************************************
 *
 *   4. Tabeller
 *
 ********************************************************/
 
.tl {
    width: 100%;
}
 
.tl td {
    border-bottom: 1px solid #ddd;
    color: #aaa;
    padding: 6px 9px;
}
 
.tl .odd td {
    background: #fafafa;
}
 
.tl .even td {
    background: #eeeeee;
}
 
.tl td.icon  {
    width: 20px;
    text-align: center;
    padding-left: 16px;
    padding-right: 7px;
}
 
.tl .icon img {
    margin-bottom: -4px;
}
 
.box .tl {
    width: 260px;
    margin: 0 0 0 -40px;
    position: relative;
    left: 20px;
    top: 20px;
}
 
.box .tl td {
    background: transparent;
    border: 0;
    border-top: 1px dotted #ccc;
    color: #4c4c4c;
    padding: 8px 20px 8px 5px;
}
 
.box .tl td.icon {
    padding: 12px 5px 6px 20px;
    vertical-align: top;
    width: 12px;
}
 
#contents fieldset {
    border: 8px solid #eee;
    padding: 22px;
    margin: 0;
    float: left;
    width: 460px;
}
 
#contents .box .tl tr:last-child td {
    padding-bottom: 20px;
}
 
#contents .box .tl .odd td {
    background: rgba(0,0,0,0.03);
}
 
#contents .box .tl td {
    vertical-align: middle;
    padding: 7px 6px;
}
 
#contents .box .tl .icon {
    padding: 0 6px 0 20px;
}
 
#contents .box .tl .icon a, #forum .box .tl .rss a {
    background: none;
    border: 0;
}
 
/********************************************************
 *
 *   5. Formulär
 *
 ********************************************************/
 
 
#contents input[type="text"], #contents input[type="password"] {
    background: #eee url('/img/bg-input.gif') repeat-x top;
    border: 1px solid #bbb;
    border-top: 1px solid #7c7c7c;
    outline: none;
    margin: 0;
}
 
.checkbox {
    background: #eee;
    color: #999;
    line-height: 29px;
    padding: 0 5px;
    margin-top: 2px;
    font-style: italic;
    width: 304px;
}
 
.checkbox:hover {
    color: #777;
}
 
input + .checkbox, p + .checkbox {
    margin-top: 1.5em;
}
 
div+input[type="submit"] {
    margin-top: 1.5em;
}
 
input+input[type="submit"], p+input[type="submit"] {
    margin-top: 1em;
}
 
span.radio {
    line-height: 28px;
    float: left;
    width: 12px;
    height: 28px;
    background: url('/img/checkbox-off.png') no-repeat center center;
    display: block;
    margin: 1px 8px 0px 4px;
}
 
span.radio.checked {
    background: url('/img/checkbox-on.png') no-repeat center center;
}
 
span.radio input {
    margin: 0;
    height: 10px;
    width: 10px;
    opacity: 0;
}
 
span.check {
    line-height: 12px;
    float: left;
    width: 12px;
    height: 12px;
    background: url('/img/checkbox-off.png') no-repeat center center;
    display: block;
    margin: 9px 8px 8px 4px;
}
 
span.check.checked {
    background: url('/img/checkbox-on.png') no-repeat center center;
}
 
span.check input {
    margin: 0;
    height: 28px;
    width: 12px;
    opacity: 0;
}
 
span.select {
    position: absolute;
    background: #eee url('/img/bg-select.gif') repeat-x top right;
    border: 1px solid #bbb;
    border-top: 1px solid #7c7c7c;
    font: 1.6em/1em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding: 7px 6px;
    margin-top: 0.3em;
    width: 300px;
    overflow: hidden;
}
 
select.styled { position: relative; width: 320px; opacity: 0; z-index: 5; border: 0; height: 34px; margin: 0.3em 0 0; }
select.styled option { font: 1.6em/1em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; }
 
 
#contents form fieldset input[type="text"], #contents form fieldset input[type="password"] {
    font: 1.6em/1em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding: 5px 6px;
    margin-top: 0.3em;
    width: 300px;
}
 
#contents form fieldset input[type="text"]:focus, #contents form fieldset input[type="password"]:focus {
    background: #fff;
    padding: 4px 5px;
    border: 2px solid #459fd7;
}
 
#contents .box form input[type="text"] {
    font: 1.2em/1em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding: 4px 5px;
    width: 208px;
}
 
#contents .box form input[type="password"]:focus {
    background: #fff;
    padding: 3px 4px;
    border: 2px solid #459fd7;
}
 
#contents .box form input[type="password"] {
    font: 1.2em/1em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    padding: 4px 5px;
    width: 208px;
}
 
#contents .box form input[type="text"]:focus {
    background: #fff;
    padding: 3px 4px;
    border: 2px solid #459fd7;
}
 
div.editor {
    float: left;
}
 
div.editor .toolbar {
    background: url('/img/bg-toolbar.png') repeat-x top;
    border-top: 1px solid #7c7c7c;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 0;
    margin: 0.5em 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 5px 6px;
}
 
h3.first+div.editor {
    margin: 0.5em 0 0 0;
}
 
div.editor textarea {
	background: #eee url('/img/gfx/bg-input.gif') repeat-x top;
	border: 1px solid #bbb;
	border-top: 1px solid #7c7c7c;
	font: 11px/15px monospace;
	outline: none;
	display: block;
	padding: 1px;
	margin: 0 0 0.5em 0;
	outline: none;
	width: 456px;
}

div.editor textarea:focus {
	background: #fff;
	padding: 0;
	border: 2px solid #459fd7;
}
 
fieldset .box.submit {
	background: #fafafa;
	margin: 0 0 0 -44px;
	padding: 22px;
	border: 0;
	border-top: 1px dotted #ccc;
	position: relative;
	left: 22px;
	top: 22px;
	width: 460px;
}

#contents .box p.loader {
	background: url('/img/ajax-box.gif') no-repeat left center;
	color: #aaa;
	padding-left: 22px;
	line-height: 25px;
	margin: 0 !important;
}

/* 
    Tema, baserat på Twilight
                     <3<3<3<3
*/
 
.hl-default {
    color: #f8f8f8;
}
.hl-code {
    color: #CDA869;
}
.hl-brackets {
    color: #f8f8f8;
}
.hl-comment {
    color: #5F5A60;
}
.hl-quotes {
    color: #8F9D6A;
}
.hl-string {
    color: #8F9D6A;
}
.hl-identifier {
    color: #9B703F;
}
.hl-builtin {
    color: Teal;
}
.hl-reserved {
    color: #9B859D;
}
.hl-inlinedoc {
    color: #F9EE98;
}
.hl-var {
    color: #7587A6;
}
.hl-url {
    color: #7587A6;
}
.hl-special {
    color: #F9EE98;
}
.hl-number {
    color: #CF6A4C;
}
.hl-inlinetags {
    color: #F9EE98;
}
 
.resizer {
	background: #ddd url('/img/2rightarrow.png') no-repeat center;
	cursor: pointer;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	width: 32px;
	height: 32px;
	position: absolute;
	z-index: 3;
	top: 114px;
	left: 50%;
	margin-left: -432px;
}

