/*
Theme Name: Taici.cz theme
Description: Taici.cz theme.
Version: 1.0
Author: Karol Kruzel
Author URI: 
Tags: custom header, fixed width, two columns


*/



/* Begin Typography & Colors */
body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background: white;
	text-align: center;
	margin:0px;
	}

a, a:visited {
text-decoration: none;
color:black;
}

a:hover {
text-decoration: underline;
}


#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#main {
  width:743px;
  border-left:1px solid #9D8E79;
  border-right:1px solid #9D8E79;
  border-bottom:1px solid #9D8E79;
  margin:auto;
  text-align: left;
  overflow: hidden;
  
}

#sidebar {
width:190px;
margin-left:00px;
float:left;
margin-top:-12px;

}

#sidebar ul {
list-style: none;
margin-left:10px;
padding-left:0px;q
}

#sidebar h2 {
  color:#333;
  font-size: 12px;
  margin:0px;
  margin-top:7px;
}

#content {
  margin-left:190px;
  margin-right:10px;
}

#sidebar a, #sidebar a:visited {
  color:#333;
  text-decoration: none;
}

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



#copy {
  color:#999;
  clear:both;
  background: url(images/bottom.jpg) no-repeat left bottom;
  height:90px;
  text-align:center;
  font-size:10px;
  position:relative;
  left:-1px;
}

#copy span{
  position: relative;
  top:74px;
}



/* End captions */



