/*Screen Style*/

html, body {
	margin: 0 auto;
	text-align: center;
	height: 100%;
	font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #80705a;
	background: url(http://www.pingcharity.co.uk/assets/images/bgrep.png) top center repeat-y #FFF;
}

#wrapper {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 100%;
	background: #FFF;
}

#masthead {
	height: 200px;
	margin: 0;
	padding: 0;
}

#mainNav {
	width: 219px;
	margin-top: 0;
	margin: 0;
	padding: 0;
	float: left;
	margin-bottom: 100px;
        padding-bottom:35px;
}

#mainNav form {
	padding: 10px;
	margin-left: 15px;
}

#mainNav .bookmark {
	padding: 10px;
	margin-left: 15px;
}

#mainNav fieldset {
	border: none;
}

#mainNav label {
	padding-bottom: 4px;
}

#mainNav ul {
	padding-top:0;
        margin-top:0;
	background: url(http://www.pingcharity.co.uk/assets/images/gradient.png) bottom right no-repeat;


}

#mainNav li {
	padding-top: 35px;
	list-style: none;
	padding: 5px;
	margin-left: -20px;
	padding-left: -20px;
}

#mainNav li  {
	padding-top: 35px;
	list-style: none;
	padding: 5px;
	margin-left: -20px;
	padding-left: -20px;
}

#mainNav li.active {
	padding-top: 35px;
	list-style: none;
	padding: 5px;
	margin-left: -20px;
	padding-left: -20px;
	background: url(http://www.pingcharity.co.uk/assets/images/bullet_grass.png) left no-repeat;
	font-weight: bold;
}

#mainNav li a:link, #mainNav li a:visited {
	border-bottom: 1px dotted #94703c;
	padding-bottom: 5px;
	margin-left:20px;
	text-decoration: none;
	font-size: 2em;
	color: #94703c;
	display: block;
	margin-right: 30px;
	padding-right: 30px;
}

#mainNav li a:hover {
	border-bottom: 1px dotted #94703c;
	padding-bottom: 5px;
	margin-left:20px;
	text-decoration: none;
	font-size: 2em;
	color: #94703c;
	display: block;
	margin-right: 30px;
	padding-right: 30px;
	font-weight: bold;
}

#content {
	width: 500px;
	float: left;
	margin-top: 30px;
	margin-left: 25px;
	padding-bottom: 75px;
}

#content .cBox {
	background: url(http://www.pingcharity.co.uk/assets/images/c_box.png) top left no-repeat;
	padding: 10px 5px 0 5px;
	margin-top: 30px;
}

#content .cBox h3 {
	margin-top: 0;
	margin-bottom: 0;
}

#content .cBox p {
	margin-top: 0;
}

#footer {
	min-height: 65px;
        margin-top:40px;
	border-top:20px solid #ecdbc8;
	background: url(http://www.pingcharity.co.uk/assets/images/footer_logo.png) center left no-repeat #554023;
	color: #facc8f;
	clear: both;
	text-align: center;
}

#footer p {
	color: #facc8f;
        margin-left:100px;
        font-size:10px;
}

#footer a:link, #footer a:visited {
	color: #facc8f;
	text-decoration: none;	
}

#footer a:hover {
	color: #facc8f;
	text-decoration: underline;	
}

/*Fonts & Typography */

h1, h2, h3, h4, h5, h6, p {
	
}

h1 {
	font-size: 3em;
}

h2 {

}

h3 {
	font-size: 2.5em;
}

h4 {
	font-size: 2.1em;
}

p {
	font-size: 1.85em;
}

/*Misc Decorations*/

.underlineMe {
	border-bottom: 3px solid #facc8f;
}

.underlineMeDashed {
	border-bottom: 1px dashed #facc8f;
}


/*Images*/

.cImg {
	float: left;
	clear: right;
	padding: 5px 10px 5px 5px;
}

.cImgList {
	float: left;
	clear: right;
	padding: 2px 10px 5px 0;
}

.readMore {
	padding: 3px;
	margin-top: 8px;
	background-color: #d8b790;
	color: #866d4c;
	font-size: 0.9em;
	text-decoration: none;
}

.banner {
        float:left;
        clear:both;
        height:auto;
        width:auto;
}

.rss {
        padding:3px;
        height:auto;
        width:auto;
}

/*From Style Nav Column*/

form {
	border: none;
}

/*Weblog Images and Content Lists*/

#content img {
       float:left;
       clear:right;
       padding-right:8px;
       padding-bottom:8px;
       border:none;
}

#content ul {
       display:list;
       font-size:1.85em;
}

#content li {
       display:list;
       list-style:square;
}

#content a {
       text-decoration:none;
       color:inherit;
       font-weight:bold;
}

#content a:hover {
       text-decoration:underline;
       color:inherit;
       font-weight:bold;
}

hr {color: #fff; background-color: #fff; border: 1px dotted #facc8f; border-style: none none dotted; margin-top:15px; }


