/* BASIC 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; }
/*
img {
  display: inline-block;
}
*/
body {
	line-height: 1; }

ol, ul {
	list-style: none; }
ul big {
	font-size: 1.1em;
	text-shadow:1px 1px rgba(0,0,0,.4), 
                2px 2px rgba(0,0,0,.1),
                3px 2px rgba(0,0,0,.05),
                2px 3px rgba(0,0,0,.05); }

table {
	border-collapse: collapse;
	border-spacing: 0; }

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle; }

q, blockquote {
	quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none; }

a img {
	border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block; }

/* ZONE MENU DE GAUCHE */
#sidebar {
	position: fixed;
	top: 30px;
	left: 30px;
	width: 180px; }
/* ZONE DU CONTENU */
#content {
	margin: 0 30px 40px 250px; }

.row {
	*zoom: 1; }
.row:after {
	content: "";
	display: table;
	clear: both; }

/* HTML ELEMENTS */
body {
  background: #222222 url(../images/bg-checker.png); }
body, input, textarea {
  color: white;
  text-shadow: 0 -1px 0 black;
  font-size: 14px;
  line-height: 1.625em;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

#lightbox {
  text-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.625em;
  margin: 0;
  color: #d0eb6a; }
h1 {
  font-size: 36px;	/* 40px */
  line-height: 1.2em; }
h2 {
  font-size: 28px;	/* 34px */
  line-height: 1.45em;
  margin-bottom: 0.2em; }
h3 {
  font-size: 16px;	/* 16px */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #74B446; /* #88a616; */ }
h4 {
  font-size: 14px;	/* 16px */ }

p {
  margin: 0 0 1.25em 0;
  line-height: 1.625em; }

ul, ol {
  margin: 0 0 1.25em 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 1.625em; }

strong {
  font-weight: bold; }

i {
  font-style: italic; }

pre {
  background: rgba(0, 0, 0, 0.4);
  color: #e7931a;
  font: 17px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.5;
  margin: 20px 0 20px 0;
  overflow: auto;
  padding: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black; }

code, kbd {
  font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; /* 17px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; */
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #f59829; /* #e7931a; */ }

pre code {
  font-size: 16px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0; }

/* LINKS */
a {
  color: #589e29; /* #8ad459; */
  text-decoration: none; }
a:hover {
  color: #8ad459; /* #589e29; */
  /* text-decoration:underline; */ }

::-moz-selection,
::selection {
  background: #e7931a;
  color: white;
}

/*----------------------------------------------- */
/* SIDEBAR - MENU DE GAUCHE */
/*----------------------------------------------- */
#sidebar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#sidebar:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#sidebar a {
  color: white;
}
#sidebar .logo {
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sidebar .logo em {
  font-weight: normal;
  color: #8ad459;
}
#sidebar .logo:hover {
  text-shadow: 0 0 20px #d0eb6a, 0 0 50px #d0eb6a;
}
#sidebar .author {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.4em;
  margin: 10px 0 20px 0
}
#sidebar .author em {
  font-size: 8px;
  font-weight: italic;
}
#sidebar .author a:hover {
  text-shadow: 0 0 10px white;
}
#sidebar .author .twitter {
  font-size: 14px;
}
#sidebar .author .twitter a {
  color: #4d9ed8;
}
#sidebar .author .twitter em {
  font-size: 8px;
  font-weight: italic;
}

/*----------------------------------------------- */
/* MENU NAVIGATION */
/*----------------------------------------------- */
#nav {
  font: Verdana, Geneva, sans-serif;
  font-size: 16px; /* 14px */
  list-style: none;
  margin: 1.5em 0 1em 0;
  letter-spacing: 0.1em;
  /*
  font: 62.5% Verdana, Geneva, sans-serif;
  text-decoration:underline;
  text-transform: uppercase;
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  */ }
#nav li {
  padding: 0;
  margin: 0; }
#nav a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  height: 1.6em;
  padding: 0.6em 0.2em 0.3em 20px;
  background: #505050;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
#nav a:hover {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  background-color: #88a616; }
#nav a.first {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  border-top-color: transparent; }
#nav a.last {
  border-top-color: rgba(255, 255, 255, 0.25);
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* content
 *----------------------------------------------- */
.citation {
  background: rgba(0, 0, 0, 0.2);
  color: #e7931a;
  font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.5;
  margin: 20px 0 20px 0;
  overflow: auto;
  padding: 15px 10px 15px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 2px 6px 2px black; }

.download {
  float: left;
  margin: 0 40px 40px 0;
  padding: 10px 20px 10px 10px;
  background-color: #333333;
  border: 4px solid #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.download:hover {
  border-color: #8ad459;
  background-color: #444444; }
.download .box {
  float: left; }
.download .file {
  float: left;
  font-size: 36px;
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: 400;
  color: white;
  line-height: 1.1em; }
.download .file .version {
  font-size: 24px;
  color: #8ad459; }

.backtotop {
  position: absolute;
  right: 30px;
  float: left;
  font-size: 12px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.5em; }
  
.filelist {
  float: left;
  font-size: 12px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.5em; }
.filelist .header {
  text-transform: uppercase;
  font-weight: bold; }
.filelist .folder {
  color: #999999; }
.filelist .note {
  color: #999999; }

.changelog {
	margin-bottom: 0.5em; }
.changelog li {
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0 0 2px 20px;
	background: url(../images/bullet.gif) no-repeat 0 10px;
	color: white; }
.changelog li .version {
	color: #88a616; }
.changelog li .date {
	color: #999999; }
.changelog .old {
	display: none; }
.showOlderChanges {
	color: #999999; }

.forums {
  float: left;
  margin: 0 40px 40px 0;
  padding: 10px;
  background-color: #333333;
  border: 4px solid #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.forums:hover {
  border-color: #8ad459;
  background-color: #444444; }
.forums .speech {
  float: left;
  margin-right: 20px; }
.forums .link {
  float: left;
  font-size: 22px; /* 36px */
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: 400;
  color: white;
  line-height: 1.1em; }
.forums .link .sub {
  color: #8ad459; }
 
/*sans bordure (1ère photo)*/
.arrondi_image {
border-radius:12px;
-moz-border-radius:12px;
-webkit-border-radius:12px; }
/*sans bordure (1ère photo)*/
.arrondi {
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px; }

.slogan {
  color: #898989;
  font-family: "Courier New", Courier, monospace;
  font-weight: normal;
  line-height: 1.5;
  font-size: 12px;
  padding-top:1em;
  padding-bottom:1em;
  margin-bottom: 0; }
.slogan  p {
  font-size: 12px;
  margin-bottom: 0; }
  
.title {
  font-size: 14px;
  color: #cccccc; } 
  
.Sitefooter {
	height: 240px; }
.Sitefooter .g12.container {
	background-image: url(../images/tree_icon.png);
	background-repeat: no-repeat;
	background-position: 260px 0px; }
.g12.container {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto; 
	height: 200px; }
.footer {
	height: 40px;
	background-color: #74B446; 
	color: white; }
.Sitefooter .copyright {
	font-family: "Museo Slab 500", Rockwell, Georgia, serif;
	font-weight: 400;
	font-size: 1.2em;
	margin-left: 260px;
	line-height: 2.2; }

#elsewhere .button  {
  font-family: "Fredoka One", "lucida grande", tahoma, sans-serif;
  font-weight: normal;
  font-size: 20px;
  display: block;
  float: left;
  margin: 10px 20px 10px 0;
  padding: 10px 10px 10px 10px;
  background-color: #333333;
  border: 4px solid #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white; }
#elsewhere .button:hover {
  background-color: #444444;
  border-color: #8ad459; }

#elsewhere .project_button  {
  font-weight: bold;
  font-size: 1.0em;
  display: block;
  float: left;
  margin: 0px 10px 10px 0;
  padding: 5px 10px 5px 10px;
  background-color: #333333;
  border: 2px solid #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 400px; 
  color: #DEDEDE; }
#elsewhere .project_button:hover {
  background-color: #444444;
  border-color: #8ad459; }
 #elsewhere .project_button em {
  font-weight: normal;
  color: #F87F62; /* #8ad459; */ }
 #elsewhere .project_button i {
  float: right;
  color: #777;
  font-size: 1.3em;
  margin: 2px 8px 0 4px; }
  
/* misc
 *----------------------------------------------- */
p.lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 0;
}

hr {
  height: 2px;
  /* width: 800px; */
  margin-left: 0px;
  text-align: left;
  background: #3d3d33;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  clear: both; }

.section {
  padding: 40px 0; }
.section:first-child {
  border-top: none; }

.section_small {
  padding: 10px 0; }

.imageRow {
  *zoom: 1;
  margin: 20px 0; }
.imageRow:after {
  content: "";
  display: table;
  clear: both; }
.imageRow .single {
  float: left; }
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px; /* 7px; */
  line-height: 0em; /* 1em; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.8); }
.imageRow .single a:hover {
  background-color: #8ad459; }
.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2); }
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0; }
.imageRow .set .single a:hover {
  background-color: #8ad459;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5); }
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/**********************************************************************************/

.share .container {
	margin: 0 auto; 
	text-align: center; }
.share-wrap {
	max-width: 400px; 
	text-align: center; 
	margin: 0 auto; }
.share-icon {
	font-size: 30px;
	padding: 6px; 	
	opacity: 0.5;
	color: #fff;	
	-webkit-transition: opacity 0.4s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out, color 0.2s ease-in-out;
	transition: opacity 0.4s ease-in-out, color 0.2s ease-in-out; }
.share-icon:hover { 
	opacity:1 !important; 
	color: #84CC51 !important; /* Vert: #84CC51 | Orange: #E78114 */
	/* -webkit-animation: pulse 0.5s; */
	/* animation: pulse 0.5s; */ 
	}


@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1); }
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3); }
	100% {
		-webkit-transform: scale(1);
		transform: scale(1); } }

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1); }
	50% {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3); }
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1); } }



/**********************************************************************************/

@media only screen and (max-width: 1000px) {
  /* line 364, ../sass/screen.sass */
  body, input, textarea {
    font-size: 12px;
  }

  /* line 367, ../sass/screen.sass */
  body {
    padding-top: 20px;
  }

  /* line 370, ../sass/screen.sass */
  .section {
    padding: 20px 0;
  }

  /* line 373, ../sass/screen.sass */
  p.lead {
    font-size: 20px;
  }

  /* line 376, ../sass/screen.sass */
  h1 {
    font-size: 26px; /* 30px */
  }
  h2 {
    font-size: 22px; /* 24px */
  }
  h3 {
    font-size: 16px; /* 16px */
  }
  h4 {
    font-size: 14px; /* Undefined */
  }
  
  /* line 385, ../sass/screen.sass */
  code, kbd {
    font-size: 12px; /* 13px; */
  }

  /* line 388, ../sass/screen.sass */
  pre code {
    font-size: 11px; /* 12px; */
  }

  /* line 391, ../sass/screen.sass */
  pre {
    padding: 0.75em;
  }

  .citation {
    font-size: 13px;
  }
  
  /* Zone du menu de gauche */
  #sidebar {
    /* width: 160px; */
    left: 20px;
  }
  /* Zone avec le contenu */
  #content {
    margin-left: 220px;
  }
 
  .Sitefooter .g12.container {
	background-position: 220px 0px; }
  .Sitefooter .copyright {
	margin-left: 220px; }
}
/**********************************************************************************/
/**********************************************************************************/

@media only screen and (max-width: 700px) {
  /* line 403, ../sass/screen.sass */
  body, input, textarea {
    font-size: 12px;
    padding-top: 0;
  }

  /* line 407, ../sass/screen.sass */
  p.lead {
    font-size: 16px;
  }

  /* line 410, ../sass/screen.sass */
  code, kbd {
    font-size: 12px;
  }

  /* line 413, ../sass/screen.sass */
  pre code {
    font-size: 11px;
  }

  /* line 416, ../sass/screen.sass */
  pre {
    padding: 0.5em;
  }

  .citation {
    font-size: 12px;
  }

  /* line 420, ../sass/screen.sass */
  #sidebar {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    position: static;
    text-align: center;
    width: auto;
    margin: 20px 20px 0 20px;
    border-bottom: 6px solid #3d3d33;
  }
  /* line 427, ../sass/screen.sass */
  #sidebar h1 {
    font-size: 24px;
  }
  /* line 429, ../sass/screen.sass */
  #sidebar .twitter {
    font-size: 14px;
  }
  /* line 431, ../sass/screen.sass */
  #sidebar #nav {
    font-size: 12px;
  }
  /* line 433, ../sass/screen.sass */
  #sidebar #nav li {
    display: inline-block;
  }
  /* line 435, ../sass/screen.sass */
  #sidebar #nav li a {
    padding: 10px;
    height: auto;
    margin: 0 5px 10px 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }

  /* line 441, ../sass/screen.sass */
  h1 {
    font-size: 18px; /* Undefined */
  }
  h2 {
    font-size: 16px; /* 18px */
  }
  h3 {
    font-size: 14px; /* 14px */
  }
  h4 {
    font-size: 12px; /* Undefined */
  }
  
  /* line 447, ../sass/screen.sass */
  #content {
    margin: 10px 20px 20px 20px;
  }

  /* line 450, ../sass/screen.sass */
  .download {
    text-align: center;
    width: 95%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 456, ../sass/screen.sass */
  .download .box, .download .file {
    float: none;
  }

  /* line 459, ../sass/screen.sass */
  .forums {
    text-align: center;
    width: 95%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 465, ../sass/screen.sass */
  .forums .speech, .forums .link {
    float: none;
  }

  .Sitefooter .g12.container {
	background-position: 20px 0px; }
  .Sitefooter .copyright {
	margin-left: 20px; }
}
