html, body
{
    background-image: url(../media/Assets/hbb_bkg.jpg);
    background-repeat: repeat-x;
    font-family: Georgia, Arial;
    font-size: 10pt;
    color: Black;
    margin: 0;
    padding: 0;
    height: 100%;
}

/*--------------------
CONTAINER STYLES
---------------------*/

#container
{
    min-height: 100%;
    position: relative;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/*--------------------
HEADER STYLES
---------------------*/

#header
{
    width: 960px;
    background-color: Black;
    border-bottom: solid 1px White;
}

#header h1
{
    font-size: 18pt;
    padding-left: 7px;
}

#search
{
width: 960px;
background-color: Black;
text-align:right;
}

/*--------------------
CONTENT STYLES
---------------------*/

#content
{
height: 100%;
    float: left;
    width: 960px;
    padding-bottom: 75px; /* Height of the footer */
background-color: White;
}

#content h1
{
 text-align: center;
}

#content p, h2, h3, h4
{
    padding: 0 15px 0 15px;
}

#content img
{
	float: right;
	padding: 10px 40px 10px 10px;
}

/*---------------------------
ITEMS STYLES
----------------------------*/
#items a
{
text-decoration: none;
}

#items a:hover
{
color: #a3afd5;
}

#items a:visted
{
color: Gray;
}

/*---------------------------
ARTICLE/NEWS STYLES
---------------------------*/

#news
{
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-left: 1%;
}

#articles
{
    width: 48%;
    float: left;
}

#articles h3, #news h3
{
    padding-left: 7px;
    color: Black;
    text-align: center;
    width: 400px;
}
#articles ul, #news ul
{
list-style-type: none;
}

    
        #news li a, #articles li a
        {
            font-size:12px;
            display:block;
		text-decoration: none;	
        }
        
            #news ul li em, #articles ul li em
            {
                color:Black;
                font-size:12px;
                display:block;

            }
            
            .secondaryNav li a span
            {
 		padding-left: 10px;
            }

/*
================================
GALLERY GRID
================================
*/ 
.galleryGrid
{
    margin:25px;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px;
}

    .photoGrid .item
    {
        width:151px;
        margin:0 0 15px 20px;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .photoGrid .item img
        {
            display:block;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin:25px;
}
    
    .photo .pager
    {
        display:block;
        margin:0 0 10px 0;
    }

    .photo a.prev
    {
        background:url(../media/Assets/arrow_left.gif) no-repeat center left;
        padding:0 0 0 7px;
    }
    
    .photo a.next
    {
        background:url(../media/Assets/arrow_right.gif) no-repeat center right;
        padding:0 7px 0 0;
    }
    
    .photo .item
    {
        position:relative;
	overflow:hidden;
	/*width:550px;*/
    }
    
        .photo .item span
        {
            display:none;   /*hide it if JS disabled and when page initially loads */
        
            position:absolute;
            left:0;
            bottom:0;
            
            background:url(../media/Assets/white_60_bg.png) repeat top left;
	    color:#000;
            
            /*width:540px;*/ /*550 - 5 - = 540px */
	width:100%;
            padding:10px 5px 10px 5px;
        }

/*
=================================================================================
STICKY FOOTER
http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
=================================================================================
*/

#footer p
{
    text-align: center;
}

#footer
{
    position: relative;
    height: 75px;
    clear: both;
    color: Gray;
    border-top: solid 1px White;
    background-color: #eeeeee;
margin:-75px auto 0;
width: 960px;
}

#footer p
{
    text-align: center;
}

/* CLEAR FIX*/
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

/*-------------------------
ALTERNATE NAVI STYLE
--------------------------*/


#navi
{
    height: 30px;
    width: 100%;
    background-color: #eeeeee;
}

#navi ul
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: Black;
    line-height: 30px;
    white-space: nowrap;
}

#navi li
{
    list-style-type: none;
    display: inline;
}

#navi li a
{
    text-decoration: none;
    padding: 7px 10px;
    margin-left: 0px;
    margin-right: 0px;
    color: Black;
}

#navi li a:link
{
    color: Black;
}

#navi li a:visited
{
    color: Black;
}

#navi li a:hover
{

    color: #FFF;
    background-color: #06c; /*#a3afd5;*/
}






















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
