/* karlos uprava css */
body {
	background: url(../images/bgStripLine.gif) repeat-x 0px 160px;
}


/* articles - liset */

#articleList {
  width: 580px;
  float: left;
}
#articleListRight {
	background:#F6F6F4 none repeat scroll 0 0;
  margin: 12px 0 0 600px;
  padding: 10px 20px;
}
#articleListRight h3 {
  color:#B50D59;
  font-size:1.3em;
  font-weight: bold;  
  margin: 5px 0 3px 0;
}
.listArticleWrap * {
  margin: 0; padding: 0;
}
.listArticleWrap {
  clear: both;
  padding-bottom: 15px;
}
.listArticleImg {
  float: left;
  margin: 0 10px 15px 0;
  border-top: 4px #18485e  solid;  
}
.listArticleImg:hover {
  border-top: 4px #B50D59 solid;
} 
.listArticleWrap h2 {
  border-bottom: 2px #f7f7f7 solid;
  line-height: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
}
.listArticleWrap h2 strong {
  padding-right: 20px;
}
.listArticleInfo {
  padding: 2px 0 5px 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px;
  height: 25px;
}
.listArticleIco {
}
.listArticleIco img {
  vertical-align: middle;
}
/* articles - list END */	


/* articles detail */
#articleLeft {
	width: 580px;  
	float: left;
}
#articleLeft p {
	width: 550px; 	
	font-size:1.1em;
	line-height:1.3em;
	font-family:Helvetica,Arial,sans-serif;
	color: #000000;
	padding-bottom: 4px;
}
#articleLeft p.anotation {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}
#articleLeft h2 {
  padding-top: 10px;
}
#articleRight {
  width: 394px;
  float: right;
  background: #F6F6F4;
  margin-top: 12px;
  padding: 3px;
}
p.zvIndex {
	margin-left:65px;	
}
p.zvIndex strong{
	color: #B50D59;
}
.infoDetails {
	font-size:0.9em;
	font-family:Helvetica,Arial,sans-serif;
	color: #000000;
	margin-bottom: 15px;
	padding-left: 15px;
}
.infoDetails  a{
	font-weight: bold;
	font-size:1em;
}
.infoDetails  a.facebook{
	background:transparent url(../images/facebook_ico.gif) no-repeat scroll left top;
	line-height:16px;
	margin-left: 2px;
	padding-left:18px;
}
.infoDetails  a.myspace{
	background:transparent url(../images/myspace_ico.gif) no-repeat scroll left top;
	line-height:16px;
	margin-left: 2px;
	padding-left:18px;
}
.infoDetails  a.digg{
	background:transparent url(../images/digg_ico.gif) no-repeat scroll left top;
	line-height:16px;
	margin-left: 2px;
	padding-left:18px;
}
.infoDetails  a.delicious{
	background:transparent url(../images/delicious_ico.gif) no-repeat scroll left top;
	line-height:16px;
	margin-left: 2px;
	padding-left:18px;
}
.infoDetails  strong{
	font-size:1em;
}
h3.articleAuthor {
color:#B50D59;
font-size:1.5em;
font-weight: bold;
line-height:1.3em;
margin-bottom:12px;
padding-left: 8px;
}
.authorAvatar img {
border: 4px solid #18485E;
float: left;
}
.authorInfo {
padding-bottom: 8px;
padding-left: 15px;
}
.authorInfo h4 {
margin-left: 65px;
font-size:1.5em;
letter-spacing:0.1em;
}
.username a {
	color: #B50D59;
}


/* video player */
#videoPlayer {
	width:560px;
	height:350px;
}

.videoItemWrap {
  width: 210px;
  height: 143px;
  padding-top: 15px;
  position: relative;
}
.videoItemWrap img {
  border: 1px #fff solid;
  border-left: 0;
}
.videoItemWrap .videoTransparentBg, .videoItemWrap .videoName {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 210px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  color: #000;  
}
.videoItemWrap .videoName  {
  padding: 0 5px;
}
.videoItemWrap .videoTransparentBg {
  background: #fff;
}


/* video controls */
div.controls { 
	position:relative;
	height:8px;
	margin:12px 0 0;
	padding:5px 0 0;
}
div.controls div.play, div.controls div.pause { 
	position:relative;
	width: 18px;
	height:10px;
	text-indent:-999em;
	cursor:pointer;
	overflow:hidden;
	background:url(../images/play_pause.gif) center top no-repeat;
	margin-top: -10px;
}
div.controls div.pause { 
	background-position:center -10px;
}
div.controls div.track { 
	position:absolute;
	top:-6px;	
	height:18px;
	left:20px;
	background:url(../images/track540.gif) no-repeat;
	text-align:left;
	cursor:pointer;
	width:540px;	
}
div.controls div.playhead { 
	position:absolute;	
	height:12px;
	background:url(../images/playhead.png) no-repeat;
	cursor:pointer;
	top:0px; 
	width:12px;
}
div.controls div.progress, div.controls div.buffer {	
	background-color:#fff;
	height:6px;
	margin:3px 4px;
	width:0px;
	position:absolute;
	top:0;
	font-size:0px;		
	max-width:530px;
}
div.controls div.buffer {
	background-color:#999;
}
div.controls div.progress {
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-topleft:2px;	
}
h2.articleTitle {
color:#18485E;
font-size:2.0em;
line-height:1.3em;
margin-bottom:10px;
margin-top: 8px;
letter-spacing:-0.05em;
}
p.articleInfo {
padding-bottom: 5px;
padding-left: 5px;
width: 500px;
}

#commentEdit {
  width: 280px;
  height: 80px;
}

