/* Copyright Fr3d.org 2008 */

html {
	overflow: auto;
}

body {
	background-position: 0;
	background-color: #EEEEEE;
	color: #333333;
	font-size: 0.8em;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}

a {
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #0080ff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active, a:hover {
	border-bottom-color: #ff9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

form {
	margin-right: .3em;
	margin-left: .3em;
	display: inline;
	font-size: 0.9em;
}

label {
	cursor: pointer;
}

pre {
	font-size: 1.2em;
}

#page {
	color: black;
	background-color: white;
	padding:  4px;
	border-left-color: #FF9900;
	border-left-width: 2px;
	border-left-style: solid;
	text-align: left;
	width: 960px;
}

#header, #links {
	text-align: left;
	font-size: 0.8em;
	color: black;
}

#header {
	height: 40px;
	background-repeat: no-repeat;
	background-image: url(images/fr3d_logo.png);
	font-size: 0em;
	color: white;
	background-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #0099FF;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#header a {
	color: #66ccff;
}

#header span {
	float: right;
}

#links {
	font-size: 0.9em;
	text-align: left;
}

#links a {
	color: #0080ff;
}

#links input {
	width: 30px;
}

#links span {
	float: right;
}

#content {
	font-size: .9em;
	margin: 1.5em;
	vertical-align: text-top;
}

.paste {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 1.1em;
	/*margin: 1.5em;*/
	border: 1px solid #666666;
	overflow-y: scroll;
}

.paste ol {
	margin-right: 1em;
}

.paste a {
	text-decoration: underline;
}

.paste a:hover, .paste a:active {
	text-decoration: none;
}

.scrollbox {
	max-height: 500px;
	min-height: 100px;
	overflow: scroll;
}

.user {
	font-size: .9em;
	margin: 1.5em;
}

.meta {
	background-color: inherit;
	margin-bottom: 0.2em;
}

.meta a {
	font-size: 1.1em;
}

.user .meta {
	font-size: 0.9em;
	color: #333333;
}

.pastearea {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#c-left {
	margin-bottom: 1em;
	width: 250px;
	min-width: 20em;
	padding: 2%;
	vertical-align: text-top;
}

#c-right {
	margin-bottom: 1em;
	padding: 2%;
	border-left-color: #4c4c4c;
	border-left-style: dashed;
	border-left-width: 1px;
	text-align: left;
	vertical-align: text-top;
}

#footer {
	clear: both;
	padding: .3em;
	font-size: 0.8em;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #0099FF;
	padding-top: 4px;
}

#footer span {
	float: right;
}

#hlinks
{
	font-size: 0.9em;
	border-bottom: 2px solid #0099FF;
	padding-top: 5px;
	padding-bottom: 7px;
	text-align: center;
	/*background: #FFFFFF url(/blog/wp-content/themes/fr3d-v2/images/logo.png) no-repeat;*/
}

/*#hlinks a
{
	color: #333333;
	display: inline-block;
	padding: 2px 8px 3px 8px;
	margin-right: 2px;
	border: #FF9900 1px solid;
	background: #FFFF99 !important;
}

#hlinks a:hover, #hlinks a:active
{
	color: #000000;
	border-top: #EEAA00 1px solid;
	border-left: #EEAA00 1px solid;
	border-right: #995500 1px solid;
	border-bottom: #995500 1px solid;
}*/

#hlinks a
{
	color: #333333;
	display: inline-block;
	padding: 2px 8px 3px 8px;
	margin-right: 2px;
	border: #0099FF 1px solid;
	background: #E4EEFF !important;
}

#hlinks a:hover, #hlinks a:active
{
	color: #000000;
	border-top: #00AAEE 1px solid;
	border-left: #00AAEE 1px solid;
	border-right: #005599 1px solid;
	border-bottom: #005599 1px solid;
}
