/* Enter Your Custom CSS Here */
table{
   max-width: 95%;
   border: 0px solid #ccc;
}
table caption {
  font-size: 11px !important;
  text-align: left;
}
body{
	color: black;
	font-size: 16px;
}
th{
  background-color: #000000;
  color: #ffffff;
  text-transform: none !important;
}
td{
  background-color: #dcdcdc;
}
a{
  color: #f54423;
}
.entry-grid-content .entry-title {
  color: #f54423;
}
code{
  /* for code inline */
  font-size: 14px;
  line-height: 1px;
	background-color: #eae9e9 !important;
}
.entry-byline{
	text-transform: none !important;
}
.entry-byline a {
  color: #f54423;
}
#site-description{
	text-transform: none !important;
  text-decoration: none !important;
  font-size: 12px !important;
  color: grey !important; 
}
.more-link{
  text-transform: none !important;
}
.menu-items > li > a{
  text-transform: none !important;
}
.menu-items .menu-title{
  text-transform: none !important;
}

/* for the titles inside the posts: */
h1, h2, h3, h4, h5, h6, .title{
  color: black; 
}
h1{
  font-size: 30px !important;
/*  text-decoration: underline;*/
}
h2{
  font-size: 24px !important;
/*  text-decoration: underline;*/
}
h3{
  font-size: 22px !important;
/*  text-decoration: underline;*/
}
.loop-title {
  color: black; 
}

/* for the footer: */
.footer .widget-title {
  color: #666;
  text-transform: none !important;
  font-size: 12px;
  margin-bottom: 0.000em;
}
.footer {
  border-top: solid 3px #888;
  border-color: rgba(0, 0, 0, 0.3);
  padding: 5px 0 5px;
  line-height: 1.0em;
  color: red;
}
.widget {
  margin: 5px 0;
  position: relative;
  font-size: 12px;
}
.wp-caption-text {
  border: solid 0px white;
  text-align: left;
  background-color: white;
  font: 14px courier, sans-serif
}
.wp-caption {
  background: white;
}

/* for add a circular image in the about page: */
.circular-image {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

/* left sidebar widget */
.sidebar .widget {
    margin: 0 0 15px;
}
.sidebar {
  line-height: 1.3em;
}
.widget-title {
  margin: 0px;
}

/* commets (blockquote)*/
blockquote p {
  color: #dc3131;
}