/*
Theme Name: Digicentrum
Theme URI: http://www.nic.cz
Version: 1.0
Description: Capricorn is a light simple one cloumn theme, designed for people with simple taste.
Author: Jan Varmuza
Tags: white, black, one-column, fixed-width, light
For WordPress 2.7+ :)
*/


body{
background-color: #e2e2e2;
color:#666;
font: 12px Geneva, Arial, Helvetica, Verdana ;
padding:0;
margin:0;


}

a{
color:#110;
text-decoration:none;
}

a:hover{
color:#666;
text-decoration:none;
}

blockquote {
padding:0 0 0 20px;
color:#000;
}

blockquote a{
color:#999;
}

cite{
font-size:inherit;
font-style:normal;
}

code{
background:#efefef;
color:#000;
}

ul{
list-style:square;
}

li{
	list-style: none;
}
/* Headers */

h1{
font-size:43px;
color:#888;

text-align:center;
text-transform:lowercase;
}

h1 a, h1 a:hover{
color:#888;
text-decoration:none;
}


h2{
color: #ff6600;
height: 75%;
}

h2 a{
color: #ff6600;
text-decoration:none;
text-transform: uppercase;
}


h2 a:hover{
color: #ff6600;
text-decoration:none;
text-transform: uppercase;
}
h3 {
color: #ff6600;
text-decoration:none;
text-transform: uppercase;
font-weight: bold;
}

h3 a{
color: #ff6600;
text-decoration:none;
text-transform: uppercase;
font-weight: bold;
}
img {
	border: none;
	padding: 0px;
	vertical-align: top;
}

table.hlavicka {
	border: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

td.logo {
	vertical-align: top;	
	padding: 0 10px 0 10px ;
	border-right: 1px solid;
}

td.linka {
	height: 30px;
	vertical-align: sub;
   margin: 0 0 5px 0;

}
td.text {
	padding: 10px 30px 10px 0 ;
}
/* Blog Contents */

#wrapper{
width: 856px;
margin:0 auto;
padding: 0px;
background-color: white;
position:absolute; left:100px;
}


/* Navigation */

ul li {
	list-style-image: URL('http://www.enavigace.net/wordpress/wp-content/themes/digicentrum/obrazky/odrazka.gif');
	font-weight: bold;
}





/* Posts */

#main{
float:left;
width:685px;
}

.post{
padding:5px;
text-align:justify;
}

.main{
text-align:justify;

}

.main p{
line-height:18px;
margin:0 0 15px 0;
}

.main ol{
line-height:18px;
margin:0 0 15px 30px;
}

.main ul{
line-height:18px;
margin:0 0 15px 30px;
}

.main li{
margin:0 0 5px 0;
}


.main img{
padding:5px;
border:1px solid #999;
}

.main img:hover{
padding:5px;
border:1px solid #444;
background:#666;
}

img.wp-smiley{
padding:0px;
border:0px;
}

img.wp-smiley:hover{
padding:0px;
border:0px;
}


.meta{
font-size:9px;
line-height:15px;
display:inline;
color:#333;
padding:5px;
margin:0 0 30px 0;
}

.navigation{
font-size:11px;
}

/* Comments */

.gravatar{
float:left;
padding:2px;
border:1px solid #999;
margin:5px;
}

.gravatar:hover{
padding:2px;
border:1px solid #444;
}

.alt{
color:#777;
}

ol#comments{
text-align:justify;
}

.gravatar{
float:right;
border:1px solid #222;
}


/* Forms */

input, textarea, select, button{
background:#fafafa;
border:1px solid #efefef;
color:#666;
padding:2px;
margin:3px 0 5px 0;
font:10px Verdana, Arial, Helvetica, sans-serif;
}

input:focus{
border:1px solid #555;
}

/* Footer */

#footer{
font-size:9px;
text-align:center;
margin:10px 0 0 0;
padding:10px 0 10px 0;
border-top:1px solid #999;
width:100%
}

#footer a{
color:#999999;
}

#footer a:hover{
color:#777;
}




/* Others */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

