/* ********************
**	CzechTek 2003 Map	** 
**	f0b1c@click.cz		**
***********************
*/


body{
	background-color: black;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0px;
}

a{
	color:white;
}
a:hover{
	color:silver;
}
p{
	padding:23px;
	text-align:left;
	margin:0px;
}
div.content p br{
	margin:1em;
	display: block;
}

div#main{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

h1, h1 a{

	text-align:left;
	font-size:20px;
	font-weight: normal;
	color:#FF9900;
	margin:23px 0px 23px 0px;
	padding:0px;
	text-transform: uppercase;
}

h2{
	padding:0px 0px 0px 23px;
	
}

div.menu, div.menu a{
	text-align:left;
	font-size:12px;
	font-weight: bold;
	color: #FFB84D;
	margin:10px 0px 10px 0px;
	padding:0px;
	text-transform: uppercase;
}

div.menu form{
	margin:0px;;
	padding:0px;
}

div.menu select{
	background-color:#FFB84D; font-size:12px;
	font-weight: bold;
}

div.menu input{
	background-color:#FFB84D; font-size:12px;
	font-weight: bold;
}

span#copyleft{
	margin:10px 0px 10px 0px;
	padding:0px;
	float:right;
	color: silver;
	font-size:10px;
	text-align:right;	
}

span#copyleft a{
	color: silver;
		
}

div.content{
	width:700px;
	height:451px;
	background-color:#FF9900;
	text-align:left;
}

div#info{
	width:700px;
	text-align:right;
	padding-bottom:23px;
}

div#info p{
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	text-align:right;
	font-weight: normal;
	
}

div.gallery{
	width:700px;
	background-color:#FF9900;
	text-align:left;
	padding-bottom:50px;
}

div.usergallery{
	width:700px;
	background-color: #FFB84D;
	text-align:left;
	padding-bottom:50px;
}

div#full{
	text-align:center;
}


div.gallery img.tn, div.usergallery img.tn{
	margin:23px 0px 0px 23px;
	border: 3px solid white;
}

div.gallery img.full, div.usergallery img.full{
	margin:23px;
	border: 3px solid white;
	margin-bottom:0px;
}

div.gallery div#author, div.usergallery div#author{
	text-align:center;
	font-size:8pt;
	font-weight:normal;
	padding:3px;
	margin-bottom:10px;
	
}

a.nav-next{
	font-size: 14px;
	font-weight: bold;
	display:block;
	float:right;
	margin:5px;
	margin-right:23px;
}

a.nav-prev{
	font-size: 14px;
	font-weight: bold;
	display:block;
	float:left;
	margin:5px;
	margin-left:23px;
}

a.nav-index{
	font-size: 14px;
	font-weight: bold;
	margin:5px;
}

label {
  float:left;
  width:150px;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
}
fieldset { 
 	padding: 23px;
	border:none; 
	padding-top:23px;
}

input.button{
	background-color: #FF6705;	
	color:white;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin: 5px 0px 0px 0px;
	cursor:pointer;
}