/*
Title:		Skins for all subpages
Author: 	Hyperexis (Christian Iorio-Morin)
Contact:	info@hyperexis.com
*/

/* Custom look for iStop Suicide MD
--------------------------------------------------------------- */
	
	.crico {
		background-color: white;
		background-image: url(../images/prism.png);
		background-position: left top;
		background-repeat: repeat;
		}

	.crico body {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(5%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 5%); /* Chrome10+,Safari5.1+ */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 5%); /* FF3.6+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 5%); /* Opera 11.10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 5%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 5%); /* W3C */
		}

	.crico #inner_body {
		}

	.crico h2,
	.crico p a:hover,
	.crico .directory-path a:hover,
	.crico .directory h1 a:hover,
	.crico #phone-box a:hover,
	.crico .fine-prints a:hover {
		color: #27a4e7;
		}
		
	.crico .splash_menu_as_banner a:hover,
	.crico #app-links ul li:hover {
		background-color: #27a4e7;
		}
		
	.crico #page-title {
		margin-top: 30px;
		margin-bottom: 30px;
		}