@charset "UTF-8";

@import url("header.css");
@import url("main.css");
@import url("sidebar.css");

#main {
  float: right;
}

#sidebar {
  float: left;
}

#footer {
  clear: both;
}

#main .entryOption,
#main .relatedEntry,
#main .comments
{
	border-top:1px dotted #ccc;
	padding:8px 0;
}

#main .relatedEntryHeader{
  padding:8px 0 0 0;
  line-height:1;
}

#main div.relatedEntry li{
  margin:4px 0 4px 2em;
}

#main .comment{
  border-bottom:dotted 1px #ccc;
  margin-bottom: 5px;
}

#main .commentBody,
#main .comments form{
  margin:4px 0;
  padding: 0 4px;
}

#main .commentBody p,
#main .comments form p{
  margin-bottom:10px;
}

#main .commentAuther{
  text-align: right;
}

#main .trackbackURL{
  margin: 8px 0;
  padding: 0 4px;
}

#main .trackbackTitle{
  font-size:1.3em;
  margin-top:10px;
}

#main .trackbackFooter{
  margin-top:4px;
  font-size:0.8em;
  border-bottom:dotted 1px #ccc;
}

#main .trackbackUrl{
  text-align: right;
}


