/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ==|== primary styles =====================================================
   Author: Martin Giger
   ========================================================================== */

/* nav menu fix */
#ngalemainhead nav ul, #ngalemainfooter nav ul, #ngalemainhead nav li, #ngalemainfooter nav li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	line-height: 1.231em;
}

/* General styles */  

html {
	overflow-y: scroll;
}

body {
	background-image: url('//static.getnightingale.com/img/gradent.png');
	background-repeat:repeat-x;
	font-family: 'Open Sans', sans-serif;
}

/* header/nav */

	#ngalemainhead{
		padding-bottom: 1em;
		font-size: 15px;
		line-height: 1.231 !important;
		font-family: 'Open Sans', sans-serif;
		width: 950px;
		margin: 0 auto;
	}

	#headlogo {
		height: 100px;
		margin-top: .8em;
	}

	/* nav*/
	
	#ngalemainhead nav {
		float: right;
		margin-top: 1em;
	}
	
	#ngalemainhead nav .menu {
		border-radius: 5px;
		-moz-border-radius: 5px;
		overflow: hidden;
	}
	
	#ngalemainhead nav li {
		float: left;
		background-color: #333333;
	}
	
	#ngalemainhead nav li a:link, header nav li a:hover, header nav li a:active, header nav li a:visited {
		color: #fff !important;
		text-decoration: none !important;
		background-color: transparent !important;
		display: block;
		padding:.8em;
	}
	
	#ngalemainhead nav .actual a {
		border-bottom: .4em solid #B55029 !important;
		padding-bottom: .4em !important;
	}
	#ngalemainhead nav li a:hover,
	#ngalemainhead nav .actual a:hover {
		border-bottom: .4em solid #fff !important;
		padding-bottom: .4em !important;
	}
	
/* footer styles */

#ngalemainfooter {
	color: #fff;
	width: 100%;
	background-color: #666;
	z-index: 500;
	margin: 0;
	padding-bottom: 10px;
	font-size: 14px;
	text-align: left;
	line-height: 1.231em !important;
	
	display: block;
	
	font-family: 'Open Sans', sans-serif;
}

#ngalemainfooter b {
	padding-bottom: 5px;
	display: block;
}

#ngalemainfooter a:link, #ngalemainfooter a:visited {
	color: #fff;
	text-decoration: none !important;
	font-weight: normal;
}

#ngalemainfooter #license a:link, #ngalemainfooter #license a :visited {
	text-decoration: underline;
}

#ngalemainfooter a:hover {
	color: #EDEDED;
	text-decoration: underline;
}

#ngalemainfooter a:active {
	color: #ccc;
	text-decoration: underline;
}

#lgradient {
	height: 14px;
	border-top: 2px solid #333333;
	width: 100%;
	
	background: #414141; /* Old browsers */
	background: -moz-linear-gradient(top,  #414141 0%, #373737 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414141), color-stop(100%,#373737)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #414141 0%,#373737 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #414141 0%,#373737 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #414141 0%,#373737 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #414141 0%,#373737 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#373737',GradientType=0 ); /* IE6-9 */
	
	margin-bottom: 10px;
}

#ngalemainfooter img {
	margin-top: 3px;
	margin-right: 5px;
}

#license {
	height: 120px;
}

#ngalemainfooter nav {
	height: 120px;
}

#footerwrapper {
	width: 950px;
	margin: 10px auto;
	list-style: none;
	padding: 0;
}

#footerwrapper>li {
	float: left;
	display: block;
	width: 276.6px;
	padding: 0 20px;
	margin: 0;
}

#footerwrapper>li:first-child {
	padding-left: 0 !important;
	width: 296.6px;
}

#footerwrapper>li:last-child {
	padding-right: 0 !important;
	width: 296.6px;
}

#double {
	margin: 0;
	padding: 0;
}

#double>li {
	float: left;
	width: 118.3px;
	padding-right: 20px;
}

#double>li:last-child {
    padding-right: 0;
    padding-left: 10px;
}

#outlinedngale {
	float: left;
	display: block;
}

#buttons img {
	float: right;
	cursor: pointer;
	vertical-align: top;
	margin-right: -10px;
	margin-top: -10px;
}

/* Contain floats: h5bp.com/q */ 
.clearfix { list-style-type:none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* MENU ONLY! */
.menu { list-style-type:none; -webkit-margin-after:0; }

/* Font */

@font-face { 
font-family: 'Open Sans'; 
font-style: normal; 
font-weight: normal;
src: url('//static.nightingale.com/font/OpenSans-Regular.ttf');
}
