/*Proximity New Website Stylesheet*/
/*DeSign and code by Tomas Fejt*/

body {
	background-color: #333333;
	font-family: "Tahoma";
}

form {padding:0; margin:0;}

/* box na samotnou stranku */
#container {
	width: 900px;
	height: 680px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -340px 0px 0px -450px;
	background-image: url(pics/pic_bg.jpg);
	background-repeat: no-repeat;
}

/*horni cast stranky obsahujici menu*/
#menu {
	width: 100%;
	height: 210px;
	margin: 0;
	padding: 0;

}

/*box pro obsah stranky*/
#pgcontent {
	width: 100%;
	height: 435px;
	margin: 0;
	padding: 0;
	overflow: auto;
	padding-left: 15px;
}

/*box pro news i s hlavickou*/
#newsbox {
	width: 600px;
	padding-left: 20px;
	padding-top: 25px;
}

/* box pro NextGig*/
#floatboxnews {
	width: 180px;
	height: 80px;
	float: right;
	margin-top: 290px;
	margin-right: 10px;
	margin-left: 700px;
	/*border-color: #FFE8D8;
	border-width: 1px;
	border-style: solid;*/
	position: absolute;	
	
}

/* box pro RegMail*/
#floatboxregmail {
	width: 180px;
	height:80px;
	float: right;
	margin-top: 205px;
	margin-right: 10px;
	margin-left: 700px;
	position: absolute;
	border-color: #CC3333;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	padding-top: 1px;
}


/* box pro Poster*/
#floatboxposter {
	width: 180px;
	height:255px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 700px;
	/*border-color: #FFE8D8;
	border-width: 1px;
	border-style: solid;*/
	position: absolute;	
}

#floatboxposter a {
	color: #CC3333;
}

/*odkazy z posteru*/
#floatboxposter img {
	border: 1px solid #CC3333;;
}

/* box pro cleny kapely */
#floatboxband {
	width: 180px;
	height: 80px;
	float: right;
	margin-top: 210px;
	margin-right: 10px;
	margin-left: 640px;
	/*border-color: #FFE8D8;
	border-width: 1px;
	border-style: solid;*/
	position: absolute;	
}

/*box pro obrazek kapely*/
#boxband {
	margin-top: 9px;
	margin-left: 61px;
	width: 525px;
	height: 371px;
}

/* box s fotkou v profilu */
#floatbox_profilpic {
	width: 310px;
	height: 400px;
	margin-left: 538px;
	margin-top: 5px;
	position: absolute;
}

/*centrovany box pro nahledy fotek*/
#galerka {
	width: 550px;
	text-align: center;
	margin: 0 auto;
}

/*floatbox pro nahled*/
#nahled {
	width: 120px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;

}

/*odkazy z nahledu*/
#nahled a {
	color: #CC3333;
}

/*odkazy z nahledu*/
#nahled img {
	border: 1px solid #CC3333;;
}


/*box pro zahlavi news*/
.newshead {
	overflow: hidden;
}

/*box pro obsah news */
.newscontent {	
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

/*Text zahlavi stranky*/
.txt_pghead {
	margin: 0 0 0 0;
	color: #CC3333;
	padding-left: 52px;
	font-size: large;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
/* text zahlavi news */
.txt_newshead {
	margin: 0 0 10px 0;
	padding-left: 30px;
	padding-right: 35px;
	font-weight: bold;
	color: #CC3333;
	text-decoration: underline;
	font-family: "Tahoma";
	font-size: 13px;
}

/*nastaveni odkazu v hlavicce news*/
.txt_newshead a:link {
	color: #CC3333;
}
.txt_newshead a:visited {
	color: #CC3333;
}
.txt_newshead a:hover {
	color: #CC3333;
}
.txt_newshead a:active {
	color: #CC3333;
}

/* zvyrazneni data news */
.txt_newshead span {
	font-size: 10px;
	font-weight: normal;	
}

/*text news*/
.txt_news {
	margin: 0 0 0 0;
	color:#FFE8D8; /*663300*/
	font-size:13px;
}

/* zvyrazneni textu news */
.txt_news span {
	font-weight: bold;
	text-decoration: underline;
	color: #CC3333;	
}

/*nastaveni odkazu v textu news*/
.txt_news a:link {
	color: #CC3333;
}
.txt_news a:visited {
	color: #CC3333;
}
.txt_news a:hover {
	color: #FFE8D8;
}
.txt_news a:active {
	color: #CC3333;
}

/*text copyrightu*/
.txt_copy{
	margin: 5px 0 0 0;
	padding-top: 7px;
	color:#FFE8D8;
	font-size:x-small;
	text-align: center;
	background-image: url(pics/pic_overcopy.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/*nastaveni odkazu v textu copyrightu*/
.txt_copy a:link {
	color: #FFE8D8;
}
.txt_copy a:visited {
	color: #FFE8D8;
}
.txt_copy a:hover {
	color: #FFE8D8;
}
.txt_copy a:active {
	color: #FFE8D8;
}

/* text band */
.txt_band {
	font-family: "Tahoma";
	font-size: 13px;
	color: #FFE8D8;
}

/* text band span */
.txt_band span {
	font-weight: bold;
	color: #CC3333;
	text-decoration: underline;
}

/*nastaveni odkazu v textu band*/
.txt_band a:link {
	color: #FFE8D8;
}
.txt_band a:visited {
	color: #FFE8D8;
}
.txt_band a:hover {
	color: #CC3333;
}
.txt_band a:active {
	color: #FFE8D8;
}

/* tabulka s obsahem profilu*/
.profil_content {
	width: 400px;
	margin-left: 45px;
	margin-top: 105px;
	position: absolute;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;	
}

/* Zvyrazneni textu v tabulka s obsahem profilu*/
.profil_content span{
	font-weight: bold;	
	color: #CC3333;
	text-decoration: underline;	
}

/* box pro okno s koncerty */
.koncerty {
	width: 655px;
	margin-top: 20px;
	margin-left: 25px;
}

/* jednotlive radky v tabulce s koncerty */
.koncerty td {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: collapse;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;
}

/* odehrané koncerty */
.koncerty_minule {
	color: #666666;
}

.koncerty_minule a:link {
	color: #666666;
}
.koncerty_minule a:visited {
	color: #666666;
}
.koncerty_minule a:hover {
	color: #FFE8D8;
}
.koncerty_minule a:active {
	color: #666666;
}

/* neodehrané koncerty */
.gigs_info {
	color: #FFE8D8;
}

.gigs_info a:link {
	color: #FFE8D8;
}
.gigs_info a:visited {
	color: #FFE8D8;
}
.gigs_info a:hover {
	color: #FFE8D8;
}
.gigs_info a:active {
	color: #FFE8D8;
}

/* box pro okno s koncerty */
.links {
	width: 655px;
	margin-top: 20px;
	margin-left: 25px;
	/*position: absolute;*/
}

/* jednotlive radky v tabulce s koncerty */
.links td {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: collapse;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: top;
}

/* jednotlive radky v tabulce s kontakty / bez okraju */
.noborder td {
	border-bottom-style: none;
}

.border th {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* odkazy na novejsi a starsi prispevky v GB */
.gbook_nav {
	margin-top: 10px;
	text-align: center;
	color: #666666;
	font-size:13px;
}

.gbook_nav a:link {
	color: #FFE8D8;
}
.gbook_nav a:visited {
	color: #FFE8D8;
}
.gbook_nav a:hover {
	color: #CC3333;
}
.gbook_nav a:active {
	color: #FFE8D8;
}

.notes {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	color: #FFE8D8;
	
}

/*Text poznamek u textu songu*/
.notes_lyrics {
	margin: 0 10px 0 0;
	color: #FFE8D8;
	padding-left: 52px;
	font-size: 10px;

}

/*Text poznamek u textu songu*/
.lyrics {
	color: #FFE8D8;
	font-size: 12px;
	text-align:center;
}


#submit {
	background-image: none;
	margin-top: 10px;
	border: 2px solid #CC3333;
	background-color: #CCCCCC;
}

.input {
	background-image: none;
	margin-top:2px;
	border: 2px solid #CC3333;
	background-color: #CCCCCC;
	padding-top: 2px;
}

#textarea {
	background-image: none;
	margin-top: 2px;
	border: 2px solid #CC3333;
	background-color: #CCCCCC;
}

/* text s poznamkami na uvodni strance */
.intro_notes {
	color: #CC0000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

.intro_notes a {
	color: #FF0000;
}

/* obrazek na uvodni strance */
#intro {
	/*width: 892px;
	height: 501px;*/
	margin: 2% auto;
}

/* text vstupu na stranky */
.enter {
	margin: 0 0 0 0;
	font-family: "Arial Narrow";
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}

.enter a:link {
	color: #CC0000;
}
.enter a:visited {
	color: #CC0000;
}
.enter a:hover {
	color: #FF0000;
}
.enter a:active {
	color: #CC0000;
}

/*zahlavi vzkazu v g-booku*/

/*datum a cas v gbooku*/
.gbtime {
	font-size: 10px;
}

