@font-face {
	font-family: 'dregular';
	src: url('../fonts/DINPro-Regular.eot');
	src: url('../fonts/DINPro-Regular.otf') format('opentype');
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #222 url(../images/kulisszak-mogott/bg.png) repeat;
	color: #444;
	margin: 0px;
}

div#wrap {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
	border-top: 1px #2d2d2d solid;	
}

div#wrap h2 {
	margin-top: 40px;
	margin-bottom: 40px;	
}

div#wrap a {
	color: #555;
	text-shadow: none;
	text-decoration: underline;
}

div#wrap a:hover {
	color: #888;
	text-shadow: none;
	text-decoration: underline;
}

div#wrap a:active {
	color: #222;
	text-shadow: none;
	text-decoration: underline;
}

div#wrap hr {
	border-top: 1px rgba(0,0,0,0.1) solid;
	border-bottom: 1px rgba(255,255,255,1) solid;
	border-left: none;
	border-right: none;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
}


div#logo {
	width: 800px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	font-family: 'dbold', Helvetica, Arial, sans-serif;
	margin-bottom: 80px;
	text-shadow: 2px 2px 1px #000;
	margin-top: 40px;
}

div#logo h1 {
	width: 800px;
	font-size: 80px;
	color: #fff;
	line-height: 110px;
	margin-bottom: 30px;
}

div#logo p {
	font-family: 'dregular', Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #FFB515;
}

div#wrap hr.under-logo {
	border-top: 1px rgba(0,0,0,0.4) solid;
	border-bottom: 1px rgba(64,64,64,0.4) solid;
	border-left: none;
	border-right: none;
	margin-top: 80px;
	margin-bottom: 30px;	
}

div#content {
	overflow: hidden;
	width: 800px;
	font-size: 16px;
	text-align: justify;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0px 1px 0px #fff;
	background: #eee;
	padding-left: 30px;
	padding-right: 30px;
	border: 5px solid #feb515;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-image: url(../images/kulisszak-mogott/content-border.png) 5 5 5 5 stretch;
	-webkit-border-image: url(../images/kulisszak-mogott/content-border.png) 5 5 5 5 stretch;
}

span#tab-structure {
	width: 100px;
	background-color: #FFB515;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E8930B), to(#FFB515), color-stop(1,#000));
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;	
}

span#tab-extras {
	width: 100px;
	margin-left: 10px;
	cursor: pointer;
	color: #111;	
	font-size: 14px;
	font-weight: bold;
	text-shadow: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

span#tab-structure:hover {
	background: #FFB515;
	text-shadow: none;
	color: #fff;
}

span#tab-extras:hover {
	color: #fff;
	background: #FFB515;
	text-shadow: none;
}

span#tab-structure:active {
	background: #E8930B;
	text-shadow: none;
	color: #fff;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;		
}

span#tab-extras:active {
	color: #fff;
	background: #E8930B;
	text-shadow: none;
	color: #fff;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;		
}

span#tab-structure2 {
	width: 100px;
	cursor: pointer;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-shadow: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

span#tab-extras2 {
	width: 100px;
	background-color: #FFB515;	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E8930B), to(#FFB515), color-stop(1,#000));
	margin-left: 10px;
	cursor: pointer;
	color: #fff;	
	font-size: 14px;
	font-weight: bold;
	text-shadow: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;		
}

span#tab-structure2:hover {
	background: #FFB515;
	text-shadow: none;
	color: #fff;
}

span#tab-extras2:hover {
	color: #fff;
	background: #FFB515;
	text-shadow: none;
}

span#tab-structure2:active {
	background: #E8930B;
	text-shadow: none;
	color: #fff;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;		
}

span#tab-extras2:active {
	color: #fff;
	background: #E8930B;
	text-shadow: none;
	color: #fff;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;			
}

h2.section-title {
	font-size: 26px;
}

img.structure {
	border: 1px #aaa solid;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 0px
}

ul.post-list {
	list-style: square;
	list-style-position: outside;
	margin-left: 20px;
}

.width-390 {
	width: 390px;
}

.width-410 {
	width: 410px;
}

.margin-top-5 {
	margin-top: 5px;
}

ul.helpbox {
	list-style: none;
	padding: 10px;
	background: #ddd;
	border: 1px #aaa solid;
	width: 390px;
	font-size: 14px;
	margin-bottom: 40px;
}

ul.helpbox li.on-off-switcher {
	padding-top: 20px;
}

/* White HUD */

div#wyctimblog-about {
	width: 300px;
	float: right;
	background-color: #fff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee), color-stop(1,#000));
	padding: 20px;
	font-size: 13px;
	color: #333;
	border: 1px #ccc solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.05);	
	line-height: 20px;
}

.align-center {
	text-align: center;
}

p.about-title {
	margin-bottom: -20px;
	margin-top: 0px;
	font-size: 13px;
}

div#wyctimblog-about ul.about-description {
	list-style: none;
	margin-left: 0px;
	margin-top: -10px;
}

div#wyctimblog-about ul.about-description li {
	margin-bottom: 10px;
}

div#wyctimblog-about ul {
	list-style: none;
	margin-left: 0px;
	margin-top: -10px;
}

li.bottom-small {
	font-size: 10px;
	text-align: center;
	margin-top: -10px;
}

/* Wyctim Finder */

div#wyctimfinder-wrap {
	width: 350px;
	float: right;
	background: #fff;
	border: 5px solid #feb515;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-image: url(../images/kulisszak-mogott/content-border.png) 5 5 5 5 stretch;
	-webkit-border-image: url(../images/kulisszak-mogott/content-border.png) 5 5 5 5 stretch;
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.28);
}

div#wyctimfinder-toolbar {
	padding: 2px;
	padding-bottom: 1px;
	width: 346px;
	background: #454343;
	padding-left: 2px;
	overflow: auto;
	border-bottom: 5px #FEB214 solid;
}

div#wyctimfinder-about {
	float: right;
	margin-right: 10px;
	cursor: default;
}

div#wyctimfinder-about a {
	color: #111;
	text-shadow: 0px 1px 0px #666;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	-webkit-text-stroke:1px rgba(255,255,255,.01);	
}

div#wyctimfinder {
	color: #000;
	width: 348px;
	background: #fff;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.cursor-pointer {
	cursor: default;
}

ul.wyctimfinder-filelist {
	list-style: none;
	margin-left: 20px;
}

ul.wyctimfinder-filelist li {
	margin-right: 20px;
}

ul.wyctimfinder-filelist a {
	color: #000 !important;
	text-decoration: none !important;
}

ul.wyctimfinder-filelist li.more {
	margin-left: 3px;
}

li.wyctimfinder-icon-folder {
	background: url(../images/kulisszak-mogott/fileicons/folder.png) 0px 4px no-repeat;
	padding-left: 20px;
}

li.wyctimfinder-icon-unknown {
	background: url(../images/kulisszak-mogott/fileicons/unknown.png) 0px 4px no-repeat;
	padding-left: 20px;
}

li.wyctimfinder-icon-font {
	background: url(../images/kulisszak-mogott/fileicons/font.png) 0px 4px no-repeat;
	padding-left: 20px;
}

li.wyctimfinder-icon-png {
	background: url(../images/kulisszak-mogott/fileicons/png.png) 0px 4px no-repeat;
	padding-left: 20px;
}

li.wyctimfinder-icon-php {
	background: url(../images/kulisszak-mogott/fileicons/php.png) 0px 4px no-repeat;
	padding-left: 20px;
}

li.wyctimfinder-icon-css {
	background: url(../images/kulisszak-mogott/fileicons/css.png) 0px 4px no-repeat;
	padding-left: 20px;
}

li.show-files {
	margin-top: 6px;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-left: 20px;
	padding-bottom: 13px;
	border-bottom: 1px #aaa dotted;
}

div#showfiles {
	background: url(../images/kulisszak-mogott/switcher.png) no-repeat;
	width: 68px;
	height: 26px;
	float: left;
}

/* Syntax highlight */

ul.code {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #222;
	font-size: 12px;
	color: #ccc;
	-webkit-text-stroke:1px rgba(255,255,255,.01);
	padding: 15px;
	padding-left: 48px;
	text-shadow: none;
}

ul.code li {
	list-style: decimal;
	line-height: 18px;
	list-style-position: outside;
}

span.comment {
	color: #3C443F;
}

span.parameter {
	color: #3E98D0;
}

span.value {
	color: #4098F0;
}

span.variable {
	color: #B06026;
}

span.tag {
	color: #BF9058;
}

ul.code li.ident {
	padding-left: 30px;
}

.margin40 {
	margin-bottom: 40px;
}

/* Extras page */

p.description {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: -10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

div#buttons-container {
	background: #fff;
	text-align: center;
	width: 300px;
	float: right;
	padding: 20px;
	border: 1px #777 solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}