/* Bold Parish Council CSS Stylesheet */

body { 
	margin:0;
	padding:0;
	background-color: #F08080;
	font:12px verdana,helvetica,clean,sans-serif;
}

ul,ol,li {
	margin:0;
	padding:0;
}

#container {
	width: 980px;
	margin: 0 auto;
}

#banner img { 
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#navigation {
	background-image: url(images/Grid.PNG);
	float: left;
	width: 171px;
	min-height: 317px;
	border:5px double #794700;
	margin-right: 2%;
	margin-bottom: 20px;
}

#content {
	float: right;
	width: 779px;
	height: 100%;
}

#copyright {
	clear: both;
	text-align: center;
	width: 100%;
	font-size: xx-small;
}

#content img {
	float: left;
}

#finances { 
	background-image: url(images/Grid.PNG);
	width: 572px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #794700;
}

#finances2 { 
	background-image: url(images/Grid.PNG);
	width: 381px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #794700;
}

table { 
	border-color: rgb(121, 71, 0);
	border:2px none #794700;
}

td { 
	border-color: rgb(121, 71, 0);
	text-align: center;
}

.middlecell {
	width: 200px;
}

.facts p {
	font-weight: bold;
	margin-top:0.5em;
	margin-bottom:1.5em;
	text-align: center;
}

.welcome p {
	font-style: italic;
	margin-top:0em;
	margin-bottom:0em;
}

.welcome p.close {
	font-style: italic;
	margin-top:0em;
	margin-bottom:1em;
}

a:link { 
	color: #835B00;
	text-decoration: none;
	font-weight: bold;
}

a:visited { 
	color: #835B00;
	text-decoration: none;
	font-weight: bold;
}

a:active { 
	color: #835B00;
	text-decoration: none;
	font-weight: bold;
}

a:hover { 
	background: #835B00 none repeat scroll 0% 50%;
	color: #B22222;
	text-decoration: none;
	font-weight:bold;
}

/* base.css, part of YUI's CSS Foundation */
h1 {
        /*18px via YUI Fonts CSS foundation*/
        font-size:138.5%;   
}
h2 {
        /*16px via YUI Fonts CSS foundation*/
        font-size:125%;
	  text-align:center;
}
h3 {
        /*14px via YUI Fonts CSS foundation*/
        font-size:125%;
	  text-decoration: underline; 
	  text-align: center;
}
h4 {
	  font-size: 100%; 
}
h1,h2,h3 {
        /* top & bottom margin based on font size */
        margin:0.5em 0;
}
h4 {
	margin:0.25em 0;
}
h1,h2,h3,h4,h5,h6,strong {
        /*bringing boldness back to headers and the strong element*/
        font-weight:bold; 
}
blockquote,ul,ol,dl {
        margin:0.5em 0;
}

li {
	list-style:none;
	margin-left: 0.5em;
	padding: 0.1em 0; 
}
p {
      margin:1.1em 1em;
}

hr { 
	height: 1px;
	color: #794700;
}
.bolded {
	font-weight: bold;
}
.subtitle {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 115%;
}

.mapimage img { 
	border: 2px solid #794700;
	margin-left: 11em;
	margin-right: 11em;
}

#councillors { 
	width: 427px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    }

#centered {
	text-align: center;
}

#events {
	background-image: url(images/Grid.PNG);
}

input, textarea {
	border: 2px solid #794700;
	background-color: #FFF0F5;
}

td.adminLoginLeft {
	text-align: right;
}

td.adminLoginRight {
	text-align: left;
}

.navLink {
	padding-top: 3px;
	padding-bottom: 3px;
}

.navLink1 {
	font-size: 13px;
	padding-bottom: 9px;
}

.loginbuffer {
	font-size: 10px;
}

.ieLogin {
	padding: 0px;
}

.loginField {
	width: 172px;
}

.btnmain {
	font-weight: bold;
}

.centeredP {
	text-align: center;
}

#minutesList li {
	padding-bottom: 7px;
}
