/*
	Daniel Toman's Resume Stylesheet
	(C) Daniel Toman 2007
	Freely licensed under the Creative Commons Attribution-Share Alike 3.0 License.
	Full text of license available at http://creativecommons.org/licenses/by-sa/3.0/
*/

@media all {

body { 
 margin: 0px;
 padding: 10px 0px 10px 20px;
 font-family: "Helvetica Neue", "Myriad Web", "Nimbus Roman Sans L", "Vera Sans", sans-serif;
}

/* header styles */

#header {
 border-bottom: 1px solid #ccc;
 margin: 0px;
 padding: 0px;
 width: 700px;
}

#name {
 font-weight: bold;
 font-size: 50px;
/* color: #f60; */   /* warm red */
 color: #777; 	/* slate gray */
 float: left;
}

address {
 font-style: normal;
 font-size: small;
 text-align: right;
 margin: 0px 0px 10px 0px;
 padding: 5px 0px 0px 0px;
}

#bling {
 font-size: 300px;
 color: #eee;
 position: absolute;
 top: 500px;
 left: 750px;
/* line-height: 60px; */
}

/* body text styles */

#body {
 margin: 0px;
 width: 700px;
 padding: 25px 0px 0px 0px;
 border-right: 1px dashed #ccf;
 font-size: small;
}

a { text-decoration: none; color: #06c; }

a.dotted { text-decoration: none; border-bottom: 1px dashed #aaa; }

a.black { color: black; }
a.black:visited { color: #555;}
a.black:hover { color: #777; }

#validation { 
 margin: 0px;
 position: relative;
 left: 725px;
 width: 150px;
 font-weight: bold;
 font-size: smaller;
 color: #999;
}

#validation a { color: #555; }

/* list beautifiers */

dl { margin: 0px 50px 20px 5px; }
dt { font-variant: small-caps; }
dd { margin-bottom: 20px; }
dd > p { margin: 2px 0px; }

.project{ font-weight: bold;  font-variant: small-caps; }

.date { color: #999; padding-left: 5px; }

.project > a { text-decoration: none; color: black; }
.project > a:visited { color: #555; }
.project > a:hover { color: #777 }

#experience * ul {
 list-style-type: none; 
 border-left: 1px solid #eee; 
 margin: 0px 0px 0px 5px; 
 padding: 0px 0px 0px 10px;
}

#skills dd:before { content: "\00BB \00A0 \00A0 \00A0"; color: #ccc; }
#skills dd { padding-left: 0px; text-indent: -18px; margin-bottom: 5px; }

#interests dd:before { content: "\00BB \00A0 \00A0 \00A0"; color: #ccc; }
#interests dd { padding-left: 0px; text-indent: -18px; margin-bottom: 3px; }

dd * li { margin-bottom: 6px; }

#linkback { display: none; }

}

@media print { 
	#name { font-size: 36pt; color: #666; } 
	#header { width: 100%; margin: 0em; padding: 0em; }
	address { font-size: 10pt; }
	body { margin: 0em; padding: 0em; }
	#body {
 	 border: none; 
 	 width: 90%;
	 padding: 2em 0em 0em 1em;
	 font-size: 10pt;
	}
	dl { margin: 0em 0em 1em 0em; }
	#bling, #validation { display: none; }
	a { text-decoration: none; color: #666; }
	#linkback { display: block; margin-top: 10em; text-align: center;}
}
