/*
Theme Name: blvd_theme
Theme URI: 
Description: 
Version: 1.0
Author: Liberty Grove Graphics, LLC
Tags: 

*/

@charset "utf-8";
/* CSS Document */

body {
	background-image: url(template_images/bgmap.jpg);
        background-repeat: no-repeat;
	background-color: #999;
}

#container {
	padding: 0px 0px 0px 0px;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	background-color: #FFF;
	background-image: url(template_images/header.gif);
	background-position: right;
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 1000px;
	background-repeat: no-repeat;
}
#logo {
	float: left;
	height: 150px;
	width: 300px;
	background-image: url(template_images/blvd_logo.gif);
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
}
#topnav {
	font-family: Verdana, san-serif;
	font-size: 9pt;
	text-transform: uppercase;
	background-image: url(template_images/bg_blue.jpg);
	background-repeat: repeat-x;
	height: 24px;
	width: 985px;
	text-align: right;
	margin: 0px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
}

#topnav a:link {
	color: #FFF;
	text-decoration: none;
}
#topnav a:visited{
	color: #FFF;
	text-decoration: none;
}
#topnav a:hover {
	color:#FF0;
	text-decoration: none;
	border:0px;
}


#main {
	margin: 0px;
	padding: 0px;
	height: 380px;
	width: 1000px;
}
#left {
	font-family: Verdana;
	font-size: 12pt;
	color: #012E57;
	background-color: #FFF;
	padding: 20px;
	/*height: 604px;*/ /*594*/
	height:  704px;  /*630*/
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	clear: both;
	text-align: center;
	background-image: url(template_images/aerial.png); /*shopper.jpg*/
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
}

#right {
	height: 295px;
	width: 665px;  /* 665 */
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 325px;
	position: absolute;
	text-align: center;
	clear: both;
}


#progress {
	background-color: #FFF;
	height: auto;
	width: 665px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 325px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#news_button {
	width:325px;
	height:106px;
	background-image: url(template_images/btn_news.jpg);
	border:none;
	float:right;
	margin-top:2px;
	margin-right:2px;
}

.excerpt p {
	font-family: Verdana;
	size:10pt;
        line-height: 16pt;
	font-weight:bold;
	color:#FFF;
	display:block;
	position:relative;
	padding-left:22px;
	padding-top:22px;
}

#news {
	width: 325px;
	height: 110px;
	background-image: url(template_images/bg_blue110.jpg);
	background-repeat: repeat-x;
	float: right;
	border: 2px solid white;
}

#news_entry a:link {
	font-family: Verdana;
	color: #012E57;
	text-decoration: none;
}
#news_entry a:visited {
	font-family: Verdana;
	color: #012E57;
	text-decoration: none;
}
#news_entry a:hover {
	font-family: Verdana;
	color:#999;
	text-decoration: none;
	border:0px;
}

p {
	font-family: Verdana;
	font-size: 10pt;
	color: #333;
    line-height: 16pt;
}

a:link {
	font-family: Verdana;
	color: #012E57;
	text-decoration: none;
}
a:visited{
	font-family: Verdana;
	color: #012E57;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	color:#999;
	text-decoration: none;
	border:0px;
}

.post_title a:link {
	font-family: Verdana;
	color: #012E57;
	text-decoration: none;
}
.post_title a:visited{
	font-family: Verdana;
	color: #012E57;
	text-decoration: none;
}
.post_title a:hover {
	font-family: Verdana;
	color:#999;
	text-decoration: none;
	border:0px;
}

li {
	font-family: Verdana;
	font-size: 10pt;
	color: #333;
    line-height: 16pt;
}

h1 {
	font-family: Verdana;
        font-size: 16pt;
	color: #012E57;
}

h3 {
	font-family: Verdana;
        font-size: 11pt;
	color: #012E57;
        text-transform: uppercase;
        line-height: 16pt;
}



.hlght { 

        width: 25%;
	font-family: Verdana;
        background-color: #012E57;
        font-size: 11pt;
        font-weight: bold;
        color: #FFF;
        padding: 5px;
        text-align: center;
        text-transform: uppercase;

}

#footer {
	clear: both; 
	background-color: #FFF;
	text-align: center;
	height: 110px;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#footer p {
	font-family: Verdana;
	font-size: 9pt;
	color: #333;
    line-height: 15pt;
}

#content {
	margin: 20px 20px 20px 20px;
	padding:20px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.aligncenter {
	margin-left:auto;
	margin-right:auto;
}

