/* -------------------  LIST STORY - BIG -------------------- */

.storyBrowser {display: block;background:transparent url(/img/sideMenu/leftMenuBorder.gif) repeat-x scroll left bottom; padding-top:10px;padding-bottom:10px;}

/* -------------------  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:#666666;
	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;
}
p.lead {
	font-size: 13px;
	padding:0;
	line-height: 160%;
	margin:0 0 20px;
	color: #000000;
	font-weight: normal;
}
p.leadShort {
	display: inline;
	font-size:12px;
	color:#666666;
	line-height:150%;
}

p.eventDate_eventPlace {
}
p.eventPlace_eventDate {
	font-size: 11px;
	color: #666666;
	margin:0;
	padding-bottom:5px;
}
span.eventDate {
}
span.eventPlace {
}

h2.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-transform:uppercase;
	font-weight: normal;
	color:#1C4C71;
	line-height:130%
}
h2.title a {
	color:#1C4C71;
	text-decoration:none
}
h2.title a:hover {
	text-decoration:underline;
	color:#000000
}

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;float:left;margin-right:20px;width: 150px; 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 #588DB8;}


/* ------------------- 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;
	display:none;
}
.boxBody p {
	font-size: 15px;
	padding:0;
	line-height: 135%;
	margin:0 0 10px;
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/***** boxHalf *****/

.boxHalf {
	width: 222px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color:#efefef;
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	overflow:hidden;
}
.boxHalf .boxBody , .boxFull .boxBody {
	background-color:#D5E8FF;
	border: 1px solid #1C4C71;
	padding:10px;

}
.boxHalf .boxImage img {
	border: 1px solid #cccccc;
	margin: 0;
}
.boxHalf .boxImage * {
    vertical-align: middle;
}
/*\*//*/
.boxHalf .boxImage {
    display: block;
}
.boxHalf .boxImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/



/***** boxFull *****/
.boxFull {
	width:440px;
	margin-bottom:10px;
}

