/*!
 * PD-Custom vs. 12
 * THESE DIRECTIVES OVERRIDE BOOTSTRAP.CSS and BOOTSTRAP.MIN.CSS
 * Copyright 2012 Array Design Studio, Inc.
 * Designed and built by @dangerousmeta.
 */
 
 
 
 /* MAIN SECTION ELEMENTS */
 
 .boxtest {
	 border:1px solid red;
 }
 
 body {
 	background-color: white;
 	background-image: url(http://permadesign.com/pd_assets/img/circles2.png);
 	background-repeat: repeat;
 }
 
 img {
 	border:none;
 }
 
 .container {
 	background-color: #f1f1ee; /* #f2f3f3; */
 }
 
 .contour {
   	background-position: 0px 0px;
   	background-repeat: no-repeat;
   	background-image: url(http://permadesign.com/pd_assets/img/contours5.png);

 }
 
 .contourblue {
   	background-position: 0px 0px;
   	background-repeat: no-repeat;
   	background-image: url(http://permadesign.com/pd_assets/img/contours-blue-video.gif);

 }
 
 .leaves {
	background-position: 0px 0px;
   	background-repeat: repeat-y;
   	background-image: url(http://permadesign.com/pd_assets/img/background-leaf2.gif);

 }
 
 .rightleaves {
	background-position: 0px 0px;
   	background-repeat: repeat-y;
   	background-image: url(http://permadesign.com/pd_assets/img/background-leaf3.gif);
 }
 
 .greytile {
   	background-position: 0px 0px;
   	background-repeat: repeat;
   	background-image: url(http://permadesign.com/pd_assets/img/greytile.gif);
 }
 
 .videoblue {
   	background-position: 0px 0px;
   	background-repeat: repeat;
   	background-image: url(http://permadesign.com/pd_assets/img/backgroundtile-video.gif);
 }
 
 .bold {
	 font-weight:bold;
 }
 
 .topspacer0 {
	 
	margin-top: 0px;
 }
 
 .topspacer5 { 
	 margin-top: 5px;
 }
 
 .topspacer8 { 
	 margin-top: 8px;
 }

 .topspacer12 {
	 margin-top: 12px;
 }
 
 .topspacer20 {
	 margin-top: 20px;
 }
 
 .topspacer28 {
	 margin-top: 28px;
 }
 
 .topspacer36 {
	 margin-top:36px;
 }
 
 .topspacer45 { 
	 margin-top:45px;
 }
 .bottomspacer0 {
	 margin-bottom:0px;
 }
 
 .bottomspacer6 {	 
	margin-bottom: 6px;
 }
 
 .bottomspacer12 {
	 margin-bottom: 12px;
 }
 
 .bottomspacer20 {
	 margin-bottom: 20px;
 }
 
 .bottomspacer28 {
	 margin-bottom: 28px;
 }
 
 .spacer {
	 margin:20px 0px 0px 0px;
 }

 
 /* .wrapper {
 	margin:20px 0px 40px 0px;
 } */
 
.contour h2 {
 	font-size: 115%;
 	color: #0D5F31;
 	text-transform: uppercase;
 }
 
.contour h3 {
	font-size: 110%;
	color: #00A79D;
 }
 
.row p, h1, h2, h3, h4 {
 	line-height: 1.8em;
 }
 
 
 /* NAV SECTION ELEMENTS */
 
 .nav {
 	font-size: 1em; 
 }
 
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 0px;
}
 
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 32px;
}
 .navbar-inner-top {
  min-height:32px;
  margin-bottom:0px;
  padding-left: 28px;
  padding-right:28px; 
  background-color: #00a79d;
  background-image: url(http://permadesign.com/pd_assets/img/navbartile3.png);
  background-repeat: repeat-x;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  }
  
.navbar .nav > li > a {
  float: none;
  padding: 0px 12px 3px; /* originally 0px 15px 3px; */
  line-height: 25px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
}

.navbar .nav > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00BCB5;
}


.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #56beb7; /* old active blue #00BCB5; */
}

  
.topnavbar {
  font-size: 1.2em; 
  text-transform:uppercase;
  letter-spacing:0.2px;
  }
  
 .topnavbar .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue", helvetica, sans-serif;
  font-size: 12px;
  text-transform: none;
}

  
.topnav {
  float:right;
  margin-bottom:5px;
  font-size: 1.2em;
  text-transform:uppercase;
  letter-spacing:0.2px;
  }
  
 .navsectionheight { 
  	height:40px;
  }
  
 .navsectionheight h1 {
  display:none; /* hidden h1 on home page */
  }
  
 .logintext {
  	float:right;
  	margin:10px 12px 0px 0px;
  	font-family: "Helvetica Neue", helvetica, sans-serif;
  	text-transform:uppercase;
  	font-size: 80%;
  	font-weight:bold;
  	letter-spacing:normal;
  	color: #0D5F31;
  }
  
 .logintext a {
  	color: #0D5F31;
  }
  
  .loginline {
  margin:0px 3px 0px 3px;
  }
 
 .pagetopspacer {
 	margin-top:20px;
 }
 
 .navtopleaves {
 	height: 6px;
 	color: #393939;
 	background-image: url(http://permadesign.com/pd_assets/img/topleaves4.png);
 	background-repeat: repeat-x;
 }
 
 .navbottomleaves {
 	height: 12px;
 	color: #393939;
 	background-image: url(http://permadesign.com/pd_assets/img/topleaves1.jpg);
 	background-repeat: repeat-x;
 }

 .toplogoheader {
 	height: 125px;
 	background-color: #f3f3f3;
 	background-image: url(http://permadesign.com/pd_assets/img/top-logo-header-1200-5.jpg);
 	background-repeat: no-repeat;
 }
 
/* .dropdown-toggle .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
  margin-top: 12px;
  color: #ffffff;
  opacity: 1.0;
} */

/* =================================================================================================== */
/* Below added to make dropdowns work on rollover, and to make anchor links work on nav bar selections */
/* removed boilerplate code for class="dropdown-toggle" hdata-toggle="dropdown" */

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}

 .dropdown b.caret {
  border-top-color: #ffffff; /* COLOR OF CARET, NOT ROLLED OVER */
  border-bottom-color: #000000;
  margin-top: 12px;
  opacity: 1.0;
} 
 
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #ffffff; /* COLOR OF CARET Rolled Over */
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  opacity: 0.3;
  filter: alpha(opacity=100);
}
.dropdown .caret {
  margin-top: 12px;
  margin-left: 2px;

}
.dropdown:hover .caret,
.open .caret {
  opacity: 1;
  filter: alpha(opacity=100);

}

/* fix the strange gap issue for hover/rollover on dropdowns */

.navbar .dropdown-menu {
 margin-top: 0px;
}



/* =================================================================================================== */


 /* NAV PILLS */
 
 
 .nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: transparent;
    color: #00A79D;
}

.nav-pills > li > a {
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: transparent;
    color: #6D6E71;
}

.nav-pills > li > a:hover {
    background-color: transparent;
    color: #000000;
}

.nav-pills .dropdown-toggle .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
  margin-top: 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "Helvetica Neue", helvetica, sans-serif;
  font-size: 12px;
  text-transform: none;
}

/* CALLOUT AREA */

.callout {}

.callout h1 {
	font-size:2.5em;
	color: #00a79d;
	
}

 
 .callout p {
	color: #5d5d5d;
	font-size: 1.2em;
	font-style:italic;	 
 }
 
 .calloutspacer {
	 
	margin-bottom:18px;
 }
 
 
 
 /* ACTION AREA */
 
 
 .action p {
	 color: #5a5858;
 }
 
 .actionareabottomlinespace {
 	margin-bottom:30px;
 }
 
 .buttoncolorcenter {
 	text-align:center;
 	margin:20px 0px 20px 0px;
 }
 
 .buttonfonttext {
 	font-weight:bold;
 	text-transform: uppercase;
 	font-size: 1em;
 }
 
 .btn-primary {
  background-color: #009aa1;
  background-image: -moz-linear-gradient(top, #00BCB5, #039481);
  background-image: -ms-linear-gradient(top, #00BCB5, #039481);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00BCB5), to(#039481));
  background-image: -webkit-linear-gradient(top, #00BCB5, #039481);
  background-image: -o-linear-gradient(top, #00BCB5, #039481);
  background-image: linear-gradient(top, #00BCB5, #039481);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00BCB5', endColorstr='#039481', GradientType=0);
  border-color: #039481 #039481 #00495b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #039481;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #039481;
  *background-color: #00738e;
}

 
 /* TAB PANE ELEMENTS */
 
 
 .tab-content {
 	color: #5a5858;
 	background-color: #ffffff;
 	padding: 20px 26px 30px 26px;
 	/* border-left: 1px solid #dddddd;
 	border-right: 1px solid #dddddd;
 	border-bottom: 1px solid #dddddd; */
 }
 
.tab-pane-lineheight p {
 	line-height: 2.2em;
 }
 
 .tab-pane h3 {
    color: #00a79d;
    font-family: trebuchet, "Trebuchet MS", geneva, sans-serif;
    font-size: 1.4em;
    padding-bottom:3px;
}
 
 
 .nav-tabs {
 	margin-bottom:0px;
 	border: none;
 	font-family: trebuchet, "Trebuchet MS", geneva, sans-serif;
 	font-weight:bold;
 }
 
 .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    color: #555555;
    cursor: default;
    margin-bottom:-1px;
}


.nav-tabs > li {
    margin-bottom: 0px;
}

.nav-tabs > li > a {
    border: 0px solid transparent;
    border-radius: 0;
    line-height: 18px;
    padding-bottom: 8px; 
    padding-top: 8px;
    color: #6D6E71;
    text-decoration: none;
}

.nav-tabs > li > a {
    line-height: 14px;
    margin-right: 2px;
    padding-left: 26px; /* was 12px */
    padding-right: 26px;
}


 /* Thumbnail Scroller particulars */
 
 .scrollerspacer {
	 
	margin-bottom:28px;
 }
 
 /* FOOTER ELEMENTS */
 
 .footerspaceleft {
 	margin-left:86px;
 }
 
 .footercolor {
 	background-image: url(http://permadesign.com/pd_assets/img/footergradient2.png);
 	background-repeat: repeat-x;
 	background-color:#555555;
 	color:#fff;
 }
 
.bottomfootercolor {
 	background-color: #6d6e71;
 	color: #ffffff;
 	text-align:center;
 	padding-top:5px;
 	height:5px;
 }
 
 .footerbottomspace {
 	padding-bottom:20px;
 }
 
 footer h4 {
 	font-family:trebuchet, Trebuchet MS, geneva, sans-serif;
 	font-size:1.4em;
	margin: 20px 0px 5px 0px;
 }
 
footer.row p {
 	line-height: 1em;
 }
 
footer p a {
	color: #ffffff;
	text-decoration:none;
}

footer p a:hover {
	color: #f3f3f3;
}

.socialiconspacer {
	margin: 0px 3px 0px 0px;
}

/* HORIZONTAL LINES */

.no-line {
	display:none; /* This prevents the browser from drawing ANY lines - we replace this with a graphic and tile it horizontally */
}

.main-doubleline {
	height:3px;
	background: #f2f3f3 url(http://permadesign.com/pd_assets/img/double-line.png) repeat-x scroll center;
	margin:8px 0px 8px 0px;
}

.services-doubleline {
	height:3px;
	background: #f2f3f3 url(http://permadesign.com/pd_assets/img/double-line-services.gif) repeat-x scroll center;
	margin:8px 0px 8px 0px;
}

.video-singleline {
	height:1px;
	background: #b7e3df url(http://permadesign.com/pd_assets/img/line-single-video.gif) repeat-x scroll center;
	margin:8px 0px 8px 0px;
}

.blogsidebar-doubleline {
	height:3px;
	background: #f1f1ee url(http://permadesign.com/pd_assets/img/blog-sidebar-doubleline.gif) repeat-x scroll center;
	margin:20px 0px 20px 0px;
}

.footer-doubleline {
	height:3px;
	background: transparent url(http://permadesign.com/pd_assets/img/double-line-footer.png) repeat-x scroll center;
	margin:0px 0px 12px 0px;
}



/* .main-thinline {
	height:1px;
	background: #ffffff url(../img/hrthin.gif) repeat-x scroll center;
	margin:20px 10px 15px 30px;
	opacity:0.8;
} */


/* =========================================================================== */
/* special CSS for each individual page(s)
/* NOTE THEATRE CAROUSEL CSS HAS MODIFICATIONS
/* =========================================================================== */


/* CAMERA SLIDER ADJUSTMENTS */

#back_to_camera {
	clear: both;
	display: block;
	height: 80px;
	line-height: 40px;
	padding: 20px;
}
sli
.fluid_container {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

/* THEATRE CAROUSEL ADJUSTMENTS */

.paging {
	text-align: center;
	margin-top:15px;
	}
	
.paging span {
	text-decoration: none;
	color: silver;
	cursor: pointer;
	}
	
.paging span.active {
	font-size: 2em;
	color: black;
	}
	
.paging2 span {
	font-size: 2em;
	}

#pd_carousel {
	margin: auto;
	width: 820px; 
	height: 360px; 
	z-index: 1; 
	overflow: hidden;
	margin-top: 15px;
	
}


/* ABOUT PAGE */

.aboutintro h1{

	font-size: 1.4em;
	color: #00a79d;
	display:none; /* hidden h1 on about page */
	
}

.aboutintro p {
	color: #5d5d5d;
	font-size: 1.2em;
	font-style:italic;	 
}

.abouttext img {
	float:right;
	margin-top:8px;
	
}

.abouttext h2 {
	color: #00a79d;
    font-size: 1.3em;
    text-transform:uppercase;
	margin-top:0px;
	padding-top:0px;
}

.abouttext h3 {
	color: #676666;
    font-size: 1.2em;
    font-style:italic;	
    font-weight:normal;
    margin-top:-5px;
    margin-bottom:8px;

}

.abouttext p {
	color: #5a5858;
	
}

.aboutline {
	width:580px;
	float:right;	
}

/* PORTFOLIO PAGE */

.portfolio h1{

	display:none; /* hidden h1 on portfolio page */
	
}

.portfolio img {
	margin:0;
	padding:0;
	
}

.portfolio h2 {
	color: #676666;
    font-size: 1.2em;
    font-style:italic;	
    font-weight:normal;
    margin-top:0px;
    margin-bottom:0px;
    text-transform:none;
}

.portfolio p {color: #5a5858;}

.portfolio a {
	text-decoration: underline;
	color: #0079a;
	
}

.portfolio a:hover {
	text-decoration: underline;
	color: #039481;
	
}

/* Portfolio detail pages */

.portfoliodetail h1{
	font-size: 1.3em;
	color: #00a79d;
	/* display:none;  hidden h1 on about page */
	text-transform: uppercase;	
}

.topcircles {
	
	margin-top:20px;
}

.portfoliodetail .photoleft {
	display:inline;
	margin: 0px 33px 0px 0px;
}

.portfoliodetail .photolast {
	display:inline;
	margin: 0px 0px 0px 0px;
}


.portfoliodetail .photofloatleft {
	float:left;
	margin: 20px 33px 0px 0px;
}

.portfoliodetail .photofloatlast {
	float:left;
	margin: 20px 0px 0px 0px;
}

.portfoliodetail .caption {
	color: #676666;
    font-size: 1.15em;
    font-style:italic;	
    font-weight:normal;
    margin:0px 0px 15px 0px;
    padding-top: 20px;
	clear: left;
}

.portfoliodetail h4 {
	color: #0D5F31;
    font-size: 1.2em;
    font-style:italic;	
    font-weight:normal;
    margin:25px 265px 28px 0px;
    line-height:1.7em;
}

.photocaption {
	color: #676666;
    font-size: 1em;
    font-style:italic;	
    font-weight:normal;
    margin:8px 275px 16px 0px;
}

.photocaption strong{
	color: #0D5F31;
    font-weight:bold;
    font-style:normal;
}

.portfoliodetail p {
	color: #5a5858;
}

.portfoliodetail sup {font-size: 75%; padding-bottom:1em;}

.portfoliodetail ul {
	color: #5a5858;
	margin-left:16px;
	
}

.portfoliodetail .jThumbnailScroller#tS2 {        /* REDUCE THE TOP MARGIN ON THE THUMBSCROLLER */
margin: 10px auto;
}

.rightcolumn {
	float:right;
	width: 210px;
	margin-top:0px;
	background-image: url(http://permadesign.com/pd_assets/img/verticalline-565.gif);
	/* background-image: url(../img/verticalline.gif); */ /* for tiling vertical line */
	/* background-repeat:repeat-y; */
	background-repeat: no-repeat;
	background-position-x:0px;
	background-position-y:0px;
}

.rightcolumn .title {
	margin: 20px 0px 15px 20px;
	
}

.rightcolumn h2 {
	margin-left:20px;
	
}
.rightcolumn p {
	margin-left:20px;
	color: #5a5858;
	
}

.rightcolumn p a {
	color: #00a79d;	
}
.rightcolumn p a:hover {
	color: #676666;		
}

.rightcolumn .active {
	color: #676666;	
}

a.rollover {
	display: block;
	width: 210px;
	height: 210px;
	text-decoration: none;
	background: url(http://permadesign.com/pd_assets/img/round-readytodesign-cssroll.png);
	overflow:hidden;
	}

a.rollover:hover {
	background-position: -210px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

/* Terms of Service and Privacy Policy */

.privacy h1{
	font-size: 1.3em;
	color: #00a79d;
	/* display:none;  hidden h1 on about page */
	text-transform: uppercase;	
}

.privacy p {
	color: #5a5858;
}

.privacy ul {
	color: #5a5858;
	font-size:100%;
	margin-left:3%;
}

.privacy li {
	margin-bottom:8px;
}
	
.privacy .underline {
	margin-bottom:8px;
	text-decoration: underline;
}


.privacy h2 {
	color: #00a79d;
    font-size: 1.3em;
	margin-top:0px;
	padding-top:0px;
}

.privacy h3 {
	color: #00a79d;
    font-size: 1.1em;
    font-weight:normal;
    margin-top:0px;
    margin-bottom:0px;

}

/* EVENTS PAGE */

/* Terms of Service and Privacy Policy */

.events h1{
	font-size: 1.3em;
	color: #00a79d;
	/* display:none;  hidden h1 on about page */
	text-transform: uppercase;	
}

.events p {
	color: #5a5858;
}

.events h2 {
	color: #00a79d;
    font-size: 1.3em;
	margin-top:0px;
	padding-top:0px;
}

.events h3 {
	 font-size: 1.2em;
    font-style:italic;	
    font-weight:normal;
    line-height:1.7em;




	/* color: #00a79d;
    font-size: 1.1em;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:1.5em; */

}

.events h3 a {
	color: #039481;
    text-decoration:underline;

}

.events h3 a:hover {
	color: #196b5f;
    text-decoration:underline;

}

/* CONTACT PAGE */

.contact h1 {

	font-size: 1.4em;
	color: #00a79d;
	
}

.contact p {
	color: #5d5d5d;
	font-size: 1.2em;
	font-style:normal;	 
}


.contact h2 {
	color: #00a79d;
    font-size: 1.3em;
    text-transform:uppercase;
	margin-top:0px;
	padding-top:0px;
}

.contact h3 {
	color: #676666;
    font-size: 1.3em;
    font-style:normal;	
    font-weight:normal;

}

.contact p {
	color: #5a5858;
	
}

/* SERVICES AND PRODUCTS */

.services h1 {
	font-size: 1.5em;
	color: #00a79d;
	display:none;  /* hidden h1 on about page */
}

.services .blurb {
	margin: 0px 60px 15px 60px;
	font-style: italic;
}

.services p {color: #5a5858;}


 .servicestop h3 {
	color: #0D5F31;
    font-size: 1.19em;
    font-style:italic;	
    font-weight:normal;
    line-height:1.7em;
    margin-top: 20px;
    margin-bottom: 1.4em;
    margin-left:20px;
} 

.servicestop dd {
	color: #0D5F31;
    font-size: 1.19em;
    font-style:italic;	
    font-weight:normal;
    line-height:1.7em;
    margin-top: 20px;
    margin-bottom: 1em;
    margin-left:10em;
}

.servicestop dt {
	float:left; 
	margin:0em 0em 0.6em 0em;
}


.servicestop .logo {
	float:left;
	margin:-10px 12px 12px 12px;
}

.servicestop .logosmall {
	float:left;
	margin:-10px 0px 12px 12px;
}


.servicescolumn {
	background-color: #dbdada;
	background-image: url(http://permadesign.com/pd_assets/img/tile-servicescolumn.gif);
}

.topcap {
	background-color: #00a79d;
	height: 10px;
	width:100%;
}

.servicescolumninside {
	margin: 20px;
}

.servicescolumninside p {
	color: #5a5858;
}

.servicescolumninside p a {
	color: #00a79d;
	line-height: 1.6em;
	font-size:103%;
}

.servicescolumninside p a:hover {
	color: #676666;
}

.servicescolumninside p a:visited {
	color: #676666;
}

.servicescolumninsideunderline {
	text-decoration:underline;
}

.servicescolumncategorylogo {
	margin-bottom:18px;
}

.servicescolumncenter {
	margin:auto;
	text-align:center;
}

/* VIDEO PAGE STUFF */

.videotopspace {
	margin-top:15px;
}

.blurbtopspace {
	margin-top:50px;
}


/*.leftspace {
	margin-left:18px;
	color: #ffffff;
}
.caption h2 {
	color: #ffffff;
	font-size: 1.1em;
	font-weight:bold;
}
.caption p {
color: #ffffff;

}

.videotitle {
	color: white;
	font-size: 1.1em;
}
*/
dl.video {
	color: #ffffff;
}
.caption dd {
	margin-left: 20px;
	margin-top:8px;
}
.caption dd strong {
	font-size: 14px;
}
 
.caption dl dt {
    float:left;
    font-weight:bold;
    margin-right:7px;
}


.videocolumninside {
	margin: 20px;
}

.videocolumninside p {
	color: #5a5858;
}

.videocolumninside p a {
	color: #00a79d;
	line-height: 1.6em;
	font-size:103%;
}

.videocolumninside p a:hover {
	color: #676666;
}

.videocolumninside p a:visited {
	color: #676666;
}

.videocolumninsideunderline {
	text-decoration:underline;
}

.videocolumncategorylogo {
	margin-bottom:18px;
}

.videocolumncenter {
	margin:auto;
	text-align:center;
}

.videocolumn {
	background-color: #dbdada;
	background-image: url(http://permadesign.com/pd_assets/img/tile-servicescolumn.gif);
}

.videotopcap {
	background-color: #6d6e71;
	height: 10px;
	width:100%;
}


/* BLOG CONSTRUCTION PAGE */

.blog h1 {	
	font-size: 1.4em;
	color: #00a79d;	
}

.blog p {
	color: #5d5d5d;
	font-size: 1.2em;
	font-style:italic;	 
}

/* UNDER CONSTRUCTION PAGE */

.underconstruction h1 {
	color: #00a79d;
}

/* BLOG SECTION and PAGES */

.blogtile {
	background-position: 0px 0px;
   	background-repeat: repeat;
   	background-image: url(http://permadesign.com/pd_assets/img/blog-tile2.jpg);

 }
 
 .blogtilepink {
	background-position: 0px 0px;
   	background-repeat: repeat-x;
   	background-image: url(http://permadesign.com/pd_assets/img/blog-tile-toppink.png);

 }
 
.blogtilesidebar {
	background-position: 0px 0px;
   	background-repeat: repeat;
   	background-image: url(http://permadesign.com/pd_assets/img/blog-tile-sidebar.gif);	
   	
   	color: #616265;
}

.blogrightcolumn {
	margin:-20px 0px 0px 0px;
}

.blogsidebar {
	margin:0px 20px 20px 20px;
}

.blogsidebar p {
	line-height:1.2em;
}

.blogsidebar .title {
	margin-bottom:15px;
}

.blogsidebar .titlesearch {
	margin-bottom:25px;
}

.blogsidebar .listcontent p {
	margin-bottom:0.25em;
}

.blogsidebar a {
	color: #0D5F31;
}

.search-query {         /* remove overly-rounded corners orig. 14px */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Mel's Blog Section */

.leaf_mel {
	background-image: url(http://permadesign.com/pd_assets/img/blog-mel-topsection.png);
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: no-repeat;
	width:625px;
	overflow:hidden;
	margin-left:62px;
}

.mel_inner {
	
	background-color:#dbdfb7;
	margin:69px 0px 0px 38px;
}

.mel_textbox {
	 color: #5d5F61;
	 margin:15px;
	 padding: 10px 0px;
	 line-height:1.1em;
}

.mel_textbox p {line-height:1.5em;}

.mel_textbox h2 {
	
	color: #2b7248;
	line-height:1.2em;
	font-size: 20px;
}

.mel_textbox a {
	
	color: #2b7248;
	text-decoration:underline;

}

.mel_textbox .commentline a {

	color: #2b7248;
	text-decoration:none;
}

.mel_textbox .commentline a:visited {

	color: #2b7248;

}

.mel_textbox .byline {
	font-style: italic;
	margin-top:5px;
}

.mel_textbox a.author {
	font-style: normal;
	color: #2b7248;
	text-transform: uppercase;
	text-decoration:none;
}

.mel_textbox .commentline {
	
	margin-top:15px;
	
}

/* Nate's Blog Section */

.leaf_nate {
	background-image: url(http://permadesign.com/pd_assets/img/blog-nate-topsection.png);
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: no-repeat;
	
	width:625px;
	overflow:hidden;
	margin-left:62px;
}

.nate_inner {
	
	background-color:#e8ead8;
	margin:69px 0px 0px 38px;
}

.nate_textbox {
	 color: #5d5F61;
	 margin:15px;
	 padding: 10px 0px;
}

.nate_textbox p {line-height:1.5em;}

.nate_textbox h2 {

	color: #00a79d;
	line-height:1.2em;
	font-size:20px;
}

.nate_textbox a {
	
	color: #00a79d;
	text-decoration:underline;
		
}

.nate_textbox a:visited {
	
	color: #00a79d;
		
}

.nate_textbox .commentline a {

	color: #00a79d;
	text-decoration:none;
}

.nate_textbox .commentline a:visited {

	color: #00a79d;

}


.nate_textbox .byline {
	font-style: italic;
	margin-top:5px;
}

.nate_textbox a.author {
	font-style: normal;
	color: #00a79d;
	text-transform: uppercase;
	text-decoration:none;
}

.nate_textbox .commentline {
	
	margin-top:15px;
	
}

/* Post EXPRESSION ENGINE Install 
* THESE DO NOT APPEAR IN THE COMP DEMO SITE BECAUSE THEY ARE NOT NECESSARY
*/

/* for the Blog Section, Archives, Categories, Pagination, etc. */

.paginate {
	font-size: 110%;
	color: #ffffff;
	margin-left:50px;
	margin-bottom:15px;
	width:586px;
	text-align:center;
}
.paginate a {
	color:#ffffff;
	/* color: #b9b8b8; */
}

.category_heading {
	color:#ffffff;
	margin:0px 0px 10px 85px;
	width:589px;
}

.category_heading_padding {
	margin:8px 16px 8px 16px;
}

/* Comments Section Styling */

.blogcomments {
	width:625px;
	overflow:hidden;
	margin-left:62px;


}

.blogcomments_inner {
	
	background-position: 0px 0px;
   	background-repeat: repeat;
   	background-image: url(http://permadesign.com/pd_assets/img/blog-tile-sidebar.gif);	
   	color: #616265;
	margin:25px 0px 0px 38px;
}

.blogcomments_textbox {
	
	 margin:15px;
	 padding: 10px 0px;
}

.blogcomments_textbox h2 {
	
	color: #00a79d;

}

.blogcomments_textbox a {
	
	color: #00a79d;
		
}

.blogcomments_textbox a:visited {
	
	color: #00a79d;
		
}

/* Search stuff */

.search_results {
	font-size: 120%;
	line-height:1.5em;
	margin-top:30px;
	
}

/* hj social bookmarks */

.social_bookmarks {
 list-style-type:none;
 margin:5px 0px 10px 0px;
 padding:0px;

}
.social_bookmarks li {
display:inline;
padding-right:10px;
}


/* STORE/BOOKS SECTION for KUDOS QUOTES */

p.kudos {margin-top:20px;font-size:110%;}

h3.kudos {font-size:14px;margin-top:-5px;line-height:1.3em;}


/* Styles for PUBLICATIONS - FEATURES - COMMENTARY */

.publication_fc_title {
font-size: 1.2em;
}

.publication_fc_date {
margin-bottom:0px;
line-height:0.2em;
}

.publication_fc_h2 {
margin-top:0px;
line-height:1em;
}
