/* ------------------------------------------------------

  *Filename:            global.css
  *Description:         Global CSS
  *Version:             1.0.0 (2009-09-16) YYYY-MM-DD
  *Website:             esazeni.cz
  *Author:              Jaroslav Piela
  
  === STRUCTURE =========================================
  
  *Page width:          984px
  *Number of columns:   2
  
  === SWATCH COLORS =====================================
  
  #1c569a - dark blue
  #e2001a - red

-------------------------------------------------------*/


/* === ELEMENTS STYLES =============================== */
body {
  background: url('/img/bgr-body.png') repeat-x top left #596a72;
	font: 80%/1.4 Arial, sans-serif;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
}

td, th, input, textarea {
	font-size: 100%;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 165%;
}

h1 span {
	display: none;
}

h2, h3 {
  font-size: 120%;
}

h2 {
  margin: 20px 0 0 0;
}

a {
	color: #1c569a;
	outline: none;
}

a:hover {
  color: #e2001a;
}

a img {
  border: none;
}

p {
  margin: 0 0 20px 0;
  padding: 0;
}

th, td {
	text-align: left;
}

form {
  margin: 0;
  padding: 0;  
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
textarea {
  font-family: Arial, sans-serif;
  background: url('/img/bgr-input.png') no-repeat top left;
  border: 1px solid #eec4cb;
  padding: 5px 5px;
  width: 300px;
}
  
textarea {
  height: 150px;
}
  
label {
  color: #5b5b5b;
  display: block;
}
  
.frow {
  margin: 0 0 15px 0;
}

/* === COMMON CLASSES ================================ */

.dspln {
  display: none;
}

.right {
  text-align: right;
}

.fright {
  float: right
}

.fleft {
  float: left;
}

.center {
  text-align: center;
}

div.cleaner {
  clear: both;
  font-size: 1%;
  height: 0px;
}

.grp {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;  
}

.grp span {
  background: no-repeat top left;
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

a.grp {
  cursor: pointer;
}

.err {
  color: red;
}

.elink {
	background: url(/img/elink.gif) no-repeat right top;
	padding-right: 8px;
}

.elink:hover {
	background-position: 100% -54px;
}


/* === CLASSES ======================================== */

.small {
  font-size: 85%;
  color: #5d5d5d;
}

.icon {
  padding: 0 0 0 17px;
  background: url('/img/icons.gif') no-repeat 0 -197px; 
  font-weight: bold;
  text-decoration: none;
}

.icon.arrow {
  background-position: 0 2px;
}

.icon.arrow:hover {
  background-position: 0 -98px;
}

.icon.arrow.left {
  background-position: 0 -798px;
}

.icon.arrow.left:hover {
  background-position: 0 -898px;
}

.icon.arrow.right {
  padding: 0 17px 0 0;
  background-position: right 2px;
}

.icon.arrow.right:hover {
  background-position: right -98px;
}

.icon.arrow.right,
.icon.arrow.left {
  margin: 0 1em;
}

.icon:hover {
  background-position: 0 -297px; 
}

.icon.f {
  background-position: 0 -400px;
}

.icon.t {
  background-position: 0 -500px;
}

.icon.l {
  background-position: 0 -600px;
}

.icon.d {
  background-position: 0 -700px;
}

.btn {
  background: url('/img/btn.png') no-repeat top left;
  width: 163px;
  height: 36px;
  border: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px; 
  cursor: pointer;
}

.btn:hover {
  background-position: 0 -36px;
}

.btn.message {
  background-position: 0 -72px;
}

.btn.message:hover {
  background-position: 0 -108px;
}

.btn.email {
  background-position: 0 -144px;
}

.btn.email:hover {
  background-position: 0 -180px;
}

.adv {
  margin: 0 0 10px 0;
}

.cont {
  padding: 0 30px;
}

/* === LAYOUT ========================================= */

#screen {
  background: url('/img/bgr-screen.png') repeat-y top right;
	position: relative;
	width: 984px;
	text-align: left;
	margin: 0 auto;
	padding: 180px 0 20px 0;
}

#content {
  background: url('/img/bgr-content.png') no-repeat top left;
  width: 100%;
}

#column-1 {
  width: 724px;
  float: left;
}

#column-2 {
  width: 260px;
  float: right;
}

#main {
	padding: 28px 50px 10px 54px;  
}

/* === RIGHT ========================================== */

#aboutLS {
  padding-top: 60px;
  padding-bottom: 30px;
}

h2.rhead {
  color: #fff;
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 36px;
}

#categories .menu {
  margin: 14px 0 30px 30px;
} 

#search {
  background: url('/img/bgr-right-1.png') no-repeat top left;
  padding: 19px 0 40px 0;
}

#search .cont {
  padding-top: 58px;
}

#search .small {
  margin: 15px 0 0 0;
}

#search input {
  background: url('/img/bgr-search.png') no-repeat top left;
  width: 180px;
  border: 0;
  margin: 0 0 0 20px;
  padding: 5px 0 5px 0;
  float: left;
  text-indent: 10px;
  color: #92a5b4;
}

#search input.submit {
  background: url('/img/btn-search.png') no-repeat top left;
  width: 40px; height: 26px;
  margin: 0;
  padding: 0;
  float: left;
  cursor: pointer;
}

#top-articles, 
#archive,
#talk,
#links {
  background: url('/img/bgr-right-2.png') no-repeat top left;  
}

.articles {
  margin: 0 0 10px 0;
  padding: 0;
}

.articles li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #d7d7d7;
}

.articles a {
  text-decoration: none;
  display: block;
  padding: 10px 30px;
}

.articles a:hover {
  background: url('/img/bgr-article-hover.png') no-repeat top left #fff;
}

#archive .cont, 
#links .cont {
  margin: 15px 0 30px 0;
}

#talk {
  margin: 30px 0;
}

#talk h3 a {
  text-decoration: none;
}

#talk p {
  margin-top: 20px;
}

#talk .cont {
  margin: 15px 0 0 0;
}

#others {
  background: url('/img/bgr-right-3.png') no-repeat top left;
  min-height: 140px;   
}

#others .cont {
  padding-top: 25px;
  padding-bottom: 50px;
}

/* === HEADER ========================================= */

#header {
  background: url('/img/bgr-header.jpg') no-repeat top left;
	position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 180px;
}

#logo, #logo span {
	width: 235px; height: 60px;
	position: absolute;
	display: block;
	left: 0; top: 0;
}

#logo {
  top: 32px; left: 4px;
}

#logo span {
  background: url('/img/logo.jpg') no-repeat top left;
}

#logo a span {
  cursor: pointer;
}

#twitter {
  background: url('/img/bgr-twitter.png') no-repeat 0 11px;
  position: absolute;
  top: 128px; left: 15px;
  width: 100%;
  line-height: 46px;
  padding: 0 0 0 40px;  
}

#twitter a {
  color: #539fdc;
  text-decoration: none; 
}

#twitter a:hover {
  text-decoration: underline;
}

#twitter em {
  float: left;
}

#btn-twitter {
  background: url('/img/btn-twitter.png') no-repeat top left;
  width: 110px;
  height: 23px;
  text-indent: -9999px;
  float: right;
  margin: 12px 455px 0 0;
}


/* === MENU =========================================== */

.menu {
  margin: 0;
  padding: 0;
}

.menu li {
  list-style: none;
}

.menu li a {
  background: url('/img/icons.gif') no-repeat 0 3px;
  padding: 0 0 0 17px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.9em;
}

.menu li a:hover,
.menu li a.set {
  background-position: 0 -97px;
  color: #e2001a;
}

#menu-info {
  position: absolute;
  top: 26px; left: 859px;  
	margin: 0; padding: 0;
	width: 108px; height: 104px; 
}

#menu-info li {
  width: 108px; height: 34px;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

#menu-info li a,
#menu-info li strong {
  background: url('/img/btn-info-2.png') no-repeat top left;
  width: 100%; height: 100%;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

#menu-info li#get-twitter { height: 36px; }

#menu-info li#get-rss a { background-position: 0 0; }
#menu-info li#get-twitter a { background-position: 0 -34px; }

/*
#menu-info li#get-email { height: 36px; }
#menu-info li#get-email a { background-position: 0 -34px; }
#menu-info li#get-twitter a { background-position: 0 -70px; }
*/

#menu-info li#get-rss a:hover { background-position: -108px 0; }
#menu-info li#get-twitter a:hover { background-position: -108px -34px; }
/*
#menu-info li#get-email a:hover { background-position: -108px -34px; }
#menu-info li#get-twitter a:hover { background-position: -108px -70px; }
*/
	
	
/* === FOOTER ========================================= */

#footer {
  clear: both;
  background: url('/img/bgr-footer.gif') no-repeat top right;
	text-align: right;
	margin: 0 auto;
	padding: 100px 0 60px 0;
	width: 984px;
	color: #fff;
	font-size: 90%;
}

#footer ul {
  /* background: url('/img/bgr-footer-menu.png') no-repeat top center; 
  margin: 30px 0 0 0; 
  padding: 20px 0 0 0; */
  padding: 0;
}

#footer li {
	list-style: none;
	display: inline;
}

#footer a {
  color: #fff;
  padding: 0 0.4em;
}

#footer li#copyright {
  float: left;
  font-weight: bold;
}

#footer li#copyright a {
  text-decoration: none;
}

#footer li#copyright a:hover {
  text-decoration: underline;
}


/* === PAGES ========================================== */

  /* ROOT */
  
  /* ARTICLE LIST */
  
  .article {
    background: url('/img/line.png') repeat-x bottom left;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
  }
  
  .article h2 {
    font-size: 165%;
    width: 75%;
    margin: 0;
  }
  
  .article h2 a {
    text-decoration: none;
  }
  
  /* ARTICLE */
  
  .author {
    font-style: italic;
    width: 400px;
    float: right;
  }
  
  .author strong {
    font-size: 85%;
  }
  
  .author a {
    text-decoration: none;
  }
  
  .author .photo {
    background: url('/img/bgr-author.png') no-repeat top left;
    float: left;
    margin: 0 7px 0 0;
  }
  
  .author .photo img {
    margin: 6px 7px;
  }
  
  .warticle {
    display: block;
    margin: 1em 0 0 0;
  }
  
  .share {
    background: url('/img/bgr-stripes.png') repeat-x top left;
    height: 56px;
    line-height: 56px;
    margin: 30px 0 60px 0;
    padding: 0 30px;
  }
  
  .share strong {
    float: left;
  }
  
  .share .services {
    margin: 0;
    padding: 0;
    float: right;
  }
  
  .share .services li {
    margin: 0 0 0 20px;
    padding: 0;
    float: left;
    list-style: none;    
  }
  
  .share a {
    font-weight: bold;
    text-decoration: none;
  }
  
  .disc {
    background: url('/img/bgr-disc.png') no-repeat top left;
    margin: 0 0 30px 0;
    padding: 21px 0 0 0;
    color: #5b5b5b;
  }
  
  .disc li {
    background: url('/img/bgr-disc.png') no-repeat -701px bottom #fff2f4;
    margin: 0;
    padding: 20px 30px;
    list-style: none;
    border: 1px solid #eec4cb;
    border-width: 0 1px 0 1px;
  }

  .disc li.odd {
    background-color: #f2f9ff;
    background-position: -1401px bottom;
    border-color: #c4e2ee;    
  }
  
  .disc li.last {
    background-image: none;
    border-width: 0 1px 1px 1px;
  }  
  
  .disc strong {
    display: block;
    color: #000;
    margin: 0 0 5px 0;
  }
  
  .disc a {
    text-decoration: none;
  }
  
  #add-comment {
    margin: 15px 0;
  }


/* === OTHERS ========================================= */

.publ-head {
  color: #92a5b4;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.publ-head a {
  color: #92a5b4;
}

.publ {
  color: #5d5d5d;
  font-size: 85%;
}
