/* CSS Document */

/*-----------------------------------------------
Public Template -- Fire Wave
-------------------------------------------------

/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

body
{
    background: #FAFAFA url(/_themes/_images/bg_graph.png) repeat left top;
	font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5
{
	font-family: "Segoe UI", Verdana, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000;
}

ul, li
{
	list-style: none;
}

a, a:link, a:visited 
{
	color: #630;
}

a:hover
{
	color: #066;
}


/*-----------------------------------------------
-- Specific Styles 
----------------------------------------------- */
#container
{
	width: 800px;
	margin: 10px auto;
}

#header
{
    position: relative;
    	background: #FAFAFA url(/_themes/_images/bg_wood.png) repeat left top;
	padding: 10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

	#header h1 {
		display: block;
		background: url(/_themes/_images/logo-bfs.png) no-repeat;
		background-size: 100%;
		text-indent: -9999px;
		width: 171px;
		height: 50px;
		color: #FFF;
		margin: 10px auto 5px auto;
		text-align: center;
	}

#header h1 a 
{
	 color: #000;
}
#manageLinks
{
    position: absolute;
    top: 5px;
    right: 5px;
}

#manageLinks a
{
    font-size: 80%;
}


/*-----------------------------------------------
-- Navigation Styles 
----------------------------------------------- */

#nav
{
    margin-top: 10px;
	padding-bottom: 5px;
	clear: both;
}

#nav li
{
    font-size: 90%;
	display: inline;
	padding: 5px 10px 1px 0;
}

#nav li a
{
	color: #8c91a2;
} 

#nav li a:hover
{
	color: #838898;
}

/*-----------------------------------------------
-- Content Styles 
----------------------------------------------- */

#content
{
    clear: both;
    border: 1px solid #000;
    padding: 15px;
    background-color: rgba(255,255,255,0.75);
}

#content h1
{
    font-size: 120%;
    font-weight: normal;
    margin: 10px 0 5px 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}

#content p
{
    font-size: 80%;
    margin: 10px 0;
}


/*-----------------------------------------------
-- Footer Styles 
----------------------------------------------- */
#footer
{
	background: transparent;
	margin-top: 15px;
}

#productLogo img
{
	border: none;
}

#footerContainer
{
	text-align: center;
	padding: 10px 0 5px 0;
	font-size: 90%;
}

#footerContainer li
{
	padding: 10px 40px 0 0;
	display: inline;
}

#footerContainer p
{
	padding-top: 5px;
}


#footerContainer a
{
	color: #8c91a2;
	text-decoration: underline;
}

