/* this is a common layout css file compiled by Red Bit Blue Bit. http://redbitbluebit.com/ */

.page {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* Vertical Rhythm */

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
} 

h1 { 
	font-size: 24px;
	line-height: 40px;
	margin-top: 0; 
	margin-bottom: 0; 
}

h2 { 
	font-size: 22px;
	line-height: 40px;
	margin-top: 0; 
	margin-bottom: 0; 
}

h3 { 
	font-size: 20px;
	line-height: 40px;
	margin-top: 0; 
	margin-bottom: 0; 
}

h4 { 
	font-size: 20px;
	line-height: 20px;
	margin-top: 20px; 
	margin-bottom: 0; 
}

h5{ 
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px; 
	margin-bottom: 0; 
}

h6 { 
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px; 
	margin-bottom: 0; 
}

p , ol, ul, code, .comment, dl dt, dl dd {
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer {font-size: 10px;}

/* -- end vertical rhythm */
/*************************************************/
 blockquote {
	margin-left:70px; 
	margin-right: 70px; 
	padding-left:10px; 
	padding-right:10px;
}

dd {
	margin-left: 20px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/******************************************************************/
/* forms */
/******************************************************************/
/* Forms */
.form {
    border: 0;
    float: left;
    margin: 0;
    padding: 0;
    width: 610px;
}
label {
    display: block;
    float: left;
    font-size: 14px;
    margin: 1px 10px -1px 10px;
    width: 140px;
}
input[type="text"], input[type="password"], select, textarea {
    border-width: 1px;
    margin: 0;
    margin-top: 4px;
    padding-bottom: 4px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
input[type="submit"]{
    height: 30px;
    margin: 10px 0;
    padding: 0 10px;
}
/* field lengths (textbox, dropdowlists, textareas */
.tiny {width: 60px;}
.short  {width: 126px;}
.medium {width: 286px;}
.long   {width: 446px;}
