/* 
Theme Name: Birdsong
Description: Birdsong theme
Version: 1.0
Author: Andy
*/

body {
  font: 17px georgia, times, "times new roman", serif;
  margin: 38px;
  background: #8e9da5 url(images/bg.jpg) left top;
  background-attachment: fixed;
  color: #4d4a49;
  }

p, li, ul, dd, td {
  font: 17px georgia, times, "times new roman", serif;
  color: #4d4a49;
  line-height: 150%;
  }
 
a {
  font: 17px georgia, times, "times new roman", serif;
  color: #c82f27;
  text-decoration: underline;
  }
  
a:hover {
  color: #4d4a49; 
  text-decoration:underline;
  }

h1, h1 a, h2, h2 a, h3, h3 a {
  color: #c82f27;
  line-height: 120%;
  clear: both;
  }

h1, h1 a {
  font-size: 20px;
  margin-top: 0;
  }
h2, h2 a {
  font-size: 18px;
  }
h3, h3 a {
  font-size: 17px;
  }

hr {
  height:1px;
  border: 0px;
  width:100%;
  background:#81aad2;
  color:#81aad2;
  margin: 5px 0 15px 0; 
  }
  
#wrapper {
  width: 794px;
  margin: 0 auto;
  border: 38px solid #ffffff;
  background: #ffffff;
  }

#header {
  height: 192px;
  background: #e52325;
  }

#navbar {
  height: 50px;
  line-height: 50px;
  width: 794px;
  text-align: center;
  font-size: 17px;
  color: #c82f27;
  }
#navbar a {
  line-height: 50px;
  font-size: 17px;
  color: #c82f27;
  text-decoration: none;
  padding: 0 5px;
  font-weight: bold;
  }
#navbar a:hover, #navbar .current {
  color: #f0c7c8;
  }

  
#content {
  padding: 28px;
  background: #fff4f2;
  overflow: auto;
  border-top: 2px solid #dd7063;
  }

#footer, #footersmall {
  padding-top: 20px;
  text-align: center;
  width: 794px;
  font-size: 15px;
  color: #c82f27;
  }
#footer p, #footer a {
  font-size: 15px;
  color: #c82f27;
  }

#footersmall {
  padding-top: 8px;
  }
#footersmall, #footersmall a {
  font-size: 12px;
  }
  
.clear {
  clear: both;
  }




/* WP Common Styles */

.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.commenttime {
   color: #999999;
   font-style: italic;
}
.commenttext p {
   margin: 0;
   padding: 0;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
   text-align:right;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}