
/* Header
----------*/

	header {
		position: fixed;
		top: 0;
		height: 50px;
		width: 100%;
		background-color: #FFFFFF;
			background-color: transparent;
			background-color: #FFFFFF;
			border-bottom: 1px solid #DDDDDD;

		/*
		border-bottom: 1px solid #DDDDDD;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);

		 */
		z-index: 10;

	}

	header h1 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		font-weight: 500;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
	}

	header a {
		color: inherit;
	}

	.header-left,
	.header-right {
		position: absolute;
		top: 0;
		z-index: 2;
	}
	.header-left {
		left: 0;
	}
	.header-right {
		right: 0;
	}

	.header-spacer {
		height: 50px;
	}

	.header-left,
	.header-right {
		line-height: 50px;
	}

	.header-left:after,
	.header-right:after {
		content: '';
		clear: both;
		display: table;
	}

	.header-left > a,
	.header-left > span {
		float: left;
		width: 50px;
		height: 50px;
		text-align: center;
		cursor: pointer;
	}

	.header-right > a,
	.header-right > span {
		float: left;
		width: 50px;
		height: 50px;
		text-align: center;
		cursor: pointer;
	}

	.header-left img,
	.header-right img {
		display: block;
		height: 24px;
		width: auto;
		margin: 13px auto;
	}