/* Stylesheet for Luxeritas design file (AMP) */

/**
------------------------------------
 Common
------------------------------------ */
body {
	background: #111 url('./images/back.png') repeat fixed;
}
/*
------------------------------------
 Header
------------------------------------ */
#head-in {
	background: none;
}
#head-band {
	color: #fff;
	background: rgba( 0, 0, 0, .3 );
}
#nav {
	opacity: .8;
}
 
/*
------------------------------------
 Post
------------------------------------ */
.post h2 {
	border-left: 8px solid #aaa;
}
.post h3 {
	border-left: 2px #aaa solid;
}
.post h4 {
	border-left: solid 12px #aaa;
}

/* Table */
.post td, .post th {
	border: 1px solid #ccc;
}
.post th {
	background: #f5f4f3;
}
#pnavi a {
	color: #ddd;
}

/*
------------------------------------
 Widget
------------------------------------ */
#thk-rcomments .widget_comment_author, #thk-rcomments .widget_comment_author a {
	color: #ccc;
}
