/***CSS Code used for the Knews blog Feb, 09***/
/**Light gray-666666  Dark Gray-333333**/

body {
background: #333333;
margin: 20px;
font-size: 100%;
font-family:Arial, Helvetica, sans-serif;
color: #666666;
}

a:link { color: #666666;}
a:visited { color: #666666;}
a:hover { 
	color: #cccccc;
	background-color: #333333;
	text-decoration: none;
	}

blockquote {
font-size: -1;
color: #ffffff;
padding: .1em 1.2em;
margin: 5 0 1em 5;
text-align: justify;
border: 1px solid #666666;
background: #000000;
}

#wrapper {
	width:80%;
height:auto;
margin:auto;
padding:0px;
	background: #000000;
	color: #666666;
	border: solid 10px #ffffff;

}

div.text { 
 margin:0px 5px 5px 5px;
padding-left: 7px;
padding-right: 10px;
padding-top: 3px;
padding-bottom:3px;


}

/* NAV BAR */

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000000;
	float: left;
	border-left: 0px solid #000;
	border-bottom: 0px solid #000;
	border-top: 0px solid #000;
	width: 100%;
}

#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#mainNav li a, #mainNav li a:link {
	color: #666666;
	text-decoration: none;
	padding: .5em 1em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;

}

#mainNav li a:hover {
	color: #ffffff;
	background: #333333;
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }
/*****End Nav******/

#ad {
	position: absolute;
	top: 13px;
	right: 100px;
}

#cloud {
	position: absolute;
	top: 300px;
	left: 30px;
	z-index:100;
}

#copyright {
	color: #ffffff;
	font-size: .75em;
	float: right;
	padding-top: 3px

}

/****Artwork roll overs****/

a.srollover {
    display: block;
    width: 200px;
    height: 128px;
    background: url("bkground/sculpt.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover {
    background-position: -200px 0;
}

a.webrollover {
    display: block;
    width: 200px;
    height: 128px;
    background: url("bkground/web.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.webrollover {
    background-position: -200px 0;
}

a.ilrollover {
    display: block;
    width: 200px;
    height: 128px;
    background: url("bkground/illust.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.ilrollover {
    background-position: -200px 0;
}

a.potrollover {
    display: block;
    width: 200px;
    height: 128px;
    background: url("bkground/pot.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.potrollover {
    background-position: -200px 0;
}

a.ptgrollover {
    display: block;
    width: 200px;
    height: 128px;
    background: url("bkground/ptg.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.ptgrollover {
    background-position: -200px 0;
}

a.phorollover {
    display: block;
    width: 200px;
    height: 128px;
    background: url("bkground/pho.png") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.phorollover {
    background-position: -200px 0;
}
/****END Artwork roll overs****/


hr {border: 0; color: #666666; background-color: #666666; height: 4px;}

h1 {color:#ffffff;font-size:24px;font-weight:800;line-height:27px;margin:0 0 6px;}

b {color:#ffffff;font-size:1.1em;font-weight:800;line-height:1em;margin:0 0 6px;}

h2 {border-bottom:1px solid #999;color:#333;font-size:24px;font-weight:400;line-height:27px;margin:0 0 6px;}

table { border-bottom: 0px solid gray; border-left: 0px solid gray }
td {padding: 5px 10px 10px 5px; border-top: 0px solid gray; border-right: 0px solid gray}

/***popbox***/

.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("http://www.kulzerdesign.com/js/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url("http://www.kulzerdesign.com/js/magminus.cur"), pointer;
}
