@import url(tripoli.css);

/* bh.css by Brian Hamburg */

html
{
	background: #000;
}

body
{
	margin:0;
	padding:0;
	min-width:840px;
}

#container 
{
	width:100%;
	margin:0;
	padding:0;
}

a:link, a:visited {font-weight:bold; color:#005bbb; text-decoration:none}
a:hover, a:active {font-weight:bold; color:#fff; background:#ffd500; text-decoration:none}

.headercontent, #nav, .panes
{
	width:800px;
	margin:0 auto;
	padding:0 10px;
}

#header
{
	background:#fff url(../images/big-border-blue.png) -150% -77px repeat-x;
	color:#666;
	font-size: 24px;
	padding-bottom:0px;
        border-bottom: 1px solid #857363;
	font-family:'Times New Roman', Times, serif;
	list-style-type: none;
}

	#header h1 a
	{
		background:url(../images/bh-banner.gif) 0 0 no-repeat;
		height:200px;
		width:120px;
		float:left;
		display:block;
	}

	#header h1 a:hover
	{
		background:url(../images/bh-banner.gif) -130px 0 no-repeat;
	}

	#header h1 span
	{
		display:none;
	}

.twitters
{
	margin-left:200px;
	padding-top:67px;
	line-height:1.1em;
	font-size: 110%;
	font-style:italic;
	font-weight:normal;
}

#tweets
{
	height: 80px;
	/*width: 590px;*/
	text-align: center;
}

	#tweets li
	{
		background:url(../images/quote.gif) no-repeat top left;
		padding:20px 0 0 20px;
		text-align: left;
	}

.follow
{
	background:url(../images/follow.gif) bottom no-repeat;
	display:block;
	text-align:left;
	font-size: 110%;
	height:80px;
	width:40px;
	margin:0 0 0 750px;
}

#main
{
	color: #666;
	width:100%;
	padding:15px 0 10px 0;
	clear:both;
	background: #e0dcd8 url(../images/grey_paper.png) 150% 0 repeat;
	border-top: 1px solid #fff;
        border-bottom: 1px solid #857363;
}
    #main h1
    {
        font-size:5em;
        margin: 20px 0 20px 0;
        color:#666;
        font-weight: 100;
        text-shadow: 0 1px #fff;
        font-family: Georgia, Times, 'Times New Roman', serif;
    }
    
    .shout
    {
        color:#000;
        text-shadow: 0 1px #fff;
    }

	#main h2
	{
		font-size:1.3em;
		/*letter-spacing:.1em;*/
		text-transform:uppercase;
		text-shadow: 0 1px #fff;
	}
	
#about img
{
	float:right;
	margin: 5px 0px 20px 30px;
	display: inline;
    	border-top: 1px solid #857363;
	border-bottom: 1px #fff solid;
}

.badge 
{
	display: block;
	width: 150px;
	height: 21px;
	padding-top: 39px;
	border: 1px solid;
	background-color: #fff;
}

.badge span
{
	display:none;
}

#badges
{
	padding-top: 10px;
}

.leftcolumn
{
	width:60%;
}

.rightcolumn
{
	float: right;
	width: 35%;	
	display: inline;
}

	.rightcolumn h2
	{
		margin-top:0;	
	}

#secondary h2
{
	margin: 63px 0 20px 80px;
}

.demo
{
    height: 300px;
    width: 600px;
    float: right;
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #000;
}

#footer
{
	width:100%;
	clear:both;
        /*border-top: 1px solid #c75b12;*/
        background:#000 url(../images/big-border-blue.png) -150% -77px repeat-x;
}

.footercontent
{
	width: 663px;
	height: 100px;
	margin: 0 auto;
	padding: 42px 0 20px 147px ;
	background: url(../images/COA_Hamburg_dark.gif) 0 28px no-repeat;
	color: #666;
	line-height: 1.5em;
}

#footer h1
{
	margin: 0 0 10px 0;
	font-size: 110%;
}

#footer ul
{
	list-style:  square; 
	margin-left: 16px;
}

/* Styles for the tabs menu */

    .lava
    {
        position: relative;
        /*height: 50px;*/
        padding: 0px;
        margin: 10px 0 0 0;
        overflow: hidden;
	background: #c75b12 url(../images/big-border-blue.png) -150% 0 repeat;
	border-top: 1px solid #857363;
	border-bottom: 1px solid #fff;
	height: 42px;
    }
                .lava li
                {
                    float: left;
                    list-style: none;
                    margin: 0 auto;
                }
                    .lava li.back
                    {
                        width: 100%;
                        height: 100%;
                        z-index: 8;
                        position: absolute;
			background: #000;
        		filter:alpha(opacity=50);
			-moz-opacity:0.5;
			-khtml-opacity: 0.5;
			opacity: 0.5;

                    }
                    .lava li a
                    {
                        font-size:16px;
                        font-weight: bold;
		        letter-spacing:.1em;
		        text-transform:uppercase;
                        text-decoration: none;
                        color: #fff;
			top: 3px;
			text-shadow: 0 1px #000;
                        outline: none;
                        text-align: center;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        /*height: 50px;*/
                        position: relative;
                        overflow: hidden;
                        margin: 10px 20px;
                    }					
                        .lava li a:hover, .lava li a:visited
                        {
                            border: none;
							color: #fff;
							background: none;
                        }
						
						.lava li a:active
						{
							border: none;
							color: #ffd500;
							background: none;
						}