@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(structure.css);
@import url(navigation.css);
@import url(content.css);
@import url(forms.css);
@import url(responsive.css);

@import url(theme.css);

ul.results li div.ad {
	margin-bottom: 0;
}





/* closer to the current eo */

article section,
aside section {
	border-bottom: 2px solid #2196f3; /* blue 500 */
}

main section > h1:first-child,
main section > h2:first-child,
main section > h3:first-child,
main section > h4:first-child,
main section > h5:first-child,
main section > h6:first-child {	
	border-bottom: 2px solid rgba(0, 0, 0, 0.25);
	
	background-color: #4caf50; /* green 500 */
}

main section > h1:first-child:hover,
main section > h2:first-child:hover,
main section > h3:first-child:hover,
main section > h4:first-child:hover,
main section > h5:first-child:hover,
main section > h6:first-child:hover {
	background-color: #81c784; /* green 300 */
}

main aside section > h1:first-child,
main aside section > h2:first-child,
main aside section > h3:first-child,
main aside section > h4:first-child,
main aside section > h5:first-child,
main aside section > h6:first-child {	
	border-bottom: 2px solid rgba(0, 0, 0, 0.25);
	
	background-color: #607d8b; /* blue grey 500 */
}

main aside section > h1:first-child:hover,
main aside section > h2:first-child:hover,
main aside section > h3:first-child:hover,
main aside section > h4:first-child:hover,
main aside section > h5:first-child:hover,
main aside section > h6:first-child:hover {
	background-color: #90a4ae; /* blue grey 300 */
}

main section > h1:first-child a,
main section > h2:first-child a,
main section > h3:first-child a,
main section > h4:first-child a,
main section > h5:first-child a,
main section > h6:first-child a {
	display: block;
}

ul.results,
ul.results li,
ul.comments,
ul.comments li,
section.widget ul li,
div.marketplace {
	border-color: #cfd8dc; /* blue grey 400 */
}

ul.links {
	padding: 0;
	
	border: 0;
}

ul.links li {
	padding: 5px;
	
	border-top: 1px dashed #cfd8dc; /* blue grey 400 */
}
