/* -----------------------------------------------------------------------------
  GALLY 
  Template for Piwigo
  ------------------------------------------------------------------------------
  file: gally/content.css
  file version: 1.1.0
  ------------------------------------------------------------------------------
  author: grum at grum.dnsalias.com
  << May the Little SpaceFrog be with you >>
  ------------------------------------------------------------------------------
  CSS file for all pages

  see the release_notes.txt file for more informations
----------------------------------------------------------------------------- */

body {
  font-family:sans-serif;
  font-size:12px;
  margin:0px;
  overflow-x:hidden;
}

img {
  border:none;
}

a {
  text-decoration:none;
}

hr {
  border:none;
  border-top:1px #999999 solid;
}

#the_page {
  margin:0px;
  padding:0px;
}

#theHeader {
  text-align:center;
  margin:0px;
  padding:0px;
}

/*
  tags
*/
.tagLevel5 { font-size:150%; }
.tagLevel4 { font-size:130%; }
.tagLevel3 { font-size:115%; }
.tagLevel2 { font-size:100%; }
.tagLevel1 { font-size:90%; }

#fullTagCloud {
  font-size: 120%;
  text-align: justify;
  padding: 0;
  margin: 1em 2em 1em 2em;
}

#fullTagCloud SPAN {
  white-space: nowrap;
  margin: 0 2px;
}

#fullTagCloud SPAN a {
  padding:2px;
  margin:0px;
}

.tagLetterContent {
  width:100%;
}

ul.tagSelection li {
  display: inline;
}


/*
  actions
*/
ul.categoryActions {
  list-style:none;
  float:right;
  margin:0;
  padding:0;
}

ul.categoryActions li {
  display:inline;
}

ul.categoryActions li.selector {
  position:relative;
  top:-10px;
}



/*
  page copyright
*/
#copyright {
  padding:2px;
  clear:both;
  bottom:0;
  position:fixed;
  width:100%;
}

