@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;
	display: inline;
}

/* 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,blockquote,fieldset,input
{ margin:0; padding:0 }

/* 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: #06121f;
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

 #wrapper {
	width: 772px;
	margin: 0 auto;
	text-align: left;
} 
h1.header {
	padding: 0; 
	background: url(images/heading.gif) no-repeat;
	margin: 0px;
	height: 60px;
	width: 772px;
	text-indent: -9999px;
} 

#container {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 772px;
	background-color: #030a13;
	float: left;
}
#border {
	border: 1px solid #799155;
	width: 770px;
	margin: 0px;
	padding: 0px;
	background: #030B18;
	min-height: 100px;
	float: left;
}
#mainContentTop {
	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: 210px;
	width: 770px;
}

#innerTop {
	height: 210px;
	width: 770px;
}
#home #innerTop {
	background: url(images/banner_blue.jpg) no-repeat;
}
#glass #innerTop {
	background: url(images/banner_contact.jpg) no-repeat;
}
#raku #innerTop {
	background: url(images/banner_bw.jpg) no-repeat;
}

#profile #innerTop {
	background: url(images/banner_profile.jpg);
}
#contact #innerTop {
	background: url(images/banner_squares.jpg);
}
#exhib #innerTop {
	background: url(images/banner_exhib.jpg);
}
#media #innerTop {
	background: url(images/banner_raku.jpg);
}
#menu   {
	margin: 0px;
	padding: 0px;
	height: 20px;
	border-top: 1px solid #494C51;
	border-right: 0px solid #494C51;
	border-bottom: 1px solid #494C51;
	border-left: 0px solid #494C51;
	width: 770px;
	overflow: hidden;
}
#menu   li  {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu span {
	text-indent: -3000px;
	color: #990066;
	display: block;
}


#menu li a {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
#nav_home {
	background: url(images/menu_home.jpg) no-repeat 0px 0px;
	width: 64px;
}
#nav_home:hover {
	background: url(images/menu_home.jpg) no-repeat 0px -20px;
	
}
#nav_glass {
	background: url(images/menu_glass.jpg) no-repeat 0px 0px;
	width: 134px;
}	
#nav_glass:hover {
	background: url(images/menu_glass.jpg) no-repeat 0px -20px;
}
#nav_raku {
	background: url(images/menu_raku.jpg) no-repeat 0px 0px;
	width: 146px;
}	
.nav_raku:hover {
	background: url(images/menu_raku.jpg) no-repeat 0px -20px;
}
.nav_profile {
	background: url(images/menu_profile.jpg) no-repeat 0px 0px;
	width: 96px;
}	
#nav_profile:hover {
	background: url(images/menu_profile.jpg) no-repeat 0px -20px;
}
#nav_exhib {
	background: url(images/menu_exhib.jpg) no-repeat 0px 0px;
	width: 127px;
}	
#nav_exhib:hover {
	background: url(images/menu_exhib.jpg) no-repeat 0px -20px;
}
#nav_media {
	background: url(images/menu_media.jpg) no-repeat 0px 0px;
	width: 93px;
}	
#nav_media:hover {
	background: url(images/menu_media.jpg) no-repeat 0px -20px;
}
#nav_contact {
	background: url(images/menu_contact.jpg) no-repeat 0px 0px;
	width: 110px;
}	
#nav_contact:hover {
	background: url(images/menu_contact.jpg) no-repeat 0px -20px;
}
	
#mainpic {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	display: inline;
	width: 365px;
	height: 470px;
}
#mainpic img {
	border: 1px solid #4c3d25;
}

#exhib #mainpic {
	width: 360px
!important;
}
#profile #mainpic img {
	border-style: none;
}
#profile #mainpic {
	
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#content {
	margin: 0px;
	float: left;
	padding: 0px 10px 0px 0px;
	width: 340px;
}


#exhib #content img {
	padding: 0px 10px 5px 0px;
	margin: 0px;
}

#mainContentBottom {
	margin: 5px 0px;
	padding: 0px;
	font-size: small;
	line-height: 1.3;
	float: left;
}


#bottom_rule {
	background: url(images/bottomrule.jpg);
	margin: 0px;
	padding: 0px;
	height: 20px;
	clear: both;
}
#inner {
	margin: 0px;
	padding: 0px;
	height: 300px;
}



h2 {
	font-size: large;
	font-weight: 100;
}
h3 {
	font-size: medium;
	font-weight: lighter;
	margin-top: 20px;
}

#gallery {
	margin: 0px 0px 20px;
	padding: 0px;
	overflow: hidden;
	float: left;
	width: 360px;
}

#gallery p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#profile #gallery {
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#media #gallery img {
	border-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	vertical-align: top;
}
.venue {
	float: left;
}
.venuecol {
	float: right;
}
.medialistings {
	margin-top: 30px;
	clear: both;
}

#exhib #gallery img {
	border-style: none;
	
}
.thumbnails {
	margin: 3px 6px 3px 50px;
	text-align: left;
	padding: 0px;
	display: inline;
	float: left;
}
#innerdiv1 {
	margin: 10px 0px 0px 50px;
	padding: 0px;
	clear: both;
	width: 230px;
	font-size: x-small;
}
.thumb {
	list-style: none;
	padding: 0px 6px 0px 0px;
	display: inline;
	margin: 0px;
	float: left;
}
.thumb li a {
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.thumb img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#profile p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer {
	padding: 0;
	height: 30px;
	width: 770px;
	color: #CCCCCC;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 5px;
	clear: both;
}
.footer_pale {
	padding: 10px 10px 10px 0px;
	width: 200px;
	float: left;
}
.copyright {
	margin: 0px;
	padding: 10px;
	float: right;
	width: 300px;
	text-align: right;
}

a:link  img  {
	filter: alpha(opacity=70)
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	-o-opacity: 0.70;
	opacity: 0.70;
	border: 1px solid #00555d;
}
#media a:link  img  {
	filter: alpha(opacity=100)!important;
	-khtml-opacity: 1.00;
	-moz-opacity: 1.00;
	-o-opacity: 1.00;
	opacity:1.00;
	
}

#exhib a:link  img  {
	filter: alpha(opacity=100)!important;
	-khtml-opacity: 1.00;
	-moz-opacity: 1.00;
	-o-opacity: 1.00;
	opacity:1.00;
	
}
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;
}
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 #4c3d25;
}
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;
}
.lk {
	margin-bottom:5px
}

a:link.lk {
	text-decoration: none;
	color: #D8CDA7;
	padding-bottom: 1px;
	border-bottom: 1px dotted #00555d;
 }
 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 #4c3d25;
	}
	
textarea  {
	border: 1px solid #799250;
	width: 250px;
	filter: alpha(opacity=60)!important;
	-khtml-opacity:0.60;
	-moz-opacity: 0.60;
	-o-opacity: 0.60;
	opacity: 0.60;
	background: #030B18;
	overflow: auto;
	height: 200px;
	color: #799250;
}
label{
	float: left;
	width: 80px;
}

input text {background:transparent
}

.contact_li {
	padding-bottom: 20px;
}

#name_li_input, #email_li_input {
	border: 1px solid #799250;
	width: 250px;
	filter: alpha(opacity=60)!important;
	-khtml-opacity:0.60;
	-moz-opacity: 0.60;
	-o-opacity: 0.60;
	opacity: 0.60;
	background: #030B18;
	color: #799250;
	height: 20px;
}
#submitbutton{
	margin-left: 80px;
	margin-top: 20px;
}
#emailthx {
	padding: 10px;
	margin-top: 20px;
	margin-left: 100px;
	height: 300px;
}
h2.bar  {
	background: url(images/anniebar.jpg);
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 770px;
	text-indent: -9999px;
}

#page_title  {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	height: 30px;
}


#text {
	padding: 0px;
	margin: 20px 20px 20px 0px;
}
#welcome {
	margin: 20px 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 263px;
	font-size: small;
}
#tiles {
	background: url(images/front.jpg) no-repeat right top;
	margin: 20px 0px 0px;
	padding: 0px;
	height: 260px;
	float: left;
	width: 385px;
}
#welcome span {
	margin: 0px;
	padding: 0px;
	font-size: x-large;
}

#navigation table a img, :link img, :visited img {
	border:none!important;
}
#navigation table{
	margin: 0px;
	height: 20px;
	padding: 0px;
	clear: both;
	width: 772px;
	overflow: hidden;
}
#navigation ul{
	margin:0px;
	padding: 0px;
	}
#navigation   li  {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}

#navigation table a:link img {
	filter: alpha(opacity=100)!important;
	-khtml-opacity: 1.00!important;
	-moz-opacity: 1.00!important;
	-o-opacity: 1.00!important;
	opacity:1.00!important;
	
}
#profile #content {
	width: 380px!important;
}
#jewellery #innerTop {
	background: url(images/banner_jewellery.jpg) no-repeat;
}
