/*css main file for Huel Pottery Feb 2007 version 1.0 . validates css 2.1  by Paul Huel  dragonfly@kispiox.com */

/* Zero down margin and padding on all elements */
@import url(mainnav.css);
* {
	margin: 0;
	padding: 0;
	}	

body {
	text-align: center; /* hack for ie 5.5 and 6 for centering in
conjunction with maincontent text-align: left*/
	min-width: 800px;
	background-color: rgb(0,0,0);
	color: #ffffff;
	font:90%/1.8 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}

a{color: rgb(40, 184, 112);
	text-decoration:none;}

a:hover{color: #fff;
	text-decoration: underline;}

h1{text-indent: -1000px;
	font-size:10%;}
 h2,h3,h4 {
	text-align: center;}
h4 {padding:0px 70px;}
	
h3{ font-weight:bold;
	font-size:130%;}

/* begin main layout concept
==================================*/

#wrapper {
	width: 800px ;
	margin: 10px auto;
	text-align: left; /* hack for centering for ie 5.x*/
	/*color: #ffffff;*/
	color:  rgb(40, 116, 128);
	background-color: rgb(0,0,0);
	/*font:90%/1.8"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
	}

#maincontent {
	width: 800px;
	float: left;
	padding-top: 10px;
	text-align: left;
	
	}

#footer {
	clear: both;
	width: 800px;
	height: 73px;
	background-image: url(images/footer.png);
	}




/* subNav
=======================*/

#subnav ul {
	margin: 0px 0px 0px 100px !important;
	margin: 0px 0px 0px 50px;
	padding: 0;
	float: left;
	/*width: 760px;*/
	background: #287781 url(pics/menu-background.png) repeat-x ;
	list-style: none;
	text-transform: uppercase;
	font-size:100% !important;
	font-size:80%;
	}

#subnav ul li {
	float: left;
	
	}


#subnav ul a {
	padding: 0 1em;
	line-height: 2.1em;
	background: url(pics/mainNavBorder_green.gif) repeat-y left top;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	}
#subnav ul .first a {
	background: none;
	}
#subnav ul a:hover {
	background: rgb(182, 228, 28) url(pics/menu-hover.png) repeat-x scroll
0% 50%;
	color: rgb(0, 0, 0) /*rgb(72, 91, 6);#333;*/
	}
/* end subNav
=======================*/


/*  sedondary content
=================================*/

.leftcol img{
	float: left;
	padding: 10px 0px 20px 60px;
	}
.leftcol h4 {
	position:relative;
	top:100px;
	padding-right:50px;}
.rightcol img{	
	float: right;
	padding: 10px 60px 20px 0px;
	}
.rightcol h4 {
	position:relative;
	top:100px;
	padding-left: 50px;}

.singlecol  {
	text-align: center;
	padding-top: 20px;}


.clear {
	clear: both;}

#twocolleft { float:left; 

	top:20px;
	padding-top:20px;
	width:380px;
	text-align: center;}

#twocolleft h4 {padding:0px;
	top: 0px}

#twocolright h4 {padding:0px;
	top: 0px}

#twocolright {float: left; 
	top:20px;
	padding-top:20px;
	width:380px;
	text-align: center;}

p {margin-left:50px;
	margin-right: 50px;}



#maincontent p {
	padding-left: 20px;
	padding-right: 10px;
	text-indent:20px;
	font-size: 120%;
	color: rgb(40, 184, 112);
	}
#maincontent p span {
	text-decoration: underline;
	font-weight: bold;
	}


#footer p { padding: 25px;
	text-align: center;
	letter-spacing:1.5px;
	font-size: 70%;
	color: rgb(153, 153, 153);
	}
#footer a{color: #fff;}

#footer a:hover{color: rgb(40, 184, 112);}
#vases .leftcol img, #vases .leftcol h4, #planters .leftcol img, #planters .leftcol h4 {padding-left: 150px;}

#vases .rightcol img, #vases .rightcol h4, #planters .rightcol img, #planters .rightcol h4 {padding-right: 150px;}

img.frame { border: 8px ridge rgb(240, 200, 112);
	margin:10px;
    }
/*div>.firstletter:first-letter { font-size: 400%;	
    float: left;
    font-style: normal;
    text-decoration: none;
    }*/
/* doesn't seem to work with explorer 7 ?? works fine in firefox */

#contact .textleft p{font-size: 120%;
	text-align: left;}



#links p span {font-weight:bold;
	      font-style:italic;
	text-decoration: underline;}



/*   ======  begin colour coding headings for each page ====== */

#biography h3, #biography h4{color:#00a654;}
#studio h3, #studio h4{color:#9b1fa6;}
#links h3, #links h4 {color:#cab99c;}
#contact h3{color:#e6ad26;}
#contact #maincontent h4 {color:#e6ad26;}
#drums h3{color:#6377dc;}
#drums .singlecol h4{color:#6377dc;}
#murals h3{color:#990000;}
#murals .singlecol h4{color:#990000;}
#stoneware h3, #teapots h3, #dinnerware h3, #bowls h3, #planters h3,#vases h3, #bakeware h3 {color:#ff5a00;}
#stoneware h4, #teapots h4, #dinnerware h4, #bowls h4, #planters h4,#vases h4, #bakeware h4 {color:#ff5a00;}
#tiles h3, #tiles4x4 h3, #tiles6x6 h3{color:#00b2eb;}
#tiles h4, #tiles4x4 h4, #tiles6x6 h4{color:#00b2eb;}
#raku h3, #rakutiles h3, #rakufire h3{color:#ffd700;}
#raku h4, #rakutiles h4, #rakufire h4{color:#ffd700;}
#fountains h3, #fountains h4{color:#44b8b1}
/*     endcolour coding headings for each page */

/*  end sedondary content
=================================*/

/* begin forms coding
=============================================*/
form{width: 600px;
	height: 360px;
	margin-left:100px;
	background: #fff;}
fieldset{background: #f8f8f8;

	margin: 20px;
	/*padding: 20px;*/
	border: 1px solid #ccc;
	}
legend {
  font-weight: bold;
}
label {display: block;
	margin-left: 60px;}
/*label {float:left;
	width: 100px;}*/

textarea {width: 400px;
	height: 100px;
	margin-left: 60px;}
input{width:400px;
 	margin-left: 60px; }

input.submit {width:auto;
	margin:5px 0 5px 70px;}
	
/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}
/* end forms coding
=====================================================*/

/* external links - do not work with ie 6 and below
================================== */

a[href^="http:"] {
	background: url(pics/externalLink.gif) no-repeat right top;
	padding-right: 10px;
	}

a[href^="http://www.kispiox.com"], a[href^="http://kispiox.com"]
 {
	background-image: none;
	padding-right: 0;
	}

a[href^="mailto:"] {
	background: url(pics/email.png) no-repeat right top;
	padding-right: 15px;
	}
a[href$=".pdf"] {
	background: url(pics/pdf.gif) no-repeat right top;
	padding-right: 25px;
	}
/* end external links 
================================== */
