/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	align:  center;
        background: #A5DB92; 
	text-align: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #153D26;
}

body a {
	text-decoration: none;
	color: #153D26;
	font-size: 12px;
}

body a:hover {
	text-decoration: underline;
}
h1, h2, h3 {
	font-weight: normal;
	color: #225E36;
}

h1, h2, h3 {

	font-weight: normal;
	color: #225E36;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

/* Header */

#header {
	width: 1000px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	width: 1000px;
	height: 300px;
	background: url(PCCWebLogo.jpg) no-repeat left top;
	margin: 0 auto;
	margin-top: 20px;
}

/* Logo */

#logo {
	float: left;
}

/* Menu */

#menu {
	float: right;
	margin-top: -1px;
       
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 30px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #D6F6BA;
}

#menu a:hover {
	background: url(Flower2.jpg) no-repeat center top;
}

#menu .current_page_item a {
        background:  url(Flower2.jpg) no-repeat center top;
	
}
/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	background: #D6F6BA;
}

#latest-post {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 20px 0px 0px;
	line-height: 25px;
	font-size: 12px;
}

#recent-posts .entry a {
	background: #225E36;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #E4F4D5;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #72694D 1px dashed;

}

/* Sidebar */

#sidebar {
	clear: both;
	width: 1000px;
	background: #225E36;
	padding: 10px 0 10px 0;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	display: block;
        float:  left;
	width: 187px;
	padding: 10px 10px 10px 10px;
}
#sidebar h2 {
	margin: 0 0 0px 0;
	color: #E4f4d5;
}


#sidebar a {
	text-decoration: none;
	color: #D6F6BA;
	font-size: 12px;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 11px;
	color: #72694D;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #72694D;
}

#legal {
	float: left;
}

#links {
	float: right;
}