/*
Theme Name: Mt Pleasant City
Theme URI: http://www.dynamicintegrations.com/
Description: Mt. Pleasant City
Version: 1.0
Author: Dynamic Integrations
Author URI: http://www.dynamicintegrations.com/
Tags: 
*/
/*
Green: #737245
Tan: #E0D9C8;
Red: #7C262E;
Yellow:#ACAB67;
*/


/* Begin Typography & Colors */

body {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 12px;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    background: #d5d6d7 url('images/grey_grad_bkgd.gif');
    color: #51450F;
    text-align: center;
}

a{
    color:#444;
    border:none;
}

a img{
    border:none;
}

h2{
    color:#7C262E;
    margin:0;
    font-size:14px;
    font-weight:bold;
    margin:10px;
}

p{
    margin:10px;
}

#page {
    /*background: #d5d6d7 url('images/logo.png');*/
    margin: 25px auto;
    padding: 0 40px;
    width: 700px;
    border:none;
    text-align: left;
    background-color:#fff;
}

#header {
    background-color: #fff;
    background-image: url('images/logo.png');
    background-repeat:no-repeat;
    /*background-position:5px 5px;*/
    margin: 0;
    padding: 0;
    height: 90px;
    width: 700px;
}

#headerImg {
    background-image: url('images/mainStreetPanorama.jpg');
    height:127px;
    width:700px;
    background-position:center;
    background-repeat:no-repeat;
}

#headerMenu{
    height:20px;
    width:700px;
    margin:0;
    /*   margin-left:auto;
       margin-right:auto;*/
    padding:0;
    /*background-image:url(images/topBar.png);*/
    background-color:#fff;
    border-top-style:solid;
    border-top-color:#737245;
    border-top-width:3px;
}


#headerMenu li{
    list-style-type:none;
    position:relative;
    float:left;
    min-height:14px;
    color:#fff;
    background-color:#737245;
    font-size:10px;
    /*font-weight:bold;*/
    /*text-transform:uppercase;*/
    margin:0;
    padding:0;
    padding:3px 13px;
    border-right-style:solid;
    border-right-color:#fff;
    border-right-width:1px;
}

#headerMenu li ul{
    display:none;
    position:absolute;
    background-color:#ACAB67;
    left:0;
    top:20px;
    width:140px;
    margin:0;
    padding:0;
}

#headerMenu li:hover ul{
    display:block;
}

#headerMenu li ul li{
    background-color:#ACAB67;
    border:none;
    display:block;
    width:140px;
border-bottom-color:#ddd;
border-bottom-style:solid;
border-bottom-width:1px;
    /*    float:none;*/

}

#headerMenu a{
    color:#fff;
    text-decoration:none;
}

#contentContainer{
    background-color:#E0D9C8;
    margin:15px 0;
    width:520px;
    float:left;
}
#contentTop{
    width:100%;
    height:15px;
    /*background-image:url(images/contentTop.png);
    background-repeat:no-repeat;*/
    margin:0;
    padding:0;
}

#contentRepeat{
    width:100%;
    min-height:10px;
    /*background-image:url(images/contentRepeat.png);
    background-repeat:repeat-y;*/
    margin:0;
    padding:0;
}

#contentBottom{
    width:100%;
    height:15px;
    /*background-image:url(images/contentBottom.png);
    background-repeat:no-repeat;*/
    margin:0;
    padding:0;
}

#content {
    width:520px;
    margin:0;
    margin-left:10px;
    margin-right:10px;
    padding:10px;
    padding-top:1px;
    padding-bottom:1px;
}

#content.narrowcolumn {
    padding:0;
    margin:0;
    width: 520px;
}

#content.widecolumn {
    padding: 0;
    margin:0;
    width: 520px;
}

#commentform textarea{
    width:505px;
}


.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.post {
    margin-top:1px;
    margin-bottom:5px;
}

.postmetadata {
    padding-top: 5px;
    text-align: center;
    padding-bottom:5px;;
}

.entry{
    padding:1px;
    margin:1px;
}

.entry table{
    width:500px;
    margin-left:auto;
    margin-right:auto;
    border-collapse:collapse;
    border-style:solid;
    border-width:1px;
    border-color:#737245;
}
.entry table th{
    text-align:center;
    background-color:#737245;
    color:#fff;
    font-weight:bold;
}

.entry table td{
    /*width:50%;*/
    vertical-align:top;
    border-style:solid;
    border-width:1px;
    border-color:#737245;
    border-top:none;
    border-bottom:none;
    padding:3px;
}

.entry table.cityCouncilTable td{
    border-bottom-style:solid;
    border-bottom-width:1px;
}

.entry table.cityCouncilTable td a{
    font-weight:bold;
    text-decoration:none;
}

#sidebarContainer{
    margin:0;
    width:180px;
    float:left;
}

#sidebarTop{
    width:180px;
    height:15px;
    /*background-image:url(images/sidebarTop.png);
    background-repeat:no-repeat;*/
    margin:0;
    padding:0;
}

#sidebarRepeat{
    width:180px;
    min-height:10px;
    /*background-image:url(images/sidebarRepeat.png);
    background-repeat:repeat-y;*/
    margin:0;
    padding:0;
}
#sidebarBottom{
    width:180px;
    height:15px;
    /* background-image:url(images/sidebarBottom.png);
     background-repeat:no-repeat;*/
    margin:0;
    padding:0;
}
#sidebar {
    font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    width:160px;
    margin:0;
    /*margin-left:10px;
    margin-right:10px;*/
    padding:10px;
    padding-top: 1px;
    padding-bottom:1px;
}

#sidebar img{
    text-align:center;
}

#sidebar h2{
    font-size:12px;
}

#sidebar ul{
    list-style-type:none;
    margin:0;
    padding:0;
}

#sidebar ul li{
    margin-top:15px;
}

#sidebar ul li ul li{
    margin-top:5px;
}


#searchform {
    width:150px;
    text-align: left;
}

#searchform input{
    width:100px;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar a {
    text-decoration: none;
}

#wp-calendar caption {
    text-decoration: none;
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
}


#footer {
    /*background-color:#333;*/
    background-image:url(images/addressline.gif);
    background-position:right;
    background-repeat:no-repeat;
    color:#7C262E;
    text-align:left;
    clear:both;
    padding:5px;
    font-weight:bold;
}

#footer a{
    color:#7C262E;
    text-decoration:none;
}

p img {
    padding: 0;
    max-width: 100%;
}

img.centered {
    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
}



li.page-item-24,
li.page-item-24 li{
    display:none;
}


.ngg-galleryoverview{
padding-left:18px;
}

#contentTop{
    display:none;
}

/*






a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}



h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
        color: #86B440;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}


h2 {
	margin: 30px 0 0;
	font-size: 1.6em;
        color: #86B440;
	}

h2, h2 a, h2 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:visited, h2 a:hover {
	text-decoration: none;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	font-size: 1.6em;
	}





h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
	}



h3, h3 a, h3 a:visited {
	color: #333;
	}



 h3, h3 a, h3 a:visited, h3 a:hover {
	text-decoration: none;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}


 cite {
	text-decoration: none;
	}




.widecolumn .entry p {
	font-size: 1.05em;
	}






.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}





.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}





small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}











.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}







#header h2.widgettitle{
	display:none;
}

#header ul {
margin: 0;
	padding: 0;
	width: 150px;

}

#header li {
	position: relative;
	list-style: none;
}

#header li ul li ul{
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

#header ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

#header li:hover ul { 
	display: block; 
}







#header li a{
	color:#456;
}






#headerimg .description {
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	text-align: center;
	}




.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 830px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
















html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}




#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}




#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}





.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}





#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 630px;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}




#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}





acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}





.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

*/