@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/
body { 
	position:relative;
	margin:0;
	min-width:1170px;
	position:relative;
	background-color:#000;
	font-family:Calibri;
	/*
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	-webkit-font-smoothing: subpixel-antialiased;
	*/
}

h1{
	font-family:Calibri;
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	padding-left:20px;
	padding-bottom:10px;
	border-bottom: 2px dashed #FFF;
}

h2{
	font-family:Calibri;
	font-size:30px;
	font-weight:bold;
	color:#FFF;
}

p{
	padding-bottom:30px;
}

p.line{
	padding-bottom:0px;
	padding-top:10px;
	border-top:2px dashed #FFF;
}

a:link,a:visited {
	color:#4bb6e0;
	text-decoration:none;
}

a:hover,a:active{
	color:#4bb6e0;
	text-decoration:underline;
}

a:link.navi,a:visited.navi {
	color:#FFF;
	text-decoration:none;
}

a:hover.navi,a:active.navi {
	color:#4bb6e0; /*old color: bc312b*/
	text-decoration:none;
}

#break{
	clear:both;
	padding-bottom:10px;
}

#header{
	width:1170px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	width:575px;
	height:120px;
	float:left;
}

#social{
	width:595px;
	height:68px;
	float:right;
	margin-top:17px;
}

#navigation{
	width:595px;
	height:35px;
	float:right;
	font-size:22px;
	color:#FFF;
}

#navi_item{
	width:105px;
	height:28px;
	background-color:#494949;
	float:right;
	margin-right:7px;
	padding-top:4px;
	text-align:center;	
}

#scroller{
	height:430px;
	width:100%;
	float:left;
	padding-top:10px;
	background-color:#818181;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:2px;
	border-color:#212121;
	text-align:center;
}

#scroller_content {
	border-radius:7px;
	width:1150px;
	padding:10px;
	margin:auto;
	position:relative;
	z-index:auto;
	height:400px;
	background-color:#212121;
}

#container{
	width:800px;
	height:357px;
	position:relative;
	display: block;
    margin-left: auto;
    margin-right: auto
}


#ribbon {
	position:absolute;
	top:4px;
	left:-3px; 
	z-index:200;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:7px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:800px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:800px;
	height:385px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:170px;
	left:-85px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:860px;
}

/*
	Pagination
*/

.pagination {
	position:absolute;
	top:10px;
	left:348px;
	width:100px;
	z-index:1000;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	/*padding:5px 20px 0 20px;*/
	background:#000;
	background:rgba(0,0,0,.5);
	width:800px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

#content{
	width:1170px;
	margin:0px auto;
}

#content_default{
	float:left;
	width:1088px;
	background-color:#494949;
	min-height:470px;
	border-style:solid;
	border-top-style:none;
	border-width:1px;
	border-color:#818181;
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:60px;
	font-size:20px;
	color:#FFF;
	/* line-height:20px;
	letter-spacing:20px; */
}

#content_small{
	float:left;
	width:525px;
	background-color:#494949;
	min-height:560px;
	border-style:solid;
	border-top-style:none;
	border-width:1px;
	border-color:#818181;
	padding:20px;
	padding-bottom:40px;
	font-size:20px;
	color:#FFF;
}

#content_twitter{
	float:right;
	width:525px;
	background-color:#494949;
	min-height:560px;
	border-style:solid;
	border-top-style:none;
	border-width:1px;
	border-color:#818181;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	font-size:20px;
	color:#FFF;
}

#profile{
	float:left;
	margin-left:20px;
	margin-right:20px;
	width:300px;
	height:285px;
	border-style:solid;
	border-color:#818181;
	border-width:1px;
	text-align:center;
	padding:8px;
}

#footer {
	padding-top:5px;
	width:100%;
	color:#FFF;
	border-top:2px dashed #818181;
	text-align:right;
}