/*
Theme Name: scr
Theme URI: http://atdot.ch/scr/
Description: Theme for Skype Call Recorder
Author: jlh
Version: 1.0
Tags: simple
*/

body {
	margin:10px auto;
	max-width:980px;
	background:#ffffff;
	color:#404040;
	font-size:11pt;

	font-family:Arial,sans-serif;
}

.hidden {
	display:none;
}

p, li, .download {
	text-align:justify;
}

table td {
	vertical-align:top;
}

i {
	color:#000000;
}

a {
	text-decoration:none;
	color:#0000ff;
}

a:hover, a:active {
	color:#8080ff;
}

strong {
	color:#606060;
}

.header {
	background:url(images/scr.png) no-repeat top left;
	padding-left:140px;
	min-height:140px;
}

.main {
	border-top:solid #e0e0e0 2px;
	border-left:solid #e0e0e0 2px;
	border-bottom:solid #e0e0e0 2px;
	padding-left:20px;
	padding-right:20px;
	min-height:500px;
	margin-left:150px;
}

h1 {
	padding-top:40px;
	margin:0;
	font-size:40px;
	color:#8080ff;
	margin-bottom:0;
}

.site-description {
	font-style:italic;
	color:#808080;
	margin-bottom:2ex;
}

.content {
	margin:2ex 0;
}

.post {
	margin-bottom:4ex;
}

h2 {
	margin-top:0;
	color:#000000;
	font-size:2em;
}

h2 a {
	color:#000000;
}

h3 {
	color:#404040;
}

pre {
	border:dotted #808080 2px;
	color:#000000;
	background:#f0f0f0;
	padding:1ex 1em;
	font-size:smaller;
}

.footer {
	margin-left:150px;
	margin-top:1ex;
	font-size:x-small;
	min-height:30px;
}

.tight {
	margin:0px;
	padding:0px;
}

.download {
	margin:1ex 2em;
	padding:1ex 0;
}

.separator {
	border-top:solid 1px #f0f0f0;
	margin-left:2em;
}

.nav {
	float:left;
	width:130px;
	font-size:small;
	padding-top:10px;
}

.nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.nav li {
	text-align:right;
	margin-bottom:1ex;
}

.distrotable {
	margin:0ex 0.5em;
}

.distrotable td {
	padding:0ex 0.5em;
}

.distrotable .source td {
	padding-top:1ex;
	font-style:italic;
}

.attention {
	color:red;
	font-style:italic;
}

.postmetadata {
	font-size:x-small;
	color:#808080;
	margin:5ex 0;
}

.comments {
	background:#f0f0f0;
	padding:0.5em 1em;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	font-size:10pt;
}
.comments h3 {
	margin:0;
}
.comments .logged-in-as {
	margin:0;
}
.comments .comment-form-comment label {
	display:none;
}
.comments .comment-form-comment textarea {
	width:98%;
}
.comments .form-allowed-tags {
	display:none;
}
.comments .form-submit {
	margin-bottom:0;
}
.comment {
	margin:3ex 0;
	padding-bottom:2ex;
	border-bottom:1px solid #e0e0e0;
}
.comment p {
	margin:1ex 0;
}
.comment .reply, .comment .comment-meta {
	font-size:x-small;
	font-style:italic;
}
.comment cite {
	font-weight:bold;
}
.comment .avatar {
	display:none;
}
