/* 
BASIC HTML
======================================== */


body {
	font-size: 14px;
	line-height: 1.44;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

.input-button{
	font-weight: bold;
}


.awesompersand{
	font-family: Baskerville, Palatino, "Palatino Linotype", Constantia, "Book Antiqua", "URW Palladio L", serif;
	font-style:  italic;
	font-size: 110%;
}

textarea, .input-button, input{
	font-size: 11px;

}


strong.stress{
	font-weight: inherit;
}

/*
SANS SERIF HEADLINE FONT
======================================== */
body, h1, h2, h3, h4, h5, h6, textarea, .input-button, .alt-text, small, label, #errors{
	font-family: 'Helvetica Neue','Bitstream Vera Sans',Arial,Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}

/*
SERIF BODY COPY FONT
======================================== */
#subtitle, #tagline, #content{
	font-family: Georgia,'New Century Schoolbook','Bitstream Vera Serif',Utopia,'Times New Roman',times,serif;
}


/*
SMALL TYPE
======================================== */

.moreportfolio{
	font-size: 12px;
}

small { 
	font-size: 10px; 
}

/*
HEADINGS
======================================== */

h1#sitetitle {
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -.05em;
}
	#subtitle{
		letter-spacing: normal;
		font-weight: normal;
		font-size: 21px;
		font-style: italic;
		text-transform: lowercase;
	}
	
	
h1 {
	font-size: 36px;
}


h2 {
	font-size: 24px;
	letter-spacing: -.02em;
}

h3 {
	font-size: 21px;
	letter-spacing: -.02em;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .15em;
}

/*
Spacing
======================================== */

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
textarea, 
input{
	margin-bottom: 20px;
}

h4,h6{
	margin-top: 15px;
	margin-bottom: 5px;
}

/*
HEADER
======================================== */
#tagline{
	font-size: 11px;
	line-height: 1.45;
}

/*
NAVIGATION
======================================== */
#navigation li a{
	text-transform: uppercase;
	font-weight: bold;
}

/*
FOOTER
======================================== */
#footer{
	font-size: 12px;
}


