/* 
	Optional file for easily change colors.
	Color scheme: Blue
*/

/* ==== Background motifs ==== */
/* If you want to change header's background
header 		 {background: #111 url(../images/motifs/random_grey_variations.png) repeat;}
.dark header {background: #111 url(../images/motifs/random_grey_variations.png) repeat;}
*/

/* If you want to change main body's background 
body {background: #eee url("../images/motifs/grangray.png") repeat;}
*/

/* If you want to change .dark sections background
.dark {background: #212121 url("../images/motifs/random_grey_variations.jpg") repeat; color: #fff;}
*/



/* ==== Top navigation ==== */
header,
nav a, 
nav a:visited,
nav a:focus {
	border-top-color: #4a4a4a;
	color: #333;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
}
nav a:hover {
	color: #000;
	border-top-color: #c1c1c1;
}
header.dark,
.dark nav a, 
.dark nav a:visited,
.dark nav a:focus {
	color: #ccc;
	text-shadow: none;
}
.dark nav a:hover {
	color: #fff;
	border-top-color: #c1c1c1;
}
/* Active page link */
nav a.active,
nav a.active:focus,
.dark nav a.active,
.dark nav a.active:focus {
	color: #9abe33;
	border-top-color: #9abe33;
}
nav a.active:hover {
	color: #000;
	border-top-color: #9abe33;
}
.dark nav a.active:hover {
	color: #fff;
	border-top-color: #9abe33;
}
nav a span {
	color: #888;
	font-size: 12px;
	font-weight	: normal;
}

/* Content links */
a, a:visited {color: #9abe33;}
a:hover, a:focus {color: #000;}

/* Content links in dark context */
.dark a, .dark a:visited {color:#b4c92b;}
.dark a:hover, .dark a:focus {color: #fff;}


.history_timeline { display:block; margin:30px 0px 5px; }

.history_timeline_top { margin-top:0px; }

.history_content{ display:block; padding-left:30px; font-size:12px;}

.history_content_mid{ margin-bottom:5px;}

#contactReqSubject { display:none; }

.ph { display:none; }

.ph-inner { display:block; }