@charset "UTF-8";

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin:0;
	padding:0;
	font-size: x-small;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */

address { font-style:normal 
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #D8CDA7;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
.home  #about {
}
 #container {
	width: 602px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 612px;
} 
.footer_pale {
	padding: 10px;
	height: 30px;
	width: 200px;
	float: left;
	font-size: x-small;
}
.copyright {
	margin: 0px;
	padding: 10px;
	float: right;
	height: 30px;
	width: 300px;
	text-align: right;
}
 #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: url(images/heading.gif) no-repeat;
	margin: 0px;
	height: 140px;
	width: 600px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar {
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/welcome.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	float: left;
	height: 350px;
}
.border {
	border: 1px solid #799155;
	width: 600px;
	margin: 0px;
	padding: 0px;
	height: 400px;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 600px;
}
 #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 350px;
	width: 400px;
	float: right;
	background: url(images/front.jpg);
	overflow: hidden;/* because of IE6 problem */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height: 30px;
	width: 600px;
}
 
 #navigation {
	
	margin: 0px;
	height: 50px;
	width: 100%;
	padding: 0px;
}

.galleria {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 200px;
}


.tecnica {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 50px;
	width: 200px;
}
.profilo {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 200px;
	float: left;
}
#footer {
	padding: 0;
	margin: 0px;
	height: 50px;
	width: 600px;
}
#mainContent_contact {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 350px;
	width: 400px;
	float: right;
	background: url(images/contact.jpg);
}
#email {
	padding: 10px;
	margin-top: 0px;
	margin-left: 40px;
	height: 300px;
}
#sidebar_contact {
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/lisa.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	float: left;
	height: 350px;
}
.thumbnails {
	height: 90px;
	width: 120px;
	margin: 5px 2px 5px 3px;
	float: left;
	background: #92896F;
	text-align: center;
}
.thumb_row {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 390px;
	height: 95px;
	float: left;
	text-align: center;
}

#mainContent a:link img {
	filter: alpha(opacity=80)!important;
	-khtml-opacity: 0.80;
	-moz-opacity: 0.80;
	-o-opacity: 0.80;
	opacity: 0.80;
	border: 1px solid #D8CDA7;
	}
#mainContent a:visited img {
	filter: alpha(opacity=100)!important;
	-khtml-opacity: 1.00;
	-moz-opacity: 1.00;
	-o-opacity: 1.00;
	opacity:1.00;
	border: 1px solid #ffffff;
	}

#mainContent a:hover img {
	
	filter: alpha(opacity=100)!important;
	-khtml-opacity: 1.00;
	-moz-opacity: 1.00;
	-o-opacity: 1.00;
	opacity:1.00;
	border: 1px solid #799250;
	
}	
	
#mainContent a:active img {
	filter: alpha(opacity=100)!important;
	-khtml-opacity: 1.00;
	-moz-opacity: 1.00;
	-o-opacity: 1.00;
	opacity:1.00;
	border: 1px solid #ffffff;
	text-decoration: none;
}

img {
	border-width: 0px;
	border-style: none;
}

#about {
	margin: 10px;
	font-size: medium;
}

a:link {
	text-decoration: none;
	color: #D8CDA7;
 }
 a:visited {
	text-decoration: none;
	color: #D8CDA7;
	
 }


a:hover {
	text-decoration: none;
	color: #799250;
	
	}
	
a:link.lk {
	text-decoration: none;
	color: #D8CDA7;
	padding-bottom: 1px;
	border-bottom: 1px dotted #D8CDA7;
 }
 a:visited.lk {
	text-decoration: none;
	color: #ffffff;
	padding-bottom: 1px;
	border-bottom: 1px dotted #ffffff;
 }


a:hover.lk, a:active.lk {
	text-decoration: none;
	color: #799250;
	padding-bottom: 0px;
	border-bottom: 0px dotted #799250;
	}

	
textarea  {
	border: 1px solid #799250;
	width: 220px;
	filter: alpha(opacity=60)!important;
	-khtml-opacity:0.60;
	-moz-opacity: 0.60;
	-o-opacity: 0.60;
	opacity: 0.60;
	background: #000000;
	overflow: auto;
	height: 50px;
	color: #799250;
}
label{
	float: left;
	width: 85px;
	font-weight: bold;
}

input text {background:transparent
}
.menu_list_contact {
	list-style: none;
	margin: 0px;
	padding: 20px 0px 0px;
}
.contact_li {
	padding-bottom: 10px;
	line-height: 1.5;
}
#name_li_input {
	border: 1px solid #799250;
	width: 220px;
	filter: alpha(opacity=60)!important;
	-khtml-opacity:0.60;
	-moz-opacity: 0.60;
	-o-opacity: 0.60;
	opacity: 0.60;
	background: #000000;
	color: #799250;
}

#email_li_input {
	border: 1px solid #799250;
	width: 220px;
	filter: alpha(opacity=60)!important;
	-khtml-opacity:0.60;
	-moz-opacity: 0.60;
	-o-opacity: 0.60;
	opacity: 0.60;
	background: #000000;
	color: #799250;
	
}
#submitbutton{
	margin-left: 80px;
	margin-top: 10px;
}
#emailthx {
	padding: 10px;
	margin-top: 20px;
	margin-left: 100px;
	height: 300px;
}
.thumb_row_top {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	width: 390px;
	height: 95px;
	float: left;
	text-align: center;
}
#sidebar div {
	width: 120px;
}
#hatfield a.hatfield,
#norfolk a.norfolk,
#animals a.animals,
#botanical a.bot,
#autumn a.autumn,
#tombola a.tombola,
#jimmys a.jimmy,
#pensthorpe a.pens,
#zoo a.zoo,
#gigs a.gigs
 {color:#FFF!important;}
 
 .home #about {
	width: 175px;
	
	}
.home #about p {
	font: medium "Times New Roman", Times, serif!important;
	}
 
.intro {
	margin-top: 20px;
}
