body {
	margin: 15px;
}

.lead2 {
	background-color: #fff;
}

.lead3 {
	background-color: #fff;
	padding: 4px;
}

table {
	background-color: transparent;
}

.user {
	padding: 5px;
	margin-top: 12px;
	
}

.avatar img {
	margin-left:2px;
}

.nothuge {
	font-size: 18px;
	font-family: "Century Gothic", sans-serif;
	color: #aaa;
}

.huge {
	font-size: 24px;
	font-family: "Century Gothic", sans-serif;
	color: #666;
	font-weight: bold;
}

h1, h1 a {
	color: #333;
	text-align: left;
	font-family: "Century Gothic", sans-serif;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}

h1 a:hover {
	color: #fff;
	background-color: #333;
}

h2 {
	color: #333;
	text-align: left;
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 8px;
}

.crd {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	opacity:.75;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	background-color: #fff;
	color: #000;
	padding: 5px;
}

div.google {
	padding-top: 18px;
}

td.credit {
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
		
}

.subt {
	color: #666;
	font-family: "Century Gothic", sans-serif;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 4px;
}

.subt2 {
	color: #999;
	font-family: "Century Gothic", sans-serif;
	font-size: 13px;
}


textarea, input[type=text] {
	font-family: "Century Gothic", sans-serif;
	border-color: #000;
	color: #000;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	outline: none;
}

textarea:focus, input[type=text]:focus {
	outline:none;
	border-color: #eee;
	background-color: #eee;
}

.comments {
	margin-top:5px;
	margin-bottom: 5px;
	font-size: 13px;
}

.comments p {
	margin-left:20px;
	margin-top: 4px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-bottom: solid 1px #ddd;
	color: #333;
	font-size: 13px;
}

.lead {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px 0px;
	border: 0px;
}

.footpost {
	text-align:left;
	margin-bottom: 8px;
	color: #999;
	font-size: 11px;
}

.avv img {
	margin: 1px;
}