#pageHeader {
	/* background: rgba(100,100,100,0.3) */
}

#fade_titles h1,
#fade_titles h2
{
	text-shadow:
	  1px 1px 2px black,
      0 0 1em black
}

blockquote, 
.standout 
{ 
	padding: 10px 15px 10px 20px;
	font-style: italic;
	background: #d4d4d4 url(http://ruffinbailey.com/resources/images/blockquotes.png) top left no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	
	color: black
}

blockquote > p {
	margin: 8px 0 8px 0;
}

.image-float-left {
	margin-top: 20px;
	float:left; 
	padding-right:13px;
}

.image-float-right {
	margin-top: 20px;
	float:right; 
	padding-left:13px;
}

#global_width a {
  color: blue;
  text-decoration: none;
}
td {
  background-color: rgb(240, 240, 240);
  font-size: 13px;
  padding: 2px 0 0 4px;
}
body {
  font-family: "Arial";
}

.xpTitle {
  background-color: rgb(255, 185, 120);
  font-size: 16px;
  font-weight: 800;
}
.xpTagline {
  background-color: rgb(255, 185, 120);
  font-size: 15px;
  font-weight: 800;
}
.xpLink {
  color: white;
}

.smallText {
  font-size: 12px;
  background-color: rgb(223, 244, 254);
}
.smallLink {
  font-size: 11px;
  background-color: rgb(170, 225, 250);
}

.section {
  background-color: rgb(255, 200, 150);
  font-size: 15px;
  font-weight: 600;
}
.tierTd {
  background-color: rgb(230, 230, 230);
}
.jobTitle {
  font-size: 14px;
  background-color: rgb(223, 244, 254);
  font-weight: 700;
}
.techs {
  background-color: rgb(233, 244, 255);
}
.entryBreak {
  background-color: white;
}

.rdhl {
  color: red;
  font-weight: 800;
}




	.imageleft {
		 background-color:#ffffff;
		 padding:0px;
		 margin-left:5px;
		 margin-right:20px;
		 float:left;
	}

	.imageright {
		 background-color:#ffffff;
		 padding:0px;
		 margin-left:20px;
		 margin-right:5px;
		 float:right;
	}

#container,
p {
	font-size: 14px;
}


h4 {
  font-size: 20px;
  font-weight: 800;
  
  margin-top: 22px;
  margin-bottom: 20px;
}