/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }




a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 1px solid #CCCCCC; margin: 0; padding: 5px; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 5px; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; margin: 0 5px 0 10px; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ===== Initializr Styles =====================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body{ font:16px/26px Helvetica, Helvetica Neue, Arial; }

.wrapper{
	width:96%;
	margin:0 2%;
}

/* ===================
    ALL: Orange Theme
   =================== */

html, body { position: relative; height: 100%; }
.global-wrapper {
    min-height: 100%;
    position: relative;
}
#header-container{ border-bottom: 5px solid #e44d26; }
#footer-container{ position: absolute; width: 100%; bottom: 0; border-top:    5px solid #e44d26; }
#main aside      { border-top:    5px solid #e44d26; }

#header-container,
#footer-container,
#main aside{
	background:#222222;
}

#main aside{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#title{ color:#ffffff; }

::-moz-selection { background: #f16529; color: #fff; text-shadow: none; }
::selection      { background: #f16529; color: #fff; text-shadow: none; }

/* ==============
    MOBILE: Menu
   ============== */

code{
	padding:5px;
	color:#f16529;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display:block;
	margin:5px;
	font-size:12px;
	font-family:Courier,Verdana,Arial;
	background:#FFEBE2;
}

nav a{
	display:block;
	margin-bottom:10px;
	background:#e44d26;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

nav a.synchronyzeButton{
	cursor:pointer;
	font-size:40px;
}

nav a:hover, nav a:visited{
	color:#ffffff;
}

nav a:hover, nav a:visited{
	color:#ffffff;
}

header a,header a:hover,header a:visited{
	text-decoration:none;
	color:#ffffff;
}

/* ==============
    MOBILE: Main
   ============== */

#main{
	padding:15px 0 45px;
}

#main article a.goTopButton{
	background-color:#CECECE;
	border:0px;
	color:#ffffff;
	padding:10px 5px 0px 5px;
	line-height: 5px;
	float:right;
	text-decoration:none;
}

#main button, .loginBloc button,.button,.readUnreadButton{
	background-color:#f16529;
	border:0px;
	color:#ffffff;
	text-decoration:none;
	padding:3px 8px 3px 8px;
	font-size:10px;
	font-weight:bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-width: 35px;
	text-align: center;
}

.readUnreadButton{
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	line-height:20px;
}

#main aside a.unreadForFolder,#main aside a.readFolder{
	
	background-color:#F16529;
	border:0px;
	color:#ffffff;
	margin:3px 3px 3px 0px;
	font-size:10px;
	font-weight:bold;
	padding:0px 3px 0px 3px;
	line-height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-width:55px;
	display:block;
	text-align: center;
	float:right;
}

#main aside a.readFolder{
	background-color:#222222;
	margin-left:3px;
	min-width: 36px;
    text-align: center;
}

#main aside ul li h1.folder{
	text-align:left;
	padding-left:5px;
}

.loginBloc span{
	color:#fff;
	margin-right:5px;
	padding:0;
	display:inline;
}
.loginBloc span span{
	font-weight:bold;
}

#main .aside a button a{
	text-decoration:none;
}

#main article header.articleHead{

	padding:5px;
	background-color:#222222;
	color:#ffffff;
}

#main article div.articleContent{
	
	margin:10px 0px 0px 0px;
	text-align: justify;
	clear:both;
}

#main article header h1.articleSection{
	font-size:1em;
	color:#ffffff;
	margin:0px;
	float:left;
	margin-right:10px;
}
#main article section h2 a{
	text-decoration:none;
	color: #222222;
	cursor: pointer;
}
#main article header h1 a{
	text-decoration:none;
	color: #ffffff;
	cursor: pointer;
}
#main article section h2.articleTitle, .preferenceBloc h3{
	margin-bottom:5px;
	font-size:1.1em;
}
#main article section h3.articleDetails, .preferenceBloc h4{
	font-size:10px;
	font-weight:normal;
	color:#939393;
	margin:0px;
}
#main article section .articleDetails .readUnreadButton,
#main article section .articleDetails .readUnreadButton:hover
{
	color: #FFF;
}

#main article div.articleContent .enclosure{
	color:#F16529;
	display:block;
	font-size: 10px;
}
#main article div.articleContent .enclosure h1{
	color:#222222;
	margin:5px 0 0 0;
	font-weight: bold;
	font-size: 12px;
}
#main article div.articleContent .enclosure a{
	
	color:#F16529;
	font-size: 10px;
}

#main article div.articleContent .enclosure span{
	padding:5px 0 5px 0;
	color:#707070;
	font-size: 10px;
}


#main article section img{
	max-width: 100%;
	height: auto;
}
#main article section embed,#main article section iframe{
	max-width: 100%;

}
#main aside ul,#main aside ul li ul{
	padding:0;
	margin:0;
}
#main aside ul li ul li{
	list-style-type:none;
	padding:0 5px 0;
	margin:0;
}

#main aside ul li {
	list-style-type:none;
}
#main aside ul li h1 {
	font-size:14px;
	padding:0px;
	margin:3px;
	text-align:center;
	background-color:#666666;
	cursor: pointer;
}

.favorite:before{
	content: "✰ ";
	font-size: 15px;
    font-weight: bold;
}
.favorite{
	margin-right:10px;
	}

.importFrame{
	border:none;
}


.logo{
	background: url(data:image/png;base64,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) 0 center no-repeat;
	padding-left:60px;
	padding-top:15px;
	height:40px;
	font-size:3em;
	margin:0;
}

.loginBloc{
	background-color: #222222;
    border-radius: 5px 5px 5px 5px;
    float: none;
    margin: 10px 0px 10px;
    padding: 5px;
    width: auto;
}
.loginBloc input{
	width:100px;
	border:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-right:1%;

}

.logo i{
	font-size:0.7em;
}

#main aside ul li ul li:hover{
	background-color:#333333;
}

.feedChip{
	margin-top:9px;
	float:left;
	width:10px;
	height:10px;
	border-left:10px solid;
}

#main article section {
	 
}

#main article section.eventRead .readUnreadButton {
	/*opacity:0.8;
	-moz-opacity : 0.8;
    -ms-filter: "alpha(opacity=80)";
 	*/
 	background-color: #222222;
}

#main article section.eventRead,#main article section.eventHightLighted.eventRead{
	background-color: #EBEBEB
}

#main article section.eventHightLighted{
	background-color: #F1F1F1;
}
#main article section.eventSelected,
.settings article > section{
	box-shadow: 0 0 20px 0 #C2C2C2;
	border-top: 3px solid #F16529;
}
#feedTable{
	width:100%;
}
#feedTable tr td:first{
	width:70%;
}

.addBloc{
	margin-left: 40px;
}

#main.settings aside a {
	font-size: 16px;
}

.settings article > section:not(:first-child){
	display:none;
}

.pointer{
	cursor:pointer;
}

#main article section a,#main article a{
	color:#F16529;
}

footer a,#main aside a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}

#main aside a span{
	font-weight:bold;
	font-size:14px;
}

#main article section{
	border-bottom:1px dashed #cecece;
	padding:5px;
	overflow: hidden;
}

#main aside{
	color:#ffffff;
	padding:0px 1% 10px;
	margin-bottom: 10px;
}

.underlink{
	font-size:9px;
	color:#222222;
	display:block;
	line-height: 9px;
	margin-bottom: 10px;
}

#footer-container footer p,#footer-container footer{
	color:#ffffff;
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:10px;
}

#footer-container footer p a,#footer-container footer p a:visited{
	font-size:10px;
	color:#ffffff;
}

#main article section a.button {
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.pluginBloc li,.pluginBloc ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}
.pluginBloc ul li{
	padding:5px 0 5px 0;
	border-bottom: 1px dotted #cecece;
	margin:0 0 5px 0;
}
.pluginBloc ul li ul li{
	padding: 0;
	border-bottom: none;
	margin:0;
}
.pluginBloc ul li ul li h4,.pluginBloc ul li ul li code{
	display:inline;
}

.errorSync{
	background-color:#C94141;
	color:#ffffff;
	padding:5px;
	border-radius:5px;
	margin:10px 0px 10px 0px;
	box-shadow: 0 0 3px 0 #810000;
}

.errorSync a{
	color:#ffffff;
}

.sync{
	padding-left:10px;
}

.sync a{
	color:#f16529;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }


/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */











/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

		

	nav a{
		float:left;
		width:20%;
		margin:0 1.7%;
		padding:15px 1%;
		margin-bottom:0;
		border-bottom: 5px solid #E44D26;
	}

	nav a:hover{
		border-bottom: 5px solid #F7BC79;
	}
	
	nav li:first-child a{ margin-left:0;  }
	nav li:last-child  a{ margin-right:0; }
	
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

	nav ul li{
		display:inline;
	}	
	.oldie nav a{
		margin:0 0.7%;		
	}
}

@media only screen and (min-width: 768px) {
	.loginBloc{
	   	float: left;
	   	width: 40%;
	   	margin: 15px 20px 0;
   }

#main{
		padding:30px 0;
	}
 
/* ====================
    WIDE: CSS3 Effects
   ==================== */

	#header-container,
	#main aside{
		-webkit-box-shadow:0 5px 10px #aaa;
		   -moz-box-shadow:0 5px 10px #aaa;
		        box-shadow:0 5px 10px #aaa;
	}

/* ============
    WIDE: Menu
   ============ */
	
	#title{
		float:left;
	}

	nav{
		float:right;
		width:38%;
	}

/* ============
    WIDE: Main
   ============ */

	#main article{
		float:left;
		width:67%;
	}
		
	#main #menuBar{
		float:right;
		width:32%;
	}
	#main #menuBar aside{
		padding:5px;
	}
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	.wrapper{
		width:1026px; /* 1140px - 10% for margins */
		margin:0 auto;
	}

	#main{
		padding:30px 0;
	}

}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* =============================================================================
   Tools
   ========================================================================== */
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.hidden{
	display:none;
}
.nochip{
	list-style-type: none;
}

article #loader{
	display: none;
}

.border{
	border: 1px black solid;
	padding: 0px 5px 0px 5px;
}
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}
.textcenter{
	text-align: center;
}
