/* STYLESHEET FOR FORMATTING/STYLE */

/* post/page title */
h1 {
  font-family: 'Cambria', 'Times New Roman';
  font-size: 30px;
  font-weight: 100;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {color: #d7370d; text-decoration: none;}

/* post/excerpt meta data labels */
h2 {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 12px;
  color: #888;
  font-weight: normal;
}

/* post/excerpt meta data information */
h3 {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 14px;
  font-weight: normal;
} 

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {color: #d7370d; text-decoration: none;}

/* post/page/excerpt content */
h4 {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 14px;
  font-weight: normal; 
  line-height: 150%;
}

h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {color: #d7370d; text-decoration: none;}

/* navigation menu, sidebar/search title */
h5 {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 20px ;
  font-weight: normal;
  text-transform: uppercase;
}

h5 a:link, h5 a:visited {color: #000; text-decoration: none}
h5 a:hover, h5 a:active {color: #d7370d; text-decoration: none;}

/* sidebar content */
h6 {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 13px;
  font-weight: normal; 
  line-height: 150%;
}

h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {color: #d7370d; text-decoration: none;}

.more-link {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 20px;
}

.excerptTitle {
  font-family: 'Cambria', 'Times New Roman';
  font-size: 20px;
  font-weight: 100;
}

.excerptTitle a:link, .excerptTitle a:visited, .excerptTitle a:hover, .excerptTitle a:active {color: #d7370d; text-decoration: none;}

.related_post_title {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 20px ;
  font-weight: normal;
  text-transform: uppercase;
}


/* form elements */
form input[type='text'] {
  border: 1px #eee solid;
  background-color: #eee;
  height: 20px;
  padding: 5px;
  font: 11px 'Lucida Grande';
}

form input[type='text']:focus {background-color: #fff; border: 1px #888 solid;}
form input[type='text']:invalid {background-color: #eee; border: 1px #eee solid;}

label {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 14px;
}

textarea {
  padding: 10px;
  border: 1px #eee solid;
  background-color: #eee;
  font: 11px 'Lucida Grande';
}

textarea:focus {background-color: #fff; border: 1px #888 solid;}
textarea:invalid {background-color: #eee; border: 1px #eee solid;}

select {
  border: 1px #eee solid;
  background-color: #eee;
  font: 11px 'Lucida Grande';
}

select:focus {background-color: #fff; border: 1px #888 solid;}
select:invalid {background-color: #eee;border: 1px #eee solid;}
/* form elements */



/* comments template */
.comments p {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 14px;
  font-weight: normal; 
  line-height: 150%;
}

.fn {
  font: 22px 'Cambria', 'Times New Roman';
  font-weight: 100;
}

.fn a:link, .fn a:visited, .fn a:hover, .fn a:active {color: #555; text-decoration: none}

.comment-meta.commentmetadata a {
  pointer-events: none;
  font-family: 'Courier New', 'Century Gothic';
  font-size: 12px;
  color: #888;
  text-decoration: none;
}

.reply a {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 14px;
}

.reply a:link, .reply a:visited, .reply a:hover, .reply a:active {color: #d7370d; text-decoration: none}
/* comments template */



/* comments form */
#reply-title {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}

#reply-title a {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 14px;
  text-transform: none;
}

#reply-title a:link, #reply-title a:visited, #reply-title a:hover, #reply-title a:active
{color: #d7370d; text-decoration: none;}

#respond #author, #respond #email, #respond #url {
  width: 300px;
}

#respond .logged-in-as {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 14px;
}

.logged-in-as a {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 14px;
}

.logged-in-as a:link, .logged-in-as a:visited, .logged-in-as a:hover, .logged-in-as a:active 
{color: #d7370d; text-decoration: none;}
/* comments form */



/* pagination */
/* pagination */



/* sidebar search form */
#searchform #s {
  width: 200px;
}

#searchform #searchsubmit {
  display: none;
}
/* sidebar search form */



/* sidebar widgetized area */
#widgetized-area .widget {
  margin-bottom: 20px;
}

#widgetized-area .widgetTitle {
  font-family: 'Courier New', 'Century Gothic';
  font-size: 20px ;
  font-weight: normal;
  text-transform: uppercase;
}

#widgetized-area select {
  width: 150px;
}
/* sidebar widgetized area */



/* sidebar email updates */
.emailUpdate {
  border: 1px solid #dddddd;
  width: 240px;
  margin-left: 18px;
}

#emailText {
  width: 180px;
}
/* sidebar email updates */

blockquote {
margin: 0 40px 20px 40px;
padding: 20px;
background: #efefef;
font-style: italic;
}