/*
-----------------------------------------------
rickhoeye.com
Stylesheet:  typography.css
Author:   Rick Hoeye
Version:  July 27, 2009
Revision: 
----------------------------------------------- */
body {
	margin: 10px;
	padding: 0;
}
#content {
	text-align:center;	
}

h1 {
	font-size:36px;
	font-family:"TitilliumText14L";
	color:#639600;
	line-height:36px;
}

h2 {
	font-size:19px;
	font-family:Lucida Grande, Tahoma;
	color:#000000;
	font-weight:bold;
}

h3 {
	font-size:14px;
	font-family:Lucida Grande, Tahoma;
	color:#000000;
	font-weight:bold;
	padding-bottom:0;
}
a {
	color: #6e6e6e;
	text-decoration: none;
} 
a:hover {
	color: #acacac;
	text-decoration: underline;
}
.lrgtext {
	font-size:14px;
	font-weight:bold;
	font-family:Lucida Grande, Arial, sans-serif;
}
.text {
	font:75%/1.7em Lucida Grande, Arial, sans-serif;
	line-height:18px;
}
.smalltext {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}

.footer { 
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	color:#5c5c5c;
	line-height:14px;
} 

#content input.submit {
	width:105px;
	padding:5px 5px 5px 5px;
	cursor:pointer;
	border:1px solid #222;
	background:#333;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


 
