/*  
Theme Name: Sarbatru
Theme URI: http://sarbatru.net/
Description: Velmi minimalisticky template pro Wordpress.
Version: 2.0
Author: RVHP
Author URI: http://sarbatru.net/
*/

* {margin: 0;}

html, body {height: 100%;}

body {
	padding: 0px;
	margin: 0px;
	font-size: 62.5%;
	font-family: Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #EEEEEE url(images/bg.gif) repeat-y;
}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -100px; /* the bottom margin is the negative value of the footer's height */
	width: 960px;
	font-size: 1.5em;
	border-right: 1px solid #D2D2D2;
   background-color: White;
}

#pagein {
	padding: 0px 20px 0 40px;
}

#push {
	width: 920px;
	border-right: 1px solid #D2D2D2;
   background-color: White;
}

#header {
	padding: 40px 0 20px 20px;
	background-color: #BD0000;
}

.breadcrumb {
	padding: 10px 0;
	font-size: 0.72em;
	border-bottom: 2px solid #D2D2D2;
}

#content {line-height: 1.4em; padding: 0 0 40px 0;}
#footer, #push {height: 100px; clear: both;}

#footerin {
	margin: 0;
	background-color: #474747;
	color: White;
	height: 100%;
}

#footer {
	width: 960px;
}

#footerin div {
	padding: 20px 40px;
	font-size: 1.2em;
	line-height: 1.6em;
}

/* typo */

h1 {
	color: White;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 2.0em;
}

h2 {
	margin: 40px 0 20px 0;
	font-size: 2.25em;
	color: #BD0000;
	font-weight: normal;
}

a {color: #BD0000; padding: 2px;}
a:hover {background-color: #FBFBFB;}
h1 a:hover {background-color: #BD0000;}
#content a {color: #FBFBFB;}
#directories a, #prevnext a {color: #BD0000;}


h1 a {
	color: White;
	text-decoration: none;
}



ul {
	margin: 0px;
	padding: 10px 40px 0 0;
	text-align: justify;
	list-style: none;
}

.imgwrapper {
width: 140px !important;
padding: 10px;
margin: 0 15px 20px 0px;
float: left;
background-color: #FBFBFB;
border-bottom: 1px solid #D2D2D2;
border-right: 1px solid #D2D2D2;
}


#push {clear: both;}

.nevid {	display: none !important;}

#prevbutton{
width: 200px;
float: left;
padding: 15px 0;
}

#nextbutton{
	margin-left: 800px;
	padding: 15px 0;
}
.clearer{
	clear: both;
}

#image, #description {
	margin: 0px auto;
	text-align: center;
}

/*editor*/ 
#admin {
	background:#c00;
	color:#fff;
	/*-moz-border-radius:0 0 20px 20px;*/
	font:1em georgia, garamond, times, serif;
	font-weight:bold;
	text-indent:15px;
	font-size:14px;
	margin:0;
	padding:5px 0;
	clear:both;
}
#editor {
   font: .85em/1 Verdana, Arial, sans-serif;
   border-top: 0px gray solid;
   padding: 8px 10px;
   margin: 0px;
   position: absolute;
   left: 618px;
   top: 51px;
   width: 321px;
/*   height: 457px;   */
   background: #E7DED6;
}

#metadata {
   padding: 10px 0;
   margin: 0 auto;
	width: 730px;
}

#editor h2 {
   text-align: center;
   margin: 0 0 8px;
	font-family: Georgia;
	font-size: 14px;
	font-weight:bold;
	padding:6px 0 6px 10px;
	background: #699;
	color:#fff;
}
#editor p.valid {
   background: pink;
   color: black;
   font-size:1.2em;
   float: left;
   padding: 5px;
   margin: 5px 0;
}
#editor p.invalid {
   background: #c00;
   font-size:1.2em;
   border:1px solid #000;
   color: #fff;
   float: left;
   padding: 5px;
   margin: 5px 0;
}
#editor fieldset {
   clear: both;
	font-size:10px;   
}

#editor p {
   margin: 5px 0;
}
#editor input[type="text"], #editor textarea, #editor input[type="password"] {
   border: solid 1px #666;
   margin: 2px 1px 1px;
   color: #666;
}
#editor input[type="text"]:focus, #editor textarea:focus, #editor input[type="password"]:focus {
   border: dotted 1px #c00;
   background: #ffc;
   margin: 2px 1px 1px;
   color: #c00;
}
#editor input#userfile{
   margin: 2px 1px 1px;
}

/* login specific */
p.warn{
	background: #c00;
	font-size:1em;
	border:1px solid #000;
	color: #fff;
	float: left;
	padding: 5px;
	margin: 5px 0;
}
#login fieldset {
   clear: both;
	font-size:10px;   
}
#login input[type="text"], #login input[type="password"] {
   border: solid 1px green;
   margin: 2px 1px 1px;
}
#login input[type="text"]:focus, #login input[type="password"]:focus {
   border: solid 2px darkgreen;
   margin: 1px 0 0;
}
#login label{
	width:8em;
	padding-right:5px;
}
#login .button{
	margin: 10px 0px 5px 0px;
}

#login {
	width: 400px;
	position:absolute;
	left:32px;
	top: 60px;
}

.clearer {
	clear: both;
}

img.precache {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	visibility: hidden;
}
