h1.title {
 display: none;
}

body {
    color: #333333;
    font-size: 16px;
   line-height: 20px;
  }

#page_content p {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  font-style: normal;
    font-weight: 400;
}

h1 {
    font-size: 30px;
   color: #010005;
  line-height: 30px;
}

h2 {
    font-size: 26px;
  color: #010005;
  line-height: 26px;
}

h3 {
    font-size: 22px;
  color: #003399;
  line-height: 26px;
}

h4 {
    font-size: 18px;
  color: #003399;
  line-height: 20px;
}

a {
    color: #0000FF;
    text-decoration: none;
}
 
a:hover {
    color: #059BFF;
    text-decoration: none;
}

.blog_post a {
    color: #4453EA;
}

.blog_post a:hover {
    color: #09ADB2;
}

.blog_post a h3 {
    color: #010005;
}

.widget h2 {
    color: #010005;
    font-size: 14px;
    margin-bottom: 20px;
}

nav ul li a {
  font-family: arial,sans-serif;
    color: #003399;
    display: block;
    font-size: 20px;
    padding: 5px 0;
    text-decoration: none;
    text-transform: capitalize;
    width: 200px;
  letter-spacing: 2px;
}

nav ul li a:hover, nav ul li.current-menu-item a {
    color: #FF0000;
}

.cpwp-gallery-post-title{
	width:100%;
	text-align:center;
	padding-bottom:10px;
        font-family: Ariel, sans-serif;
        font-size: 12px;
        font-weight:bold;
  	line-height: 20px;
}


.cpwp-gallery-thumbanil-box {
    text-align: center;
  margin-bottom:10px;
}


.cpwp-gallery-post-title a {
    text-align: center;
    color: #003399;
}

#fullwidth p {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    
}

blockquote {
    font-style: normal;
}

blockquote {
    border-left: 5px solid #666666;
    display: block;
    font-style: italic;
    margin-bottom: 20px;
    padding: 10px 0 10px 20px;
}

#page_content blockquote p {
    color: #003399;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#fullwidth blockquote p {
    color: #003399;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

hr {border: 1px solid #EAEAEA;
    height: 1px;
    margin-bottom: 10px;
}

.textwidget {
    color: #000;
    font-size: 12px;
    line-height: 20px;
}


.widget input, textarea, select {
    font-size: 14px;
    font-weight: inherit;
  color: #660000;
  width: 200px;
  height: inherit;
  border: 1px solid #EAEAEA; 

}


.widget input.knewsbutton {
  border: medium none;
    border-radius: 2px 2px 2px 2px;
    background-color: #010005;
    opacity: 1;
   color: #fff;
  cursor: pointer;
    display: inline-block;
  font-size: 14px;
    font-weight: bold;
    margin: 0 5px 20px 0;
    padding: 5px 7px;
    text-decoration: none;
}

.widget input.knewsbutton:hover {
   background-color: #003399;
}

#credits {
    color: #010005;
    font-size: 12px;
}

#credits a{
  color: #0000FF;
}

#credits a:hover{
  color: #059BFF;
}

.col_last {
    clear: right;
    margin-right: 0 !important;
    margin-top: -20px;

}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.pullquote_left {
    border: 1px solid #EEEEEE;
    color: #333333;
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0.5em;
    margin-right: 1.5em;
    padding: 8px 10px;
    width: 200px;
}

.pullquote_right {
    border: 1px solid #EEEEEE;
    color: #333333;
    display: inline;
    float: right;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0.5em;
    margin-left: 1.5em;
    padding: 8px 10px;
    width: 200px;
}

br {
    display: block;
    margin-bottom: 6px;
    font-size:2px;
    line-height: 4px;
}


