/* 

  Stylesheet ©2011 Thom Wetzel 
  
  2011-04-11 : Updated to improve appearance on mobile devices 
  
*/ 

body { 
	font-size: 76%;
	font-family: georgia, serif;
	color: #444444;
	margin: 10px; 
}

a { 
	color: #0066dd;
}

h2 { 
	font-size: 150%; 
	margin-top: 2.5em; 
	padding-bottom: 0.25em;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 0.5em; 
}
h3 {
margin: 0.25em 0;
padding: 0; 
}

h4 { 
	font-weight: normal; 
  margin: 0; 
  padding: 0; 
}
p, li  {
	line-height: 2em;
	text-align: justify;
	font-size: 110%;
	margin-top: 0; padding-top: 0; 
}
ul { 
	padding-left: 2em;
}
.info li {
   margin: 0.25em 0;
}
.info ul li:first-child {
   margin-top: 0;
}


div#header { 
	overflow: auto;
	margin-top: 60px; 
}
div#header h1 {
	font-size: 275%; 
	display: block;
text-align: center; 
}
div#header p { 
	line-height: 1.5em;
	font-size: 90%; 
	margin-top: 2em;
	text-align: center;
}
div#pro_summary {
	margin-top: 2.5em;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
div#pro_summary h2 {
	margin-top: 1em;
	border: 0; 
}
div#personal, 
div#quicklinks,
p#references {
	display: none; 
}
div#skills {
	display: block;
	overflow: hidden;
	text-align: justify;
	line-height: 2em;
}
div#skills dl {
	display: inline;
}

div#skills dt { 
	display: inline; 
	color: #0066dd;
	font-weight: bold;
	font-size: 110%;
	margin-right: 0.5em; 
}
div#skills dd { 
	display: inline; 
	margin: 0; 
	margin-right: 0.5em; 
}
div#footer {
	margin: 3em 0;
	padding: 1em 0;
	border-top: 1px solid #cccccc;
}
div#footer p {
	line-height: 2em; 
	text-align: center;
}

@media (min-width: 780px) {
  body { 
    width: 760px;
    margin: 0 auto; 
  }
  div#header h1 {
    text-align: left; 
    float: left;
    width: 66%; 
  }
  div#header p { 
    float: right;
    text-align: right;
    width: 33%; 
  }
  h3 { 
    display: inline; 
  }
  h4 { 
    display: inline; 
    padding-left: 1em; 
    margin-left: 1em; 
    border-left: 1px solid #cccccc; 
  }
}

@media print {
	body { width: 95%; }
	div#header { margin-top: 0; }
}

