/*
Theme Name: Calm
Theme URI: http://wpworld.ru/calm/
Description: A calming delight for wordpress.
Version: 1.0
Author: Nick Barrett
Author URI: http://thoughthacker.com/

CSS file and theme image copyright: Nick Barrett 2006 (http://thoughthacker.com). Do not steal without permission of Nick Barrett.
*/

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.png) top left repeat-x;
	font-size: 62.5%;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}

img { padding: 2px 2px 2px 2px; margin: 2px 2px 2px 2px; border: 1px solid #CCCCCC; }
#header img { border: none; padding: 0; margin: 0; }

ul { padding: 0; margin: 0; }
ul li { padding: 0; margin: 0; list-style-type: none; }

a { text-decoration: none; color: #000000; }

h1 { /*for title*/
	font-size: 1.6em;
	margin: 0;
	letter-spacing: -1px;
	font-weight: normal;
}
h2 { /*for tagline*/
	font-size: 1.2em;
	margin: 0;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 5px;
}

h3 { /*for post titles*/
	font-size: 1.4em;
	margin: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
}


h4 { /*for sidebar titles*/
	font-size: 1.1em;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #DDDDDD;
}

/*Layout*/

#wrap {
	margin: 0 auto;
	width: 700px;
	font-size: 1.2em;
}

#header {
	float: left;
	width: 600px;
	height: 200px;
	padding-left: 110px;
	margin-top: 20px;
}

#primary {
	float: right;
	width: 450px;
}

#sidebar {
	float: left;
	width: 230px;
	border-right: 1px dotted #DDDDDD;
	padding-right: 10px;
}

#footer {
	float: left;
	width: 100%;
	margin-top: 5px;
}

/*Comments and Form formatting*/

textarea { width: 100%; background: #FFFFFF; border: 1px dotted #CCCCCC; color: #555555; font-family: Arial, Helvetica, sans-serif; }
input { width: 100%; background: #FFFFFF; border: 1px dotted #CCCCCC; color: #555555; font-family: Arial, Helvetica, sans-serif; }

.comment { margin-bottom: 10px; border-bottom: 1px dotted #CCCCCC; }

.comment_text { padding: 5px 10px 5px 10px; background: #E3E3DB url(images/commentt.jpg) bottom left no-repeat; margin-bottom: 0; }

.comment_meta { padding-left: 35px; padding-top: 5px; margin-top: 0; background: url(images/comment.jpg) top left no-repeat; }