/* MAIN CSS */

html, body {
    	font-family: Bookman , arial, sans-serif;
/*        font-family: Times Roman;*/
	font-style: normal;
	font-weight: 200;
	font-size: 100%;
        color: #222222;
        line-height: 1.5rem;
}

p {
   padding: 0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom-color: green;
  border-bottom-style: dotted;
  border-bottom-width: thin;
}

a:hover, a:active {
  color: red;
  text-decoration: none;
}

blockquote {
    padding: 1em;
    font-size:85%;
    color: 
}
h1 {
    font-size: 140%;
    font-weight: 100%;
    font-family: helvetica, arial, sans-serif;
    color: #045060;
}

h2 {
    font-size: 120%;
    font-weight: 100%;
    font-family: helvetica, arial, sans-serif;
    color: #045060;
}


pre {
    font-size: 110%;
}

.talk {
    margin: 1em;
}

.talk-description {
    margin-left: 1em;
}

#resume {
	width: 85%;
	margin: 2rem auto;
}

.patrow {
/*	margin-left: .5rem;
	padding-left: 2%;*/
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	
	overflow: hidden;
	/* height: 1%; */
	/* *zoom: 1; */
	min-height: 1%;
}

#pgbreak {
    page-break-before: always;
}

.section {
        margin-top: 2rem;
}

.section_name {
       color: #076274;
       font-style: bold;
       font-size: 130%;
       margin-top: 1em;
}


.job_name {
       color: #076274;
}


.degree_name {
       font-style: bold;
       color: #076274;
}

.name {
       font-family: Tahoma, Helvetica, Ariel, sans-serif;
       font-style: bold;
       font-size: 170%;
       line-height: 1.4rem;
       color: #076274;
}

.site {
       font-family: Tahoma, Helvetica, Ariel, sans-serif;
       font-style: bold;
       font-size: 85%;
}

.phone {
       font-family: Tahoma, Helvetica, Ariel, sans-serif;
       font-style: bold;
       font-size: 85%;
}

.school_name {
       color: #076274;
       font-size: 85%;
}

.subject {
       font-size: 85%;
}

.job {
}

.description li {
    margin-bottom:  0.5em;
    font-size: 100%;
    line-height: 1.4rem;
}

.smalldescription {
    font-style: italic;
    margin-bottom: 1%;
    font-size: 100%;
}

.location,.position, .contact {
    font-size: 85%;
    color: #666666;
}


.job ul {
    line-height: 1.2rem;
}

hr {
}


@media print {
html, body {
    width: 100%;
	font-family: Bookman, arial, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 90%;
        color: #222222;
        line-height: 1.5rem;
}

job, position {
    font-size: 85%;
}
a {
    color: inherit;
    text-decoration: none;
    border: 0;
}

div {
orphans: 5;
}


}
