/* @override http://muninn.net/blog/wp-content/themes/fasttrack/style.css */

/* @override http://muninn.net/blog/wp-content/themes/fasttrack/style.css */

/* 
Theme Name: FastTrack

Theme URI: http://wpthemes.info
Version: 1.0
Description: A Theme from wpthemes.Info
Author: Sadish Balasubramanian
Author URI: http://www.simpleinside.com

Header Image by tkekkonen
http://sxc.hu/browse.phtml?f=view&id=101419

Icons from http://www.stylegala.com/features/bulletmadness/

This CSS is a mangled and modified version of Sadish Balasubramanian's first release of the wonderful Fasttrack WordPress theme.  He did a wonderful job on this design!
*/
body {
	margin:0;
	padding:0;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 0.9em;
	text-align:center;
	color:#29303B;
	line-height:1.3em;
	background: #414734;
}
a {
	color: #2e3827;	
	text-decoration:underline;
}
a:visited {
	color: #1d221b;
}
a:hover {
	color: #54694d;
	text-decoration:underline;
}
input, textarea 
{
	border: 1px solid #38412d;
}
#main 
{
	background:#fff url('images/bkgnd.jpg') center;
	width:700px;
	margin:0 auto;
	padding:8px;
	text-align:left;
	font-family:  Georgia, Times, Times New Roman, serif;
	font-size: 0.9em;
}
#header {
	height: 80px;
	margin: 25px auto 0 42px;
	width:650px;
	padding:0;
}

#foot 
{
	background:#fff url('images/foot.jpg') center;
	width:700px;
	height:38px;
	margin:0 auto;
	padding:8px;
	text-align:left;
	font-family:  Georgia, Times, Times New Roman, serif;
	font-size: 0.9em;
}

#education
{
	font-size: 0.9em;
}

#movements
{
	font-size: 0.9em;
}

#smaller
{
	font-size: 0.9em;
}
#content {
	width: 570px;
	text-align:left;
	padding: 5px 10px;
	margin: 20px 0 0 50px;
	overflow:hidden;
	font-size: 1.2em;
}

#intro {
	width: 470px;
	padding-left: 50px;
}

#text {
	width: 545px; 
	padding-left: 10px; 
}

#sidebar {
	width:180px;
	float:right;
	padding:10px 8px;
	margin:0;
	font-size:1em;
} 

#smallcaps {
	font-variant: small-caps;
}
a img {
	border: none;
}
acronym, abbr {
	border-bottom: 1px dotted #0c6bf0;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}
code {
	font-size: 1em;
	font-style: italic;
}
blockquote{
	background:#EEEEEE;
	border: 1px solid #E0E0E0;
	padding: 8px 8px 8px 8px;
	margin: 1em 1em 1em 1em;
	width:480px;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}
h3 {
	margin: 0;
	padding: 0;
	font-size:1.3em;
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-family:  Georgia, Times, Times New Roman, serif;
	font-weight: normal;
	letter-spacing: 1px;
}
#header h1 
{
	margin: 0;
	font-size: 2.1em;
	color: #0f0f0f;
	padding:130px 0 0 30px;
	text-align:left;
}
h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
	color: #999;
}
#header a:link, #header a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: none;
}
#header a:hover, #header a:active {
	color: #996;
	text-decoration: none;
	border-bottom: none;
}
#content ul {
	margin-left: 0;
	padding-left: 15px;

	list-style-type: none;
}
#content ul li {
	background: url('img/bullet.png') no-repeat 0 7px;
	padding-left: 1.5em;
}

hr {
	display: none;
}
#footer {
	margin:0 auto;
	padding: 7px 0;
	border-top: 1px solid #996;
	clear: both;
	font-size: 0.8em;
	color: #999;
	text-align:center;width:690px;
}
#footer a {
border:none;
color:#7A7636;
}
cite a {
	border-bottom: 1px dotted #DC9204;
	text-decoration: none;
}
cite a:visited, a:hover {
	border-bottom: none;
}
#undernav 
{
	list-style:none;
	font-size:0.9em;
	margin:0 auto;	
	padding: 2px 20px 2px 45px;
	text-align:left;	
}
#undernav a
{
	text-decoration:none;
}
#undernav a:hover
{
	text-decoration:underline;
}
#undernav li 
{
	list-style:none;
	display:inline;
	padding:0 0.6em;
	margin:0;
    font: 1.8em  Georgia, Times, Times New Roman, serif;
}


/* 
================================================
styling for footnotes begins here
================================================
*/

/* footnotes as they original appear inline, before reformatting */
#content span.footnote {
	color: #f30;
}

/* footnote links in text */
#content a.ftnlink {
	vertical-align: super;
	font-size: 0.8em;
}

/* div to hold all reformatted footnotes */
.footnoteholder {
	/* border-left: 1px solid #ccc; */
	margin: 10px 0 10px 0;
	padding: 10px 10px;
	font-size: 0.95em;
	line-height: 1.1em;
}

/* div to hold single reformatted footnote */
.footnoteholder div.footnote {
	margin: 0 0 10px 0;
}
