ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:link, a:visited, a:active {
	color: #0077bc;
	padding: 0px;
	margin: 0px;
}

a:hover {
  color: #000;
	text-decoration: underline;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

html {
  background: #e5e5e5 url('http://www.resumesimo.com/_public/examples/teacher-resume-example/img/bg.gif') repeat left top;
}

body {
	font-family: Helvetica, Arial, Verdana;
  font-size: 62.5%;  
	color: #1c1c1c;
	text-align: left;
	background: url('http://www.resumesimo.com/_public/examples/teacher-resume-example/img/shadow.png') no-repeat center 105px;
}

#container {
	position: relative;
	display: block;
  width: 820px;
  margin: 0px auto 60px auto;
  padding: 130px 70px 20px 70px;
  font-size: 1.05em;
  line-height: 1.2;
  background-color: #fff; 
}

h1, h2, h3 {
  display: block;
  color: #0077bc;
}

h1 {
  float: left;	
	font-size: 6.5em;
	font-weight: bold;
	letter-spacing: -3px;
  margin-left: -3px;
}

h2 {
  clear: both;
	font-size: 1.7em;
	font-weight: bold;
	margin: 50px 0px 23px 0px;
  padding-bottom: 8px;
  letter-spacing: -0.03em;
  border-bottom: 3px #0077bc solid; 
}

h3 {
	font-size: 1.3em;
	margin-top: 30px;
	padding-bottom: 7px;
}

#client-photo {
  float: right;
  border: 1px #dfdfdf solid;
  padding: 9px;  
}

#basic-info {
  float: left;
	display: block;
	width: 500px;
	margin-top: 0px;
	font-size: 1.2em;
}

#basic-info h2 {
  float: left;
	display: block;
	width: 500px;
	margin-top: 40px;
}

p {
  clear: both;
	padding-bottom: 10px;
	line-height: 1.4em;
}

p span.block-left {
  float: left;
  display: inline-block;
	width: 150px;
}

p img.icon {
  vertical-align: bottom;
  padding-right: 10px;
}

span strong {
  font-size: 1.1em;
}

.block-full {
  clear: both;
	padding: 5px 0px;
	font-size: 1.2em;
}

.block-left {
  float: left;
}

.block-right {
  float: right;
  width: 670px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.block-right strong {
  display: block;
  margin-bottom: 13px;
  font-size: 1.1em;
}

.block-right strong span {
  color: #9d9d9d;
  font-size: 0.9em;
  font-weight: normal;
}

.block-mini {
  float: left;
  width: 410px;
	padding: 5px 0px;
	font-size: 1.2em;
}

.block-mini .block-right {
  width: 260px !important;
  padding-bottom: 0px !important;
  font-size: 1.1em;
}

.block-mini .block-right img {
  padding-right: 10px;
}

.line {
  border-bottom: 1px #e0e0e0 solid;
}

ul {
	margin-bottom: 10px;
	line-height: 1.4em;
}

ul li {
	padding-left: 12px;
	background: url('http://www.resumesimo.com/_public/examples/teacher-resume-example/img/li.gif') no-repeat left center;
}

#resume-logo {
  position: absolute;
  top: -30px;
  lefT: 0px;
}

.skip {
  display: inline-block;
  width: 25px;
}

#footer {
  clear: both;
  display: block;
  padding-top: 10px;
  color: #9d9d9d;
  border-top: 1px #e0e0e0 solid;    
}

#footer strong {
  color: #1c1c1c;    
}

#footer span strong {
  color: #0077bc;  
}