@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Louisburg Theme
Theme URI: http://thecityoflouisburg.com
Description: Louisburg
Version: 1.0
Author: Louisburg
Author URI: http://thecityoflouisburg.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	color: #404040;
	font: 1em/1.4 Arial, Helvetica, Geneva, sans-serif, meiryo;
}


img {
	border: none;
	-moz-border-image: none;
	-webkit-border-image: none;
}

a {
	color: #ed1c24;
	text-decoration: none;
	-moz-border-image: none;
	-webkit-border-image: none;
}

a:hover {
	text-decoration: underline;
}

#layout {
	margin: 1px auto 0 auto;
	text-align: left;
	width: 715px;
}

#header {
	border-top: 1px solid #e0e1e1;
	border-left: 1px solid #e0e1e1;
	border-right: 1px solid #e0e1e1;
	height: 102px;
	position: relative;
}

.hide {
	display: none;
}

#logo_block {
	position: absolute;
	top: 8px;
	left: 20px;
	width: 454px;
	height: 94px;
	border-right: 1px solid #e2d7ce;
	border-bottom: 1px solid #e2d7ce;
	
}

/*#logo_block a {
	margin: 5px 0 0 184px;
	width: 260px;
	height: 85px;
	background: url(images/logo.gif) no-repeat;
}
*/
#logo_block a {
	display: block;
	width: 260px;
	height: 85px;
	margin: 5px 0 0 184px;
	background: url(images/logo.gif) no-repeat;
}

#telephone_mail_block {
	position: absolute;
	top: 8px;
	left: 475px;
	padding: 28px 0 0 9px;
	width: 211px;
	height: 66px;
	border-bottom: 1px solid #e2d7ce;
}

#mail {
	/*text-indent: -3000px;*/
	width: 210px;
	height: 25px;
	/*background: url(images/mail.gif) no-repeat;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#825B3D;
}

#mail a {
	display: block;
	width: 210px;
	height: 25px;
	/*background: url(images/mail.gif) no-repeat;*/
	color:#825B3D;
}

#telephone {
	/*text-indent: -3000px;*/
	width: 210px;
	height: 35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#825B3D;
	text-align:right;
	/*background: url(images/telephone_fax.gif) no-repeat;*/
}

#menu ul {
	list-style: none;
	margin:0px;
	padding:0px 10px;
	background:url(images/nav_bot.jpg) no-repeat;
	height:26px;
}

#menu ul li {
	float: left;
	height: 28px;
	padding:0px 10px;
	color:#F7941E;
	list-style:none;
	/*text-indent: -3000px;*/
}
#menu ul li a
{
color:#F7941E;
text-decoration:none;
font-size:12px;
}
/*#menu ul li a {
	display: block;
	height: 28px;
}

#menu ul li#home {
	width: 65px;
	background: url(images/home.gif) no-repeat;
}

#menu ul li#home a {
	width: 65px;
	background: url(images/home.gif) no-repeat;
}

#menu ul li#departments {
	width: 146px;
	background: url(images/departments.gif) no-repeat;
}

#menu ul li#departments a {
	width: 146px;
	background: url(images/departments.gif) no-repeat;
}

#menu ul li#mayer_city_council {
	width: 134px;
	background: url(images/mayor_city_council.gif) no-repeat;
}

#menu ul li#mayer_city_council a {
	width: 134px;
	background: url(images/mayor_city_council.gif) no-repeat;
}

#menu ul li#parks_recreations {
	width: 125px;
	background: url(images/parks_recreations.gif) no-repeat;
}

#menu ul li#parks_recreations a {
	width: 125px;
	background: url(images/parks_recreations.gif) no-repeat;
}

#menu ul li#city_staff {
	width: 65px;
	background: url(images/city_staff.gif) no-repeat;
}

#menu ul li#city_staff a {
	width: 65px;
	background: url(images/city_staff.gif) no-repeat;
}

#menu ul li#administrative_discussions {
	width: 180px;
	background: url(images/administrative_discussions.gif) no-repeat;
}

#menu ul li#administrative_discussions a {
	width: 180px;
	background: url(images/administrative_discussions.gif) no-repeat;
}*/

#side {
	float: left;
	width: 193px;
	margin-top: 5px;
}

#side ul {
	list-style: none;
	line-height: 2em;
	margin: 10px 15px 10px 25px;
	padding-right: 10px;
}

#side li {
	font-size: 0.9em;
	padding: 0 0 5px 0;
}

#side ul a {
	color: #995522;
	text-decoration: none;
}

#side ul a:hover {
	color: #ff4400;
}

#side ul .current-cat a {
	color: #ff6600;
}

#side #nav_top {
	background: url(images/nav_01.jpg) no-repeat;
	padding-left: 20px;
	font-size: 8px;
}

#side #nav_middle {
	background: url(images/nav_02.jpg) repeat-y;
}

#side #nav_bottom {
	background: url(images/nav_03.jpg) no-repeat;
}

#main {
	float: left;
	padding: 5px 0;
	width: 522px;
}

#main .content h2 {
	margin: 0 10px 5px;
	padding: 15px 0;
	border-bottom: 3px solid #404040;
	font-size: 1.5em;
}

#main .entry h2 {
	margin: 0 10px 5px;
	padding: 15px 0;
	border-bottom: 3px solid #404040;
	font-size: 1.5em;
}

h2 {
	font-size: 2em;
	margin: 0 10px 5px;
	padding: 15px 0;
	border-bottom: 3px solid #404040;
}
#main .content h1
 {
	margin: 0 10px 5px;
	padding: 15px 0;
	border-bottom: 3px solid #404040;
	font-size: 1.5em;
}

#main .entry h1 {
	margin: 0 10px 5px;
	padding: 15px 0;
	border-bottom: 3px solid #404040;
	font-size: 1.5em;
}

h1 {
	font-size: 2em;
	margin: 0 10px 5px;
	padding: 15px 0;
	border-bottom: 3px solid #404040;
}




#main .content h3 {
	margin: 5px 10px 3px;
}

p {
	margin: 0 10px 20px;
}

#main .content p {
	margin: 0 10px 20px;
}

#main .content hr {
	border-bottom: 2px solid #404040;
	margin: 5px 10px;
}

.linklove {
	display: none;
}

#footer {
	clear: both;
}

#footer hr {
	margin: 15px 0 5px 0;
	border-bottom: 1px solid #c8c7c7;
}

#wansecurity {
	margin: 0 0 0 530px;;
	/*text-indent: -3000px;*/
	width: 180px;
	height: 35px;
	background: url(images/wansecurity.jpg) no-repeat;
}

#wansecurity a {
	display: block;
	width: 180px;
	height: 35px;
	background: url(images/wansecurity.jpg) no-repeat;
}

