<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema">

	<!-- TEMPLATE 01 :: XML ROOT -->
	<xsl:template match="/">
		<xsl:apply-templates select="document"/>
	</xsl:template>
	<!-- TEMPLATE 02 :: DOCUMENT TEMPLATE -->
	<xsl:template match="document">
			<div style="padding-top:10px">
				<table align="center" border="0" cellpadding="0" cellspacing="0" valign="top" width="640">
					<tr>
						<td align="left" height="42" valign="top" width="640"><a href="../default.htm" onmouseover="self.status='&gt;&gt; www.kinolina.com';return true" onmouseOut="self.status='';return true"><img src="../img/kinolina.gif" width="305" height="40" border="0" alt=" K I N O L I N A "/></a></td>
					</tr>
					<tr>
						<td align="left" height="16" valign="top" width="640"><div><img src="../img/nav/nav-highlight.gif" width="640" height="2" border="0" /></div><img src="../img/nav/left-gray.gif" width="5" height="14" border="0" alt="" />
							<a href="../feature.asp" onmouseover="imgOn('img01');self.status=':: feature kinolina';return true" onmouseout="imgOff('img01');self.status='';return true"><img name="img01" src="../img/nav/feature-off.gif" width="73" height="14" border="0" alt=":: FEATURE" /></a>
							<a href="../notebook.asp" onmouseover="imgOn('img03');self.status=':: notebook';return true" onmouseout="imgOff('img03');self.status='';return true"><img name="img03" src="../img/nav/notebook-off.gif" width="78" height="14" border="0" alt=":: NOTEBOOK" /></a>
							<a href="../kinolog.asp" onmouseover="imgOn('img02');self.status=':: kinolog';return true" onmouseout="imgOff('img02');self.status='';return true"><img name="img02" src="../img/nav/kinolog-off.gif" width="71" height="14" border="0" alt=":: KINOLOG" /></a>
							<a href="../about.asp" onmouseover="imgOn('img04');self.status=':: about kinolina';return true" onmouseout="imgOff('img04');self.status='';return true"><img name="img04" src="../img/nav/about-off.gif" width="120" height="14" border="0" alt=":: ABOUT KINOLINA" /></a>
							<a href="../fest_links.asp" onmouseover="imgOn('img05');self.status=':: resources';return true" onmouseout="imgOff('img05');self.status='';return true"><img name="img05" src="../img/nav/links-off.gif" width="94" height="14" border="0" alt=":: LINKS TO GO" /></a><img src="../img/nav/right-gray.gif" width="199" height="14" border="0" /></td>
					</tr>
					<tr>
						<td align="left" colspan="2" height="160" valign="top" width="640">
							<br clear="all" />
							<div id="imgMarquee" align="left" style="height:147px;padding-left:10px;padding-top:8px;width:640px">
								<xsl:for-each select="article">
									<xsl:apply-templates select="image"/>
								</xsl:for-each>
							</div>
							<div id="headline" class="cutline-BG"><span class="cutline"><font color="#333366" face="small fonts" style="font-size:7pt;letter-spacing:1pt"><xsl:value-of select="article/cutline"/></font></span></div>
						</td>
					</tr>
				</table>
				<br clear="all"/>
			</div>
			<div style="padding-top:0px">
				<table align="center" border="0" cellpadding="0" cellspacing="0" valign="top" width="640">
					<tr>
						<td align="left" colspan="2" valign="top" width="640">
							<div class="headline-block">
								<xsl:for-each select="headline">
									<font class="headline-01"><xsl:apply-templates select="title"/></font><br/>
									<font class="headline-02"><xsl:apply-templates select="subtitle"/></font>
								</xsl:for-each>
							</div>
							<div class="event-block">
								<font class="font-8PT">
									<xsl:for-each select="event/event-venue">
										<xsl:apply-templates select="venue"/><br clear="right"/>
										<xsl:apply-templates select="date"/><br clear="right"/><br />
									</xsl:for-each>
								</font>
							</div>
							<div class="film-block">
								<font class="font-8PT">
									<xsl:for-each select="deck/item">
										<xsl:apply-templates select="film-title"/><br/>
										<xsl:apply-templates select="credit"/><br/>
									</xsl:for-each>
								</font>
							</div>
							<div id="textBody">
								<xsl:for-each select="article">
									<xsl:apply-templates select="para"/>
								</xsl:for-each>
							</div>
							<br clear="all"/>
							<br clear="right"/>
						</td>
					</tr>
					<tr>
						<td align="left" valign="top" width="400">
							<div style="padding-bottom:2px"><font face="small fonts" style="font-size:7pt;letter-spacing:1pt"><a href="../feature.asp" onmouseover="self.status=':: feature kinolina';return true" onmouseout="self.status='';return true">:: FEATURE </a> <a href="../notebook.asp" onmouseover="self.status=':: notebook';return true" onmouseout="self.status='';return true">:: NOTEBOOK </a> <a href="../kinolog.asp" onmouseover="self.status=':: kinolog';return true" onmouseout="self.status='';return true">:: KINOLOG </a> <a href="../about.asp" onmouseover="self.status=':: about kinolina';return true" onmouseout="self.status='';return true">:: ABOUT KINOLINA </a> <a href="../fest_links.asp" onmouseover="self.status=':: resources';return true" onmouseout="self.status='';return true">:: LINKS TO GO</a></font></div></td>
						<td align="right" valign="top" width="240"><div style="padding-bottom:2px"><font color="#333333" face="small fonts" style="font-size:7pt;letter-spacing:1pt">:: CONTACT :: <a href="mailto:eric@kinolina.com?subject=Contact K I N O L I N A">eric@kinolina.com</a></font></div></td>
					</tr>
					<tr>
						<td align="left" id="footer" colspan="2" height="16" width="640"><div style="padding-left:10px"><font color="#FFFFFF" face="small fonts" style="font-size:6pt;letter-spacing:1pt">(c) K I N O L I N A, 2001 - 2003, All Rights Reserved</font></div></td>
					</tr>
				</table>
			</div>
			<br clear="all"/>
			<p><br /></p>
	</xsl:template>
	<!-- TEMPLATE 03 :: PARA TEMPLATE -->
	<xsl:template match="para">
		<p class="para">
			<xsl:value-of select="."/>
		</p>
	</xsl:template>
	<!-- TEMPLATE 04 :: FILM-TITLE TEMPLATE -->
	<xsl:template match="film-title">
		<font class="font-dkgray8PT">
			<b><xsl:value-of select="."/></b>
		</font>
	</xsl:template>
	<!-- TEMPLATE 05 :: CREDIT TEMPLATE -->
	<xsl:template match="credit">
		<font class="font-ltgray8PT">
			<xsl:value-of select="."/>
		</font>
	</xsl:template>
	<!-- TEMPLATE 06 :: IMAGE TEMPLATE -->
	<xsl:template match="image">
		<span class="imgSpacing" style="padding-right:8px"><img><xsl:attribute name="src"><xsl:value-of select="."/></xsl:attribute></img></span>
	</xsl:template>
</xsl:stylesheet>
