/* MAIN CSS */

html, body {
	font-family: helvetica neue, arial, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 120%;
        color: #222222;
        line-height: 2.0rem;
}

.page-wrap {
    margin: 0 auto;
    width: 700px;
}

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;
riram    color: #045060;
}


.beat-title {
    font-size: 120%;
    color: #045060;
}

.beat-variation {
    font-size: 100%;
    color: #045060;
}

pre {
    font-size: 110%;
}
.beat-notes {
    margin-left: 1em;
}

.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%;
}


.job_name {
       color: #076274;
}


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

.name {
       font-family: Tahoma, Helvetica, Ariel, sans-serif;
       font-style: bold;
       font-size: 1.8rem;
       line-height: 1.5rem;
       text-align: left;
       color: #076274;
}

.site {
    text-align: center; 
}

.phone {
    text-align: right; 
}


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

.subject {
       font-size: 75%;
}

.job {
}

.description li {
    margin-bottom: 1%;
    font-size: 90%;
}
.location,.position, .contact, .dates{
    font-size: 75%;
    color: #666666;
}

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

hr {
}


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

.name {
       font-style: bold;
       font-size: 1.6rem;
       line-height: 1.5rem;
       text-align: left;
       color: #076274;
}

a {
    color: inherit;
    text-decoration: none;
    border: 0;
}

}
