@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Balthazar); /*font-weight 400*/
@import url(http://fonts.googleapis.com/css?family=Abel); /*font-weight 400*/


/*---------USING PREFIX FREE JS-----------*/
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape iPhone */
	height: 100%;
}

body {
	margin: 0px;
	font-family: 'Balthazar', serif;
	font-weight: 400;
	margin: 20px;
	margin-top: 160px;
	background-image: url(../images/main_background.png);
	background-repeat: repeat;
	color: #000;
	height:100%;
}
a:link {
	color:#009999;
	text-decoration: none;
} 
a:visited {
	color:#009999;
}
a:hover {
	color:#009999;
	text-decoration: underline;
}
a:active {
	color:#009999;
}
p {
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	color: #333;
}
p span {
	color: #C00;
}
h1 {
	margin: 0px;
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: 400;
	color: #CCC;
}
h2 {
	margin-top: 0px;
	font-size: 25px;
	font-weight: 400;
}
h3 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: -10px;
	border-bottom:dotted 1px #666;
	font-weight: 400;
	text-transform: uppercase;
}
/*#menu-wrapper {
	display: none;
	width:380px;
	height:100%;
	position: fixed;
	top: 140px;
	left: 0px;
	z-index: 100;
	overflow: hidden;
	border-right: dotted 1px #FFF;
}*/
#header {
	width:100%;
	height:  125px;
	margin-left: -20px;
	margin-right: -20px;
	top: 0px;
	position:fixed;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,.5);
	z-index: 10;
	background-image: url(../images/header_background.png);
	background-repeat: repeat;
}
#header-logo {
	width: 607px;
	height:80px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	z-index: 10;
	background-image: url(../images/header_awall_logo.png);
	background-repeat: no-repeat;
}
#header-social {
	width: 160px;
	height: 30px;
	position: absolute;
	left:20px;
	margin-top: -10px;
	padding-top:20px;
	padding-left: 10px;
	top: 0px;
	z-index: 11;
	display:inline-block;
	overflow:hidden;
	text-align:left;
	background-image: url(../images/header_background.png);
	background-repeat: repeat;
	border-radius: 10px;
	border: dotted 1px #FFF;
	behavior: url(http://www.atlantikwall.co.uk/css/PIE.htc); /*Live location*/
}
#header-social img{
	position:fixed;
	top:10px;
	left: 160px;
	width: 20px;
	height: 20px;
	overflow:hidden;
	display:inline-block;
	float:right;
	border: none;
}
#header-hangar {
	width: 400px;
	height:125px;
	position: absolute;
	left:0px;
	top: 0px;
	background-image: url(../images/header_hangar.png);
	background-repeat: no-repeat;
	float: left;
}
#header-bricks {
	width: 400px;
	height:125px;
	position: absolute;
	right:0px;
	top: 0px;
	background-image: url(../images/header_brick.png);
	background-repeat: no-repeat;
	float: right;
}
#header-menu {
	padding-left: 20px;
	width: 100%;
	height: 30px;
	position: fixed;
	top: 110px;
	background-image: url(../images/header_menu_background.png);
	background-repeat: repeat;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,.8);	
}
#header-menu-text {
	width: 100px;
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #FFF;
	padding-top: 4px;
	float:left;
}
#header-menu-items {
	position: absolute;
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	font-size: 17px;
	top: 4px;
	float: right;
	overflow: hidden;
	right: 40px;
	z-index: 15;
}
#header-menu-items ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#header-menu-items li{
	display:inline;
	border-right: solid 1px #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
#header-menu-items a{
	color: #FFF;
}

/*burger*/
#menu-wrapper {
	overflow: scroll;
  	top:140px;
  	left: 0px;
  	color: #009999;
 	 position: fixed;
	 background-image: url(../images/main_background.png);
	 background-repeat: repeat;
  	margin-left: -580px;
  	padding-left: 50px;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	width: 380px;
  	z-index: 3000;
  	overflow: hidden;
  	-webkit-transition: all 0.50s ease-out;
  	-moz-transition: all 0.50s ease-out;
  	-o-transition: all 0.50s ease-out;
  	transition: all 0.50s ease-out;
  	border-right: dotted 1px #FFF;
	border-bottom: dotted 1px #FFF;
  	/*display: none;*/

}
input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#ex-burger label { 
  position: fixed;
  top: 113px;
  left: 20px;
  width: 25px;
  height: 25px;
  z-index: 5000;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  /*background-color: #d9d9d9;*/
}
#ex-burger label:before, #ex-burger label:after {
  display: block;
  content: " ";
  width: 19px;
  height: 3px;
  margin-left: 3px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#ex-burger label:before { 
  margin-top: 5px;
}
#ex-burger label:after { 
  display: block;
  content: " ";
  border-top: 0px;
}
input[type=checkbox]:checked ~ #menu-wrapper {/*This is the key to activating the menu*/
	margin-left: 0px;
}
#ex-burger label p{
	position: fixed;
	top: 92px;
	left: 55px;
	color: #fff;
	z-index:100;
	font-size: 20px;
}






/*Website Content Below*/

#breadcrumb { /*NOT USING*/
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	color: #999;
	font-size: 15px;
}
#page-header {
	max-width:980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#aw-item {
	min-height: 400px;
	max-width: 940px;
	background-color: #CCC;
	background: url(../images/article_background.png)\9; /* IE 7 and below */
	background: url(../images/article_damage.png), url(../images/article_background.png);
	background-repeat: repeat-x, repeat;
	padding: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden; /*VERY IMPORTANT FOR KEEPING STRUCTURE*/
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,.8);
	border-radius: 10px;
	behavior: url(http://www.atlantikwall.co.uk/css/PIE.htc); /*Live location*/
}
#aw-item img{
	width: 525px;
	height: 395px;
	border: solid 1px #999;
	margin-right: 20px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
#aw-item iframe{
	width: 525px;
	height: 395px;
	border: solid 1px #999;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#aw-iframe iframe{
	width: 525px;
	height: 395px;
	border: solid 1px #999;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#aw-item li{
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	color: #000;
	list-style: square;
}
#date {
	max-width: 940px;
	padding-bottom: 20px;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden; /*VERY IMPORTANT FOR KEEPING STRUCTURE*/
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	color: #CCC;
	font-size: 15px;
	text-align: right;	
}
#aw-info {
	width: auto;
	overflow: hidden;
}
#aw-info-images-wrapper {
	width: 100%;
	float:left;
	overflow:hidden;
	display:block;
}
#aw-info-images {
	width: 298px;
	float: left;
	background-color:rgba(0,0,0,.2);
	background-color: #999\9; /* IE 8 and below */
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom-right-radius: 10px;
  	border-bottom-left-radius: 10px;
	border-radius: 10px\9; /* IE 8 and below */
	margin-right: 5px;
	margin-bottom: 5px;	
	behavior: url(http://www.atlantikwall.co.uk/css/PIE.htc); /*Live location*/
}
#aw-info-images img {
	width: 100px;
	height: 75px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	display:inline-block;
	border: solid 1px #999;	
}
#aw-info-images p {
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	font-size: 13px;
	text-align:left;
	margin-top: 0px;	
}
#aw-info-images p span {
	color: #C00;
}
#aw-photo-date {
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	font-size: 13px;
	width: 100%;
	float:left;
	overflow:hidden;
	display:block;
	margin-bottom: 10px;
}
#aw-photo-date:before {
	content:'Photo taken:'
}
#aw-info-link {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	top: -20px;
	margin-bottom: -30px;
	width: 200px;
	height: 60px;
	border-bottom-right-radius: 100%;
  	border-bottom-left-radius: 100%;
	background: url(../images/article_background.png) repeat;
	box-shadow: 0px 6px 3px 5px rgba(0,0,0,.2);
	behavior: url(http://www.atlantikwall.co.uk/css/PIE.htc); /*Live location*/
}
input[type=button] {
	margin-left: -20px;
	margin-top: 3px;
	width: 25px;
	height: 25px;
	cursor:pointer;
	background-image: url(../images/mainmenu_button.png);
	background-repeat: no-repeat;
	border-style: none;
	border-radius: 0px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,.5);
}
input[type=button]:hover {
    background-image: url(../images/mainmenu_button_hover.png);
	background-repeat: no-repeat;
}
#footer {
	width:100%;
	height:  auto;
	margin-left: -20px;
	margin-right: -20px;
	bottom: 0px;
	position:fixed;
	background-image: url(../images/header_background.png);
	background-repeat: repeat;
	z-index: 10;
	box-shadow: 0px -5px 10px 0px rgba(0,0,0,.2);
	padding-bottom: 20px;
}
#footer p{
	font-family: 'Abel', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-bottom: -21px
}
#search {
	margin-left:auto;
	margin-right: auto;
	width:500px;
	z-index: 300;
	margin-bottom: -31px
}

/*HOME PAGE*/

#home-main {
	width: 100%;
	height: 100px;
	
}
#home-main img{
	position: relative;
	float:left;
	width: 100%;
	height: auto;
	border: 0px;
	overflow:hidden;
}
#home-main h1{
	margin-top: 20px;
	text-align:center;
	color: #000;
}
#home-main h2{
	margin-top: -20px;
	text-align:center;
	color: #000;
}
#home-main p{
	text-align:center;
	color: #000;
	padding-left: 10%;
	padding-right: 10%;
}
#home-thumbs {
	float:left;
	top: 0px;
	float:left;
	width: 100%;
	height: 150px;
	overflow:hidden;
}
#home-thumbs img{
	margin-right: 0px;
 width: 25%;
 height: auto;
 border: 0px;
}


/* small screens */
@media screen and (max-width: 640px) {

p {
	font-size: 14px;
}
h1 {
	font-size: 30px;
	
}
h2 {
	
	font-size: 22px;
	
}
h3 {
	font-size: 20px;
	
}

  #aw-item img {
    width: 100%;
	height: auto;
}
  #aw-item iframe {
    width: 100%;
	height: auto;
}
#aw-iframe iframe{
	width: 100%;
	height: 300px;
}
#aw-info-images {
	width: 95%;
	padding-right: 10px;
}
  #aw-info-images img {
	width: 100px;
	height: 75px;
}
#header-logo{
	margin-top: 45px;
	margin-left: 20px;
	width:350px;
	background-image: url(../images/header_awall_logo_350.png);
	background-repeat: no-repeat;
}
#home-thumbs {
	width:  100%;
	height: auto;
}
#search {
	display: none;
}
#header-menu-text {
	margin-top: 1px;
	font-size: 15px;
	

}
#header-menu-items li {
	padding-left: 4px;
	padding-right: 4px;
	display: none;
}
#header-menu-items {
	margin-top: 2px;
	font-size: 14px;
	margin-left: 0px;
}
input[type=button] {
	margin-left: -35px;
}
#date {
	font-size: 12px;
	
}
#menu-heading p{
	display: none;
}
#menu-wrapper {
	width: 100%;
	padding-left: 0px;
	position: absolute;
	height: auto;
	border: 0px;
}
#ex-burger label p{
	display: none;
}

}


/*TEST*/


