/* -------------------  LIST STORY - BIG -------------------- */

.storyBrowser {display:block;padding-bottom:15px;padding-top:15px; background: url(../img/divider_bg.gif) repeat-x left bottom}
.smallBrowser .storyBrowser {display:block;padding-bottom:10px;padding-top:10px; background: url(../img/divider_bg.gif) repeat-x left bottom}

/* -------------------  LIST STORY - SMALL -------------------- */
.columnLeft_top.storyList {
	display:block;
	height:40px;
}
.columnLeft_top.storyList h2 {
	color:#003570;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin:0;
	padding:5px 0 0 20px;
	text-transform:uppercase;
}
.columnLeft_main.storyList {
	display:block;
	padding:0 20px;
	width:160px;
}
.columnLeft_main.storyList .storyBrowser {
	padding-top:10px;
	padding-bottom:10px
}
.columnLeft_main.storyList h2.title {
	font-size:13px;
	margin:0;
	font-weight:normal;
	display:inline
}
.columnLeft_main.storyList p.eventDate {
}
/* -------------------  SEKVENCE -------------------- */

h1.title {
	padding:5px 0 15px;
	background: url(../img/divider_bg.gif) repeat-x bottom left;
	line-height:110%;
}

p.eventDate {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:11px;
	margin:0;
	padding:0;
}
p.eventPlace {
}
p.source {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #666666;
	margin:0;
	padding:0;
}
p.uptitle {
	/*color:#999999;*/
	font-size:13px;
	margin:0;
	padding:5px 0 0 0;
	text-transform:uppercase;
}
p.author {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color: #666666;
	margin:0 0 5px;
	padding:0;
}
p.lead {
	font-size: 13px;
	padding:0 0 15px;
	line-height: 150%;
	margin:0 0 20px;
	color: #000000;
	font-style: italic;
	background: url(../img/divider_bg.gif) repeat-x bottom left;
}
span.dropj{ font-size:40px !important; line-height:50px !important; padding-right:5px !important; font-weight:normal !important}
p.leadShort {display: inline}

p.source_author { margin:0; padding:0}
span.source {font-family:Georgia, "Times New Roman", Times, serif;font-size: 14px;font-weight:bold;color: #666666;padding-right:5px;}
span.author {font-family:Georgia, "Times New Roman", Times, serif;font-size: 12px;font-style:italic;color: #666666;}


p.eventPlace_eventDate {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	margin:0;
	padding:10px 0 0;
	background: url(../img/divider_bg.gif) repeat-x top left;
}
span.eventDate {
}
span.eventPlace {
}
h2.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color:#0099CC;
	line-height:110%;
	margin-bottom:10px
}
h2.title a, h2.title a:visited {
	color:#0099CC;
	text-decoration:none
}
h2.title a:hover {
	text-decoration:underline;
	color:#0099CC
}
p.more {
	display:inline;
	font-size:11px
}
p.more a, p.more a:visited {
	text-decoration:none;
}
p.more a:hover {
	text-decoration:underline;
}
a.smallThumb {
	display:block;
	float:left;
	margin-right:20px;
	width: 100px;
	text-align:center
}
a.mediumThumb {
	display:block;
	width: 180px;
	border: 1px solid #CCCCCC;
	padding:2px;
	background:#FFFFFF;
	margin:0 15px 0 0;
	float:left;
}
a.largeThumb {
	display:block;
	float:left;
	margin-right:20px;
	width:200px;
	text-align:center;
}
a.smallThumb img, a.mediumThumb img, a.largeThumb img {
/*	border:3px solid #BEBEBE*/
border: none;
vertical-align:bottom
}
/* ------------------- STORY -------------------- */

.boxCaption {
	display: none;
}
.boxImageCaption {
	text-align: center;
	color:#5D5D5D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:140%;
	padding-top: 5px;
	padding-bottom: 10px;
}
.boxBody p {
	font-size: 20px;
	padding:0;
	line-height: 135%;
	margin:0 0 10px;
	color: #8F8F8F;
}
/***** boxHalf *****/

.boxHalf {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.boxHalf .boxImage img {
	border: 1px solid #5D5D5D;
	margin: 0;
}
/***** boxFull *****/
.boxFull {
	width: 630px;
	float: left;
	margin-bottom: 10px;
}