/*GRIDS
-------------------------------------------------------- */
.end{/* Sets styles for any 'end' grids */
	margin-left:0 !important;
	margin-right:0 !important;
	}
.twotwenty{/* 220px */
	width:22em;
	margin-right:2em;
	}
.threeforty{/* 340px */
	width:34em;
	margin-right:1.96em;
	}
.foursixty{/* 460px */
	width:46em;
	margin-right:2em;
	}
.nineforty{/* 940px */ width:94em;}

#home #sub div div { margin-top: 20px; width:300px; text-align:center;}
#home #sub div div h1, #home #sub div div h2, #home #sub div div p { width:280px; text-align:left;}
	
/* PARAGRAPHS
-------------------------------------------------------- */
p.intro:first-line{ font-variant:small-caps;}
p.drop:first-letter{
	float:left;
	font-size:3em;
	padding:0.5em;
	}
/* FORM STYLES
-------------------------------------------------------- */
#contact-form{}
#contact-form label{
	width:10em;
	float:left;
	margin-top:0.6em;
	}
#name, #form-email, #url, #location{
	width:42.4em;
	height:20px;
	padding:3px;
	padding-top:5px;
	border:1px solid #54534a;
	background:url(../images/footer-form-bg.gif) top left repeat-x #e6e5de  !important;
	margin-bottom:18px;
	}
#comments{
	width:42.4em;
	height:10em;
	padding:3px;
	border:1px solid #54534a;
	background:url(../images/footer-form-bg.gif) top left repeat-x #e6e5de  !important;
	margin-bottom:18px;
	}
#name:active, #form-email:active, #url:active, #location:active, #comments:active, #submit:active, #name:focus, #form-email:focus, #url:focus, #location:focus, #comments:focus, #submit:focus{
	border:1px solid #54534a;
	}
#submit{
	clear:both;
	padding:5px;
	border:1px solid #54534a;
	background:url(../images/footer-form-bg.gif) top left repeat-x #e6e5de  !important;
	cursor:pointer;
	margin-left:9em;
	}
#reset{
	clear:both;
	padding:3px;
	border:none;
	background:#f00 !important;
	cursor:pointer;
	float:right;
	color:#e6e5de;
	margin-top:-28px;
	}
/*-------------------------------------------+
|                                            |
|                LIST STYLES                 |
|                                            |
+-------------------------------------------*/
ol{
	margin-bottom:1.8em;
	list-style:decimal inside;
	}
ol li{
	font-size:1.2em;
	line-height:1.5em;
	}
	
/*EOF*/
