@charset "utf-8";
/* CSS Document */

/* interior.css */

/** content **/

/* interior left */

#left {
	width: 150px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
}

#left h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #990000;
}

#left p {
}

#left ul {
	list-style-type: none;
	margin-top: -10px;
	margin-left: -40px;
}

#left li {
	font-size: 95%;
	line-height: 115%;
	padding-top: 10px;
	padding-bottom: 0px;	
}

#left li ul li{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;	
}

#left li ul li ul li{
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;	
}

/* interior right */

#right {
	float: right;
	width: 604px;
}

#right h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #990000;
}

#content h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #990000;
}

.librarybox {
	margin-bottom: 20px;
}

.librarybox p {
	padding-top: 10px;
}

.librarybox h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.librarybox-left {
	width: 377px;
	float: left;
	margin-right: 15px;
	clear: both;
}

.librarybox-right {
	width: 377px;
	float: left;
	margin-top: 0px;
	margin-left: 15px;
}

.from-blog-img {
	float: right;
	height: 100px;
	width: 100px;
	margin-top: 2px;
	margin-right: 15px;
	margin-left: 10px;
	overflow: hidden;
}

.from-blog-img img {
}

/* content tags */

/* content tags */

#content-tags-interior {
	width: 978px;
}

#tags-left {
	width: 444px;
	float: left;
	margin-right: 30px;
}

#tags-right {
	width: 444px;
	float: left;
}

#tags-interior {
	width: 978px;
}

#tags-interior h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-left: 5px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #990000;
}

#tags-interior h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 120%;
}

/* sidebar */

#sidebar h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: -15px;
}

#sidebar h4 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 105%;
	font-weight: bold;
	line-height: 125%;
	color: #000;
	margin-top: -5px;
	margin-bottom: -5px;
}

#sidebar p {
	margin-top: -10px;
	padding-bottom: 10px;
	font-size: 90%;
}

#sidebar ul {
	list-style-type: none;
	margin-left: -40px;
}

#sidebar li {
	font-size: 95%;
	line-height: 115%;
	padding-top: 10px;
	padding-bottom: 0px;	
}

#sidebar li ul li {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#sidebar li ul li ul li{
	font-size: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 0px;	
}

/* other by author */

#otherbyauthor {
	padding-top: -10px;
}

#otherbyauthor ul {
	margin-left: -40px;
}

#otherbyauthor ul li{
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
}

/* comments */                        

.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}

.commentAlt {
    background-color: #f4f4f4;
}

.commentAuthor {
    background-color: #ffc;    
}

.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}

.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}

.commentAlt .commentNum {
    color: #eaeaea;
}

.commentMe .commentNum {
    color: #b0b0ff;
}

.commentAuthor .commentNum {
    color: #f3f3bb;
}

.commentTitle {
    position: relative;
    z-index: 10;

    color: #999;
}

.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}

.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}

.comment .content {
    position: relative;
    z-index: 10;
}
