/* Gravatars
--------------------------------------------------*/
.gravatar {
	float:left;
	padding: 0px;
	/* border: 5px solid #161616; */
	margin:0px 10px 0px 0px;
	display: block;
	position: absolute;
	left: -53px;
	top: -1px;
}
.borderh{
border: 5px solid #D4E9FA;
}
.borderm{
border: 5px solid #FAD3FA;
}
.borderp{
border: 5px solid #D9D3FA;
}
.postgrav {
        float: left;
        padding: 3px;
        margin-right: 5px;
        margin-left: 5px;
        border: 1px solid #000;
        background: #fff;
}
 /* headings
--------------------------------------------------*/


#content h2, #content2 h2, #content2 .entrysingle h2 {
	margin:0px;
	font-size:1.6em;
	font-weight:normal;
	line-height: 1em;
	padding: 0px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/*
#content h3, #content2 h3 {
	margin:0 0 18px 0;
	font-size:1.5em;
	color: #99CCCC;
}
*/
#content h4, #content2 h4  {
  margin:0;
  font-size:1em;
}
#content .archive {

margin:20px;}

#content.archive h2, #content2.archive h2  {
	margin:0px;
	color: #8A8A8A;
}

#content.archive h3, #content2.archive h3 {
	margin:0 0 10px 0;
	font-family:Georgia, serif;
	font-size:1.3em;
	font-weight:bold;
}

#content.archive h4, #content2.archive h4  {
  margin:0 0 18px 0;
  font-size:1em;
}

#content.archive h5, #content2.archive h5 {
  margin:0;
  font-size:1em;
}



/* comments
--------------------------------------------------*/
#comments {
	color: #666666;
	padding: 15px 24px 10px 14px;
	margin-left: 10px;
}

#comments h2 {margin-bottom:24px;}

#comments h2 a {
  margin-left:2px;
  padding-left:6px;
  border-left:1px solid;
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:0.55em;
}

#comments ol {
	margin:0px 0px 40px 0px;
	list-style-type: none;
	padding: 0px;
}

#comments li {
	margin-bottom:18px;
	clear: both;
	position: relative;
	margin-left: 55px;
	width: 457px;
}


#comments ol p {
	padding:0px 10px 10px 10px;
	clear: right;
	font-size: 11px;
	line-height: 1.4em;
}

#comments .header {
	position:relative;
	min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */
	margin:0 0 10px 0;
	padding:3px 6px;
	font-size: 12px;
}

* html #comments .header {
	height:19px;
	font-size: 12px;
	font-weight: bold;
} /* IEWin */

#comments .header strong {font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;}

#comments .header .gravatar {
	float: left;
}


/* form
--------------------------------------------------*/
#commentform {padding:6px;}

#commentform, #contactform {margin-bottom:18px;}

#commentform fieldset {border:0 solid;} /* Opera */

#commentform p {
  padding:6px 0;
  border-bottom:1px dotted;
}

#commentform label {
	display:block;
	float:left;
	width:70px;
}

#commentform label {
	margin:0 10px 0 10px;
	margin-top:15px;
}
#contactform label {margin:0 15px 0 0;}

#commentform em {
  margin-left:5px;
  font-size:0.9em;
  font-style:normal;
}
.logincomment {
 padding:0;
  border:0;
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.logincomment input {width:100px;}
.logincomment .boton {
	width:50px !important;
	background-color:#666666;
}
#commentform input, form textarea {
  padding:3px;
  border:1px solid;
  font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size:0.9em;
}

#commentform textarea {overflow:auto;}

#commentform input {width:200px;}
#commentform textarea {width:325px;}
#contactform textarea, #contactform #bx_subject {width:400px;}

* html #commentform textarea {width:350px;} /* IE WIN; but why? */
* html #contactform textarea,
* html #contactform #bx_subject {width:360px;} /* IE WIN; but why? */

#commentform .button {
  width:90px !important;
  font-weight:bold;
}

#commentform .button {
	margin-left:100px;
	background-color: #666666;
	text-transform: uppercase;
}
#contactform .button {
	margin-left:75px;
	background-color: #BDDEDE;
	text-transform: uppercase;
	color: #408080;
}

form .hiddenfield {display:none;}

form .info {padding-left:90px;}

/* Comments
--------------------------------------------------*/
#comments h2 {
	margin:0px 0px 24px 0px;
	font-size: 20px;
	padding: 0px;
	color: #666666;
}

#comments h2 a:link, #comments h2 a:visited{
	color:#FF6464;
	background-image: url(/img/arrow.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
}
#comments h2 a:hover {
color:#666666;
	background-image: url(/img/arrow-o.png);	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
}
#comments li.comment {list-style-image:url(images/spring_flavour/comments.gif);}

#comments li.trackback,#comments li.pingback {list-style-image:url(images/spring_flavour/pingtrackback.gif);}

#commentform {
	background-color:#D3EAFA;
	width: 500px;
}

#comments .header {background-color:#282522;}
.otherscomments.alt  {
	background-color:#D3EAFA;
	background-image:url(/img/comments-alt.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	color:#666666;
}
* html #comments .otherscomments .header.alt {
	background-color:#77FD7D;
	background-image:none;
}
#comments .otherscomments .header.alt {
	background-color: #B5DBFB;
	background-image:none;
}
#comments .mycomments .header.alt {
	
	background-image:none;
}
#comments .mycomments .header.alt a:link, #comments .mycomments .header.alt a:visited{
color:#009999
}
#comments .mycomments .header.alt a:hover{
color:#000
}
/* form
--------------------------------------------------*/
#commentform p {border-color:#666666;}

#commentform label {
	color:#666666;
}

#commentform em {color:#C8C8B4;}

#commentform input {color:#414141;}

#commentform input, #commentform textarea {
	font-size: 11px;
	border: none;
}

#commentform .button {
  border-color:white #DCDCDC #DCDCDC white;
  background-color:#F0F0F0;
  cursor:pointer;
}



.entry .info .editlink a,
.minientry .editlink a,
#comments li .editlink a {
  display:block;
  height:20px;
  width:26px;
  margin:0;
  padding:0;
  border:none;
  font-size:1px; /* IEWin */
  line-height:0px; /* IEWin */
  text-indent:-9999px;
  background:url(images/spring_flavour/edit.png) 0 0;
}

.entry .info .editlink a:hover,
.minientry .editlink a:hover,
#comments li .editlink a:hover
  { background:url(images/spring_flavour/edit.png) 0 20px;}
.commenttop {
	padding: 6px 10px 6px 10px;
	margin: 20px 0px 0px 0px;
	background-image: url(/img/commenttop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 492px;
	background-color: #D3EAFA;
}
#comments .commenttop h2{
	margin-left:5px;
}
#comments .mycomments  .header, #comments .mycomments  .header .alt{
	color: #000000;
	background-color: #B0C6C6;
	font-weight: bold;
}
#comments .header a:link, #comments .header a:visited {
	color: #FF6464;
}
/* #comments .header a:hover{
	color: #99CCCC;
} */
.mycomments alt {
	background-color: #DBE3E5;
}

