/*
Theme Name: an ordinary theme
Theme URI: http://www.blog.ordinary.ch/?page_id=269
Version: 1.7
Description: A simple one-column theme with two corresponding random pictures in the header and a suckertree navigation thereunder. Partly widget ready. Please read the readme.txt file.
Author: Fabian Schmid
Author URI: http://www.blog.ordinary.ch/
Tags: one-column, fixed-width, white, black, light
*/


/* standards */

body {
         background-color: #ffffff;
	background-image: url("");
         background-repeat:repeat-x;
	color: #696969;
	font-family: "Verdana";
 	font-size: 9px;
        display: block;
	}


table tr td {
         margin: 0;
         padding: 0;
         line-height: 0.9;
　　　　　　letter-spacing: 0.5em;
         text-indent: 10em;
         vertical-align: top;
         background-image: url("http://chezmona.in/wp-content/uploads/2009/03/p000.jpg");
         background-repeat:no-repeat;
	color: #696969;
	font-family: "Verdana";
	font-size: 9px;
	}


p {letter-spacing: 0.1em;
	text-align: left;
	}




h2 {
	color: #c11415;
	font-size: 1.2em;
	text-transform: none;
	margin: 0;
	}
h3 {
	text-transform: none;
	}
a {
	color: #4682B4;
	text-decoration: none;
	}
a:hover {
	color: #c11415;
	}
img {
	border: none;
	}
blockquote {
	background: url("images/blockquote.jpg") no-repeat top left;
	font-style: italic;
	padding-left: 30px;
	}
#navlink {
	margin: 25px 0 25px 0;
	text-transform: none;
	font-weight: bold;
	}
.alignleft {
	text-align: left;
	}
.alignright {
	text-align: right;
	}
.aligncenter {
	text-align: center;
	}
/* header */

#contentwrap {
	margin-top: 30px;
	width: 800px;
	min-height: 480px;
	}
#titleanddesc {
	padding: 20px 1px 0 1px;
	width: 800px;
	}
#blogtitle {
       	color: #000000;
	text-align: left;
	font-weight: bold;
        text-transform: none;
	font-size: 12px;
	float: left;
        letter-spacing: 0.3em;
	}
#blogtitle a {
	text-decoration: none;
	}
#blogdescription {
        text-transform: none;
	font-size: 9px;
         line-height: 1.0;
	color: #696969;
	float: right;
        letter-spacing: 0.1em;
	}
#leftbanner {
	clear: both;
	border: 3px solid #ffffff;
	width: 282px;
	height: 377px;
	float: left;
	}
#rightbanner {
	border: 3px solid #ffffff;
	width: 503px;
	height: 377px;
	float: right;
	}
#navigation {
	border: 2px solid #ffffff;
	width: 796px;
	height: 17px;
	float: left;
	margin-top: 3px;
	margin-bottom: 10px;
	}
	
/* post and entries */

.postdate {
	color: #ffffff;
	font-size: 0px;
	font-weight: bold;
	margin-top: 20px;
	text-transform: none;
	}
.pagetitle {
	color: #f8f8ff;
	font-size: 0px;
	font-weight: bold;
	margin-top: 20px;
	text-transform: none;
	}
.posttitle {
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	}
.posttitle a {
	color: #4682B4;
	text-decoration: none;
	}
.posttitle a:hover {
	color: #c11415;
	}
.category a {
	text-decoration: none;
	}
.postmetadatabottom {
	background: #ffffff;
        color: #ffffff;
	margin: 0 0 0 10px;
	padding: 0;
	text-transform: none;
	width: 100px;
	}
.postmetadatabottom a {
	color: #ffffff;
	text-decoration: none;
	}
.postmetadatabottom a:hover {
	color: #ffffff;
	}
.entry {
        margin: 0;
        padding: 0;
        line-height: 0.9;
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 1px;
	font-size: 9px;
	}
.entry img{
	margin-left: 0!important;
	margin-bottom: 10px;
	}
.editpostlink {
	text-transform: none;
	}

/* search form */

#search {
	float: right;
	}
#searchsubmit {
	display: none;
	}
#s {
	background: #f1e9de url("images/magnifier.png") no-repeat top left;
	border: none;
	color: #4682B4;
	padding: 1px 2px 1px 25px;
	width: 160px;
	}


/* footer */

#footer {
	border-top: 2px solid #696969;
	padding: 0 1px 30px 1px;
	width: 800px;
	font-size: 10px;
	}
#footer a {
	font-weight: normal;
        color: #696969;
	text-decoration: none;
	}
#footerleft {
	float: left;
        color: #696969;
	text-transform: none;
	}
#footerright {
	float: right;
	font-weight: normal;
	color: #696969;
	text-transform: none;
	}

/* comments */

#comments {
	clear: both;
	padding-top: 20px;
	}
.comment-info-split {
	clear: both;
	}
.commentmetadata {
	text-transform: none;
	}
.commentlist div.alt {
	background: #dddddd;
	color: #000000;
	padding: 10px;
	}
.commentlist div {
	padding: 10px;
	}
.comment-div {
	display: block;
	}
.comment-left {
	width: 30%;
	}
.comment-right {
	width: 70%;
	}