/*
Theme Name: Imperfect Theme
Theme URI: http://www.imperfectwomen.com/
Description: <strong>IMPORTANT: </strong>When Updating this blog's Wordpress do not overwrite the current <code>/wp-includes/comment-template.php</code>.
Version: 1.1
Author: Ichi-Go
*/


/* General Layout */
#bannerAd {
  text-align: center;
  padding: 15px 0;
}

#spannerAd {
  text-align: center;
  padding: 10px 0;
}

#comments {
  color: #CD3A57;
  font-size: 16px;
}

#footer {
  text-align: center;
  margin: 20px 0;
}

#keywords {
	font-size: 9px;
  margin: 0 auto;
	text-align: center;
  width: 926px;
}
#keywords h2 {
	font-size: 11px;
}
#keywords h3 {
	display: inline;
	font-size: 9px;
  font-weight: normal;
}

#leftCol {
  float: left;
  padding: 0 10px;
  width: 725px;
}

#navigation {
  float: left;
  font-size: 12px;
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 5px 0 0 10px;
  text-transform: uppercase;
  width: 924px;
}

#navigation li {
  float: left;
  padding-right: 20px;
}

#page {
  background-color: #FFFFFF;
  border: medium #B7E094 ridge;
  margin: 0 auto;
  width: 926px;
}

#searchform {
  margin: 0 auto;
  text-align: right;
  width: 926px;
}

#sidebar {
  float: right;
  width: 175px;
}

#sidebar .widgettitle {
	color: #CD3A57;
  font-size: 20px;
  margin: 0;
}

.archiveImg {
  float: right;
  margin: 0 0 10px 10px;
}

.borderL {
  border-left: 1px solid #628D3E;
}

.borderR {
  border-right: 1px solid #628D3E;
}

.clear {
  clear: both;
}

.comment {
  background-color: #FFE6DF;
  border: thin dotted #F95587;
  margin: 10px 0 10px 20px;
  padding: 5px;
}

.comment img {
	max-width: 500px;
}

.comment-body p {
  margin-top: 0;
}

.commentlist {
  margin: 0;
  padding: 0;
}

.homeBox {
  float: left;
  display: block;
  height: 250px;
  margin: 5px;
  padding: 5px;
  width: 340px;
}

.homeMainBox {
  color: #628D3E;
  float: left;
  font-weight: bold;
  display: block;
  height: 300px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  width: 340px;
}

.homeBox h2, .homeBox h3,
.homeMainBox h2, .homeMainBox h3,
.pageTitle {
  text-align: center;
  text-transform: uppercase;
}

.homeSecondaryBox {
  color: #628D3E;
  float: left;
  font-weight: bold;
  display: block;
/*  height: 425px; */
  margin: 5px;
  padding: 5px;
  text-align: center;
  width: 340px;
}

.homeSecondaryBox ul {
	list-style: none;
  margin: 0;
  padding: 0;
}

.navigation {
  display: block;
}

.recentComments {
  list-style: none;
  margin: 0;
  padding: 0;
}

.special {
  color: #628D3E;
  text-align: center;
}

.textL {
  color: #628D3E;
  float: left;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 5px 5px;
  text-transform: uppercase;
}

.textL ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.textL ul li {
  display: inline;
}

.textL ul li:after {
  content: " |";
}

.textR {
  color: #628D3E;
  float: right;
  font-size: 11px;
  font-weight: bold;
  padding: 0 5px 5px 0;
}

.thumb {
  float: left;
  margin-right: 10px;
}

.vcard {
  font-size: 14px;
  font-weight:bold;
  text-align: left;
  color:#CD3A57;
}


/* Photo Alignment */
.aligncenter{
  display: block;
  margin: 10px auto;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 10px;
}


/* HTML Tags */
a:link, a:visited {
  color: #CD3A57;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  background-attachment: fixed;
  background-color: #FFFFFF;
  background-image: url(images/background.gif);
  background-position: top;
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}

h2 {
  color: #CD3A57;
}

h3 {
  color: #006600;
  margin-bottom: 5px;
}

hr {
  border-color: #628D3E;
  color: #628D3E;
}

img {
  border: none;
}
.comment-meta{
	/*float:left;*/
	margin-top:40px;
}
