@import url("geshi.css");

/* www.wavetrex.eu */
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	background-color: #9c9a98;
}

/* layout */
#outercontainer {
	width: 100%;
	position: absolute;
}

#leftouter {
	width: 40%;
	background: url("/layout/bg-metal-left.jpg") right 0px no-repeat;
}
#leftouter div.bg {
	background: url("/layout/bg-shadow-left.png") right top no-repeat;
	width: 100%;
	height: 524px;
}
#contentcontainer {
	width: 893px !important;
	background-color: #ffffff;
}

#rightouter {
	background: url("/layout/bg-metal-right.jpg") left -1px no-repeat;
	width: 40%;
}
#rightouter div.bg {
	background: url("/layout/bg-shadow-right.png") left top no-repeat;
	width: 100%;
	height: 524px;
}

#header {
	width: 893px;
	height: 78px;
	background-image: url("/layout/header.png");
	position: relative;
}

#content {
	position: relative;
}

#content #mainmenu {
	width: 855px;
	height: 36px;
	background: url("/layout/menu-bg-normal.png") repeat-x;
	padding-left: 38px;
	position: relative;
}
#content #mainmenu a {
	display: block;
	height: 24px;
	padding: 0;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	margin-top: 6px;
	text-indent: -2000px;
	background-position: 20px;
}
#content #mainmenu #menumarker {
	display: block;
	top: 3px;
	height: 31px;
	position: absolute;
	background-color: white;
	filter: alpha(opacity=34);
	opacity: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	left: 38px;
	right: 38px;
	display: none;
	cursor: pointer;
}
a#portfolio {
	width: 109px;
	background: url("/layout/menu/menu-portfolio.png") no-repeat;
}
a#programming {
	width: 132px;
	background: url("/layout/menu/menu-programming.png") no-repeat;
}
a#graphics {
	width: 98px;
	background: url("/layout/menu/menu-graphics.png") no-repeat;
}
a#blog {
	width: 51px;
	background: url("/layout/menu/menu-blog.png") no-repeat;
}
a#aboutme {
	width: 99px;
	background: url("/layout/menu/menu-aboutme.png") no-repeat;
}
a#contact {
	width: 87px;
	background: url("/layout/menu/menu-contact.png") no-repeat;
}

#content #rightside {
	position: absolute;
	right: 0px;
	width: 288px;
	top: 36px;
	bottom: 0px;
	background: url("/layout/rs-bg.png") repeat-y;
}
#content #rightside #index {
	margin: 6px;
	opacity: 0;
	font-size: 80%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#rightside #index .links a {
	display: block;
	color: #7B9DD2;
	text-decoration: none;
	font-weight: bold;
}
#rightside #index .links a:HOVER {
	text-decoration: underline;
}

#content #leftside {
	left: 0px;
	width: 554px;
	background-color: #ffffff;
	padding: 25px;
	color: #2d2d2d;
	font-size: 13px;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
}

#content #catlogo {
	float: right;
}

#content #leftside h2 {
	font-size: 20px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-weight: normal;
	margin-top: 0px;
}

#content #leftside a {
	color: #7B9DD2;
	text-decoration: none;
}
#content #leftside a:HOVER {
	text-decoration: underline;
}

#content .soclinks {
	list-style-type: none;
	display: block;
}
#content .soclinks li {
	float: left;
	width: 250px;
}

#content .soclinks a {
	display: block;
	background-image: url("/layout/grav-share-sprite.png");
	background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 22px;
    margin-bottom: 4px;
}

#content .soclinks .facebook {
	background-position: 0 0;
}
#content .soclinks .google {
	background-position: 0 -752px;
}
#content .soclinks .linkedin {
	background-position: 0 -368px;
}
#content .soclinks .myspace {
	background-position: 0 -352px;
}
#content .soclinks .twitter {
	background-position: 0 -464px;
}
#content .soclinks .vimeo {
	background-position: 0 -384px;
}
#content .soclinks .yahoo {
	background-position: 0 -160px;
}
#content .soclinks .youtube {
	background-position: 0 -208px;
}
#content .soclinks .neogen {
	background-image: url("/layout/icon/neogen.png");
}
#content .soclinks .hi5 {
	background-image: url("/layout/icon/hi5.jpg");
}
#content .soclinks .xfire {
	background-image: url("/layout/icon/xfire.png");
}
#content .soclinks .steam {
	background-image: url("/layout/icon/steam.png");
}
#content .soclinks .ohloh {
	background-image: url("/layout/icon/ohloh.png");
}

#footer {
	width: 893px;
	height: 200px;
	background-image: url("/layout/bg-bottom.jpg");
	background-repeat: no-repeat;
	position: relative;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-size: 14px;
	background-color: #9c9a98;
}

#footer a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
	line-height: 18px;
}
#footer a:HOVER {
	color: white;
}

#footer .column {
	float: left;
	height: 200px;
	overflow: hidden;
	margin-left: 6px;
	margin-right: 6px;
}

#footer .column h3 {
	color: black;
	margin: 0px;
	margin-top: 22px;
}
#footer .column p {
	color: #505050;
	margin: 0px;
	margin-top: 6px;
}

/* BLOG */

.blog-list {
	padding: 6px;
}
.blog-article {
	padding: 6px;
}

.adminbar {
	padding: 4px;
}
.adminbar > div {
	padding: 4px;
	border: 1px solid gray;
	background-color: #E8E8F0;
}

.adminbar img, #pagedef-nav img {
	cursor: pointer;
}

.ui-dialog {
	font-size: 0.8em;
}

.ui-dialog-content label {
	font-weight: bold;
}
.ui-dialog-content label, .ui-dialog-content input { display:block; }
.ui-dialog-content input[type="text"], .ui-dialog-content input[type="password"], .ui-dialog-content textarea {
	width: 98%;
	padding: .2em;
	margin-bottom:8px;
}
.ui-dialog-content .ui-dialog-content select {
	padding: .2em;
	margin-bottom:8px;
}
.ui-dialog-content fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.ui-button { outline: 0; margin:0; padding: .4em 1em .5em; text-decoration:none; cursor:pointer; position: relative; text-align: center; }
.ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }

/* Surface system */

#content #surface {
	position: relative;
	height: 600px;
	width: 100%;
	overflow: hidden;
}

#dragger {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: move;
	overflow: hidden;
}
#center {
	position: absolute;
	width: 100px;
	height: 100px;

	position:absolute;
	margin: auto;
	top:50%; margin-top:-50px;	
	right: 0px; left: 0px;
	background-color: red;
}

#container {
	overflow: visible;
	position: absolute;
}

#container > div.box {
/*	background-color: white; */
	position: absolute;
/*	border: 1px solid gray;	*/
	overflow: hidden;
}
/* Specific types formatting */
#container > div.link a {
	text-decoration: none;
	font-size: 18px;
	color: #222222;
	background-color: #FFFFE0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
#container > div.link a:HOVER {
	background-color: #D8E0F0;
}
#container > div.html > div.content {
	overflow: auto;
	position: absolute;
	top: 4px;
	bottom: 8px;
	left: 4px;
	right: 4px;
}
#container > div.html h1, #container > div.html h2, #container > div.html h3, #container > div.html h4 {
	margin: 0px;
}

#container > div.iframe iframe {
	width: 100%;
	height: 100%;
}

#box-controls {
	height: 17px;
	background-color: lightgray;
	position: absolute;
	cursor: move;
}
#box-controls > span.ui-icon {
	cursor: pointer;
}
#box-controls > span.minitext {
	color: gray;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	margin-left: 6px;
	margin-top: 2px;
}

#drawbox {
	border: 1px solid blue;
	background-color: lightblue;
	opacity: 0.4;
	position: absolute;
	cursor: crosshair;
}
