/*
Theme Name: Prvni Pivni Extraliga o.s.
Theme URI: http://www.prvnipivniextraliga.cz/
Description: Theme for Prvni Pivni Extraliga o.s.
Version: 1.0
Author: Milan Kabrna
*/

/* Begin STRUCTURE*/

body {
	margin: 0;
	padding-top:0px;
	font-family:Trebuchet MS;
	font-size:14px;
  line-height: 17px;
	background: #F4F4EC url(images/bcg_site.png);
	}

#space1 {
  height: 49px;
  background: #F5C700 url(images/bcg_top.png);
  background-repeat: repeat-x;
	}

#space2 {
	margin:0 auto;
  width:1010px;
  height:207px;
  background: #F5C700 url(images/headerPPEtop.png);
	background-repeat: no-repeat;
  }

#page {
	margin:0 auto;
  display:block;
	width:1010px;
  background: #FFFF99;
	}

#header {
	height:158px;
  width:1010px;
  background-color: #191919;
  }

/* top menu */

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topmenu {
  font-family: Trebuchet MS;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
}

.topmenu a {
  font-weight: bold;
  font-size:14px;
  color:#191919;
  text-decoration: none;
  padding: 6px 6px 6px 6px; /* padding of the 4 sides of each menu link */
margin-right: 0px; /* spacing between each menu link */
}

.topmenu a:hover {
	text-decoration: underline;
color: #3B571C;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9+ SVG equivalent  of linear gradients */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.16) 100%); /* fade from white (0.82 opacty) to 0.16 opacity */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.82)), color-stop(100%,rgba(255,255,255,0.16)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ffffff', endColorstr='#29ffffff',GradientType=0 );
-moz-box-shadow:  0 0 5px #595959; /* CSS3 box shadows */
-webkit-box-shadow: 0 0 5px #595959;
box-shadow:  0 0 5px #595959;
padding-top: 5px; /* large padding to get menu item to protrude upwards */
padding-bottom: 5px; /* large padding to get menu item to protrude downwards */
}

.svatek {
  padding-top: 15px;
  padding-left: 5px;
  font-family:Trebuchet MS;
	font-size:11px;
  font-weight: bold;
  }

#inhalt {
	margin:0 auto;
  display:block;
	width:1010px;
	}
         
 #main {
  width:1010px;
  background: #FFFFFF url(images/bcg_main.png);
  }   

#single {
  padding:0px 20px 0px 20px;
  width:670px;
  } 
  
.navigace {
	color: #000000;
	font-size: 15px;
  padding-bottom:10px;
}
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* Begin MENU*/

#menu {
	height:40px;
	width:1010px;
  background: #191919;
}

ul.menu{ /* main menu UL */
  font:  15px Trebuchet MS;
  width: 100%;
  padding: 11px 0 3px 10px; /* padding of the 4 sides of the menu */
  margin: 0;
  text-align: center; /* set value to "left", "center", or "right" to align menu accordingly */
}

ul.menu li{
display: inline;
}

ul.menu li a{
color: #FFCC00;
text-shadow: 5px 5px 5px #000000;
padding: 6px 6px 6px 6px; /* padding of the 4 sides of each menu link */
margin-right: 10px; /* spacing between each menu link */
text-decoration: none;
}

ul.menu li a:hover, ul.menu li a.selected{
color: #FFFFFF;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xNiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); /* IE9+ SVG equivalent  of linear gradients */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.16) 100%); /* fade from white (0.82 opacty) to 0.16 opacity */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.82)), color-stop(100%,rgba(255,255,255,0.16)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
background: linear-gradient(top,  rgba(255,255,255,0.82) 0%,rgba(255,255,255,0.16) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1ffffff', endColorstr='#29ffffff',GradientType=0 );
-moz-box-shadow:  0 0 5px #595959; /* CSS3 box shadows */
-webkit-box-shadow: 0 0 5px #595959;
box-shadow:  0 0 5px #595959;
padding-top: 15px; /* large padding to get menu item to protrude upwards */
padding-bottom: 15px; /* large padding to get menu item to protrude downwards */
}

/* news */

#news {
	width:710px;
  height:380px;
  background: #191919;
}


/* prvni pruh */

.nadpis1 {
	font-size:22px;
  letter-spacing:-2px;
  line-height:22px;
  padding: 10px 0 0 0px;
  text-decoration: none;
}

.nadpis1 a {
	font-size:22px;
	color:#3B571C;
  text-decoration: none;
}

.nadpis1 a:hover {
	font-size:22px;
	color:#191919;
}

.datum {
	font-family: Trebuchet MS;
	font-size:10px;
  font-style: italic;
  color:#000000;
  padding: 10px 0 0 0px;
}

.ceskylezak {
  padding:0px 10px 0px 10px;
	width:460px; 
}

#archive {
  padding:0px 0px 0px 0px;

  } 

.clanek {
  color:#000000;
  text-align: justify;
	padding-bottom:0px;
}

.clanek a {
  color:#FF6600;
  letter-spacing:-1px;
  text-decoration: none;
}

.clanek a:hover {
  color:#AB4807;
}

/* druhy pruh */

.ztisku {
  padding:0px 10px 0px 10px;
  width:210px;
}

.clanek2 {
  color:#000000;
  text-align: justify;
	padding-top:0px;
}

.clanek2 a {
  color:#FF6600;
  letter-spacing:-1px;
  text-decoration: none;
}

.clanek2 a:hover {
  color:#000000;
}

.nadpis2 {
	font-size:15px;
  letter-spacing:-1px;
  padding: 10px 0px 0 0px;
  text-decoration: none;
}

.nadpis2 a {
	color:#3B571C;
  text-decoration: none;
}

.nadpis2 a:hover {
	color:#000000;
  
}
  /* sidebar */

.oppe {
  padding: 0 10px 0 10px;
  background:#191919; 
}

.nadpis3 {
	font-size:18px;
	color:#FFFFFF;
  padding: 10px 0 0 0px;
  text-decoration: none;
}

.nadpis3 a {
	color:#FFFFFF;
  padding: 10px 0 0 0px;
  text-decoration: none;
}

.nadpis3 a:hover {
	color:#FFFFFF;
  padding: 10px 0 0 0px;
}

.komentare {
   color:#FFFFFF;
   padding: 10px 10px 0 10px;
}

.nadpiskomentare {
   color:#FFCC00;
}

.smalltext {
	font-size:11px;
  background-color: #5C842A;
  padding: 5px;
  margin-top:10px;
}

.facebook {
	padding: 0px;
	margin:0px;
  background-color:#FFFFFF;
 }

.footer {
	width: 1010px;
  height:100px;
  
}
.clanek3 {
  color:#FFFFFF;
  margin:10px 0px 0px 0px;
	
	padding-bottom:10px;
}

#sidebar {
  width:300px;
  padding-bottom:0px;
  background: #3B571C;
}

.vyhledavani {
  	background: #3B571C;
    height:63px;
    
}

.vyhledavanivysledek {
  	background: #C90303;
    width:300px;
    height:65px;
}

.intext {
	padding: 5px 5px 5px 0px;
	float: left;
	width: 180px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	color: #3B571C;
  background: #E5E5E5;
  font-family: Trebuchet MS;
  font-weight: bold;
  font-size:11px;
	margin-top: 2px;  
	margin-right: 5px;
}
#searchform .inbutton {
	margin: 0px;
	padding: 0px;
	float: right;
}

.komentar {
  padding-top:15px;
  margin:0px;
	width:300px;
  } 

.nadpiskomentar a {
	font-size:22px;
	color:#C90303;
  padding: 10px 0 0 0px;
  text-decoration: none;
}

.nadpiskomentar a:hover {
	font-size:22px;
	color:#000000;
  padding: 10px 0 0 0px;
}

.datumkomentar {
	font-family: Arial;
	font-size:10px;
  font-style: italic;
  color:#C90303;
  padding: 5px 0 0 0px;
}

.clanekkomentar {
  color:#C90303;
  text-align: justify;
	padding-bottom:10px;
}

.clanekkomentar a {
  color:#C90303;
  text-decoration: none;
}

.clanekkomentar a:hover {
  color:#000000;
}

.reklamasidebar {
  height:250px;
  width:300px;
  padding-bottom:0px;
}

.chyba {
  background-color:#FF9449;
  border:1px dotted #FF0000;
  color:#333333;
}

.clear {
	width: 990px;
  height: 20px;
}
 
.title_footercenter {
  padding: 6px 0 0 2px;
}
	
.footercenter {
  background: #DED6C3 url(images/bcg_footercenter.png);
}

.category {
  background-color:#F2FDFF;
}

.footer_tab {
  width:990px;
  padding:0;
  margin:0;
}

.comment_link {
font-size: 15px;
font-family: Trebuchet MS;
text-decoration:none
 	}
  
#komentare {
  width:650px;
  margin:20px;
	padding-top:0px;
	font-family:Trebuchet MS;
	font-size:13px;

	}
  

.widecolumn {
	float: right;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 200px;
	}
	
.kabris_cistic {
  clear:both;
  }

/* End STRUCTURE*/




	
	#nav-below {
	margin: 2px;
padding: 10px 0 5px 0 ;

}

.navigation {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	overflow: hidden;
}

.main_article {
  border:1px solid #ffffff;
  background-color:#ffffff;
}

.first_article {padding-left:5px;padding-right:5px;}
.first_article .nadpis {float:left;width:480px;display:block;color:#FF0000;}
.first_article .nadpis a {text-decoration:none;color:#FF0000;font-weight:bold;text-transform: uppercase;}
.first_article .obsah {}
.first_article img {float:left;}

.other_article {background-color:#ffffff;padding:5px;}
.other_article .nadpis {float:right;width:268px;display:block;color:#FF0000;}
.other_article .nadpis a {text-decoration:none;color:#FF0000;font-weight:bold;text-transform: uppercase;}
.other_article .obsah {}
.other_article img {float:left;width:215px;height:155px;}


.a_datum {
  color:#191919;
  font-weight:bold;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}




.clanek h2 {
  padding:0;
  margin:0;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: times new roman;
	
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 18px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #000000;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	color: #FF6600;
  font-weight: bold;
  }

a:hover {
	text-decoration: underline;
	color: #3B571B;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.post {
  color:#FFFFFF;
	margin: 0 10px 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 15px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 200px;
	padding: 3px;
	}

#sidebar #searchsubmit {
	padding: 2px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */







#sidebar form {
	margin: 0;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



/* Modernizace 2026 */
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
#page, #space2, #inhalt, #main, #menu, #header { max-width: 1010px; width: 100%; }
#page { box-shadow: 0 0 25px rgba(0,0,0,0.15); }
body { overflow-x:hidden; }

@media screen and (max-width: 1024px) {
  #space1 { height:auto; }
  #space2 { height:auto; padding:10px; background-size:cover; }
  table { width:100% !important; }
  #single, .ceskylezak, .ztisku, #news { width:100% !important; }
  ul.menu { padding:10px; display:flex; flex-wrap:wrap; justify-content:center; gap:8px; }
  ul.menu li { display:block; }
  ul.menu li a { display:block; margin-right:0; }
}

@media screen and (max-width: 768px) {
  body { font-size:16px; line-height:1.5; }
  #header { height:auto; }
  .topmenu { text-align:center; line-height:1.8; }
  #main { background:#fff; }
  .clanek, .clanek2 { text-align:left; }
}


/* PPE precise header/menu spacing fix */
html, body {
    margin:0;
    padding:0;
}

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

#space1 {
    margin:0;
    padding:0;
}

#space2 {
    margin:0 auto;
    padding:0;
    height:207px;
    overflow:hidden;
}

#header img {
    display:block;
    vertical-align:top;
}

#menu {
    margin-top:0;
}


/* OPRAVA mezery mezi header obrázkem a menu */
#header{
    height:auto !important;
    line-height:0;
    font-size:0;
    overflow:hidden;
}
#header a,
#header img{
    display:block;
    margin:0;
    padding:0;
    border:0;
}
#menu{
    margin:0 !important;
    padding:0;
    position:relative;
    top:0;
}
