/* css for www.mikehugheswildlifeart.co.uk */

@import url("reset.css");

html, body {
	height: 100%;
}

body {
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	height:100%;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 190%;
	font-weight: normal;
	color: #8dc63f;
	letter-spacing: 3px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: .9em;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 125%;
	font-weight: normal;
	color: #59a056;
	letter-spacing: 1.8px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: .7em;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #999;
	letter-spacing: 1.8px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: .7em;
}

p {
	color: #999;
	font-size: 80%;
	line-height: 1.6;
	margin-bottom: 1.8em;
	padding: 0;
}

a {
	color: #999;
	text-decoration: none;
}

p a {
	border-bottom: 1px solid #dcdcdc
}

li a {
	border-bottom: 1px solid #dcdcdc
}

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

a:hover {
	color: #666;
	text-decoration: none;
}

ul {	
	padding: 0;
	margin: 0 0 1.5em 0;
}

li {
	padding: 0 0 0 15px;
	margin-bottom: 1em;
	color: white;
	font-size: 80%;
	line-height: 1.6;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat 0 .6em
}

strong {
	font-weight: bold
}

.logo {
	margin: 20px 0 37px 0;
	z-index: 10;
	border: none
}

.logo a:hover {
	border-bottom: none
}

img {
	border:0
}

.clear {
	clear:both;
}

#container {
	padding: 0 40px 10px 40px;
	position: relative;
	margin: 0 auto;
	width: 820px;
	w\idth: 820px;
	min-height: 100%;
}

#header {
	position: relative;
	margin-bottom: 60px;
}

#main_with_sidebar {
	position: relative;
	float: left;
	width: 470px;
}

#main_without_sidebar {
	position: relative;

}

#sidebar {
	position: relative;
	float: right;
	width: 240px;
}

/* ========= NAVIGATION ========= */

#navigation {
	position: relative;
	height: 15px;
}

#navigation ul {
	padding: 0;
	margin: 0;
	display: block;
}

#navigation li {
	padding: 0 25px 0 0;
	margin: 0;
	display: block;
	float: left;
	list-style-type: none;
	background: none
}

#navigation li a {
	display: block;
	height: 15px;
	background: transparent url(images/navigation.gif) no-repeat 0 0;
	border-bottom: none
}

#navigation li a span {
	display: none
}

/* ---------- HOME ---------- */

li#nav_home a {
	width: 45px;
	background-position: 0 0;
}

li#nav_home a:hover {
	background-position: -300px 0;
}

/* ---------- GALLERY ---------- */

li#nav_gallery a {
	width: 65px;
	background-position: 0 -30px;
}

li#nav_gallery a:hover {
	background-position: -300px -30px;
}

/* ---------- ILLUSTRATION ---------- */

li#nav_illustration a {
	width: 105px;
	background-position: 0 -60px;
}

li#nav_illustration a:hover {
	background-position: -300px -60px;
}

/* ---------- INFO ---------- */

li#nav_info a {
	width: 35px;
	background-position: 0 -90px;
}

li#nav_info a:hover {
	background-position: -300px -90px;
}

/* ---------- RESOURCES ---------- */

li#nav_links a {
	width: 85px;
	background-position: 0 -120px;
}

li#nav_links a:hover {
	background-position: -300px -120px;
}

/* ---------- CONTACT ---------- */

li#nav_contact a {
	width: 75px;
	background-position: 0 -150px;
}

li#nav_contact a:hover {
	background-position: -300px -150px;
}

/* ========= FOOTER ========= */

#footer{
	position: relative;
	clear:both;
	margin: 40px 0 40px 0;
}

#footer p {
	color: #ccc;
	font-size: 70%;
	margin-bottom: .3em;
	line-height: 1;
	text-align: center
}

#footer a {
	color: #ccc;
	border-bottom: 1px solid #efefef
}

#footer a:link {
	color: #ccc;
}

#footer a:hover {
	color: #999;
}

#footer_navigation {
	text-align: center;
	padding: 0;
	margin-bottom: 1.1em;
}

#footer_navigation li {
	font-size: 75%;
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
	background: none;
}

#footer_navigation a {
	color: white;
	line-height: 1;
	padding: 4px 6px 4px 6px;
	background: #cdcdcd;
}

#footer_navigation a:link {
	color: white;
}

#footer_navigation a:hover {
	color: white;
	background: #bbb;
}

/* INDEX =============================================================== */

#welcome {
	height: 560px;
	width: 820px;
	padding: 20px;
	background: url(images/welcome.jpg) no-repeat top left
}

#welcome h1{
	width: 220px;
	color: white;
	/*margin-bottom: 3em*/
}

#welcome p{
	width: 220px;
	color: #bababa;
}

.welcome_standfirst{
	font-size: 100%;
}

#gallery_link {
	margin-top: 40px;
	color: #b3b3b3;
	text-transform: uppercase;
	line-height: 1.4;
	letter-spacing: 3px;
	display:block;
	padding: 10px;
	width: 194px;
	height: 164px;
	border: 3px solid #b3b3b3;
	background: url(images/gallery_link.jpg)
}

#gallery_link:hover {
	border: 3px solid white;
}

/* GALLERY =============================================================== */

#gallery {
	margin-top: 20px;
	float: left;
}

#gallery li {
	float: left;
	padding: 0;
	margin-bottom: 38px;
	background: none
}

#gallery a img {
	padding: 10px;
	border: 1px solid #ccc;
}

#gallery a:hover img {
	border: 1px solid #999;
}

#gallery a {
	border: none;
}

.gallery_li_with_margin {
	margin-right: 38px;	
}

.gallery_standfirst {
	width: 485px
}

.breadcrumb {
	font-size: 120%;
}

.medium {
	font-weight: bold;
	font-size: 95%;
	margin-bottom: 1.5em;
	padding-bottom: .2em;
	border-bottom: 1px dashed #bbb;
}

#full_size_image  {
	position: relative;
	float: left;
}

#full_size_image img {
	position: relative;
	padding: 10px;
	border: 1px solid #ccc;
	margin-right: 40px;
}

#full_size_image a:hover img {
	border: 1px solid #999;
}

#image_details {
	position: relative;
	float: left;
	width: 240px;
}

.print_info {
	padding-left: 32px;
	background: url(images/print-icon.jpg) no-repeat 0 2px;
	margin-bottom: 1.8em;
}

.print_info h2 {
	font-size: 100%;
}
		
.print_info p{
	color: #666;
	font-size: 75%;
	margin-bottom: 1em;
}

.testamonial {
	padding-left: 43px;
	background: url(images/quotemarks.gif) no-repeat 0 2px
}

.testamonial span{
	font-weight: bold;
	color: #8dc63f;
	font-size: 90%
}

.zoom_heading {
	font-size: 140%;
	padding-left: 26px;
	background: url(images/mag-glass.gif) no-repeat 0 5px
}

.zoom_heading span {
	color: #bbdd8c;
}


/* INFO =============================================================== */

#news {
	padding: 10px;
	border: 1px solid #8dc63f;
	margin-bottom: 20px;
	background: #f9fcf5
}

#news p{
	color: #666
}

#news li{
	color: #666
}

.sidebar_box {
	padding: 10px;
	margin-bottom: 20px;
	background: #59a056
}

.sidebar_box p{
	color: white
}

.sidebar_box h2{
	color: white
}

.sidebar_box a{
	color: white;
	border-bottom: 1px solid #8dc63f
}

.sidebar_box a:link{
	color: white;
}

.sidebar_box a:hover{
	color: #8dc63f;
}

/* RESOURCES =============================================================== */

#resources li {
	padding-left: 0;
	background: none
}


* { zoom:1 }
