/*******************************
		BASIC CSS
*******************************/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{
	line-height: 1;
}

ol, ul{
	list-style: none;
}

blockquote, q{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after{
	content: '';
	content: none;
}

:focus{
	outline: 0;
}

ins{
	text-decoration: none;
}

del{
	text-decoration: line-through;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
}

body{
	font: 13px/2.1 Helvetica, Arial, sans-serif;
	color:#000000;
}

a{
	color:#912067;
	text-decoration:none;
}

a:hover,
a:focus{
	text-decoration:underline;
}

a:focus{
	outline: 1px dotted;
}

hr{
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

ol,ul{
	list-style-type:circle;
}

ol ol,ul ul{
	font-style:italic;
}

ol{
	list-style-type:decimal;
}

ol ol{
	list-style-type:lower-latin;
}

ol,ul,blockquote,pre,li{
	margin-left: 30px;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom: 20px;
}

blockquote{
	padding: 5px 25px 5px 0; font-style:italic;
}

blockquote p{
	border-left: 2px solid #eee; padding-left: 25px;
}

dt{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
 
dd{
	padding: 0;
}

/** Headings **/
@font-face {
	font-family: 'MuseoSlab500';
	src: url('../font/museo_slab_500-webfont.eot');
	src: local('?'), url('../font/museo_slab_500-webfont.woff') format('woff'), url('../font/museo_slab_500-webfont.ttf') format('truetype'), url('../font/museo_slab_500-webfont.svg#webfonttCUdX8Fr') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6{
	font-family: Rockwell, MuseoSlab500, serif;
	font-weight:normal;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 50px;
}

h3{
	font-size: 50px;
}

h4{
	font-size: 30px;
}

h5{
	font-size: 17px;
}

h6{
	font-size: 15px;
}

/** Clearfix **/
.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

* html .clearfix,
*:first-child
+html .clearfix{
	zoom:1
}

/*******************************
		CUSTOM CSS
*******************************/
body{
	background:#dbd9d9 url('../images/purple/bg.png') repeat-x top left;
}

#wrapper{
	width:960px;
	margin:0 auto;
}

/** Header **/
#header{
	display: flex;
    align-items: center;
    justify-content: space-between;
	width:940px;
	margin:0 10px;
	height:170px;
	color:#FFFFFF;
	background:transparent url('../images/purple/header_bg.png') no-repeat top center;
	z-index:1;
}

#header .switchlanguage {
	color: white;
}

#header h1{
	display:inline-block;
	height:56px;
	line-height:56px;
	padding:0 20px 0 0;
	margin:50px 0 0 0;
	background: url('../images/purple/header_divider.png') no-repeat top right;
	zoom: 1;
}
	
#header p{
	display:inline;
	padding:0 0 0 20px;
}
	
/** Content **/

#content{
	margin:1px 0 0 0;
	background:transparent url('../images/title_bg.png') no-repeat top center;
}
	
	/** Title **/

	#title{
		text-align:center;
		height:379px;
		margin:0 0 10px 0;
	}

		#title img{
			margin-top:-180px;
			z-index:9999;
		}
		
		#title h2{
			color:#565556;
			margin:30px 0 10px 0;
			line-height:50px;
		}
		
		#title h3{
			color:#922067;
			text-shadow:1px 2px 2px rgba(255,250,250,0.4);
			line-height:50px;
		}
		

	/** Main Content **/
	#content h4{
		color:#912067;
		margin:40px 0 0 0;
	}

		/** Left Column **/		
		#left{
			width:460px;
			margin:0 10px;
			display:inline;
			float:left;
			background:transparent url('../images/content_divider.png') no-repeat center right;
			padding:0 0 40px 0;
		}
		
			/** Countdown **/
			.hasCountdown {
				margin:0 0 30px 0;
				overflow:auto;
			}
			
			.countdown_row {
				clear: both;
				width: 100%;
				text-align: center;
			}
			
			.countdown_section {
				display: block;
				float: left;
				text-align: center;
				color:#FFFFFF;
				background: url('../images/purple/countdown_bg.png') no-repeat;
				width:86px;
				height:86px;
				margin:0 20px 0 0;
				font-size:13px;
				line-height:20px;
			}
			
			.countdown_amount {
				font-size:50px;
				font-family:Rockwell;
				font-weight:bold;
				letter-spacing:3px;
				line-height:61px;
			}
			
			.countdown_descr{
				display: block;
				font-size:20px;
			}
			
			
			/** Newsletter **/
			form#newsletter{
				background: transparent url('../images/newsletter_bg.png') no-repeat top left;
				height:38px;
				width:420px;
				position:relative;
				margin:0 0 20px 0;
			}
			
			form#newsletter input[type=text]{
				background:none;
				border:0;
				color:#FFFFFF;
				width:360px;
				height:38px;
				line-height:38px;
				position:absolute;
				top:0;
				left:0;
				padding:0 10px;
				font-size:15px;
			}
				
			form#newsletter input[type=image]{
				position:absolute;
				top:0;
				right:0;
			}
		
		/** Right Column **/
		#right{
			width:430px;
			margin:0 10px 0 40px;
			display:inline;
			float:left;
			padding:0 0 40px 0;
		}	
			/** Connect **/
			ul#social{
				list-style:none;
				margin:0 0 20px 0;
			}
			ul#social li{
				display:inline;
				margin:0 20px 0 0;
			}
		
		
a.netrex_social_media_link {
	display:			block;
	background-image:	url(/images/social_media.png);
	width:				32px;
	height:				32px;
	float:				left;
	margin-right:		10px;
	background-position: 0px 32px;
	cursor:				pointer;
}
a.netrex_social_media_link.facebook {
	background-position: 0px 32px;
}
a.netrex_social_media_link.facebook:hover {
	background-position: 0px 0px;
}

a.netrex_social_media_link.googleplus {
	background-position: 64px 32px;
}
a.netrex_social_media_link.googleplus:hover {
	background-position: 64px 0px;
}

a.netrex_social_media_link.twitter {
	background-position: 128px 32px;
}
a.netrex_social_media_link.twitter:hover {
	background-position: 128px 0px;
}
	
/** Footer **/
#footer{
	text-align:center;
	background:transparent url('../images/footer_bg.png') no-repeat top center;
	padding:50px 0 0 0;
}

ul.tweet_list {
	color:#585d63;
	margin-left: 0;
}

ul.tweet_list li {
	list-style: none;
	background-image: url(../images/tweet.png);
	background-position: 0 1px;
	background-repeat: no-repeat;
	height: 68px;
	margin-top: 12px;
	margin-left: 0;
	padding-bottom: 15px;
	padding-left: 50px;
	width: 400px;
	line-height: 1.6em;
}

.tweet_list a:hover {
	text-decoration:underline;
}

.tweet_time {
	background-image: none;
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 8px;
	width: 215px;
}
