/*
=======================================================
Simplewood CSS Styles
=======================================================
Based on: Leggero by NoWhereMan & drudo
-------------------------------------------------------

Name: Simplewood
Author: Laborix
Version: 0.812.1
Module: styles.css
*/

/* imports common style ruleset */
@import url(common.css);
@import url(globals.css);

/* imports column (where widgets usually go) rules */
@import url(column.css);

#comments li.comment-admin {
	background-color: #eeeedd;
	padding: 1em;
}

#comments li.comment-admin strong.comment-name { 
  color: #428276;
  background-color: transparent;
  font-size: 1em;
}

#comments p.date {
	font-size: 0.8em;
	color: #428276;
	text-align: left;
	list-style-type: none;
}

#comments p.date a {
  color: #428276;
  background-color: transparent;
  border-bottom: 1px dotted #428276; 
  text-decoration: none;
}

#comments p.date a:hover {
  border-bottom: 1px solid #428276;
}

.comment-name {
  color: #428276;
  background-color: transparent;
  font-size: 1em;
}

.comment-name a {
  color: #428276;
  background-color: transparent;
  font-size: 1em;
  border-bottom: 1px dotted #428276; 
  text-decoration: none;
}

.comment-name a:hover {
  border-bottom: 1px solid #428276;
}
