/* 
	Stylesheet for dajmon.se
	Copyright (c) 2012 Daniel Lindbeck
*/
body {
	font-family:Arial, sans-serif;
	font-size:11px;
	background:#e9e9e9 url('../images/site_bg.jpg') repeat 0% 0%;
	margin:0px;
	padding:0px;
	color:#555555;
}

/* images */
img { border: 0; }


/* input */
input, textarea { border:0px; background:transparent; padding:0px; width:100%; }

/* hrefs */
a {text-decoration:none; color:#000;}
a:hover {color:#333;}

/* paragraphs */
h1 {
	padding:0px 0px 0px 0px;
	font-size:18px;
	margin:5px 0px 0px 0px;
	color:#9db602;
    font-weight:normal;
}

h2 {
	padding:0px 0px 0px 0px;
	font-size:13px;
	margin:5px 0px 0px 0px;
	color:#50a0d3;
    font-weight:normal;
}

h3 {
	padding:0px;
	font-size:12px;
	margin:8px 0px 2px 0px;
	color:#9db602;
    font-weight:normal;
}

/* line */
hr { 
	width:100%; 
	height:1px; 
	background-color: #d7d7d7; 
	color: #d7d7d7; 
	border: 0; 
}

/* Wrapper */
#wrapper {
	width:916px;
	margin:0 auto;
}

/* Structures */
#site-top {
	width:100%;
	height:14px;
	background:transparent url('../images/site_top.png') no-repeat 0% 0%;
	margin-top:40px;
}

#site-middle {
	width:100%;
	background:transparent url('../images/site_middle.png') repeat-y 0% 0%;
}

#site-bottom {
	width:100%;
	height:17px;
	background:transparent url('../images/site_bottom.png') no-repeat 0% 0%;
}


/* Containers */
#content {
	height:450px;
	line-height:20px;
	padding:0px 10px 12px 10px;
	overflow-y:hidden;
}

#terminal {

}

.terminal .clipboard {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.01;
    filter: alpha(opacity = 0.01);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.01);
    width: 2px;
}
.cmd > .clipboard {
    position: fixed;
}
.terminal {
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.cmd {
    padding: 0;
    margin: 0;
    height: 1.3em;
}
.terminal .terminal-output div {
    display: block;
}
.terminal, .terminal .terminal-output, .terminal .terminal-output div,
.terminal .terminal-output div div, .cmd, .terminal .cmd span, .terminal .cmd div {
    font-family: monospace;
    font-size: 12px;
    line-height: 16px;
}
.terminal .cmd span {
    float: left;
}
.terminal .cmd span.inverted {
    background-color: #aaa;
    color: #000;
}
.terminal div::-moz-selection, .terminal span::-moz-selection {
    background-color: #aaa;
    color: #000;
}
.terminal div::selection, .terminal span::selection {
    background-color: #aaa;
    color: #000;
}
.terminal .terminal-output div.error, .terminal .terminal-output div.error div {
    color: red;
}
.tilda {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
}
.clear {
    clear: both;
}

/* Clearfix */
.clear {clear:both;}

.user { color:#ffaf5f; }
.at { color:#ff8f00; }
.host { color:#ff875f; }
.sep { color:#ffffff; }
.pts { color:#ff5f5f; }
.arrow { color:#585858; }
.path { color:#ff8f00; }

