/*--------------------- Last Modified --> 2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#F6DCAB;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#702020;
	}

p.h1, p.h2, p.h3 {
	color:#0C2757; font-weight:bold;
}

p.h1	{ font-size:1.4em; }
p.h2	{ font-size:1.1em; }
p.h3	{ font-size:1.0em; }

p.h1 span, p.h2 span, p.h3 span	{ display:none; }

a:link,a:visited	{ color:#702020; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#702020; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/pop-bg-wrap.jpg") repeat-y;
	width:428px;
	margin:0 auto;
	text-align:center;
	}
	
#masthead {
	background:url("../images/pop-header.jpg");
	height:114px;
	}
#masthead-event {
	background:url("../images/pop-header-event.jpg");
	height:114px;
	}
p { margin: 0 40px 15px 40px; }
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/pop-bottom-wrap.jpg");
	height:34px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	
.special{
	font-size: 1.3em;
}
