/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 12/27/2008 */   


@import url("/Template/Cobanc/css/nav-horizontal.css");

/* SITE SPECIFIC LAYOUT */
body
{
	margin:0;
	padding:0;
}

html, body,  form#aspnetForm, form#form1, div#page {
	height:100%; /* needed for container min-height */
}

div#page
{
  

    width: 800px;
	margin:  0 auto;
	padding: 0;
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}

div#branding{
	position:absolute;
	top: 15px;
	left: 15px;
	}

/* HEADER */
div#header
{
    height: 60px;
    text-align: right;
    
}


/* CONTENT */
div#content
{
	width: 100%;
	position:relative; /* needed for footer positioning*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* LAYOUT */
div#layout
{
	width: 100%;
	float: right;
	border-width: 0px;
	padding-top: 100px
	
}

/* CLEAR */
div#clear
{
	clear:both;
}

/* MAIN */
div#main
{
    
    width: 500px;
    border-width: 0;
    margin: 15px;
	min-height:110px;
}

/* SUB2 */
 
div#search
{
    top: 23px;
    right:10px;
    position: absolute;
    color: #000000;
    width: 1000px;
}



div#events
{
	top:0;
	margin-top:0;
	width:100%;
	height:480px;
}

.event
{
	margin-top:20px;
}


/* FOOTER */
div#footer
{
    position:absolute;
    width: 100%;
    bottom: 0px; /* stick to bottom */
    height: 100px;
    padding-top: 200px;
    margin-left: 0px;    
}

div#footer ul
{
    margin-top: 60px;
    margin-left: 70px;
  
}



/* END LAYOUT 
//////////////////////////////////// TABLE */
table
{
	font-size:1em;
	margin:0;
	padding:2px;
}


th
{
	font-weight:700;
}

td
{
	font-size:1em;
	vertical-align:top;
	padding:2px;
}

/* END TABLE */

/* clearing */
    .stretch,
    .clear {
        clear: both;
        height: 1px;
        
        margin: 0;
        padding: 0;
        
        font-size: 15px;
        line-height: 1px;
    }
    .clearfix:after {
        clear: both;
        height: 0;
        
        display: block;
        visibility: hidden;
        
        content: ".";
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
    .clearfix {display:block;}
    /* End hide from IE Mac */
/* end clearing */

div#banner,div#local,div#sub1,div#sub2,div#extra2,div#extra3,div#extra4,div#extra5,div#extra6
{
	display:none;
}

