/* Default stylesheet */

html, body {
    height: 99%;
    overflow: hidden;
}
body {

	height: 100%;
	min-width: 974px;
	background-color: #CCC;
	color: #000000;
	font-family: "Gill Sans", sans-serif;
	font-size: 75%; /* 12px*/
	margin: 0 auto;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px;
	padding: 0px;
}

h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum {
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.layout {
	margin: 0px;
	padding: 0px;
}
td.layout {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* General links */
a:link {color: #000; text-decoration: none; }
a:visited {color: #000; text-decoration: none; }
a:hover {color: #000; text-decoration: none;  }

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.menuselected:link {text-decoration: underline;}
.menu a.menuselected:visited {text-decoration: underline;}
.menu a.menuselected:hover {text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }









/* Copyright, CustomPublish powered link etc.	 */


 #cp {float: left; text-align: left; }
 #aw {float: right; text-align: right;}
 
 
 
.cp {color: #CCC; text-decoration: none;  font-size: 14px; font-weight: 200; margin-bottom: 5px;}
a.cp:link {color: #CCC; text-decoration: none; }
a.cp:visited {color: #CCC; text-decoration: none;  }
a.cp:hover {color: #FFF; text-decoration: none;  }
 
 

 
 
 
.aw {color: #CCC; text-decoration: none;  font-size: 14px; font-weight: 200; margin-bottom: 5px;}
a.aw:link {color: #CCC; text-decoration: none; }
a.aw:visited {color: #CCC; text-decoration: none;  }
a.aw:hover {color: #FFF; text-decoration: none;  }




/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }


.headlinebig a{font-size: 40px; font-weight: 100; color: #666;}





.rotate {

font-size: 22px;
/*
position: relative;
bottom: 160px;
right: 300px;
z-index: 99999999999;
*/

/*
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
*/

}




.headlinelink:link { }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path	{	}
a.path:link { }
a.path:visited { }
a.path:hover { }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.eventdate {
	background: url("http://img4.custompublish.com/getfile.php/981155.1554.qccuvsrypc/date.png") no-repeat scroll 0 0 transparent;
	padding: 2px 5px 0 20px;
}
.author { color: #333333; font-size: 0.9em; }

.feedback {font-weight: 200; }

.copyright {color: #FFF; }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* Set width/height to size of corner images */
	width: 10px;
	height: 10px;
}
span.corner.tl { 
	background-position: top left;
	left: -1px;
	top: -1px;
}
span.corner.tr { 
	background-position: top right;
	right: -1px;
	top: -1px;
}
span.corner.br { 
	background-position: bottom right;
	bottom: -1px;
	right: -1px;
}
span.corner.bl { 
	background-position: bottom left;
	bottom: -1px;
	left: -1px;
} 


/* midtskygge */
div.s1 { 
	background-position: top left;
	background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
	background-position: top left;
	background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required	*/
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 36px;
	font-size: 16px;
}
.pagedescription { }
h1.headline {
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
h1.headlineview {
color: #000;
	font-size: 33px;
	font-weight: 200;
	margin: 0px;
	padding: 0px;
	/*
position: relative;
	top: 100px;
	left: 100px;
*/
}
.subheadline, h2.subheadline {
	font-size: 1.5em;
	font-weight: 200; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.ingress {
}
div.ingress {
	margin: 6px 0px; 
	padding: 0px;
}
.ingressview {
color: #666; font-size: 18px; line-height: 26px;
}
div.ingressview {
	margin: 6px 0px; 
	padding: 0px;
}
p.byline, .byline {
	margin: 10px 0 10px 0; padding: 0px;
}






.viewarea div.listingpic {
/*
	width: 450px;
*/
	float: right;
	margin: 12px 0px 12px 12px;
}





/* SECTION: Articlemedia */
div.articlemedia { 
	clear: right;
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}













/* SECTION: viewarea block/spacing elements */
.block, .articleblock {
	margin-bottom: 15px;
}

.articleblock .imgwrap {
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap {
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}















/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}
/* 4-spalter */
div.fourcol .articleblock { 
	width: 23%;
	float: left;
	margin-right: 2%;
}
div.fourcol .articleblock.quad0 { 
	clear: both;
}
div.fourcol .articleblock.quad2 { 
	margin-right: 0;
}
div.fourcol .articleblock.quad3 { 
	clear: right;
	float: right;
	margin-right: 0;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000000;
	font-size: 1px;
	clear: both;
	height: 10px;
	margin-bottom: 10px;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.clearfix { clear: both; font-size: 1px; height: 0px; }






/* SECTION: page containers */ 
#page {
	width: 100%;
	
	min-height: 100%;
	overflow: hidden;
	

	height: auto !important;
	height: 100%;
	position: relative;
	
	margin: 0;
	padding: 0;
	text-align: left;
}




#topper {
	
width: 100%;
height: 30px;
	background-color: #4d4c4c;
margin: 0px 0px 0px 0px;
padding-top: 10px;
}




#return {width: 960px; margin: 0 auto; list-style-type: none; }

#toppermenu {width: 960px; margin: 0 auto; list-style-type: none; }

#toppermenu ul { }

#topper ul li{float: left; margin-right: 20px;}


#toppermenu a, #topper a{color: #FFF;}
#toppermenu a:hover, #topper a:hover{color: #CCC;}






#toppermenu a.menuselected:link {text-decoration: underline;}
#toppermenu a.menuselected:visited {text-decoration: underline;}
#toppermenu a.menuselected:hover {text-decoration: underline;}





#top {
	
width: 100%;
height: 100px;
background-color: #ededee;
margin: 0px 0px 0px 0px;
padding: 0px;
}




#logo {position: relative; top: 40px;}





#topinner {
	width: 960px;
	margin: 0 auto;
}




#topnav {
width: 100%;
background-color: #e0e0e0;

}
#topnavinner {
width: 960px;
margin: 0 auto;
}



#middle {
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 180px;
}





#main {
/*
	float: left;
*/

	margin: 0 auto;

	width: 960px;
	
/*
		box-shadow: 0px -20px 233px -120px;
*/

	height: 0 auto;
	



	
	min-height: 800px; 
/*
			box-shadow: 0px -20px 233px -120px;
*/

	
	
/*
	background-color: #efeded;
*/
	
/*
	opacity: .5; filter: alpha(opacity=50); zoom: 1;
*/

}



.viewareacontent {
	min-height: 460px; 
	
}





#mainsidebar {
	float: right;
	width: 180px;
	background-color: #222;
}


/* #main when no sidebar */
.widemain #main {
	width: 960px;
	margin: 0 auto;
}
.widemain #navbar {
display: none;
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}


#footer {
/*
	clear: both;
*/
/*
	text-align: center;
*/
	
	
	margin-top: -350px;
	
	position: relative;
	z-index: 999999;
	bottom:0; left:0;
		
		
		
	width: 100%;
	
	
	height: 300px;
		opacity: .95; filter: alpha(opacity=95); zoom: 1;


	
	
	background-color: #4d4c4c;
	border-top: solid 5px #ff6825;
}


#footerinner {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	color: #FFF;
}





#contactinfo {text-align: right;}
#contactinfo a{color: #CCC;}
#contactinfo a:hover{color: #FFF;}








/* SECTION: Sidebar */
.sidebar {
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
}
.box .head {
}
.box .cell {
	padding: 5px;
}
.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3.caption {
	padding: 0px;
	margin: 0px;
}
/* SECTION: page elements */
div.skiplink a{
  position: absolute;
	top: -190px;
}
div.skiplink a:focus, div.skiplink a:hover  { 
	position: static;
	left: 0; 
	width: auto; 
}
#path {
	margin-bottom: 5px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu, ul.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu, ul.menu ul {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

ul.topmenu {
	list-style-type: none;
}
ul.topmenu li {
	display: inline;
}
#search {
}
#searchform {
}
input.searchinput {
	vertical-align: middle;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
}
/* SECTION: banner locations */
.bannerlocation {
	clear: both;
	text-align: center;
}
.bannerlocation table {
	margin-left: auto;
	margin-right: auto;
}
.bannerlocation td {
	text-align: center;
	padding: 5px 0px;
}
.bannerlocation img {
	border-width: 0px;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.errmsg { font-weight: bold; color: #AA0000; }

table.weathertablefivedays { }

table.weathertablefivedays td {
	padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
	width: 100px;
	font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
	width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #cp, #searchform, .corner, #taleweb, #talewebholder, #PAFTOOLBAR, #skiplink, .skiplink, .adminbar, .cpeditlinks {
		display: none !important;
	}
	#page, #main {
		border: none !important;
		min-width: 0 !important;
		float: none !important;
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}















#slideshowcontainer {

	height: auto;
}

.slides_control {
	height: 350px;

}

#slides {
	height: 350px;

}

#slides .articlelist {


}






#slides .articleblock {

	border-radius: 0px;
	position: relative;
	min-height: 200px;



	
	
}
#slides .imgwrap, #slides .textwrap {
	float: none;
	width: auto;
	
}



#slides .imgwrap, #slides .imgwrap .img {
}
#slides .textwrap {


	background-color: #5389b5;
	
	opacity: .7;
	filter: alpha(opacity=70);
	zoom: 1;
	
	border-radius: 0 0 0px 0px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 2%;
	width: 96% !important;
}
#slides .textwrap span.date {
	color: #FFFFFF;
	float: right;
	font-style: italic;
	padding-top: 5px;
	width: 18%;
	text-align: right;
	
}
#slides .textwrap .headline {
	float: left;
	width: 80%;
}

#slides .textwrap .headlinelink {
	float: left;
	width: 80%;
	font-size: 24px;
}


#slides .textwrap a {

	color: #FFFFFF;
	text-decoration: none;
}

#slides .textwrap .ingress {
	clear: both;
	font-size: 16px;
}














#slides .pagination {

	width:100px;
	
	position: fixed;
	position: relative;
	z-index: 9999999;

	bottom: 660px;
	left: 775px;

	
	
}

#slides .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	
	position: relative;
	top: 500;
}

#slides .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(http://img9.custompublish.com/getfile.php/1873652.2069.qardtxaswf/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	
	
}


#slides .pagination li.current a {
	background-position:0 -12px;
}


#slides .pagination li a:hover {
	background-position:0 -12px;
}






#slides .prev,#slides .next {
	position:relative;
	bottom:600px;
	
	float: right;	
	margin: 3px;
	
	width:24px;
	height:43px;

	display:inline;
	z-index:101;
}



#slides .next {
	left:0px;
}















#lavamenucontainer {width: 100%; background-color: #e0e0e0; }

#lavacontainer {
	width: 960px;
	
	margin: 0 auto;
}




#lava {
		/* you must set it to relative, so that you can use absolute position for children elements */
		position:relative; 
		text-align:center; 
		width:960px; 
		height:50px;
		font-size: 13px;
		font-weight: 200;
	}
	
	#lava ul {
		/* remove the list style and spaces*/
		margin:0; 
		padding:0; 
		list-style:none; 

		display:inline;

		
				margin-top: 5px;

				
		/* position absolute so that z-index can be defined */
		position:absolute; 
		
		/* center the menu, depend on the width of you menu*/
		left:0px; 
		top:0; 
		
		/* should be higher than #box */
		z-index:100;

	}
	
	#lava ul li {
     
    /* give some spaces between the list items */
    margin:0 15px;
     
    /* display the list item in single row */
    float:left;
}

	
	
	



	#lava #box {
		
		/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute; 
		left:0; 
		top:0; 
		
		/* should be lower than the list menu */
		z-index:50; 

		height:50px;

		border-bottom: solid 5px #ff6825;
		
	margin-left:0px;
	}











#lava2 {
		/* you must set it to relative, so that you can use absolute position for children elements */
		position:relative; 
		text-align:center; 
		width:960px; 
		height:30px;
		font-size: 13px;
		font-weight: 200;
	}
	
	#lava2 ul {
		/* remove the list style and spaces*/
		margin:0; 
		padding:0; 
		list-style:none; 

		display:inline;

		
				margin-top: 5px;

				
		/* position absolute so that z-index can be defined */
		position:absolute; 
		
		/* center the menu, depend on the width of you menu*/
		left:0px; 
		top:0; 
		
		/* should be higher than #box */
		z-index:100;

	}
	
	#lava2 ul li {
     
    /* give some spaces between the list items */
    margin:0 35px;
     
    /* display the list item in single row */
    float:left;
}

	
		#lava2 ul li.article0 {
     
    /* give some spaces between the list items */
    margin:0 35px;
     
    /* display the list item in single row */
    float:left;
}
	



	#lava2 #box2 {
		
		/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute; 
		left:0; 
		top:0; 
		
		/* should be lower than the list menu */
		z-index:50; 

		height:30px;
		
		border-bottom: solid 5px #ff6825;
		
	margin-left:0px;
	}




















#mainmenu, #mainmenu * {
	margin:	0;padding:0;
	list-style:	none;
	position: relative;
	z-index:99;
}

#mainmenu ul {
	position:absolute;
	top:-999em;
	width:14em; /* left offset of submenus need to match (see below) */
}
#mainmenu ul li {
	width:100%;
}
#mainmenu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu li {
	float:left;
	position:relative;
}
#mainmenu a {
	display:block;
	position:relative;
	
}
#mainmenu li:hover ul, #mainmenu li.sfHover ul {
	left:0;
	top:100%; /* match top ul list item height */
	z-index:99;
}





ul#mainmenu li:hover li ul, ul#mainmenu li.sfHover li ul {
	top:-999em;
}
ul#mainmenu li li:hover ul, ul#mainmenu li li.sfHover ul {
	left:100%;
	top:0;
}
ul#mainmenu li li:hover li ul, ul#mainmenu li li.sfHover li ul {
	top: -999em;
}
ul#mainmenu li li li:hover ul, ul#mainmenu li li li.sfHover ul {
	left: 100%;
	top: 0;
}

ul#mainmenu {
	color: #FFF;
}

ul#mainmenu li{
	
}

ul#mainmenu li a.menulevel0, ul#mainmenu li.noclick{
	display: block;
	padding: 14px 14px;
	text-decoration: none;
}
				


ul#mainmenu li ul li {
	text-align: left;
}
ul#mainmenu li li a{
	padding: 8px 10px;
	border: 0;
	border-bottom: 1px solid #E8E8E8;
    color: #636363;
    background: transparent;
}
ul#mainmenu li li li {
	background:	#003261;
	
}
ul#mainmenu li.sfHover a.menulevel0, ul#mainmenu li a:hover{
	
}
ul#mainmenu li.sfHover a li a, ul#mainmenu li li a:hover{
	background: #FFF;
	color: #444444;
	text-shadow: 0 1px 1px #FFF;
}

#submenu {

}
#submenu li{	
}

#submenu li a{
	display: block;
	border-bottom: 1px solid #e9e9e9;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: background-color .15s linear;
	-moz-transition: background-color .15s linear;
	-ms-transition: background-color .15s linear;
	transition: background-color .15s linear;
}
#submenu li a:hover, #submenu li a.menuselected{
	background: #f5f5f5;
}
#submenu li.lastitem a{
	border-bottom: 0;
}
#submenu li.itemselected > a  {
	text-decoration: underline;
}




.viewpic {opacity: .11;}











#slideshowcontainer2 {
	margin: 0 auto; 

	width: 100%;
	height: auto;
/*
	box-shadow: 0 5px 10px rgba(0,0,0,0.6);	overflow: visible;
*/

}

.slides_control {
	width: 100%;
	height: 350px;
	margin: 0 auto; 	overflow: visible;

}

#slides2 {
	width: 100%;
/*
	height: 550px;
*/
		overflow: visible;

		margin: 0 auto; 

}

#slides2 .articlelist {


/*
	margin-bottom: 10px;
*/	margin: 0 auto; 

	width: 960px;
/*
	height: 550px;
*/
	overflow: visible;
/*
	margin: 0 auto;
*/
	
}





#slides2 .articleblock {
	margin: 0 auto; 

	border-radius: 0px;
	position: relative;
	min-height: 200px;
/*
	height: 450px;
*/
	overflow: visible;
	width: 960px; /* maa ha dette pga slideshow */
	
	
}
#slides2 .imgwrap, #slides2 .textwrap {
	float: none;
	width: auto;
	
}	margin: 0 auto; 




#slides2 .imgwrap, #slides2 .imgwrap .img {
	border-radius: 0px;
	width: 940px;	margin: 0 auto; 

	
}
#slides2 .textwrap {

	/*
margin: 0 auto; 

	background-color: #5389b5;

	opacity: .7;
	filter: alpha(opacity=70);
	zoom: 1;
	
	border-radius: 0 0 0px 0px;
	color: #FFFFFF;
*/
	/*
position: absolute;
	bottom: 0;
	left: 0;
*/
	padding: 10px 2%;
	width: 96% !important;
}
#slides2 .textwrap span.date {
	color: #FFFFFF;
	float: right;
	font-style: italic;
	padding-top: 5px;
	width: 18%;
	text-align: right;
	
}
#slides2 .textwrap .headline {
	float: left;
	width: 80%;
}

#slides2 .textwrap .headlinelink {
	float: left;
	width: 99%;

	font-size: 34px;
	font-weight: 200;
}


#slides2 .textwrap a {

	color: #666;
	text-decoration: none;
}

#slides2 .textwrap a:hover {

	color: #FFF;
	text-decoration: none;
}



#slides2 .textwrap .ingress {
	clear: both;
	font-size: 16px;
}










.big {font-size: 38px; font-weight: 200; color: #333;}



.body2 {font-size: 22px; font-weight: 200; color: #000;}


.righty {height: auto; width: 300px; float: right; text-align: right;}




.imgwrap222 {box-shadow: 0px -20px 233px -120px;

}