/* This stylesheet is very much in development phase at the moment */
*
{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body
{
	font-style: normal;
	font-family: helvetica, arial, sans-serif;
	font-size: 90%;
	line-height: 160%;
	color: #000;
	border-bottom: 25px #2D2D2D solid;
}
section, header, footer { display: block; }
header, footer
{

	color: #FFF;
	clear: both;
	padding: 0px 0px;
	border: none;
	width: 100%;
	background-color : rgba(0,0,0, .6);
	background-repeat :  no-repeat;
	background-image : -webkit-gradient(linear,left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.1)), color-stop(.3, rgba(0,0,0,.4))); 
	background-image : -moz-linear-gradient(left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.1)), color-stop(.3, rgba(0,0,0,.4))); 
}

a, a:link, a:visited, a:active
{
	width: 100%;
	background-color: #88C50F;
	color: #fff;
	padding: 4px 0px;
	margin-bottom: 2px;
	text-decoration: none;
	display: block;
}

p a, p a:link, p a:visited, p a:active, footer a, footer a:link, footer a:visited, footer a:active, .contact-page aside a, .nav-supp li a
{
	display: inline;
	background-image: none;
	width: auto;
	background-color: #88C50F;
	padding: 3px;
	-webkit-border-radius: 3px;
	
}
.contact-page aside a {margin-left: 8px;}
a:hover { background-color: #3E5D0C; }

header a, header a:link; header a:visited, header a:active
{
	color: #fff;
	background-color: transparent;
}

header a:hover
{
	color: #FFF;
	background-color: transparent;
}

h1, h2, h3, h4
{
	font-weight: 500;
	margin-bottom: 4px;
	margin-top: 8px;
	padding: 4px 8px;
}

li a, li a:link, li a:visited,  li a:active, li.first, li.tel, .getintouch a:link, .getintouch a:visited, .getintouch a, small, footer li a, footer li a:link, footer li a:visited, footer li a:active
{
	padding: 4px 0px;
	text-indent: 8px;
}

a#skip-link
{
	text-indent: 8px;
	font-size: 1.4em;
	margin-bottom: 6px;
	
}

p { padding: 8px; }
.contact-page aside a { /**/ text-indent: 8px;}

.logo a
{
	background-image: url(../../img/logo/outofgrey-mob.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	height: 58px;
	display: block;
	width: 100%;
	background-color: transparent;
}

header h1, footer ul li, fieldset 
{
	display: none;
	visibility: hidden;
}

article h1, article h2 { font-size: 1.5em; }
article h2 { font-size: 1.3em; }
.wrapper { padding: 10px 0 20px 0; }

nav
{
	margin-top: 6px;
	display: block;
	
}

nav a, nav a:link, nav a:visited, nav a:active
{
	font-size: 130%;
	padding-top: 6px;
	padding-bottom: 6px;
	
}
.nav-supp  {margin-left: 8px;}
.nav-supp li {list-style-type: none;margin-bottom: 12px;}
header p,  header .getintouch, section#gallery, .hide
{
	display: none;
	visibility: hidden;
}

header h2 span { margin-left: 8px; }

footer a, footer a:link, footer a:visited, footer a:active
{
	background-color: transparent;
	color: #B9E26B;
	background-image: none;
}

footer a:hover
{
	color: #FFF;
	background-color: transparent;
}
footer ul li.tel
{
	display: block;
	color: #ffffff;
	
	
	visibility: visible;
	padding: 12px 8px;
	font-size: 2em;
}
footer ul li.tel a{color: #fff;}
article ul { margin: 10px 10px 10px 30px; }
article ul li { list-style: disc; }
.branding {padding-bottom: 5px;}

#gallery ul {margin-left: 8px;}



/*****Test*****/



section#gallery
{
	display: none;
	visibility: hidden;
}

