/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent;} 

body {line-height: 1;}

ol, ul{list-style:none;} 

blockquote, q{quotes:none;} 

blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} 

ins{text-decoration:none;} 

del{text-decoration:line-through;} 

table{
	border-collapse:collapse;
	border-spacing:0;
}

/*MAIN*/
body { 
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: arial, verdana, tahoma, Serif;
	color: white;
	background: #000000;
	background-image:url('/images/space2.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
}

a {

	color: #4C9CF1;
	text-decoration: none;
	font-weight: bold;

}

a:hover {

	color: #444;

}

img {

/*	width: 100%;*/
	padding: 20px;	

}

header {

	#color: white;
	background: #000000;
	width: 100%;
	height: 76px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #4C9CF1;
	z-index: 100;

}

#logo{

	margin: 20px;
	float: left;
	width: 200px;
	height: 40px;
	background: url(../images/sf_logo_evensmaller.png) no-repeat center;
	display: block;

}

nav {

	float: right;
	padding: 20px;	
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #4C8FEC url(../images/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

nav ul {

	list-style: none;

}

nav li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #2262AD;

}

section {
	margin: 80px auto 40px;
	max-width: 980px;
	position: relative;
	padding: 20px
}

h1 {
	font-size: 2em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0 ;
}

h2 {
	padding-top: 10px;
}

h3 {
	padding-top: 10px;
}

p {
	line-height: 1.45em;
	margin-bottom: 20px;

}

div.structural {
	border: 2px solid #aaa;
	background-color: black;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	-moz-border-radius: 12px;
}

.little {
	font-size: x-small;
	color: #666666; 
}

.little2 {
	font-size: x-small;
}

.small {
	font-size: small;
}

.large {
	font-size: large; 
}

.warning {
	color: #ff0000;	
}


.background-red {
	background-color: #ff0000;	
}

input {
  color: #000000;
  background-color:#4C9CF1;
  border: 1px solid;
}


.input {
  color: #000000;
  background-color:#4C9CF1;
  border: 1px solid;
}


textarea {
  color: #000000;
  background-color:#4C9CF1;
  border: 1px solid;
  font-size: small;
	display: block;
}


.combobox {
  color: #000000;
  background-color:#4C9CF1;
  border: 1px solid black;
} 



/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
	
	.nomobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
  
 }
