/*
Theme Name: Virtage Devel
Theme URI: http://devel.virtage.com/
Description: Téma pro Devel blog
Version: 1.0
Author: Libor Jelínek
Author URI: http://www.virtage.com/

*/





/* =YUI CSS hacks */

/* Úprava šírky postranního sloupce podle návodu na
http://tech.groups.yahoo.com/group/ydn-javascript/message/32250 */
.yui-t3 .yui-b {float:left; width:200px;}
.yui-t3 #yui-main .yui-b {margin-left:203px;}



/* =Typography (fonts, hyperlinks, ...) */

body {
	font-family:verdana;
	line-height:1.5em;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -1px;
  font-family: arial;
  font-weight: normal;
  color: #003399;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: 210%;
}

h2, .h2 {
  font-size: 167%;
}

h3, .h3 {
  font-size: 138%;
}

.small {
	font-size: 85%;
}

#bd a {
	border-bottom:1px dashed #EA733E;
	color:#EA733E;
	/*font-weight:bold;*/
	text-decoration:none;
}
#bd a:hover {
	background-color:#DDEEFF;
	border:1px dashed #AACCEE;
	color:#3366CC;
	margin:0 -3px;
	padding:0 2px;
}

/* Samotný příspěvek je jiným písmem */
.entry {
	/* font-family: georgia; */
	/* font-family: "Trebuchet MS"; */
}


/* Úvodní odstavec stránky */
p.excerpt {
	color:#4B4B4B;
	font-weight:bold;
}

/* Úvod sidebaru */
p.sidebar-excerpt {
	background-color:#497EDE;
	color:white;
	padding: 3px 10px;
	/* border-top: 1px solid white;
	border-bottom: 1px solid white; */
}

#menuBar a {
	text-decoration: none;
	color: white;
}
#menuBar a:hover {
	text-decoration: underline;
}


/* Změnit jazyk, RSS novinky apod. */
#logoBar a {
	text-decoration: none;
	color: white;
}
#logoBar a:hover {
	text-decoration: none;
	font-weight: bold;
}

#breadcrumb {
	color:#4B4B4B;
	font-weight:bold;
}

.clear {
	clear: both;
}

/* Hezká šedá použitá např. pro perexy příspěvků */
.gray {
	color:#4B4B4B;
}

/* Sidebar adjustments */
#sidebar h2 {
  font-size: 138%;
  margin: 15px 0 0 0;
}
#sidebar ul {
	list-style-type: circle;
	list-style-position: outside;
	margin: 0 0 0 15px;
}

/* Footer adjustments */
#ft a {
	color: white;
}


/* Body adjustments */
#bd h1 a {
	border-bottom-style: none;
	color:#003399;
	/*font-weight:bold;*/
	text-decoration:none;
	line-height: 1.2em;
}
#bd h1 a:hover {
	background-color:#DDEEFF;
	border:1px dashed #AACCEE;
	color:#3366CC;
	margin:0 -3px;
	padding:0 2px;
}







/* =Layout */

html {
	background-color: #7089B8;
}

#bd {
	background: white url(img/faux-column.png) repeat-y;
	border-bottom: 1px solid #497EDE;
}

#sidebar {
	padding: 0 10px;
}

#ft {
	color: white;
	line-height: 1.3;
	text-align: right;
}


/* =Prvky stránky */

#tickerBar {
	background-color: #497EDE;
	color: white;
	border-bottom: 1px solid white;
	_padding: 2px 0 3px 0;
}
#tickerBar a {
	text-decoration: none;
	color: white;
}
#tickerBar a:hover {
	text-decoration: underline;
	color: white;
}


#logoBar {
	/* background: #009FF3 url(img/logobar.jpg) no-repeat; */
	background: #009FF3;
	height: 70px;
	border-bottom: 1px solid white;
	text-align: right;
	padding: 0 10px 0 0;
}

#menuBar {
	border-bottom: 1px solid white;
	color: white;
	/* background-color: #CCE2FC; */
	background-color: black;
	text-align: left;
	font-size: 77%;
	font-weight: bold;
	letter-spacing: 0.25em;
}

#mainBlock {
	background: white url(img/mainblock-bg.png) no-repeat 0 0;
	padding: 10px 15px;
}

.divider {
	background: url(img/divider.png) no-repeat left center;
	height: 3px;
	position: relative;
	left: -14px;
}



/* =Dekorace */
.frame {
	border: 1px solid silver;
}
.frameGray {
	border: 1px solid #4B4B4B;
}

th, td {
	border: none;
}


/* =Formuláře */
input, textarea {
	border: 1px solid #B3B3B3;
}


/* =Komentáře */
/* Selektory popsané na http://codex.wordpress.org/Styling_Theme_Forms */

/* Zrušit odrážky apod. */
.commentlist li {
	list-style-type: none;
	margin: 0;
}
.commentlist .children {
	margin: 0 0 0 15px;
}
.commenttext {
	border: 1px solid silver;
	margin-bottom: 5px;;
}
.commenttext p {
	margin-bottom: 0;;
}
