/************************************/
/* GITS								*/
/* Typography Stylesheet			*/
/************************************/

/************************************/
/* General Formatting				*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.left, .alignleft {
	text-align: left;
}
.right, .alignright {
	text-align: right;
}

/************************************/
/* Header							*/
#nav {
	font-family: "Trajan Pro", Trajan, Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-weight: bold;
}
#nav a {
	line-height: 54px;
	text-decoration: none;
}

/************************************/
/* Content							*/
#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
}
#content h1 {
	font-size: 1.80em;
}
#content h2 {
	font-size: 1.60em;
}
#content h3 {
	font-size: 1.40em;
}
#content h4 {
	font-size: 1.20em;
}
#content h5 {
	font-size: 1.00em;
}
#content h6 {
	font-size: 0.80em;
}
#content h2.title {
	font-family: "Adobe Garamond Pro", Garamond, "Hoefler Text", "Times New Roman", Times, serif;
	font-size: 2.50em;
	font-weight: normal;
}
#content h2.title.archive {
	font-size: 1.50em;
	font-weight: bold;
}
#content h3.title {
	font-family: "Adobe Garamond Pro", Garamond, "Hoefler Text", "Times New Roman", Times, serif;
	font-size: 1.60em;
}
#content h3.title a {
	text-decoration: none;
}
#content.archives h3 {
	font-size: 1.20em;
}
#content p {
	font-size: 0.90em;
	line-height: 1.50em;
}
#content ol, #content ul, #content dl {
	font-size: 0.80em;
	font-style: italic;
	line-height: 1.30em;
}
#content a {
	font-weight: bold;
}
#content a:hover {
	text-decoration: none;
}
#content ul ul, #content ul ol, #content ul dl,
#content ol ol, #content ol ul, #content ol dl,
#content dl ol, #content dl ul, #content dl dl {
	font-size: inherit;
}
#content ul {
	list-style: disc;
}
#content ol {
	list-style: decimal;
}
#content dl {
	font-style: italic;
}
#content em {
	font-style: italic;
}
#content strong {
	font-weight: bold;
}
#content ul em, #content ol em, #content dl em {
	font-style: normal;
}
#content ol em, #content ul em, #content dl em {
	font-style: normal;
	font-weight: bold;
}
#content blockquote {
	font-style: italic;
}
#content table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.80em;
	letter-spacing: 0.050em;
}
#content th {
	font-weight: bold;
}
#content .post_meta  {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 0.70em;
}
#content .navigation {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.80em;
}
#content .navigation a {
	text-decoration: none;
}
#content .commentlist a, #content .commentlist .fn {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	text-decoration: none;
}
#content .commentlist p {
	font-size: inherit;
}
#respond ul {
	font-family: Helvetica, Arial, sans-serif;
}

	/* Sidebar */
	#sidebar h3 {
		font-family: "Adobe Garamond Pro", Garamond, "Hoefler Text", "Times New Roman", Times, serif;
		font-size: 1.20em;
	}
	#sidebar a {
		font-weight: bold;
	}
	#sidebar a:hover {
		text-decoration: none;
	}
	#sidebar ul {
		font-size: 0.80em;
		line-height: 1.50em;
	}
	#sidebar ul ul {
		font-size: inherit;
	}
	#sidebar li a {
		font-family: Helvetica, Arial, sans-serif;
		text-decoration: none;
	}
	#sidebar h4 {
		margin: 0.50em 0;
	}
	#sidebar .entry p {
		font-size: 0.70em;
		line-height: 1.50em;
	}
	#sidebar .entry p.date {
		font-weight: bold;
		letter-spacing: -0.05em;
	}
	#sidebar .archival a {
		font-family: Helvetica, Arial, sans-serif;
		text-decoration: none;
	}
	#searchform label {
		font-family: "Adobe Garamond Pro", Garamond, "Hoefler Text", "Times New Roman", Times, serif;
		font-size: 1.20em;
		font-weight: bold;
	}
	#searchform #s {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.20em;
	}
	#tweets li {
		font-size: 0.80em;
		line-height: 1.30em;
	}
	#tweets li a {
		font-family: Helvetica, Arial, sans-serif;
		text-decoration: none;
	}
	#custom_archives a {
		font-size: 1.2em;
	}


/************************************/
/* Footer							*/
#footer {
	font-family: "Adobe Garamond Pro", Garamond, "Hoefler Text", "Times New Roman", Times, serif;
	font-size: 0.90em;
	letter-spacing: 0.05em;
	text-align: center;
}