/* CSS Document */

/*
Theme Name: The Good Machinery
Theme URI: http://thegoodmachinery.com
Description: The Good Machinery Theme
Version: 2.0
Author: Kristine Deppe
Author URI: http://websavvymama.com/
*/

body {
	margin:0px;
	background-color:#ffffff;
	text-align:center;
	padding:10px;
	min-width:820px;
}

#wrap {
    background-color:#FFFFFF;
    background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
 	font-size: 9pt;
	font-family: Lucida Sans Typewriter, sans-serif;
	line-height: 14px;
    width: 820px;
	color: #666666;
}




#innerwrap {
	width: 820px;
		font-size: 9pt;
	font-family: Lucida Sans Typewriter, sans-serif;
	line-height: 14px;
} 

#sidemenumain {
		font-size: 9pt;
	font-family: Lucida Sans Typewriter, sans-serif;
	line-height: 14px;
	text-align: left;
	float: left;
	padding:0px;
	width: 160px;
	margin-left:5px;
	
}	#sidemenumain  a {
		text-decoration: none;
		color: #666666;
	}
	#sidemenumain  a:visited {
		text-decoration: line-through;
		color: #666666;
	}
	#sidemenumain  a:hover {
		text-decoration: none;
		color: #FF0318;
	}
	#sidemenumain  a:active {
		text-decoration: none;
		color: #666666;
	}


#content {
		font-size: 9pt;
	font-family: Lucida Sans Typewriter, sans-serif;
	line-height: 14px;
	float: right;
	width: 650px;
	padding-right: 4px;
}

#loop {
	font-family: "geneva", Arial, Helvetica, sans-serif;
      font-size: 10pt;
	color: #666666;
	padding:4px;
	float: right;
	width: 640px;

}

#comments {
	font-family: "geneva", Arial, Helvetica, sans-serif;
      font-size: 10pt;
	color: #666666;
	padding:4px;
	float: left;
	width: 530px;

}

#footer {
	font-size: 8pt;
	width: 820px;
	text-align: center;
	padding-top: 40px; 
	padding-bottom: 4px; 
	clear: both;
}


td {
		font-size: 9pt;
	font-family: Lucida Sans Typewriter, sans-serif;
	line-height: 14px;
}

a:link, a:visited{	
	color: #FF0318;
	text-decoration: none;
	}

a:hover{
	color: #666666;
	text-decoration: none;
}

a:active{
	color: #FF0318;
	text-decoration: none;
}

/* Begin comments*/
#commentform input {
	width: 100px;
	padding: 2px;
	margin: 5px 5px 1px ;
	}

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

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

.alt {
	margin: 0;
	padding: 10px;
	}

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

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

.commentlist p {
	margin: 10px 5px 10px 0;
	width: 500px;
	
	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
