/*  
Theme Name: couch
Theme URI: http://itscalledwebdesign.com/
Description: the couch theme
Version: 1.0
Author: Eric J Eckert & Lloyd Armbrust
Author URI: http://itscalledwebdesign.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


Just in case you're wondering, IE sucks.  That's right, I said it.
*/



/* Begin Typography & Colors */
body {
	font-size: 16px;
	font-family: serif, courier;
	background: #fff;
	color: #000;
	text-align: center;
	width: 800px;
	margin: 10px auto 0;
	}

body img	{
	border: 0;
}

#info	{
	font-size: 15px;
	margin-top: 15px;
}

body a	{
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}
body a:hover	{
	color: #c00;
}

body p	{
	margin: 0 0 4px 0;
	padding: 0;
	width: 800px;
}

#left	{
	font-size: 82px;
	position: relative;
	top: -390px;
	left: -375px;
	z-index: 1000;
}

#right	{
	font-size: 82px;
	position: relative;
	top: -390px;
	left: 375px;
	z-index: 1000;

}


#leftbottom {
	font-size: 35px;
	margin-right: 25px;
}

#rightbottom {
	font-size: 35px;
	margin-left: 25px;
}

#comments,  #commentform textarea {
	text-align: left;
	width: 600px;
	margin: 0 auto;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

#commentform {
	width: 600px;
}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 600px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.alt {
	background: #c8c8c8;
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {

	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	width: 580px;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 600px;
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}