* {margin: 0; padding: 0} /* short CSS reset */
* :focus {outline: 0;}
a img {border: 0;}



#wrapper {
  display: block;
  margin: auto;
  width: 1030px; /* extra 30px for IE */
  padding-right: 50px;
  padding-left: 50px;
}



#header {
  margin-bottom: 50px;
  width: 1000px;
}

.headerBanner {
  margin-top: 50px;
  text-align: right;
}

.headerBar {
  border-top: #000 5px solid;
  padding-top: 5px;
  text-align: left;
}

.headerBar a {
  margin-right: 30px;
}



#main {
  width: 700px;
  float: left;
  text-align: left;
  margin-bottom: 30px;
}

/* BLOG POSTS */
.post {
  margin-bottom: 70px;
}

.post h2, .post h3 {
  display: inline; 
}

.post h4 {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd; 
  margin-bottom: 5px;
}

.post h4 p {
  margin-bottom: 15px;
}

/*
.post div {
  margin-top: 15px;
}
*/

.post img {
  display: block;
  margin: auto;
}

/* PAGES */
.page h4 p {
  margin-bottom: 15px;
}

.page img {
  display: block;
  margin: auto;
}

/* ERROR 404 */
.error404 {
  margin-bottom: 70px;
}

/* BLOG EXCERPTS */
.excerpt {
  clear: left;
}

.excerptThumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 50px;
}

.excerpt h2, .excerpt h3 {
  display: inline; 
}

.excerpt h4 {
  margin-top: 20px;
}

/* CATEGORY, ARCHIVE, SEARCH, TAGS PAGE TITLE */
.h5pagetitle {
  margin-bottom: 20px;
}

/* ADD THIS */
.addthis_toolbox {
  margin-top: 15px;
}

/* RELATED POSTS */
.relatedPosts {
}

.relatedPosts a {
  display: block; 
  width: 155px;
}

.relatedPosts ul {
  display: inline;
  list-style: none;
}

.relatedPosts li {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.related_post_title {
  margin-bottom: 10px;
}

.wp_rp_backlink {
  visibility: hidden;
}

/* AD SPACE */
.adSpaceSingle {
  text-align: center;
  margin-bottom: 30px;
}

/* COMMENTS */
.comments {
  margin-bottom: 50px;
}

.comments h3 {
  clear: left;
  border-bottom: 1px #ddd solid;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

/* COMMENTS TEMPLATE */
.comments p {
  clear: left;  
  margin-right: 100px;
  margin-bottom: 10px;
}

.says, .comment-edit-link {
  display: none;
}

.comments li {
  list-style: none;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px #dddddd solid;
}

.avatar.avatar-64.photo {
  float: right;
}

.fn {
  float: left;
  margin-right: 20px;
}

.comment-meta.commentmetadata{
  padding-top: 7px;  
  margin-bottom: 10px;
}

.comment-awaiting-moderation{
  margin-left: 150px;
}

.children li {
  border: 0;
  padding: 15px 15px 20px 15px;
  background-color: #eee;
}

/* COMMENT FORM */
#reply-title {
  clear: left;
  margin-bottom: 10px;
  margin-top: 20px;
}

#respond p {
  margin-bottom: 10px;
}

.comment-form-comment #comment {
  margin-top: 10px;
  width: 575px;
  height: 200px;
}

/* PAGINATION */
.wp-paginate {
  clear: left;
  margin: 0;
  padding: 0;
  font: 20px 'courier new';
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px; 
}

.wp-paginate li {
  display: inline;
  list-style: none;
}

.wp-paginate .gap {
} 

.wp-paginate .current {
  margin-right: 10px;
  color: #d7370d;
}

.wp-paginate a {
  margin-right: 10px;
}

.wp-paginate a:link {color: #000; text-decoration: none}
.wp-paginate a:visited {color: #000; text-decoration: none}
.wp-paginate a:hover {color: #d7370d; text-decoration: none}
.wp-paginate a:active {color: #d7370d; text-decoration: none}


/* control form 7 */
.wpcf7 {
}

.wpcf7 p{
  font: 14px 'courier new';
  color: #000;
}

.wpcf7 p span{
  font: 14px 'courier new';
  color: #d7370d;
  font-style: italic;
}

.wpcf7-response-output {
  font: 14px 'courier new';
  color: #d7370d;
  font-style: italic;
  text-align: left;
}

.wpcf7-form-control.wpcf7-text {
  border: 1px #eee solid;
  background-color: #eee;
  width: 300px;
  height: 30px;
  padding: 5px;
  font: 11px 'Lucida Grande'
}

.wpcf7-form-control.wpcf7-text:focus
  {background-color: #fff; border: 1px #888 solid;}
.wpcf7-form-control.wpcf7-text:invalid
  {background-color: #eee; border: 1px #eee solid;}
  
.wpcf7-form-control.wpcf7-textarea {
  width: 575px;
  height: 200px;
  padding: 10px;
  border: 1px #eee solid;
  background-color: #eee;
  font: 11px 'Lucida Grande';
}

.wpcf7-form-control.wpcf7-textarea:focus {background-color: #fff; border: 1px #888 solid;}
.wpcf7-form-control.wpcf7-textarea:invalid {background-color: #eee; border: 1px #eee solid;}
/* control form */

.wpcf7-form-control.wpcf7-submit {
  border: 1px #888 solid;
  background-color: #fff;
  padding: 3px;
}

.wpcf7-form-control.wpcf7-submit:hover {
  border: 1px #eee solid;
  background-color: #eee;
  padding: 3px;
}

.postCatTitle {
  font: 20px 'courier new';
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}






#sidebar {
  width: 275px;
  float: left;
  padding-left: 25px;
  text-align: center;
}

.sidebarItem {
  margin-bottom: 50px;
  clear: both;
}



#footer {
  clear: both;
  border-top: #000 5px solid; 
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: right;
}
