/* DEBUG */
p,div,ul,li,h1,h2,h3,h4,h5,h6,a, td
{
	/*border: 1px solid black;*/
}

/* default style */
body {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;	
	width: 7.3in;
	margin: 0.5in auto;
	padding: 0;
}

.docTitle{
	font-size: 20pt;
	/*margin-left: auto;
	margin-right: auto;*/
	text-align: center;
	color: #CC3333;
	font-weight: bold;
	margin-bottom: 8pt;
	margin-top: 24pt;
	text-transform: uppercase;
}

/* alternate color for important things */
.header, h1, h2, h3, h4, h5, h6
{
	color:#C33;
}

/* large noticeable headers for topics */
.header{
	font-size: 16pt;
	margin-top: 32pt;
	margin-bottom: 8pt;
	/*text-decoration: underline;*/
	text-transform: uppercase;
	font-weight: bold;
}

/* use bold instead of italics to emphasize */
em{
	font-weight:bold;
	font-style:normal;
}

/* make links interact with user */
a:link {
	color: #990099;
}
a:visited {
	color: #633;
}
a:hover {
	color: #CC3333;
}
a:active {
	color: black;
}

/* small space between different chunks of data */
.block{
	margin-top: 12pt;
	margin-bottom: 12pt;
}

/* more compact bullet point lists */
ul{
	margin-top: 4pt;
	margin-bottom: 4pt;
}

/***************
* SPECIAL CASES
****************/
.contactspacing{
	width: 50px;
}

.contact{
	margin-right: auto;
	margin-left: auto;
}
	
/* dates are right-aligned */
.date{
	float: right;
	/*margin-top: 4pt;*/
	margin-right: 16pt;
	font-weight: bold;
}

/* highlight company names */
.company{
	/*margin-top: 4pt;*/
	font-weight: bold;
}

/* highlight positions */
.position{
	text-decoration: underline;
}

/* highlight projects */
.project{
	font-style: italic;
}

/* emphasize footer */
.resumeFooter{
	font-style: italic;
}

#zend{
	float: right;
}


/* PRINTER SETTINGS */
@media screen{
	.printonly{
		display:none;
}

