/* 
Theme Name: His+Her
Description: His+Her theme
Version: 1.0
Author: Andy
*/

body {
  font: 14px "helvetica neue", helvetica, arial, sans-serif;
  margin: 30px 0;
  background: #232020;
  line-height: 160%;
  color: #ffffff;
  }

p, li, ul, dd, td {
  font: 14px "helvetica neue", helvetica, arial, sans-serif;
  color:#ffffff;
  line-height: 160%;
  }

ul { 
  margin-left: 10px;
  margin-top: 5px;
  padding-left: 0px;
  }

ul li { 
  padding: 0;
  margin-left: 5px;
  font-size: 12px;
  }
 
a {
  font: 12px "helvetica neue", helvetica, arial, sans-serif;
  color:#2c7dce;
  text-decoration: underline;
  }
  
a:hover {
  color: #ff9900; 
  text-decoration:underline;
  }

h1, h1 a, h2, h2 a, h3, h3 a {
  color: #ffffff;
  line-height: 150%;
  }

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

hr {
  height:2px;
  border: 0px;
  width:100%;
  background: #403e3d;
  color: #403e3e;
  margin: 5px 0 15px 0;
  clear: both;
  }
  
#wrapper {
  width: 860px;
  margin: 0 auto;
  }

#header {
  height: 56px;
  padding-top: 40px;
  background: url(images/anti-ageing-header.gif) left top no-repeat;
  text-align: right;
  }
#header a, #header .current {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  padding-left: 20px;
  }
#header a:hover, #header .current {
  color: #807830;
  }
  
#navbar {
  background: #4d4b4a;
  height: 34px;
  width: 100%;
  text-align: center;
  }
#navbar a, #navbar .current {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 34px;
  padding: 0 15px;
  color: #ffffff;
  }
#navbar a:hover, #navbar .current {
  color: #cccc66;
  }
  
#content {
  margin-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
  height: 100%;
  }

#content {
  padding: 20px 0;
  vertical-align: top;
  }

#contentbody {
  height: 100%;
  overflow: auto;
  }

#footer {
  padding-top: 12px;
  border-top: 2px solid #403e3d;
  width: 100%;
  text-align: center;
  }
#footer a, #footer, #footer p {
  color: #5e5c5c;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  }
#footer p {
  display: inline;
  }
#footer a:hover {
  text-decoration: underline;
  }

#leftcol, #middlecol, #rightcol {
  float: left;
  width: 259px;
  }
#middlecol {
  margin: 0 40px
  }

#leftcol, #leftcol p, #middlecol, #middlecol p, #rightcol, #rightcol p {
  font-size: 12px;
  line-height: 180%;
  }

#editors_bar {
  clear: both;
  width: 850px;
  display: block;
  background: #adadad;
  padding: 4px;
  font-size: 11px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
  }
#editors_bar a {
  font-size: 11px;
  padding: 8px 0;
  color: #000000;
  text-decoration: none;
  }
#editors_bar a:hover {
  text-decoration: underline;
  }

.greyed {
  background: #232020;
  font: 14px "helvetica neue", helvetica, arial, sans-serif;
  border: 0;
  color: #ffffff;
  text-align: right;
  }

/* WP Common Styles */

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

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.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;
}
.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;
}
