
	
	body {
	
	font-size: 62.5%;
	font-family: Titillium, Helvetica, Arial, sans-serif;
  
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(/images/baggage_tag.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0; padding: 0;
	
}





#container {
	width: 100%;
	margin: 0;
	padding: 0;
	max-width: 800px;
	min-width: 400px;
}



/* ......................................................... Nav */

#navigation {
	
	border: 1px solid #DDDDDD;
	text-align: left;
	color: #6B6B74;
	
	font-family: Titillium, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	overflow: auto;
	padding-top: 0.5em;
}

#navigation div.section {
	width: 20%;
	float: left;
}

#navigation div#name {
	width: 28%;
}
#navigation div#main-links {
	width: 10%;
}
#navigation div#projects-links {
	width: 35%;
}
#navigation div#things-links {
	width: 16%;
}


#navigation ul, #navigation li {
	margin: 0; padding: 0;
	list-style-type: none;
	clear: both;
	
}
#navigation li.float {
	clear: none;
	width: 12em;
	float: left;
	
}


#navigation a {
	color: #6B6B74;
	text-decoration: none;
	border-bottom: 0;
}

#navigation a:hover {
	color: black;
	border-bottom: 1px dotted black;
}

#navigation a.selected {
	color: black;
	padding-bottom: 0.3em;
	border-bottom: 3px solid #000;
}



/* ......................................................... Panel */

div.panel {

	padding: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;

	text-align: left;
	font-size: 1.2em;
	
}


div.panel hr {
	background: #EEE;
	border: 0;
	color: #EEE;
	height: 1px;
	padding: 0;
	margin: 20px auto 20px auto;
	width: 85%;
}


/* .........................................................  Item */


/* item types */

div.text-info {
	
	/*padding: 25px;

	position: relative;
	font-size: 1.2em;
	*/line-height: 1.6;
	text-align: left;
}

div.text-info p {
	margin-bottom: 2em;
}




dl.skills {
	margin-top: 2em;
}

div.text-info ul {
	margin: 1em 2em;
}


dl.skills dt:before {
	
}

dl.skills dt {
	font-weight: bold;
	font-style: normal;
	margin-top: 0.4em;
	margin-bottom: 0.4em;


}

dl.skills dd {
	margin-left: 2em;
}


/* ......................................................... Heading Styles */

h1, h2, h3, h4 {
	font-family: Titillium, Arial, Helvetica, sans-serif;
}


h2 {
	font-size: 1.4em;
	border-bottom: 1px solid #F7F7F7;
}
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }


h1 {
	font-size: 3em;
	line-height: 0.78;
	padding-left: 28px;
	color: #CC3333;
}





a {
	color: #CC3333;
	border-bottom: 1px dotted black;
	text-decoration: none;
}

a:hover {
	border-bottom-style: solid;
	border-bottom-color: #CC3333;
}




a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url('../images/doctype_icons/icon_pdf.gif') no-repeat center right;
}