/* 
	Description: CSS template for magazine Digitalni foto. This template contains all basic styling.
	Author: Martin Stanek
	Author URI: http://www.martinstanek.cz
	Version: 1.0.0
		
	Changelog:
		v1.0 First release
			
*/

/* reset of CSS defaults ------------------------ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
/* END of reset ---------------------------- */

/* TEST package 
body div { border: 1px solid;}  
*/

/* General selectors and basic styling */

body {
  color: #131313;
  font: normal 0.8em/1.4em "Verdana CE", Verdana, Arial, sans-serif;
  background: url(../images/background.gif) #f7f3c3 top repeat-x; 
  text-align: center;
}
p {
  margin: 1.0em 0 1.0em 0;
}
h1, h2, h3 {
  padding: 1.0em 0 0.5em;
  font-weight: bold;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
abbr, dfn {
  cursor: help;
}
dfn {
  font-weight: bold;
  font-size: 90%;
  color: #aaa;
}
table {
  border-collapse: collapse;
  margin: 0.5em 0 0.5em 0;
}
table td {
  font-size: 10px;
  padding: 2px 3px 2px 3px;
}
th {
  display: none;
}
/* END Gerneral selectors */

/* General classes */

.hidden {
  display: none;
}
.clear {
  clear: both;
  margin:0;
  margin-top: -1px;
  border: 0;
  height: 1px;
  visibility: hidden;
  font-size: 1px;
  line-height: 1;
  padding: 0;
}
.delimiter {
  color: #000;
}
/* END General classes */


/* ------------------------
   -- Layout and styles --- 
   ------------------------ */

/* Styles > Layout ------------------------------------ */

#container {
  width: 828px;
  text-align: center;
  margin: 0 auto;
}
#header {
  width: 100%;
  position: relative;
  height:151px;
  background: url(../images/header.jpg) top left no-repeat;
}
#banner {
  width: 468px;
  height: 60px;
  position: absolute;
  top: 35px;
  right: 40px;
  background: #fff;
}
#logo-link {
  width: 200px;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 30px;
  display: block;
}
.logo   { 
	position: relative; 
	top: 0px; 
	left:0px;
	width: 200px; 
	height:80px; 
	display:block; 
}	
#navigation {
  position: relative;
  width: 100%;
  height: 34px;
  text-align: center;
  z-index:90;
  margin-top: -34px;
}
#navigation ul {
  list-style: none;
  padding: 0;
  
}
#navigation ul li {
  display: block;
  float: left;
  width: 101px;
  height: 34px;
  /*position:relative;*/
  background: url(../images/link.png) left no-repeat;
  margin-left: -20px;
}
#navigation ul li#link-first {
  margin-left: -10px;
}
#navigation a {
  color: #417b9e;
  text-transform: lowercase;
  width: 100%;
  line-height: 34px;
  text-align:center;
  padding-left: 7px;
  letter-spacing: -0.05em;
}
* html #navigation a {
  padding-left: 8px; 
}
#navigation li.active {
  background: url(../images/link-active.png) left no-repeat;
  position: relative;
  z-index: 100;
}
#contentholder {
  text-align: left;
  margin-top: 1.8em;
  /*background: url(../images/content-background-bottom.gif) bottom left no-repeat;*/
}
#backgroundholder {
  background: url(../images/content-background-left.gif) #f7f3c3 left repeat-y;
  margin-bottom: 2.0em;
}
#sidebar {
  float: right;
  width: 180px;
  text-align: center;
}
#sidebar h2 {
  color: #c12a16;
  padding-top: 0.4em;
}
#body {
  float: left;
  width: 635px;
  padding-bottom: 25px;
  text-align:left;
  background: url(../images/content-background-top.gif) top left no-repeat;
}
#body-content {
  padding: 0 2.0em;  font-size: 95%;
}
#body-content hr {
      height: 1px; 
     color: #A0B6C5; 
     background-color: #A0B6C5; 
     border: 0px solid #A0B6C5
}
#body-content h1 {
  color: #5385a7;
  font: italic bold 140%/100% Trebuchet MS, Verdana, Arial, sans-serif; 
  border-bottom: 1px solid #a0b6c5;
  margin-bottom: 0.5em;
  clear:both
  
}
#body-content h2 {
  color: #8A949D;
  font: italic bold 140%/100% Trebuchet MS, Verdana, Arial, sans-serif; 
  border-bottom: 1px solid #8C969F;
  margin-bottom: 0.2em;
    clear:both
}

#body-content ol, #body-content ul {
	list-style: square;
	padding-left:25px
}
#body-content em {
	font-style:italic;
}
#body-content .ramecek {
background-color: #F4F4F4;   padding: 0px 10px 10px 10px
}
#body-content .zobrazclanky {
background-color: #F4F4F4;   padding: 10px 10px 10px 10px; FONT-SIZE: 10px; color: gray;
}
#body-content .zobrazclanky A:link, #body-content .zobrazclanky A:visited  {
	color: #595F3A; text-decoration: underline; 
}
#body-content .zobrazclanky A:hover, #body-content .zobrazclanky A:active {
	color: #C12A16; text-decoration: none; 
}
#body-content .ram {
background-color: #F4F4F4;   padding: 10px 10px 10px 10px
}
#body-content .ramaktualni {
background-color: #EAF1F7;   padding: 10px 10px 10px 10px; 
}
#body-content .archiv {
background-color: #F9F9F9;   padding: 10px 10px 10px 10px; 
}
#body-content .ramaktualni img {
padding: 4px 15px 0px 5px; 
}
#body-content .ramaktualni p {
  
  font: normal 90%/100% Verdana, Arial, sans-serif; 
padding-top: 5px;  margin: 0px;  line-height: 1.25em;
}








#body-content .ramaktualni strong.aktualni {
  color: #5385a7;
  font: italic bold 140%/100% Trebuchet MS, Verdana, Arial, sans-serif; 

}
#body-content .ramaktualni strong.aktualni A:link, #body-content .ramaktualni strong.aktualni A:visited  {
  color: #5385A7;
  text-decoration: none;
}
#body-content .ramaktualni strong.aktualni A:hover, #body-content .ramaktualni strong.aktualni A:active {
  color: #93B4CA;
  text-decoration: none;
}









#body-content a {
  color: #000;
  text-decoration: underline;
}
#body-content a:hover {
  color: #000;
  text-decoration: none;
}
DIV.ramecek .article-info { 
  color: #6D7883;
  font-size: 90%;
  margin-top:8px;
}
.article-info { 
  color: #c12a16;
  font-size: 90%;
  margin-top:-3px;
}
#body-content .article-info a { 
  color: #c12a16;
  text-decoration: none;
}
#body-content DIV.ramecek .article-info a { 
  color: #6D7883;
}
#body-content .article-info a:hover { 
  color: #c12a16;
  text-decoration: underline;
}
#body-content h1 A:link, #body-content h1 A:visited  {
  color: #5385A7;
  text-decoration: none;
}
#body-content h1 A:hover, #body-content h1 A:active {
  color: #93B4CA;
  text-decoration: none;
}

/* Styles > Sidebar Boxes ------------------------------ */

#box-actual img {
  width: 130px;
}
#box-actual, #box-casopisy, #box-photogallery, #box-login, #box-discussion, #box-zapati {
  background: url(../images/box-bottom.gif) #fbf9e1 bottom no-repeat;
  width: 180px;
  text-align: center;
  margin: 0 0 10px 0;
}
#box-zapati {
  margin-bottom: 0;
}
.box-content {
  background: url(../images/box-top.gif) top no-repeat;
  padding: 0 5px 5px 5px;
}
.box-content table {
  text-align: center;
  width: 165px;
  margin: 0;
}
.box-content tr.odd td {
  background: #fff;
}
#box-login .box-content {
  padding: 0 0.5em;
}
#box-login form {
  text-align: left;
}
#box-photogallery a, 
#box-discussion a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#box-photogallery a:hover, 
#box-discussion a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

#box-zapati p {
  text-indent: 0;
  margin: 0 0 0.5em 0;
  padding:10px 0 0 0;
  font-size: 70%;

}

#box-actual p {
  text-indent: 0;
  margin: 0 0 0.5em 0;
  padding:10px 0 0 0;
  font-size: 80%;
  font-weight: bold;

}
#box-casopisy p {
  text-indent: 0;
  margin: 0 0 0.5em 0;
  padding:10px 0 0 0;
  font-size: 80%;
  font-weight: bold;

}
#box-login .anketa-blok-odpovedi {
  font-size: 80%;
}

#box-login .anketa-blok-z {
  text-indent: 0;
  margin: 0 0 0.5em 0;
  padding:10px 0 0 0;
  font-size: 80%;
  font-weight: bold;

}

#box-login .anketa-hlasy {
padding-bottom: 10px
}


/* Styles > Sidebar Form ------------------------------ */

#box-login form p {
  text-indent: 0;
  margin: 0 0 0.5em 0;
  padding:0;
  font-size: 80%;
  letter-spacing: -0.03em;
}
#box-login form p.submit {
	text-align: left;
}

#box-login fieldset  {
  width: 100%;
}
#box-login fieldset input {
  border: 1px solid #df9680;
  width: 150px;
}
#box-login fieldset input#password {
  width: 120px; margin-left:5px;
}
#box-login fieldset input#submit { 
  padding: 0 5px 0 5px; 
  background-color: #ffd200;
  border: 1px solid #df9680;
  font-size: 12px;
  font-weight: bold;
  width: 30px;
}
#registration {
  letter-spacing: -0.05em; 
}
#box-login p {
  text-indent: 0;
  margin: 0 0 0.5em 0;
  padding:10px 0 0 0;
  font-size: 80%;
  letter-spacing: -0.03em;
}


FORM {
	MARGIN: 0px; 
}
.form {
	background-color: #FFFFFF; BORDER: #609ac2 1px solid; FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana, Arial CE, sans-serif; padding: 2px;
}
.textarea {
	background-color: #FFFFFF; BORDER: #609AC2 1px solid; FONT-SIZE: 1.1em; FONT-FAMILY: Verdana, Arial CE, sans-serif
}
.button {
	background-color: #609ac2; BORDER: #4a7695 1px solid; 
	COLOR: #fff; FONT-WEIGHT: bold; FONT-SIZE: 10px; 
}