<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xsl:stylesheet>
<!--
BASIC STYLESHEET for UAEX 2014 Implementation

Contributor - Steven Hefner 9/22/2014

-->
<xsl:stylesheet version="2.0" 
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:ou="http://omniupdate.com/XSL/Variables"
    xmlns:fn="http://omniupdate.com/XSL/Functions"
    xmlns:ouc="http://omniupdate.com/XSL/Variables"
    exclude-result-prefixes="ou xsl xs fn ouc">
			
		
		
		<xsl:output method="html" omit-xml-declaration="yes" indent="yes" encoding="UTF-8" />

			
		<xsl:template match="/"> 
			
				<xsl:text disable-output-escaping="yes">&lt;</xsl:text>!DOCTYPE html<xsl:text disable-output-escaping="yes">&gt;</xsl:text>
				<html>
					
					<head>
		
						<!--
						*****************************************************************
						Fluid Baseline Grid v1.0.0
						Designed &amp; Built by Josh Hopkins and 40 Horse, http://40horse.com
						Licensed under Unlicense, http://unlicense.org/
						*****************************************************************
						-->
						<meta charset="utf-8"/>
						<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
						<!-- Optimized mobile viewport -->
						<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
						<!-- Place favicon.ico and apple-touch-icon.png in root directory -->
						<link media="all" rel="stylesheet" href="/_resources/css/fancybox.css" />
						<link href="/_resources/css/style.css" rel="stylesheet" />
						
						
						
						
					</head>
					
					<body width="200px" height="600px">
					
							<xsl:call-template name="blog-content"/>
							
					</body>	
					
				</html>	
				<!-- end html -->		
		
		</xsl:template>	
</xsl:stylesheet>
