/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
	padding:0;
	margin:0;
}

a {
	text-decoration:none;
}

header  {
	width:100%;
	text-align:center;
	margin:auto;
}n

header img {
	border:0;
	margin:0;
	padding:0;
}

header #nigel {
	position:relative;
	font-family: 'Oxygen', sans-serif;

}
	
#nigel h1 {
	font-size:3em;
	color:#333;
	font-weight:300;
	margin:10px 0;
}

#nigel h2 {
	font-size:1.25em;
	color:#333;
	font-weight:300;
	margin:0;
}

#nigel a {
	color:#333;
	margin:0;
	font-size:1em;
}

ul {
	margin-left:0;
	list-style-position:outside;
	padding:0;
}

#nigel li {
	display:block;
	margin:0;
	font-size:1em;
}

#nigel li:last-child {
	margin:0;
}

section.title {
	width:100%;
	margin:0 auto;
	height:auto;
	position:relative;
}

.title #name {
	position: relative;
	display:block;
}	


#nav {
	width:100%;
	margin:auto;
	display:block;
	height:auto;
	padding:0;
	border-top:3px solid #470027;
}	

#nav div {
	display:block;
	width:100%;
	min-width:100%;
	text-align:center;
	background-color:#660033;
	height:50px;
	vertical-align:middle;
	border-bottom:1px solid #ffffff;
}

#nav div a {
	color:#fff;
	font-size:1em;
	font-weight:300;
	padding:0 10px;
 	position: relative;
 	 top: 50%;
 	 -webkit-transform: translateY(-50%);
 	 -ms-transform: translateY(-50%);
 	 transform: translateY(-50%);
	 display:block;
}

#nav:after {
	content:'';
	width:100%;
	display:block;
}

#nav div:hover {
	background-color:#470027;
}

/*	#nav:after {
	content: '';
	width:100%;
	display:inline-block;
}
*/
article {
	width:80%;
	margin:25px auto;
	line-height:1.75em;
	font-size: 0.9em;
	max-width:1000px;
	text-align:center;
}

article h1 {
	font-family: 'Oxygen', sans-serif;
	font-weight:400;
	margin:40px 0 20px;
	font-size:1.8em;
	color:#660033;
	line-height:1.8em;
}

article h2 {
	font-family: 'Oxygen', sans-serif;
	font-weight:300;
	margin:10px 0 37px;
	font-size:1.3em;
	color:#666;
	line-height:2em;
}

article p:first-child {
	margin-top:50px;
}

article ul {
	list-style-type:none;
}

article li {
list-style-position:inside;
padding:15px;
}

article .band {
	background-color:#fbf5f5;
}

footer {
	width:100%;
	background:#000000;
	margin:50px 0 25px;
	text-align:center;
}

footer img {
	margin: 11px;
	border:none;
}


@media only screen and (orientation:landscape) {

header img {
	display:none;
}

}



@media only screen and (min-width: 768px) {

header  {
	width:700px;
	text-align:left;
	margin:auto;
	height:200px;
	overflow:hidden;
	}

header img {
	border:0;
	margin:0;
	padding:0;
	float:right;
	display:inline-block;
}

header #nigel {
	float:left;
	position:relative;
	top:50%;
	-webkit-transform: translateY(-50%);
 	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Oxygen', sans-serif;
}


#nigel li {
	display:inline-block;
	margin:0 40px 0 0;
	font-size:1em;
}

#nav {
	width:100%;
	margin:auto;
	text-align:justify;
	display:block;
	height:80px;
	padding:3px 0 0 0;
	border-top:3px solid #470027;
}	

#nav div {
	display:inline-block;
	width:14%;
	min-width:14%;
	text-align:center;
	background-color:#660033;
	height:100%;
	vertical-align:middle;
	
}

#nav div a {
	color:#fff;
	font-size:1em;
	font-weight:300;
	padding:0 10px;
 	position: relative;
 	 top: 50%;
 	 -webkit-transform: translateY(-50%);
 	 -ms-transform: translateY(-50%);
 	 transform: translateY(-50%);
	 display:block;
}

#nav:after {
	content:'';
	width:100%;
	display:inline-block;
}

#nav div:hover {
	background-color:#470027;
}


}