@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
h2{
	font-size:14px;
}
li {
	list-style:none;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#a6a6a6;
	outline: none;
}
a:hover {
	text-decoration:none;
	color:#000;
}
#wrapper {
	width: 698px;
	margin: 0 auto;
	position:relative;
}
/***** Main menu *****/


#header {
	background-image:url(../images/kandy_lozano.gif);
	background-repeat: no-repeat;
	background-position: top right;
	position:relative;
	height: 48px;
	margin: 50px 0 30px 0;
}
#header h1 {
	float:right;
	z-index:100;
}
#header h1 a{
	width: 279px;
	height: 42px;
	display: block;
}
#header h1 a span{
	display:block;
	text-indent:-9999px;
}

#nav {
	width: 410px;
	font-weight:bold;
	text-transform:uppercase;
}
ul#main_menu {
	position:relative;
	width: 419px;
	top: 23px;
	margin:0;
	padding:0;
	list-style:none;
	height: 28px;

}
ul#main_menu li {
	height: 10px;
	padding: 0;
	margin: 0 20px 0 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	line-height: 1.2em;
	display:inline;
}
ul#main_menu li a {
	height: 10px;
	text-decoration:none;
}

ul#main_menu li a:hover, ul#main_menu li a.current {
	color:#000000;
}

/* sub nav style */
#main_menu li ul{
	margin:0;
	padding:0;
	list-style:none;
	height:10px;
	position:absolute;
	top:14px;
	left: 54px;
	margin: 0px;
	visibility:hidden;
}
ul#main_menu li ul li{
	margin: 0 10px 0 1px;
}

#main_menu li ul#sub_menu2{
	margin:0;
	padding:0;
	list-style:none;
	height:10px;
	position:absolute;
	top:14px;
	left: 191px;
	margin: 0px;
	visibility:hidden;
}

.selected{
	color:#000000;
}
.current{
	color:#000000;
}
/***** CONTENT *****/

#content {
	clear: both;
	position:relative;
	min-height: 550px;
	
}

/*****  SITE INTRO *****/
#introQuote {
	color:#a5a5a5;
	clear: both;
	margin: 125px auto 50px;
	width: 698px;
	text-align:center;
	xposition:relative;
	xtop: -150px;
	position: relative;
}

#introQuote h2{
	font-weight:normal;
	letter-spacing: 1px;
	font-size: 18px;
}
#introQuote p{
	margin-top:5px;
	font-size: 10px;
	text-transform:uppercase;
}

/*****  FLASH NAV PANELS *****/
#flash_nav {
	position: relative;
	left: -8px;
	top: -10px;
	clear: both;
}

/*****  NON-FLASH NAV PANELS *****/

#photonav {
	position:relative;
	width: 750px;
	padding: 3px 0 0 3px;
	border:0px solid #000;
}
#content #photonav li {
	float: left;
	display: block;
	background-image:url(../images/gridnail_shadow.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0 10px 10px 0;
	margin:0px 16px 20px 0px;
}
#content #photonav li a {
	position:relative;
	height:154px;
	width:154px;
	top:0px;
	left: 0px;
}
#xcontent #photonav li a:hover {
	position:relative;
	top:-3px;
	left: -3px;
}



/***** PAINTINGS *****/

#sidebar {
	xfloat: left;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 120px;
}
#sidebar p {
	margin: 0px;
	padding: 0px;
}
.grid {
	background-color: #FFFFFF;
	background-image: url(../images/grid_back.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
}
/* artwork name */
#sidebar h3 {
	color:#3c3c3c;
	font-size: 12px;
	margin: 20px 0 0 0;
}
/* gallery name */
#sidebar h2 a {
	font-size:12px;
	color:#a6a6a6;
	text-transform:uppercase;
	font-weight:bold;
}
#sidebar h2 a:hover {
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	font-weight:bold;
}
p#detail {
	margin: 20px 0 10px 0;
}
a.arrow, .arrow {
	font-size:12px;
}
#position {
	padding: 0 8px;
}
#thumb{
visibility:hidden;
}

#art_holder{
	visibility:hidden;
	background-image:url(../images/full_shadow_lg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	xposition: absolute;
	xxleft: 160px;
	float:left;
	margin-left: 140px;
}
#art_frame{
	xpadding: 0 0 20px 0;
}
#painting {
	padding: 0 16px 0 0;
	background-image:url(../images/shadow_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.art_h, .art_v {
	background-image:url(../images/shadow_left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/***** ARTIST *****/
.artist h2 {
	margin: 0 50px 15px 0;
}
.artist p{
	margin: 0 50px 10px 0;
	font-size:11px;
	line-height:1.9em;
}

#resume{
	xwidth:279px;
}
#resume td {
	padding: 0 20px 10px 0;
}
#resume td h2 {
	margin: 15px 0 5px 0;
}


/***** CONTACT *****/
.contact h2 {
	margin: 0 0 4px 0;
}
.contact p{
	margin: 0 0 4px 0;
	text-transform: uppercase;
}
.contactItem {
margin: 0 0 20px 0;
}

/***** NEWS *****/

#content.news {
	margin: 0 0 30px 0;
	padding:0;
}
.newsItem {
	clear:both;
}
.news h4 {
	margin: 0 0 3px 0;
	text-transform:uppercase;
	font-size:10px;
}
.news p {
	line-height:1.5em;
	margin: 0 0 10px 0;
}
.news p a {
	font-size:10px;
}
.news p.newsdate {
	line-height:1.2em;
	margin: 0 0 3px 0;
	font-size:10px;
}
.newsItem .excerpt {
	font-style: italic;
	font-size: 10px;
}
.newsimage {
	float: left;
	display:block;
	margin: 0 20px 20px 0;
}



/***** FOOTER *****/

#footer {
	color:#bfbfbf;
	text-transform: uppercase;
	clear: both;
	xposition:relative;
	margin: 10px auto;
	width: 698px;
	height: 20px;
}
