body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #000000;
    width: 972px;
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3 {
	margin-top: 0;
	color: #0153B4;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: #0153B4;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

td {
	vertical-align: top;
}

/* Header */
#logo {
	height: 71px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
    padding: 10px 0 0 0;
	 text-transform: lowercase;
	 font-weight: normal;
	 font-size: 3em;
}

#logo p {
    text-transform: uppercase;
	 padding: 37px 0 0 3px;
	 font-size: 10px;
	 color: #FFFFFF;
}

#logo a {
    border: none;
    text-decoration: none;
    color: #FFFFFF;
}

.header-title {
    text-transform: lowercase;
    color: #FFF;
    font-weight: normal;
    font-size: 3em;
    margin: 10px 0 15px 0;
}

/* navigation
-----------------------------------------------------------------------------*/

#menu {
    font-weight: bold;
    width: calc(100% - 2px);
    margin: 0 auto 20px;
    border-radius: 10px;
    background-color: #d4d4d4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(212, 212, 212)), to(rgb(201, 200, 201)));
    background-image: -webkit-linear-gradient(top, rgb(212, 212, 212), rgb(201, 200, 201));
    background-image: -moz-linear-gradient(top, rgb(212, 212, 212), rgb(201, 200, 201));
    background-image: -o-linear-gradient(top, rgb(212, 212, 212), rgb(201, 200, 201));
    background-image: -ms-linear-gradient(top, rgb(212, 212, 212), rgb(201, 200, 201));
    background-image: linear-gradient(top, rgb(212, 212, 212), rgb(201, 200, 201));
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

#menu ul ul {
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background: #bbb;
}

#menu ul ul li {
    float: none;
}

#menu li {
    float: left;
    position: relative;
}

#menu li.has-child ul {
    display: none;
}

#menu li.has-child:hover {
    background: #bbb;
}

#menu li.has-child:hover ul {
    display: block;
}

#menu a {
    display: block;
    padding: 15px 10px;
    border: 0;
    color: #000;
}

#menu a:hover {
    background: #eee;
}

#menu .current_page_item a {
}



/* Banner */
#banner {
    margin: 0 auto;
    width: calc(100% - 2px);
    height: 198px;
    background: url('/images/PP-Header.jpg') no-repeat left top;
}

/* Wrapper */
#wrapper {
}

/* Page */
#page {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

#page-bg {
    padding: 11px 24px;
    background: url(/images/img03.jpg) no-repeat;
}

/* Latest Post */
#latest-post {
    padding: 20px;
    border: 1px dashed #CCCCCC;
}


/* Content */
#content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.post {
    margin-bottom: 20px;
    padding-bottom: 15px;
    line-height: 200%;
    flex-grow: 1;
}

.post h1 {
    font-weight: normal;
    font-size: 30px;
}

.post h2 {
    font-size: 24px;
}

.title {
    margin: 0;
    padding-bottom: 6px;
    font-weight: normal;
}

.title a {
    border-bottom: none;
}

.title a:hover {
    border-bottom: 1px dashed #CCCCCC;
}

.byline {
    border-top: 1px dashed #CCCCCC;
	 margin: 0 0 20px 0;
	 text-transform: uppercase;
}

.entry {
}

.links {
    font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #333333;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	text-transform: uppercase;
}

.links .comments {
    float: left;
    padding-left: 20px;
    background: url(/images/img04.jpg) no-repeat left top;
}

/* Sidebars */
.sidebar {
    width: 200px;
    padding: 0 0 0 21px;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar li {
    margin-bottom: 10px;
    padding: 0 0 20px 0;
    border: 1px solid #C8C8C8;
    border-radius: 15px 15px 0 0;
}

.sidebar li ul {

}

.sidebar li li {
    margin: 0;
    padding: 5px 10px;
    border: none;
}

.sidebar li h2 {
    height: 30px;
    margin: 0 0 10px 0;
    padding: 14px 0 5px 10px;
    border-radius: 15px 15px 0 0;
    background-color: #0D2139;
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
}

.sidebar p {
    padding: 0 10px;
}

/* Search */
#searchform {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

#searchform br {
    display: none;
}

#s {
    margin: 0;
    padding: 2px 2px;
    width: 120px;
    height: 18px;
    font-size: 10px;
    color: #000000;
}

#x {
   margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #A49D3C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* Calendar */
#calendar_wrap {
	padding: 0;
	text-align: center;
	font-size: 10px;
}

#calendar_wrap table {
    width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
    border: none;
}

#calendar_wrap tfoot td#prev {
    text-align: left;
    font-weight: bold;
    border: none;
}

#calendar_wrap tfoot td#prev a {
    border: none;
}

#calendar_wrap tfoot td#next {
    text-align: right;
    font-weight: bold;
    border: none;
}

#calendar_wrap tfoot td#next a {
    border: none;
}

/* Footer */
#footer {
    border-top: 1px solid #C8C8C8;
    height: 100px;
}

#footer p {
    margin: 0;
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 11px;
    color: #000000;
}

#footer a {
    color: #000000;
}

fieldset label {
    display: block;
    font-weight: bold;
    float: left;
    width: 150px;
}

fieldset input {
    float: left;
    border: 1px solid #000;
    background-color: #FFF0E0;
}

fieldset textarea {
    border: 1px solid #000;
    background-color: #FFF0E0;
}

fieldset br {
    clear: left;
}

.errorinput {
    background-color: #FBB;
}

.errormessage {
    border: 1px solid #000;
    background-color: #FBB;
    padding: 5px;
    line-height: 120%;
    font-weight: bold;
}

#committee {
    width: 100%;
    border-collapse: collapse;
}

#committee th {
    font-weight: bold;
    font-size: 14px;
    background-color: #004;
    padding: 3px 5px;
    color: #FFF;
}

#committee td {
    border: 1px solid #CCC;
    padding: 3px 5px;
}

#committee .odd {
    background-color: #EEF;
}

.trade {
    border: 1px solid #000;
    background-color: #FFF0D0;
    padding: 5px;
    margin-bottom: 10px;
}

.trade h3 {
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}

.platpages h2 {
    font-size: 20px;
    margin: 20px 0 5px;
}

/* cf_ contact form */

#cf_reason {
  width: 100%;
}

#cf_comments {
  width: 100%;
}

/* = clearfix
-----------------------------------------------------------------------------*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}
