@font-face {
    font-family: 'ConduitITCTTBold';
    src: url('font/condib__-webfont.eot');
    src: url('font/condib__-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/condib__-webfont.woff') format('woff'),
         url('font/condib__-webfont.ttf') format('truetype'),
         url('font/condib__-webfont.svg#ConduitITCTTBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	background: url(../images/bg.jpg) fixed;
	font: 1em "Helvetica", Arial, sans-serif;
	font-weight: bold;
	color: #DDD;
	text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}

h1, h2, h3, h4, h5 {
	
	font: 2.5em "ConduitITCTTBold", "Helvetica", Arial, sans-serif;
	text-transform: uppercase;
	
	color: #FFF;
	margin: 0.5em 0 0 0;
	padding: 0 0.25em 0 0.25em;

		-webkit-mask-image: url(../images/mask.png);
		display:inline-block; 
		
		background: rgb(69,72,77); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
}



h1 {
	font-size: 5em;

}

.threeface {
	background: rgba(255, 70, 135, 1);
	
}

.title {
	background: rgba(219, 88, 0, 1);
	
}


h2 {
	background: rgba(255, 255, 255, 0.25);

}

h3 {
	background: rgba(0, 0, 0, 0.9);

}

h4 {
	color: rgba(255, 70, 135, 1);;
	background: rgba(125, 125, 125, 0.5);
}

h4:hover {
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 3px;
}

h5 {

	background: rgba(62, 180, 255, 0.75);
}

p {
	margin: 0 0 0 0;
	padding: 0.5em 1em 1em 0.4em;
	font: 1.25em "Helvetica", Arial, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

img {
	margin: 0.5em 0 0.5em 0;
	padding: 0.75em;
	background: rgba(0,0,0,0.5);

}

strong {
	color: #FFF;
	background: rgba(0,0,0,0.2);

	padding: 0.15em 0.3em 0.15em 0.3em;
	
}

a {
	font-family: "ConduitITCTTBold", "Helvetica", Arial, sans-serif;
	color: #000;
	font-size: 1em;
	background: rgba(255,255,255,0.9);
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: none;
	padding: 0.2em 0.3em 0.15em 0.3em;
	
}

a:hover {
	color: #FFF;
	background: rgba(255, 70, 135, 1);
	text-decoration: none;
	
}



.head  {
	text-align: right;
	margin: 0 0 2em 0;
}

.box {
	min-height: 250px;
}

.box a { 
	vertical-align:text-bottom;
	}

.logo {
	
	background: url(../images/mt_bg.jpg) no-repeat  center;
	min-height: 300px;
	text-align: right;
}

.twit {
	font-size: 50%;
	padding: 2em;
	margin: 1em;
	background: #000 ;


	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);

	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.twit .time {
	float: right;
	font-size: 0.5em;
	text-transform: uppercase;
}

.twit a {
	background: rgba(50,150,250,0.8);
	padding: 0 0.25em 0 0.25em;
	font-size: 0.9em;
	color: #fff;
}

.twit a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.twit p {
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 0.5em 0;
	color: #FFF;
}

.twitter-follow-button {

	position: relative;
	top: 17.5em;
	left: 0em;
}

