/*

	zenlike1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*

#upbg-gallery
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: #fff url('images/bg22.jpg') repeat-x;
z-index: 1;
}

#outer-gallery
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 90%;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#header-gallery
{
position: relative;
width: 100%;
height: 9.0em;
background: #2B2B2B url('images/topbg.gif') repeat-x;
margin-bottom: 2px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h12
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#headercontent h12 sup
{
color: #777;
}

#headercontent h22
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

#search
{
position: absolute;
top: 5.5em;
right: 2.0em;
padding-right: 0.0em;
}

#search input.text
{
margin-right: 0.5em;
vertical-align: middle;
border-top: solid 1px #000000;
border-right: 0px;
border-bottom: solid 1px #777777;
border-left: 0px;
padding: 0.15em;
width: 10.0em;
}

#search input.submit
{
background: #939B00 url('images/buttonbg.gif') repeat-x;
border: solid 1px #5F6800;
font-weight: bold;
padding: 0.25em;
font-size: 0.8em;
color: #F2F3DE;
vertical-align: middle;
}

#headerpic
{
/*position: relative;*/
position:inherit;
height: 109px;
/*background: #333 url('images/hdrpic_new.jpg') no-repeat top left;*/
background: #FFF url('images/hdrpic_new.jpg') no-repeat top left;
margin-bottom: 2px;
}
