/*  
Theme Name: Lee Byron How
Theme URI: http://leebyron.com/how
Description: To match the design of Lee Byron 2008
Version: 0.1 gamma
Author: Lee Byron
Author URI: http://leebyron.com/
*/


/* Begin CSS */

.post{
	clear: both;
}

.details{
	border-top: solid 4px #CCCCCC;
	font-size: 11px;
	margin-top: 64px;
	margin-right: 18px;
	padding: 10px 0px 0px 10px;
	color: #333333;
}

.details a{
	color: #77777A !important;
	font-weight: normal;
}

.details a:hover{
	color: #d57687 !important;
}

.details div{
	margin-bottom: 10px;
}

.post .body{
	line-height: 1.35em;
	/*padding-right:18px;*/
}

.post .body .media{
	width: 454px;
}

.post .body img{
	position: relative;
	right: 10px;
}

.post .date{
	color: #77777A;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0em;
	padding-bottom: 2px;
}

.post .categories{
	line-height: 16px;
	font-size: 11px;
}

.post .permalinks{
	line-height: 16px;
	font-size: 12px;
	letter-spacing: 0.15em;
	text-transform: lowercase;
	font-variant: small-caps;
}

.permalinks .num{
	font-size: 10px;
	padding-bottom: 0px;
}

#sidebar > ul{
	padding: 0px;
}

#sidebar > ul > li{
	list-style: none;
}

#searchform{
	margin-left: 5px;
}

#sidebar > ul ul{
	padding: 0px;
	padding-left: 10px;
}

#sidebar > ul ul > li{
	list-style: none;
	margin-bottom: 0.35em;
}

#blog img{
	clear: both;
	display: block;
	float: left;
	margin: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
}

#blog img.right{
	float: right;
	position: relative;
	left: 10px;
	margin: 0px;
	margin-left: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
}

/* Assumes icon for 12px text */
img.icon{
	float: left;
	margin: 0px;
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.comments{
	border-top: solid 4px #CCCCCC;
	padding-top: 0px;
	margin-right: 18px;
}

.commentlist{
	padding: 0px;
}

.commentlist li{
	list-style: none;
}

.comment{
	clear: both;
	border-top: solid 2px #CCCCCC;
}

.commentlist .author{
	background: #F6F6F6;
	border-top: solid 2px #AAAAAA;
}

.commentlist .alt{
	border-top: solid 2px #CCCCCC;
}

.comment .details{
	margin-top: 0px;
	border: 0px;
}

.comment .body{
	float: left;
	width: 326px;
	padding: 0px;
	line-height: 1.35em;
}

#blog .comment .body .wp-smiley {
  display: inline;
  margin: 0px;
  float: none;
  clear: none;
  position: inherit;
  right: 0px;
}

#respond {
  margin-top: 0px !important;
}

#fbc_login {
  margin-left: 10px;
  overflow: auto;
}

#fbc_login img {
  margin-bottom: 0px !important;
}

#fbc_login a:hover img{
  border: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.login_form p {
  clear: both;
  height: 18px;
  margin-right: 0px !important;
}

.login_form label {
  width: 49px;
  text-align: right;
  float: left;
  padding-right: 10px;
  padding-top: 2px;
}

.login_form .label_left {
  width: 49px;
  text-align: left;
  padding-right: 0px;
  padding-left: 10px;
}

.login_form small {
  float: left;
  display: block;
  padding: 3px;
  color: #d57687;
}

.login_form input {
  float: left;
  width: 167px;
  margin-left: 8px;
}

textarea {
  clear:both;
  width:344px;
  height:150px;
  margin-left:8px;
  padding:2px;
  font-family:georgia, serif;
  font-size: 12px;
}

.logged_in {
  float: left;
  padding-left: 10px;
}

.details .avatar {
  margin-top: 3px;
}

/* More and less entries */

.navigation{
	clear: both;
	margin-left: 118px;
	width: 472px;
	padding-top: 2em;
}

.navigation .older{
	float: right;
	width: 100px;
	margin-right: 18px;
}

.navigation .newer{
	float: left;
	width: 100px;
	margin-right: 18px;
}

.navigation .older a{
	color: #77777A !important;
	display: block;
	width: 80px;
	padding: 10px;
	background-color: #F0F0F0;
}

.navigation .older a:hover{
	background: #77777A;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.navigation .newer a{
	color: #77777A !important;
	display: block;
	width: 80px;
	padding: 10px;
	background-color: #F0F0F0;
}

.navigation .newer a:hover{
	background: #77777A;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.more-link{
	clear: both;
	margin-top: 1em;
	margin-left: -10px;
	color: #77777A !important;
	display: block;
	width: 90px;
	padding: 10px;
	padding-right: 0px;
	margin-bottom: -10px;
	background-color: #F0F0F0;
}

.more-link:hover{
	background: #77777A;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
