/**/
*
{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body
{
	font-style: normal;
	font-family: helvetica, arial, sans-serif;
	font-size: 90%;
	line-height: 160%;
/*
	background-image: 
 	url(../../img/leaves3.png),
	url(../../img/leaves4.png);
	background-repeat : 
	no-repeat,
	no-repeat;
	background-attachment: 
	fixed,
	fixed;
	background-position :
	left top,
	left bottom;
*/
}
section, header, footer { display: block; }
header, footer, fieldset
{
	color: #FFF;
	clear: both;
	padding: 0px 0px;
	border: none;
	width: 100%;
	background-color: #666;
}
a, a:link, a:visited, a:active
{
	width: 100%;
	color: #FFF;
	padding: 4px 0px;
	margin-bottom: 2px;
	text-decoration: none;
	display: block;
	background-color: #76AB30;
}
p a, p a:link, p a:visited, p a:active, footer a, footer a:link, footer a:visited, footer a:active 
{ 
	display: inline; 
	background-image: none; 
	width: auto;  
	color: #000; 
}
a:hover { background-color: #485A2B; color: #fff; }
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;
	color: #7F982D;
	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;}
p { padding: 8px;}
section.logo a
{
	background-image: url(../../img/logo/outofgrey-mob.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	height: 55px;
	display: block;
	width: 100%;
	background-color: #606060;
}
header h1, footer ul li, header h2
{
	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;
	border-bottom: 1px solid  #445115;
}
header p,  header .getintouch
{
	display: none;
	visibility: hidden;
}
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;
}
article ul  {margin: 10px 10px 10px 30px; }
article ul li {list-style: disc;}
#gallery
{
	font-size: 140%;
	color: #cccccc;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #343434;
}
#gallery ul {margin-left: 8px;}
#gallery ul li 
{
	list-style: none; 
	margin-bottom: 35px; 
	padding: 15px; 
	width: 90%;
	border-radius : 10px;
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px; 
}
#gallery ul img
{
	padding: 15px;
	background-image: none;
	border-radius : 10px;
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;
}

#gallery ul li a, #gallery ul li a:active, #gallery ul li a:visited, #gallery ul li a:link
{
	background-image: none; 
	background-color: #000000; 
	padding: 0px;	
	border-radius : 10px;
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;
}
#gallery ul li a.work-link, #gallery ul li a.work-link:link, #gallery ul li a.work-link:visited, #gallery ul li a.work-link:active
{
	display: block;
	background-color: #69970E;
	background-image: url(none);
	color: #ffffff;
	padding: 4px;
	width: 55px;
	margin-top: 2px;
}
footer ul li.tel 
{ 
	display: block; 
	visibility: visible; 
	font-size: 175%; 
	padding-top: 20px; 
	padding-bottom: 20px; 
	border-bottom: 1px solid #222222; 
	border-top: 1px solid #111111; 
	margin-bottom; 6px;
}
input, textarea 
{
	padding: 8px; 
	font-size: 1.2em; 
	width: 70%;
}
.submit
{
	border: 1px #719912 solid;
	padding: 8px;
	font-size: 1.5em;
	color: #ffffff;
	background-color: #638611;
	width: 180px;		
	border-radius : 10px;
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;
}
.submit:hover
{
 	color: #FFFFFF;
 	background-color: #6D8F32;
 	border: 1px #5B7926 solid;
}
