/* -------------------  LIST STORY - BIG -------------------- */

.storyBrowser {display: block;padding:15px; border:1px solid #D9D9D9; margin-bottom:15px;}

/* -------------------  LIST STORY - SMALL -------------------- */
.columnLeft_top.storyList {display:block; height:40px; background-color: inherit; background-image: url(/img/columnLeft_bgTopSec.png); background-repeat: no-repeat;}
.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; background-color: inherit; background-image: url(/img/columnLeft_bgMain.png); background-repeat: repeat-y; 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 -------------------- */

p.eventDate {
	color:#AAAAAA;
	font-size:11px;
	margin:0;
	padding:0;
}
p.eventPlace {
}
p.source {
	font-size: 11px;
	color: #919191;
	margin:0;
	padding:0;
}
p.uptitle {
	color:#999999;
	font-size:11px;
	margin:0;
	padding:0 0 5px;
	text-transform:uppercase;
}
p.author {
	font-size: 11px;
	color: #919191;
	margin:0;
	padding:0;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
}
p.lead {
	font-size: 13px;
	padding:0;
	line-height: 150%;
	margin:0 0 20px;
	color: #5D5D5D;
	font-style: italic;
}
p.leadShort {
	display: inline
}

p.eventDate_eventPlace {
}
p.eventPlace_eventDate {
	font-size: 11px;
	color: #999999;
	font-family:Tahoma, Arial;
	margin:0;
	padding-bottom:5px;
}
span.eventDate {
}
span.eventPlace {
}

h2.title {
	font-size: 15px;
	color:#1A7DC1;
	line-height:135%
}
h2.title a, h2.title a:visited {
	color:#1A7DC1;
	text-decoration:none
}
h2.title a:hover {
	text-decoration:underline;
	color:#1A7DC1
}

p.more {
	display:inline;
	font-size:11px
}
p.more a, p.more a:visited {
	color:#1781CB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	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;float:left;margin-right:20px;width: 118px; text-align:center}
a.largeThumb {display:block;float:left;margin-right:20px;width:200px; text-align:center}

a.smallThumb img, a.mediumThumb img, a.largeThumb img {border:1px solid #1A7DC1}


/* ------------------- STORY -------------------- */
.storyContent {
	float:left;
	padding:20px 30px;
	border:1px solid #D9D9D9;
	width:580px;
}
.storyContent ul {
	margin:15px;
	padding-left:15px;
}
.storyContent ul li{
	list-style-type:square;
}
.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: 22px;
	padding:0;
	line-height: 140%;
	margin:0 0 10px;
	color: #5F5F5F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
}


/***** boxHalf *****/

.boxHalf {
	width: 302px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.boxHalf .boxImage img {
	border:1px solid #999999;
	margin: 0;
}
.boxHalf .boxBody p {
	font-size:20px;
}
/***** boxFull *****/
.boxFull {
	margin-bottom: 10px;
}
.boxFull .boxImage img {
	border:1px solid #999999;
	margin: 0;

}
