@charset "utf-8";
/* CSS Document */

body {
	font: 0.8em/1.6 Verdana, Arial, Helvetica, sans-serif;
	background:#dfdfdf url(../images/noise.jpg);
	margin:0;
	padding:0;
	color:#000;
}

/* -- element/tag selectors -- */
ul, ol, dl {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-family: 'PT Sans Narrow', sans-serif;
}
h1 { font-size:3.4em; margin:0; }
h2 { font-size:2.2em; margin-top:-10px }
h3 { font-size:2em; margin:0; }
h4 { font-size:1.6em; font-weight: normal; margin:-7px 0 7px 0; }
h5 { font-size:1em; font-weight: normal; text-transform:uppercase; }

p {	clear:both; }

a img {	border:none; }
a:link {
	color:#42413C;
	text-decoration:underline;
}
a:visited {
	color:#6E6C64;
	text-decoration:underline;
}
a:hover, a:active, a:focus {
	text-decoration:none;
	color:#000;
}

/* -- layout -- */
.container {
	display:block;
	overflow:hidden;
	width:740px;
	background:#FFF;
	margin:60px auto 20px auto;
	border-top:15px solid #333;
	border-bottom:15px solid #333;
	-webkit-box-shadow:0px 0px 40px 0px #b6b6b6;
	-moz-box-shadow:0px 0px 40px 0px #b6b6b6;
	box-shadow:0px 0px 40px 0px #b6b6b6;  
}
.contain-port {
	width:1000px;
	background:none;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none; 
}

.contain-port section a {
	display:block;
	margin-top:40px;
	width:100%;
	height:40px;
	font-family: 'PT Sans Narrow', sans-serif;
	color:#fff;
	font-size:1.4em;
	line-height:2.2em;
	text-align:center;
	text-decoration:none;
	border:2px solid #fff;
	background: #939393; /* Old browsers */
	background: -moz-linear-gradient(top, #939393 0%, #232121 50%, #0a0e0a 51%, #0a0809 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939393), color-stop(50%,#232121), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #939393 0%,#232121 50%,#0a0e0a 51%,#0a0809 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #939393 0%,#232121 50%,#0a0e0a 51%,#0a0809 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #939393 0%,#232121 50%,#0a0e0a 51%,#0a0809 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #939393 0%,#232121 50%,#0a0e0a 51%,#0a0809 100%); /* W3C */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px; 
}
.contain-port section a:hover {
	text-decoration:underline;
	background: #7f7f7f; /* Old browsers */
	background: -moz-linear-gradient(top, #7f7f7f 0%, #4f4f4f 50%, #444444 51%, #5b5b5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f7f7f), color-stop(50%,#4f4f4f), color-stop(51%,#444444), color-stop(100%,#5b5b5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7f7f7f 0%,#4f4f4f 50%,#444444 51%,#5b5b5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7f7f7f 0%,#4f4f4f 50%,#444444 51%,#5b5b5b 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7f7f7f 0%,#4f4f4f 50%,#444444 51%,#5b5b5b 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#5b5b5b',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7f7f7f 0%,#4f4f4f 50%,#444444 51%,#5b5b5b 100%); /* W3C */
}


/* -- content -- */
header, article, section {
	display:block;
	overflow:hidden;
	width:660px;
	margin:0 auto;
	border-bottom:1px solid #dedede;
	padding:20px 0 40px 0;
}
header ul {
	float:right;
	text-align:right;
	list-style:none;
	margin-top:-113px;
}
section {
	float:right;
	width:460px;
	margin-top:inherit;
}
.contain-port header, .contain-port article, .contain-port section {
	float:left;
	width:1000px;
}
.contain-port aside {
	display:block;
	float:left;
	width:240px;
}
.contain-port section img {
	float:right;
	border:#FFFFFF 1px solid;
	margin:10px 15px 10px 0;
	-webkit-box-shadow:0px 0px 10px 0px #b6b6b6;
	-moz-box-shadow:0px 0px 10px 0px #b6b6b6;
	box-shadow:0px 0px 10px 0px #b6b6b6;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.video {
	float:right;
	margin-left:8px;
	margin-right:45px;
	border:#FFFFFF 1px solid;
	-webkit-box-shadow:0px 0px 10px 0px #b6b6b6;
	-moz-box-shadow:0px 0px 10px 0px #b6b6b6;
	box-shadow:0px 0px 10px 0px #b6b6b6; 
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.lastItem {	border:none; }
article ul { padding-left:15px; }
article h2 { padding-top:27px; float:left; }
article h5 {
	padding:0px 8px;
	width:100%;
	background:#333;
	color:#FFFFFF; 	
}
.contain-port section blockquote {
	margin:40px 0 0 0;
	padding:0px 0 0 10px;
	background:url(../images/quote.png) no-repeat top left;
}
.contain-port section blockquote p:first-child{
	text-indent:1.2em;
}



/* -- Footer -- */

footer {
	display:block;
	overflow:hidden;
	width:740px;
	margin:0 auto 20px auto;
	text-align:center;
}
footer p {
	font-size:0.9em;
	font-style:italic;
}
footer a {
	font-size:1.4em;
}


/* -- miscellaneous float/clear classes -- */
.fltrt {
	float:right;
	margin-left:8px;
}
.fltlft {
	float: left;
	margin-right:8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
