/*  
Theme Name: Ron Perrault Aug 14 2023
Theme URI: http://ronperrault.com
Description: Grid-based Portfolio Template
Version: 2.4
Author: Ron
Author URI: http://ronperrault.com

Improved font and features

*/

/*	base
  ------------------------------------------- */

body {
  font-family:  "Oxygen",  "Helvetica", Arial, sans-serif;
  font-size: .9em;
  line-height: normal;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  margin: 0;
  color: #333; }

img {
  border: none; }

a {
  outline: none;
  color: #39f; }

[class^="icon-"], [class*=" icon-"] {
  font-family:  "Oxygen",  "Helvetica", Arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  text-transform: none;
  line-height: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-file-pdf {
  color: #db0d0d;
  float: left;
  margin-right: 5px; }

.icon-file-pdf:before {
  content: "\e600"; }

/*	l-fixed
  ------------------------------------------- */
.l-fixed-js {
  position: fixed;
  width: 100%;
  z-index: 1;
  background: #fff;
  left: 0; }

/*	l-background
	blue band across top
  ------------------------------------------- */
.l-background {
  background: #508ecd;
  overflow: hidden;
  height: 34px;
  transition: height 0.3s; }
  @media screen and (min-width: 600px) {
    .l-background {
      height: 40px; } }
  .lt-ie9 .l-background {
     height: 40px; }

/*
.is-minimised {
  height: 34px; }
*/

/*	l-container
	page body
  ------------------------------------------- */
.l-container {
  max-width: 920px;
  margin: auto;
  padding: 0px 0px;
  overflow: hidden; }
  @media screen and (min-width: 960px) {
    .l-container {
      padding: 0px 0px; } }
  .lt-ie9 .l-container {
     padding: 0px 10px; }

/*	fixed width blue bar with h1 */

	.l-container-overflow {
  	max-width: 920px;
  	margin: auto;
  	padding: 0px; 
  	}
  	@media screen and (min-width: 960px) {
    .l-container-overflow {
  		background: url(/images/rpheader-nocopy.png) 0 0 no-repeat; background-position:left;
      	padding: 0px; } }
  	.lt-ie9 .l-container-overflow {
    	padding: 0px; }
  	.l-container-overflow:after {
    	clear: both;
   		content: " ";
    	display: block;
    	height: 0px;
    	visibility: hidden; }
    	
/*	fixed width grey bar with navigation */
	
	.l-container-header {
		background-color: #dee0d9;
        background: url('/images/rpfooter-960x50.png') no-repeat  0px 0px; background-position: top left;  
		max-width: 920px;
		margin: auto;
		padding: 0px;
		overflow: hidden; }
  	@media screen and (min-width: 600px) {
	.l-container-header {
        background-color: #dee0d9;
        background: url('/images/rpfooter-960x50.png') no-repeat  0px 0px; background-position: top left;  
		 } }
	.lt-ie9 .l-container-header {
		}



/*	l-columns
  ------------------------------------------- */
@media screen and (min-width: 960px) {
  .l-column-640 {
    float: left;
    width: 69.5652%; } }
.lt-ie9 .l-column-640 {
  float: left;
  width: 69.5652%; }

@media screen and (min-width: 600px) {
  .l-column-280 {
    float: left;
    width: 30.4348%; } }
.lt-ie9 .l-column-280 {
  float: left;
  width: 30.4348%; }

.l-column-640 ~ .l-column-280 {
  float: none;
  width: auto; }
  @media screen and (min-width: 960px) {
    .l-column-640 ~ .l-column-280 {
      float: left;
      width: 30.4348%; } }
  .lt-ie9 .l-column-640 ~ .l-column-280 {
    float: left;
    width: 30.4348%; }

@media screen and (min-width: 600px) {
  .l-column-600 > .l-column-280 {
    width: 46.6667%; } }
.lt-ie9 .l-column-600 > .l-column-280 {
  width: 46.6667%; }


.l-column-600 {
  margin: auto; }
  @media screen and (min-width: 600px) {
    .l-column-600 {
      float: left;
      width: 65.2174%; } }
  .lt-ie9 .l-column-600 {
    float: left;
    width: 65.2174%; }

@media screen and (min-width: 960px) {
  .l-column-320 {
    float: left;
    width: 320px; } }
.lt-ie9 .l-column-320 {
  float: left;
  width: 320px; }

@media screen and (min-width: 600px) {
  .l-column-right {
    float: right; } }
.lt-ie9 .l-column-right {
  float: right; }


/* homepage  */

#gallery {
	margin: 0px auto;
	padding: 0px;
	border: 0px solid red;
	display: block;

}

#gallery .project {
	border: 0px solid red;
	float: center;
	width: 280px;
	height: auto;
	margin: 10px auto;
	padding: 0px;
	display: block;
	}
  @media screen and (min-width: 480px) {
    #gallery .project  {
	border: 0px dashed green;
	float: left;
	margin: 0px 10px 20px 10px;
	padding: 0px;
	display: block;
      } }
  @media screen and (min-width: 600px) {
    #gallery .project  {
	border: 0px dashed red;
	float: left;
	margin: 0px 10px 20px 10px;
	padding: 0px;
	display: block;
      } }
  @media screen and (min-width: 920px) {
    #gallery .project  {
	border: 0px dashed green;
	float: left;
	margin: 0px 10px 20px 10px;
	padding: 0px;
	display: block;
      } }


/* Project image tiles */
#gallery .project img {
	border: 1px solid #FFF;
	width: 280px;
	height: 260px;
	margin: auto;
}


#gallery .project img:hover {
	border: 1px solid #DADFE1;
 	opacity: 0.7;
}

a.more {
	font-size: 1.6em; 
	font-weight: medium; 
	color: #7A7A7A; 
	line-height: 1.7em; 
	margin: 10px 4px; 
	text-decoration: none; 
	text-align: center;
}

a.more:hover {
	background: #eaeaea;
}

/* Title under project tiles */
#gallery .project p {
	border: 0px solid blue;
	margin: 5px 5px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	visibility: visible;
}

#gallery .featureproject {
	border: 0px solid black;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 2px 5px 3px;
	padding: 0px;
	display: block;
}
  @media screen and (min-width: 600px) {
    #gallery .featureproject  {
	border: 0px solid blue;
	width: 100%;
	height: auto;
      } }

  @media screen and (min-width: 800px) {
    #gallery .featureproject  {
	border: 0px solid red;
	width: 800px;
	height: auto;
      } }
  @media screen and (min-width: 920px) {
    #gallery .featureproject  {
	border: 0px solid orange;
	width: 914px;
	height: auto;
      } }

/* Homepage feature image - responsive sizing */

#gallery .featureproject img {
	width: 100%;
	height: auto;
	margin: 0px 2px 5px 3px;
	padding: 0px;
	display: block;
}
  @media screen and (min-width: 600px) {
    #gallery .featureproject img {
	width: 100%;
	height: auto;
      } }

  @media screen and (min-width: 800px) {
    #gallery .featureproject img {
	width: 100%;
	height: auto;
      } }

  @media screen and (min-width: 920px) {
    #gallery .featureproject img {
	width: 100%;
	height: auto;
      } }
      

#gallery .featureproject p, 
#gallery .featureproject p a {
	margin: 5px 5px;
	padding: 0px;
	font-size: 24px;
 	color: #666;
  	font-family:  "Oxygen",  "Helvetica", Arial, sans-serif;
  	font-weight: 300;
	text-decoration: none;
	}
  @media screen and (min-width: 600px) {
    #gallery .featureproject p, 
	#gallery .featureproject p a {
		margin: 5px 5px;
		padding: 0px;
		font-size: 28px;
		color: #666;
		font-family:  "Oxygen",  "Helvetica", Arial, sans-serif;
		font-weight: 300;
		text-decoration: none;      
		} }
  @media screen and (min-width: 920px) {
    #gallery .featureproject p, 
	#gallery .featureproject p a {
		margin: 5px 5px;
		padding: 0px;
		font-size: 32px;
		color: #666;
		font-family:  "Oxygen",  "Helvetica", Arial, sans-serif;
		font-weight: 300;
		text-decoration: none;
      } }

#gallery .project p, 
#gallery .project p a {
		margin: 5px 5px;
		padding: 0px;
		font-size: 18px;
		color: #666;
		font-family:  "Oxygen",  "Helvetica", Arial, sans-serif;
		font-weight: 300;
		text-decoration: none;
      }


#content .blurb,
#gallery .blurb, 
#gallery .blurb p a {
	border: 0px solid red;
	margin: 5px 5px 5px 10px;
	padding: 0px;
	font-size: 1.2em;
 	color: #7A7A7A;
  	font-family:  "Oxygen",  "Helvetica", Arial, sans-serif;
  	font-weight: lighter;
	line-height: 1.5em;
	text-decoration: none;
	}
  @media screen and (min-width: 600px) {
  	#content .blurb,
	  #gallery .blurb, 
	#gallery .blurb p a {
		border: 0px solid purple;
		margin: 5px 5px;
		padding: 0px;
		font-size: 1.3em;
		color: #7A7A7A;
		font-family:  "Oxygen",  "Helvetica", Arial, sans-serif;
		font-weight: lighter;
		line-height: 1.5em;
		text-decoration: none;      
		} }
  @media screen and (min-width: 920px) {
#content  .blurb,
#gallery .blurb, 
#gallery .blurb p a {
		border: 0px solid blue;
		margin: 5px 5px;
		padding: 0px;
		font-size: 1.5em;
		color: #7A7A7A;
		font-family:  "Oxygen",  "Helvetica", Arial, sans-serif;
		font-weight: lighter;
		line-height: 1.7em;
		text-decoration: none;
      } }

#gallery .blurb-project {
	font-size: 1.4em;
	color: #7A7A7A;
	margin: 20px 0px;
}

.blurb-resume {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #7A7A7A;
}

/*	article-header
  ------------------------------------------- */
.article-header {
  color: #8866ac;
  font-family:  "Oxygen",  "Helvetica", Arial, sans-serif;
  font-weight: 300;
  font-size: 18px; }
  @media screen and (min-width: 600px) {
    .article-header {
      font-size: 24px; 
      } }
  .lt-ie9 .article-header {
    font-size: 24px; }
    
h1.article-header {
	font-size: 24px; font-family:   "Oxygen",  "Helvetica", Arial, sans-serif; font-weight: 400; color: #666666; letter-spacing: 0px; margin: 70px 0 5px 0;
	}
h2.article-header {
	font-size: 24px; font-family:  "Oxygen",  "Helvetica", Arial, sans-serif; font-weight: 400; color: #3399FF; letter-spacing: 0px; margin: 0 0 5px 0;
	}
h3.article-header {
	font-size: 22px; font-family:  "Oxygen",  "Helvetica", Arial, sans-serif; font-weight: 400; color: #999999; letter-spacing: 0px; margin: 0 0 5px 0;
	}
h4.article-header {
	font-size: 18px; font-family:  "Oxygen",  "Helvetica", Arial, sans-serif; font-weight: 400; color: #999999; letter-spacing: 0px; margin: 0 0 0px 0;
	}
h5.article-header {
	font-size: 16px; font-family:  "Oxygen",  "Helvetica", Arial, sans-serif; font-weight: 400; color: #999999; letter-spacing: 0px; margin: 0 0 5px 0;
	}
    

/*	carousel (bootstrap)
  ------------------------------------------- */
.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1; 
  }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  right: 1px;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #ffffff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 0px; }

.carousel-indicators {
    bottom: 20px; } }
    
/*	carousel (custom)
  ------------------------------------------- */
.carousel {
  border: 0px solid purple;
  margin: 0 0 1em; }
  @media screen and (min-width: 600px) {
    .carousel {
      margin: 0 0 4.1667% 3.3333%;
      padding-right: 2px;
      width: 93%; } }
  .lt-ie9 .carousel {
    margin: 0 0 4.1667% 3.3333%;
    width: 93%; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; /* Feb 22 */
  padding-right: 2px; /* overcomes issue where right border applied to image is hidden */
  display: block;
  border: 0px solid red;
  }
  
.carousel-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 28px;
  text-align: center;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=50);
  text-decoration: none;
  height: 42px;
  width: 42px;
  border-radius: 0 21px 21px 0;
  font-weight: 400;
    font-family:   "Oxygen",  "Helvetica", Arial, sans-serif;
  text-transform: none;
  line-height: 1.4;
  margin: -21px 0 0 -10px;
  filter: none !important;
  display: none; }
  @media screen and (min-width: 600px) {
    .carousel-control {
      border-radius: 21px;
      margin-left: -10px;
      margin: -21px 0 0 -21px; } }
  .lt-ie9 .carousel-control {
    border-radius: 21px;
    margin-left: -10px;
    margin: -21px 0 0 -21px; }

.carousel-control-js {
  display: block; }

.carousel-control.left {
  background: #999; }

.carousel-control.right {
  background: #999;
  margin: -21px -10px 0 0;
  border-radius: 21px 0 0 21px; }
  @media screen and (min-width: 600px) {
    .carousel-control.right {
      border-radius: 21px;
      margin-right: -10px;
      margin: -21px -21px 0 0; } }
  .lt-ie9 .carousel-control.right {
    border-radius: 21px;
    margin-right: -10px;
    margin: -21px -21px 0 0; }

.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #39f; }

/*
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  border: 1px solid red;
  width: auto;
  height: auto;
  display: block;
  margin: auto; 
  }
*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
		border: 1px solid #eaeaea;
 	 	width: 80%;
		height: auto;
		display: block;
		margin: auto; 
	}
	@media screen and (min-width: 600px) {
    .carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
 		border: 1px solid #eaeaea;
 	 	width: auto;
		height: auto;
		display: block;
		margin: auto;     
     } }
	.lt-ie9 .carousel-inner > .item > img,
	.lt-ie9 .carousel-inner > .item > a > img  {
		border: 1px solid #eaeaea;
 	 	width: auto;
		height: auto;
		display: block;
		margin: auto; 
	}


.project > img,
.project > a > img {
		border: 1px solid #333;
 	 	width: 80%;
		height: auto;
		display: block;
		margin: auto; 
	}
	@media screen and (min-width: 600px) {
    .project > img,
	.project > a > img {
 		border: 1px solid #333;
 	 	width: auto;
		height: auto;
		display: block;
		margin: 0px;     
 		padding: 0px; 
    } }
	.lt-ie9 .project > img,
	.lt-ie9 .project > a > img  {
		border: 1px solid #333;
 	 	width: auto;
		height: auto;
		display: block;
		margin: 0px; 
		padding: 0px; 
	}

 

  .carousel-caption {
    border: 0px solid red;
    position: static;
    margin: 0px;
    padding: 0px;
    text-align: left;
  	text-shadow: none;
	font-size: 14px;
 	color: #666;
 	font-family:   "Oxygen",  "Helvetica", Arial, sans-serif;
  	font-weight: 300;
	text-decoration: none;
  }


 /*	Homepage and Project Image Rollover
  ------------------------------------------- */

 
.container {
  position: relative;
  width: auto;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.rollovertext {
  background-color: #393939;
  opacity: 0.8;
  color: #ffffff;
  font-size: 16px;
  padding: 16px 32px;
  text-decoration: none;
}
 


/*	contact
  ------------------------------------------- */
.contact {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 960px) {
    .contact {
      margin: 15px 0;
      float: right; } }
  .lt-ie9 .contact {
    margin: 15px 0;
    float: right; }

.contact > li {
  display: inline;
  font-weight: 400;
  color: #aad037; }
  .contact > li:first-child {
    margin-right: 15px; }

.contact > li > a {
  text-decoration: none; }
  .contact > li > a:hover {
    text-decoration: underline; }

/*	header
  ------------------------------------------- */

/* Controls the name section of the site header */

.header > h1 {
  color: #fff;
  line-height: 0.8;
  font-size: 15px;
  margin: 0 0 0  5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family:   "Oxygen",  "Helvetica", Arial, sans-serif;
  font-weight: 300;
  text-transform: none; }
  @media screen and (min-width: 600px) {
    .header > h1 {
		letter-spacing: 1.75px;
		padding: 10px;
		font-size: 22px; } }
  .lt-ie9 .header > h1 {
    padding-top: 20px;
    letter-spacing: 0px;
    font-size: 22px; }
  .header > h1:after {
    content: " "; }


.is-offscreen {
/*  margin-left: -100% !important; */
}

.header-nav {
	height: 45px;
  	list-style: none;
  	margin: 0px;
  	padding: 0px;
  	border: 0px;
	}
  @media screen and (min-width: 600px) {
    .header-nav {
        height: 50px;
        margin: 0px;
        padding: 0px; 
       	} }
  .lt-ie9 .header-nav {
      	margin: 0px;
      	}

.header-nav > li {
	  display: inline-block;
	  /* IE7 hack to mimic inline-block on block elements */
	  *display: inline;
	  *zoom: 1; 
	  margin-right: 15px;
	  margin-top: 10px;   
	  margin-bottom: 5px;    

 	}
  @media screen and (min-width: 600px) {
    .header-nav > li {
			  display: inline-block;
			  /* IE7 hack to mimic inline-block on block elements */
			  *display: inline;
			  *zoom: 1; 
			  margin-right: 15px;
			  margin-top: 5px;    
        	} }
  .lt-ie9 .header-nav {

      	}


.header-nav li:first-child {
     margin-left: 10px }
    @media screen and (min-width: 600px) {
      .header-nav > li:first-child {
         margin-left: 10px } }
    .lt-ie9 .header-nav > li:first-child {
       margin-left: 10px } 

.header-nav li {
  display: inline-block;
  color: #333;
  font-family:   "Oxygen",  "Helvetica", Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  font-size: 12px;
  /* IE7 hack to mimic inline-block on block elements */
  *display: inline;
  *zoom: 1; }
  @media screen and (min-width: 600px) {
    .header-nav li a {
      font-size: 14px; } }
  .lt-ie9 .header-nav li a {
    font-size: 14px; }

.header-nav li a:link, .header-nav li a:visited {
  	color: #999;
	text-decoration: none;
  	} 

.header-nav li.current_page_item  a:link, .header-nav li.current_page_item  a:visited,
.header-nav li.current_page_parent  a:link, .header-nav li.current_page_parent  a:visited  {
  	color: #39f;
  	border-bottom: 0px solid  #39f;
  	}

.header-nav li a:hover,
.header-nav li.current_page_item a:hover,
.header-nav li.current_page_parent a:hover  {
  	color: #39f;
  	border-bottom: 2px solid  #39f;
  	}


.current_page_item {
	color:  #39f;
 }


.current_page_parent {
	color:  #39f;
 }

.logos > img {
  display: none; }
  @media screen and (min-width: 600px) {
    .logos > img {
      max-width: 268px;
      margin: 94px auto 0;
      width: 100%;
      height: auto;
      display: block; } }
  .lt-ie9 .logos > img {
    max-width: 268px;
    margin: 94px auto 0;
    width: 100%;
    height: auto;
    display: block; }

/*	section-header
  ------------------------------------------- */
.section-header {
	color: #666;
	font-weight: 400;
	font-size: 26px;
	font-family:   "Oxygen",  "Helvetica", Arial, sans-serif;
	text-transform: none; }
	@media screen and (min-width: 600px) {
    .section-header {
      margin: 40px 0 15px 0;
      font-size: 26px; } }
	.lt-ie9 .section-header {
	margin: 40px 0 15px 0;
	font-size: 28px; }
	.section-header:after {
	content: " "; }

.section-header-portfolio-js {
  margin-top: 90px; }
  @media screen and (min-width: 600px) {
    .section-header-portfolio-js {
      margin-top: 90px; } }
  .lt-ie9 .section-header-portfolio-js {
    margin-top: 90px; }
  @media screen and (min-width: 960px) {
    .section-header-portfolio-js {
      margin-top: 90px; } }
  .lt-ie9 .section-header-portfolio-js {
    margin-top: 90px; }

.section-header-project  {
  	text-align: center;
	color: #666;
	font-weight: 400;
	font-size: 26px;
	margin-top: 90px;
}

.section-header-resume, .section-header-recentprojects, .section-header-contact  {
  color: #39f;
}

.section-header-about {
	color: #666;
	font-weight: 400;
	font-size: 24px; 
	font-family:   "Oxygen",  "Helvetica", Arial, sans-serif; 
	text-transform: none;
	margin: 0px 0px;
}

.section-header-resume {
 	margin-top: 80px;
	}  
	@media screen and (min-width: 600px) {
    .section-header-resume {
      margin-top: 80px; } }

.section-header-contact {
 	margin-top: 80px;
	}  
	@media screen and (min-width: 600px) {
    .section-header-contact {
      margin-top: 80px; } }


/*	sub-header
  ------------------------------------------- */
.sub-header {
  font-family:   "Oxygen",  "Helvetica", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 15px 0 10px; }

.is-hidden {
  display: none; }

/*	text
  ------------------------------------------- */

h1 {font: 24px;   "Oxygen",  "Helvetica", Arial, sans-serif; font-weight: 400;color: #666666; letter-spacing: 0px; margin: 0 0 5px 0;   padding-left: 10px;
}
h2 {font: 24px;   "Oxygen",  "Helvetica", Arial, sans-serif; font-weight: 400; color: #3399FF; letter-spacing: 0px; margin: 0 0 5px 0;  padding-left: 10px;
}
h3 {font: 22px;   "Oxygen",  "Helvetica", Arial, sans-serif; font-weight: 400; color: #999999; letter-spacing: 0px; margin: 0 0 5px 0;  
}
h4 {font: 18px;   "Oxygen",  "Helvetica", Arial, sans-serif; font-weight: 400; color: #999999; letter-spacing: 0px; margin: 0 0 0px 0;
}
h5 {font: 16px;   "Oxygen",  "Helvetica", Arial, sans-serif; font-weight: 400; color: #999999; letter-spacing: 0px; margin: 0 0 5px 0;  padding-left: 10px;
}
	

p.viewall  {
  color: #333;
  border: 1px solid red;
}

.text {
  padding: 0 10px;
 }

.text > p {
  line-height: 18px;
  color: #333;
 }

.text strong {
  font-weight: 700; 
    }

.text > ul {
  line-height: 1.4;
  margin: 0;
  padding: 0 0 0 1em; }

.text > li {
	 padding: 0 0 0 16px;
	}
	
.text > h1 {
   font-size: 20px; }
  @media screen and (min-width: 600px) {
    .text > h2 {
      font-size: 24px; } }
  .lt-ie9 .text > h2 {
    font-size: 24px; }

.text > h2 {
	margin-top: 15px;
	font-size: 20px;
        }
  @media screen and (min-width: 600px) {
    .text > h2 {
      font-size: 24px; } }
  .lt-ie9 .text > h2 {
    font-size: 24px; }

.text > h3 {
	  margin-top: 0px;
	  margin-bottom: 0; 
	  font: 18px; }
  @media screen and (min-width: 600px) {
    .text > h3 {
      font-size: 22px; } }
  .lt-ie9 .text > h3 {
    font-size: 22px; }

.text > h4 {
	  margin-top: 10px; 
	  margin-bottom: 5px; 
	  color: #333;  
	  font-weight: 400;
  }
  @media screen and (min-width: 600px) {
    .text > h4 {
		margin-top: 20px; 
	  	margin-bottom: 10px; 
		font-size: 18px; } }
  .lt-ie9 .text > h4 {
    font-size: 18px; }


/*	footer
  ------------------------------------------- */

.l-container-footer {

  height: auto;
  max-width: 920px;
  margin: 0 auto;
  margin-top: 0px;
  padding: 0 0px;
  background: url('/images/rpfooter01.png') no-repeat 0 0px #fff;
  overflow: hidden; }
  @media screen and (min-width: 960px) {
    .l-container-footer {
      padding: 0; } }
  .lt-ie9 .l-container-footer {
    padding: 0; }

	.l-container-footer p {
		clear: both; 
	}
 	 @media screen and (min-width: 920px) {
   	.l-container-footer p {
      	clear: both; 
	} }
  	.lt-ie9 .l-container-footer   p {
    	clear: both;
 	}


	
.l-container-footer a:link, #footerBlock a:visited {}

.l-container-footer #footer {
	display: block;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
	margin-top: 0px;
	background: url('/images/rpfooter01.png') no-repeat 0 0px #fff;
}

.disclaimer {border: 0px solid #FFCC00; background-color: #fff; margin: 0px 0px; padding: 0px 0px;}

.stuffilike .thumbnail {
	border: 1px solid red;
	float: left;
	margin: 5px 5px;
	padding: 0px;
}
