
/* --- reset --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #ffffff;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --- /reset --- */

/* --- general --- */
h1 {color: #07ADDA; font-size: 24px; font-weight: bold; margin: 0 0 20px 0;}
h2 {font-size: 16px; font-weight: bold; margin: 0 0 5px;}
/* --- /general --- */

/* --- header --- */
#home-header {position: relative; width: 1280px; margin: 0 auto; height: 580px}
#internal-header {position: relative; width: 1280px; margin: 0 auto; height: 267px}
#home-banner {height: 467px; position: absolute; top: 73px; width: 1280px;}
#internal-banner {height: 163px; position: absolute; top: 73px; width: 1280px;}
#logo {position: absolute; top: 3px; left: 180px; }
#links {position: absolute; right: 160px; bottom: 19px; width: 960px; height: 63px}
#nav {float: right; margin: 54px 402px 0 0}
/* --- /header --- */

/* --- main --- */
#main {width: 960px; margin: 0 auto; margin-bottom: 75px}
#story {width: 475px; float: left}
#story-title {margin: 10px 0 5px 0; display: block; font-size: 14px; font-weight: bold}
#post-story {width: 620px; float: left; }
#post-assets {float: right; width: 340px; margin: 36px 0 15px 0}
#post-meta {border-top: 1px solid #07ADDA; border-bottom: 1px solid #07ADDA; padding: 5px 0 5px 0; color: #07ADDA; margin: 0 0 10px 0}
#post-meta span {display: block; margin: 0 0 2px 0}
#post-images {margin: 0 0 15px 0}
#post-images img {margin: 0 0 10px 0}
#read-more-button a {font-size: 9px; background: #000; color: #fff; padding: 2px 4px; margin: 0 0 0 10px; text-decoration: none}
#editions-partners {float: right}
#partners {margin: 10px 0 20px 0}
.story-section-title {position: absolute; top:0px; left: 0px} 

/* --- /main --- */

/* --- footer --- */
#footer {background: #e8e8e8; clear: both; width: 100%; height: 160px}
#footer-inner {width: 960px; margin: 0 auto; padding: 10px 0 0 0}

/* --- /footer --- */

/* --- login-form --- */
#login {position: absolute; top: 6px; right: 160px; width: 240px; height: 242px; background: url(../images/login-box.jpg); padding-bottom: 5px}
#username {background: none repeat scroll 0 0 transparent; border: medium none; height: 20px; margin: 103px 10px 0px 15px; width: 190px;}
#password {background: none repeat scroll 0 0 transparent; border: medium none; height: 20px; margin: 31px 10px 0px 15px; width: 190px;}
#submit {background: none repeat scroll 0 0 transparent; border: medium none; margin: 14px 10px 0px 12px;}
#forgot-login {float: right; font-size: 11px; margin: 0 10px 10px 0}

/* --- /login-form --- */

/* --- story-slider --- */

#banner_container {position: relative; width: 475px; padding: 30px 0 0 0}
#banner_wrapper {width:475px; height: 400px; /*border-bottom:1px solid #cccccc;*/	margin:0 auto; position: relative}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 5px solid black;*/
width: 475px; /*width of featured content slider*/
height: 400px;
}

.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
/*background: white;*/
width: 475px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 400px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#slider {
margin: 0 0 0 0;
height: 400px;
}

#paginate-slider {
background-color: #ffffff;
visibility: visible;
/* for IE */
filter:alpha(opacity=80);
/* CSS3 standard */
opacity:0.8;
border-color: #222222;
/*width: 250px;*/
height: 30px;
position: absolute;
top: 0px;
right: 0px;
z-index: 999;
padding: 0 10px 0 0;
}

#paginate-slider a img {
width: 30px;
height: 15px;
border: 2px solid #000000;
margin: 6px 0 0 11px;
/* for IE */
filter:alpha(opacity=100);
/* CSS3 standard */
opacity:1.0;
z-index: 9999;
}

#story-content {
	margin: 0px 15px 30px 0px;
}

#paginate-slider a img:hover, #paginate-slider a.selected img{
border: 2px solid #999999;
}
.clearfix {clear: both; font: 1px/1px sans sarif;}
/* --- /story-slider --- */

/* --- lists template --- */
.lists li {margin: 0 0 20px 0; overflow: hidden; border-bottom: 1px dotted #ccc; padding-bottom: 20px}
.lists li img {width: 225px}
.list-img {style=width: 225px; float:left}
.list-content {width: 700px; float: right}

/* --- /lists template --- */