@charset "UTF-8";
/*************/
/* HTML TAGS */
/*************/

/* MAIN ELEMENTS */
html, body {
	height:100%;
}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0;
	background: url(/templates/reachingcriticalwill/_i/layout/bg_page.jpg);
}
a{
	color:#61569d;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color:#313131;
}

#right-margin a.link:hover {
	color:#61569D;
}

p {
	font-size: 14px;
	color:#313131;
	
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: normal;
}
h2 {
}
h3 {	
}
h4 {
	color:#535353;
	font-size: 12px;
	margin-bottom: 6px;	
}
h5 {	
}


/* !LAYOUT */

/* !TOP */

#outer-wrapper {
	width:960px;
	margin:0 auto;
	padding-bottom: 40px;
}
#top-wrapper {
	height:110px;
}
#logo-wrapper {
	width:453px;
	float: left;
	margin-left:-3px;
}
#toptools-wrapper {
	width:510px;
	float: left;
}
#toptools-content {
	float:right;
}
#tools-wrapper img {
	float: left;
}
#tools-wrapper ul {
	float: left;
	padding-top:20px;
}
#tools-wrapper ul li {
	float: left;
	background: url(/templates/reachingcriticalwill/_i/layout/bg_toptools-list.gif) top left no-repeat;
	margin-left:10px;
	padding-left: 13px;
	background-position: 0 2px;
}
#tools-wrapper ul li a {
	font-size: 12px;
}


#toptools-content .input-search {
	float: right;
}

.input-search{
	margin: 5px 0 10px 0;
}
			
.input-search .input{
	width:180px;
	height:20px;
	background: url(/templates/reachingcriticalwill/_i/layout/bg_search.png) top left no-repeat;
	padding: 5px 10px 5px 10px;
	float: left;
}


.input-search .input input{
	font-size: 14px;
	width:100%;
	height:20px;
	background: none;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#959595;
}

.input-search .submit-search{
	width:45px;
	height:30px;
	background: url(/templates/reachingcriticalwill/_i/layout/bg-search-submit.png) top left no-repeat;
	padding: 0;
	float: left;
	margin: 0;
	position: relative;
}

.input-search .submit-search:hover {
	background-position: bottom;
}


.input-search .submit-search input{
	font-size: 0;
	line-height: 0;
	width:100%;
	height:30px;
	background: none;
	border:none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

.input-search .submit-search input.loupe {
	background: url("../../_i/layout/bg-search-submit-loupe.png") no-repeat 8px 8px;
}

.input-search .submit-search input.go {
	background: url("../../_i/layout/bg-search-submit-go.png") no-repeat center 9px;
}

#subscribenews {
	font-size: 14px;
	line-height: 20px;
	padding:0 50px 0 10px;
	width:210px;
	height:30px;
	background: url(/templates/reachingcriticalwill/_i/layout/bg_subscribenews.png) top right no-repeat;
	border:none;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	color:#959595;
	margin-bottom: 20px;
}
.input-active {
	color:#000 !important;
}
.followlabel {
	margin-right: 7px;
	font-size: 12px;
	color:#535353;
	font-weight: bold;
}
.followlabel, .follow {
	height:29px;
	float: left;
	line-height: 29px;
}
.follow.twitter {
	margin-right:3px;
}

/* !footer */

#footer-wrapper {
	width:920px;
	background: #2c2a25;
	background: -moz-linear-gradient(top,  #2c2a25 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2a25), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #2c2a25 0%,#000000 100%);
	background: -o-linear-gradient(top,  #2c2a25 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #2c2a25 0%,#000000 100%);
	background: linear-gradient(top,  #2c2a25 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2a25', endColorstr='#000000',GradientType=0 );
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	padding:20px;
	margin-bottom: 40px;
	color:#d5d4d3;
	font-size: 10px;
}
ul.footer li {
	line-height: 16px;
	margin: 0 14px 2px 0;
	float: left;
}

ul.footer li ul li {
	float: none;
}
.footer a {
	color:#d5d4d3;
	line-height: 16px;
	font-size: 12px;
}
	
.footer a:hover {
	color:#ffffff;
}
ul.footer li a
{ 
	font-weight: bold;
	color:#fff;
}

ul.footer li ul li a
{ 
	font-weight: normal;
	color:#fff;
}


#logofooter {
	float: right;
	width:150px;
	margin-top: 40px;
}
/* !NAVIGATION */
#nav-wrapper {
	background: #2d2b26;
	background: -moz-linear-gradient(top,  #2d2b26 0%, #413e37 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2b26), color-stop(100%,#413e37));
	background: -webkit-linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	background: -o-linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	background: -ms-linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	background: linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2b26', endColorstr='#413e37',GradientType=0 );
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	width:960px;
	height:40px;
	text-align: left;
}
#nav {
	float: left;
}
#nav li.firstchild {
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
}
#nav li {
	float:left;
	height:40px;
	line-height: 40px;
	background: #2d2b26;
	background: -moz-linear-gradient(top,  #2d2b26 0%, #413e37 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2b26), color-stop(100%,#413e37));
	background: -webkit-linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	background: -o-linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	background: -ms-linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	background: linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2b26', endColorstr='#413e37',GradientType=0 );
}
#nav li:hover {
	
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 0%, #413e37 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#413e37));
	background: -webkit-linear-gradient(top,  #000000 0%,#413e37 100%);
	background: -o-linear-gradient(top,  #000000 0%,#413e37 100%);
	background: -ms-linear-gradient(top,  #000000 0%,#413e37 100%);
	background: linear-gradient(top,  #000000 0%,#413e37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#413e37',GradientType=0 );
	
}

#nav li.active  {
	
	background: #8cbb2f;
	background: -moz-linear-gradient(top,  #8cbb2f 0%, #7aa229 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cbb2f), color-stop(100%,#7aa229));
	background: -webkit-linear-gradient(top,  #8cbb2f 0%,#7aa229 100%);
	background: -o-linear-gradient(top,  #8cbb2f 0%,#7aa229 100%);
	background: -ms-linear-gradient(top,  #8cbb2f 0%,#7aa229 100%);
	background: linear-gradient(top,  #8cbb2f 0%,#7aa229 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cbb2f', endColorstr='#7aa229',GradientType=0 );
	
}

#nav li#donate-btn  {
	background: inherit;
}

#nav li#donate-btn:hover  {
	background: inherit;
}

#nav li.active a.donate-btn  {
	color: #61569D;
}

#nav li a {
	font-size: 16px;
	padding:0 20px;
	color:#fff;
	line-height: 40px;
	background:  url(/templates/reachingcriticalwill/_i/layout/bg_top-nav.png) top right no-repeat;
	display: block;
	text-shadow: rgba(0,0,0,.4) 1px 1px 2px;
}

#nav li a:hover {
	text-decoration: none;
}


#nav li a.donate-btn {
	margin: 6px 0 0 18px;
	line-height: 16px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f4f1ea;
	padding:6px 16px;
	color:#000;
	text-shadow: none;
}

#nav li a.donate-btn:hover {
	color:#61569D;
	text-decoration: none;
}

/* !CONTENT */
#content-wrapper {
	width:920px;
	padding:20px;
	background: #fff;
}

.leaflet {
	text-align: center;
	margin:0 auto 12px auto;
}


/* !LINKS */
a.pdflink {
	background: url(/templates/reachingcriticalwill/_i/layout/bg_pdflink.png) no-repeat;
	padding-left: 16px;
	font-size:12px;
	color:#313131;
	display: block;
	margin-bottom: 4px;
	line-height: 16px;
}
#right-margin a.pdflink:hover{
	color:#61569D;
}
a.arrow {
	font-size: 12px;
	background:url(/templates/reachingcriticalwill/_i/layout/bg_arrowlink.png) top left no-repeat;
	background-position-y: 2px;
	padding-left:14px;
	border: none !important;
}
a.join {
	display: block;
	width:125px;
	height:30px;
	line-height: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #86b22d;
	background: -moz-linear-gradient(top,  #99cc33 0%, #86b22d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc33), color-stop(100%,#86b22d));
	background: -webkit-linear-gradient(top,  #99cc33 0%,#86b22d 100%);
	background: -o-linear-gradient(top,  #99cc33 0%,#86b22d 100%);
	background: -ms-linear-gradient(top,  #99cc33 0%,#86b22d 100%);
	background: linear-gradient(top,  #99cc33 0%,#86b22d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc33', endColorstr='#86b22d',GradientType=0 );
	font-weight: bold;
	font-size: 14px;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: rgba(0,0,0,.3) 0px 2px 2px;
	margin-top:15px;
}

a:hover.join {
	display: block;
	width:125px;
	height:30px;
	line-height: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #99cc33;
	background: -moz-linear-gradient(top,  #86b22d 0%, #99cc33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86b22d), color-stop(100%,#99cc33));
	background: -webkit-linear-gradient(top,  #86b22d 0%,#99cc33 100%);
	background: -o-linear-gradient(top,  #86b22d 0%,#99cc33 100%);
	background: -ms-linear-gradient(top,  #86b22d 0%,#99cc33 100%);
	background: linear-gradient(top,  #86b22d 0%,#99cc33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86b22d', endColorstr='#99cc33',GradientType=0 );
	font-weight: bold;
	font-size: 14px;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: rgba(0,0,0,.3) 0px 2px 2px;
	margin-top:15px;
}

/* !Divers */
.nomarginr {
	margin-right: 0 !important;
}
.nomarginl {
	margin-left: 0 !important;
}
.note {
	font-size:10px;
	text-align:center;
	margin-top:200px;
	line-height:14px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}
.clear {
	clear:both;
}
.float {
	float:left;
}

a.sumocredits{
	color:#fff;
}
a.sumocredits:hover{
	color:#D5D4D3;
}