/**
* Clanek
*
* @package Bigbit
* @author Frantisek Fialka <frantisek.fialka@ceskatelevize.cz>
* @copyright 2011 Ceska televize
* @version 0.1.0 2011-03-25
*/

/**
* Text
*/
#article a {
	color: #D2C8AC;
}
#article a:hover, #article a:focus {
	color: #FFF;
}

#article a strong {
	color: #E1DAC8; text-decoration: underline;
}
#article a:hover strong, #article a:focus strong {
	color: #FFF; text-decoration: underline;
}

#article h2 {
	margin-top: 20px;
	font-family: Georgia, "New York CE", utopia, serif; font-size: 1.9em; font-weight: normal; color: #FFF;
}
#article h3 {
	margin-top: 20px;
	font-family: Georgia, "New York CE", utopia, serif; font-size: 1.7em; font-weight: normal; color: #FFF;
}
#article p {
	margin-top: 15px;
	font-size: 1.3em; line-height: 1.6em;
}
#article ul {
	margin-top: 15px;
	font-size: 1.3em;
}
#article li {
	margin-left: 1.7em; margin-top: 5px;
}

#article table {
	margin-top: 15px;
	font-size: 1.3em;
}
#article th, #article td {
	padding-right: 10px;
	vertical-align: top;
	line-height: 1.4em;
}

/**
* Fotografie
*/
#article .fullPhoto {
	width: 550px;
}
#article .fullPhoto em {
	font-size: 0.9em; color: #FFF;
}

#article .halfPhoto {
	float: left; margin-right: 18px; margin-top: 5px;
}

#article .photoGallery {
	margin: 10px -9px 0;
}
#article .photoGallery a {
	float: left; display: block; width: 142px; margin-top: 10px;
}
#article .photoGallery img {
	display: block; margin: 0 9px;
}

/**
* Atributy
*/
#article .attributes {
	padding: 8px;
	background-color: #3F3F3F;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#article .attributes p {
	margin-top: 0; padding: 2px 0 2px 60px;
}
#article .attributes p span {
	float: left; margin-left: -60px;
}

/**
* Souvisejici
*/
#related h2 {
	margin-top: 20px; padding-top: 15px;
	border-top: 1px solid #484848;
	font-family: Georgia, "New York CE", utopia, serif; font-size: 2em; font-weight: normal; color: #FFF; text-transform: uppercase;
}
#related .divider {
	margin-top: 20px; margin-bottom: -5px; padding-top: 15px;
	border-top: 1px solid #484848;
}

/**
* Osobni probram
*/
.programEpisode {
	margin: 0 15px 0 0;
	text-align: right;
	height: 20px;
	display: inline;
	float: right;
}

/**
* Dil strankovani
*/
.pagingEpisode {
	margin: 5px 0 15px 0;
	text-align: right;
	height: 20px;
	display: inline;
	float: right;
}

.pagingEpisode a {
	color: #FFF !important;
	text-decoration: none;
	padding: 5px 10px;
	background-color: #3F3F3F;
	font-size: 12px;
	margin: 0 0 0 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.pagingEpisode .program {
	background: url("../gfx/osobni.gif") no-repeat scroll left center transparent;
	display: inline-block;
	padding-left: 15px;
}

#related .photo a {
	display: block;
	position: relative;
}

#related .photo a span.play {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	line-height: 32px;
	width: 32px;
	background: transparent url("../gfx/buttonPlayVideo.png") no-repeat top left;
	position: absolute;
	top: 32px;
	left: 45px;
	z-index: 9;
}

#related .photo a span.playBonus {
	top: 18px;
}