@import url('base.css');

#logotype
{
			text-align: 				center;
			
			margin-top : 				0;
			margin-left : 				20%;
			margin-right : 				20%;

			padding:					0;
			
			/*
			-moz-border-radius :		16px;
			-webkit-border-radius :		16px;
			border-radius :				16px;
			*/
			
			/*
			-moz-box-shadow:			rgba(0,0,0,0.4) 0 0px 16px;
			-webkit-box-shadow:			rgba(0,0,0,0.4) 0 0px 16px;
	 		box-shadow:					rgba(0,0,0,0.4) 0 0px 16px;
			*/
			
			background-color :			white;
			/*
			border :					solid 4px rgba(153,51,0,0.6);
			*/
			/*border:					dotted 1px red;*/
}

#logohdr {
			padding-top: 0;
			margin-top: 0;
}

#search
{
			text-align:					center;

			margin-left : 				20%;
			margin-right : 				20%;

			/*border:					dotted 1px red;*/

			padding :					0 0 0.5em 0;
}

#login
{
			text-align:					center;

			margin-left : 				20%;
			margin-right : 				20%;
			margin-top :				1em;
			
			/*border:					dotted 1px red;*/
}

nav 
{
			text-align:					center;
			
			margin-left :				20%;
			margin-right : 				20%;
			
			/*border:					dotted 1px red;*/
			padding-top:				1em;
}

#supporters
{
			text-align:					center;

			margin-left : 				20%;
			margin-right : 				20%;
			
			/*border:					dotted 1px red;*/
}

#supported_by
{
			font-size:					0.83em;
}

#description, #description > p 
{
	padding:							0;
}

.fplinks_nav
{
			color : 					#cd1316;
			text-decoration: 			none;
			font-weight:				600;
			font-size : 				0.83em;	
}

a.fplinks_support
{
	text-decoration: none;
	color: #cd1316;
	font-weight: 600;
	background: none;
	font-size : 0.8em;	
}

a.fplinks_support:visited 
{
	color: #ab1316;
}
a.fplinks_support:active 
{
	color: #ff1316;
}

a.fplinks_support:hover 
{
	text-decoration: none;
	color: #333333;
}

.searchButton
{
			color:						white;
			background-color:			#6f6f6f;
			font-weight:				800;
			border:						1px solid #000;
			padding:					2px;
			font-size:					1em;
}


#searchInput
{
			color:						black;
			background-color:			#f0f0f0;
			font-weight:				800;
			border:						1px solid #cd1316;
			padding:					2px;
			font-size:					1em;
}

#fp_separator
{
			width:								100%;
			height:								1px;
			border:								solid black 1px;
}
