/*
Theme Name: Mistress Rikka Custom Theme
Theme URI: http://www.mistressrikka.com
Description: 
Version: 1.0
Author: Cristian Popa, based on existing design
Author URI: http://www.cristianpopa.com/portfolio-2 */

body {
	margin: 0;
	padding: 0;
	background: #333;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 18px;
	font-size: 11px;
}

* {
	margin: 0;
	padding: 0;
}

table.table_content {
	margin: auto;
}

h1, h2, h3, h4, h5 {
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	margin: 30px 0 10px 0;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

#sidebar h2 {
	font-size: 16px;
	margin: 20px 0 0px 0;
}

h3 {
	font-size: 18px;
}


#sidebar h3 {
	font-size: 14px;
}

p {
	margin: 20px 0;
}

ul, ol {
	list-style-type: none;
}

a:link {
	color: #069;
	text-decoration: none;
}

a:visited {
	color: #7eb3ce;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

textarea#comment {
	width: 100%;
}


.alignright {
	float: right;
	margin: 10px 0;
}

.alignleft {
	float: left;
	margin: 10px 0;
}

#content {
	clear: left;
	width: 420px;
	float: left;
}

#navigation {
	float: none;
	clear: both;
}

#sidebar {
	float: right;
	font-size: 11px;
	width: 140px;
	border-left: dotted #ccc 1px;
	padding: 0 0 0 10px;
	line-height: normal;
}

#sidebar p {
	margin: 0 0 10px 0;
}

#sidebar img {
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
}

#sidebar form {
	clear: both;
}

input#s, input#addr, input#email{
	width: 120px;
	border: 1px solid #ccc;
}

#sidebar li {
	padding: 5px 0 0 0;
}

#sidebar ul li ul li {
	line-height: normal;
	margin: 0 0 5px 0;
}

td.ttl {
	text-align: center;
	margin: 0 auto;
}

.home {
	position: relative;
	top: -20px;
}

.home p.postmetadata {
	margin: 1px 0 0 0;
	font-size: 10px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 3px 0;
}

.teaser p {
	margin: 5px 0 0 0;
}

.home .entry {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px 0;
}

span.stats_comments {
	background:transparent url(images/comment.gif) no-repeat scroll 0 0;
	padding:0 0 6px 20px;
}

span.read_more {
	display: block;
	text-align: right;
	width: 40px;
	float: right;
	position: relative;
	top: -18px;
	font-weight: bold;
}

span.read_more a {
}

/* NOTIFICATION FORM */

#notifixious_widget {
	position: relative;
	left: -10px;
	clear: both;
}

#notifixious_widget * {
	margin: 0;
	padding: 0;	
}

select#channel_type {
	clear: both;
}

#notifixious_widget img {
	display: none;
}

input#subscription_submit {
	clear: both;
}