/* USED BY THE .NET OEC TO SKIN IT */
/* This css style sheet can be customized to override the default styles of the OEC.
    @media queries can be included to target specific viewport sizes
*/

/* DEFAULT TEXT ATTRIBUTES */
/* The default text attributes can be customized:
- font-family
- font-size
- line-height
- weight, color, etc.
    */
html {
}
body {
}

/* THE HEADER AND NAVIGATION BAR */
/* The elements that can be styled include:
- banner background color, and/or background image; 
- height of the banner
- logo image
- text attributes (color, size, etc) of the navigation links
 */
.navbar-fixed-top {
  background: url(images/header-bg.png) top center no-repeat;
  background-color: #0D3E77; 
}
.nav > li > a {
    color: #ffffff;
    text-shadow: 2px 2px 2px #333;
}
.navbar-brand {
	background: url(images/CityOfTucson-logo.png) left top no-repeat;
    background-size: 100% auto;
	padding-left: 7em !important;
	height: 100%;
	min-height: 75px;
    width: 165px;
}
.ContentWrapper {
  margin-top: 8em; /* MUST ACCOUNT FOR THE NAVBAR-BRAND HEIGHT */
}

/* HTML BLOCK LEVEL ELEMENTS THAT CAN BE STYLED */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
p {}
pre {}
blockquote {}
ul {}
ol {}

/*
TABLES
Tables can have these attributes applied:
- borders
- column/row TH elements colors
- cell padding
- font attributes
- alternating row color
*/


/* FOOTER */
/* The footer can be customized for:
 background color
- padding
- alignment
- font attributes
*/
