@charset "UTF-8";
/* CSS Document */


html {
background:transparent url(images/grid-base.gif) repeat scroll bottom;	
}

body {
 font-family: Helvetica, Arial, sans-serif;
 color:#666;
 margin:0;
 padding:0;
 font-weight:normal;
 line-height:1.5;
 background:#FFF url(images/grid-bottom.gif) repeat-x bottom;
 font-size: 13px;
 }
 
#main{
 margin:0 auto;
 position:relative;
 padding:0 0 0 1px;
 background:transparent url(images/grid-top.gif) repeat-x scroll 49.5% top;
 }
 
 #feature-text {
   margin:30px auto 15px;
   width: 900px;
 }
  
.wrap{
 margin:0 auto;
 position:relative;
 padding:0;
} 
 
img{ 
 margin:0;
 border:none;
 } 
 
p img.left  { 
 float: left; 
 margin:5px 8px 8px 0; 
 padding:5px;
 border:1px solid #ddd;
 }
 
p img.right  { 
 float: right; 
 margin: 5px ;
 padding:5px; 
 border:1px solid #ddd;  
 } 

h1,h2,h3,h4,h5,h6 {
 color:#87C636;
 font-weight:normal;
 font-family:Helvetica,Arial,sans-serif;
 line-height:1.5;
 } 
 
h1{
 font-size:24px; 
 } 
 
 
h2{
 margin:0;
 padding:0;
 font-size:18px; 
 } 
 
h3{
 font-size:16px; 
 }
 
h4{
 font-size:13px; 
 }
 
h5{
 font-size:10px; 
 }
  
h6{
 font-size:8px; 
 }     

 
/*	General Links			*/

a:link,a:active,a:visited,a:hover{
 color:#87C636;
 outline: none; 
 text-decoration:none;
 }
a:hover{
 text-decoration:underline;
 }
 
/*	Top			*/   

#top{
 height:70px;
 margin:0 auto;
 padding:25px 0 0;
 width:900px;
 }

/*	Header			*/

#header{
 float:left;
 width:100px;
 height:70px;
 margin:0;
 padding:0;   
 }
 
#header h1{
 font-size:30px;
 font-family:Georgia, "Times New Roman", Times, serif;
 margin:0;
 padding:1px;
 text-indent:-999px;
 background: url(images/parker.png) no-repeat ;
 height:70px;
 cursor:pointer !important;
 }
   
/*	Navigation			*/ 

#nav{
 float:right;
 width:800px;
 height:25px;
 margin:0;
 padding:37px 0 0;
 list-style: none;
 float:right;
 }

#nav ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
}

#nav ul li a:link,#nav ul li a:active,#nav ul li a:visited {
 display: block;
 line-height:13px;
 margin: 0;
 padding: 0;
 text-decoration: none;
 font-family: PMN Caecilia,Helvetica,Arial,sans-serif;
 font-weight:bold;
 font-variant:small-caps;
 font-size:18px;
 color:#000000;
 height:25px;
 width: 115px;
 text-indent:-9999px;
 }
 
 #nav ul li#cat-4 a:link, #nav ul li#cat-4 a:active, #nav ul li#cat-4 a:visited {
 background: url(images/menu-portfolio.png) no-repeat right top;
 }
 
  #nav ul li#cat-9 a:link, #nav ul li#cat-9 a:active, #nav ul li#cat-9 a:visited {
 background: url(images/menu-notebook.png) no-repeat right top;
 width:145px;
 }
 
 #nav ul li#cat-5 a:link, #nav ul li#cat-5 a:active, #nav ul li#cat-5 a:visited {
 background: url(images/menu-news.png) no-repeat right top;
 width:100px;
 }
 
 #nav ul li.page-item-2 a:link, #nav ul li.page-item-2 a:active, #nav ul li.page-item-2 a:visited {
 background: url(images/menu-about.png) no-repeat right top;
 width:100px;
 }
 
 #nav ul li.page-item-60 a:link, #nav ul li.page-item-60 a:active, #nav ul li.page-item-60 a:visited {
 background: url(images/menu-lab.png) no-repeat right top;
 width:75px;
 }
 
 #nav ul li.page-item-63 a:link, #nav ul li.page-item-63 a:active, #nav ul li.page-item-63 a:visited {
 background: url(images/menu-contact.png) no-repeat right top;
 }
	
#nav ul li a:hover, #nav ul li.page-item-63 a:hover, #nav ul li.page-item-60 a:hover, #nav ul li.page-item-2 a:hover, #nav ul li#cat-5 a:hover, #nav ul li#cat-9 a:hover, #nav ul li#cat-4 a:hover {
 display: block;
 color:#80CEFF;
 text-decoration: none;
 background-position: right bottom;
 }
 
.current_page_item a:link, .current_page_item a:visited, .current_page_item a:active  {
 color: #80CEFF !important;
 text-decoration: none;
 background-position: right bottom !important;
 }
 
#nav li {
 float: right;
 margin: 0px;
 padding: 0;
 }	

#nav li ul {
 position: absolute;
 width: 10em;
 left: -999em;
 }
 
#nav li:hover ul {
 left: auto;
 display: block;
}
	
#nav li:hover ul, #nav li.sfhover ul {
 left: auto;
}

/*	Bredcrumb		*/ 

.breadcrumb{
 height:30px;
 line-height:30px;
 border-top:1px solid #999999;
 border-bottom:1px solid #999999;
 position:relative;
 padding:0;
 margin:0 auto;
 font-size:12px;
 background-color:#FFF;
 padding-left:10px;
 width:890px;
 }
 
/*	Featured-Container		*/ 

#featured {
 background:transparent url(images/top-panel.gif) no-repeat scroll 49.5% 0%;
 padding-left:1px;
 padding-top:49px;
 min-height: 315px;
 }
 
.featured-container {
 margin:0 auto;
 height:246px;
 position:relative;
 color:#444;
 width:900px;
 }
  
.featured_description h2{ 
 font-weight:bold;
 font-variant:normal;
 }
 
.featured_description h2 a{  
 color:#333333;
 font-variant:normal;
}

.featured_description h2 a:hover{
	color:#333333;
	text-decoration:underline;
}

.featured_description p{
 font-size:12px;
 padding: 0px 0px 0px 5px;
 } 

img.featured-image{ 
 float:right;
 width:898px;
 background:#daeaec;
 border:1px solid #999999;
 margin:0;
 } 
 
 .featured_description {
 position:absolute;
 float:left;
 z-index:5;
 width:545px;
 background:transparent url(images/transparency.png) repeat scroll left top;
 margin-top:20px;
 padding: 10px;
 border-left:1px solid #999999;
 }
 
 .featured_description a{
 font-variant:small-caps;
 color:#444;
 padding: 0px 5px;
 }
 
.featured_description a:hover {
 text-decoration:underline;
 color:#444;
 }

/* Featured Slider */

.stepcarousel{
 position: relative;
 overflow: scroll;
 width: 910px; 
 height: 248px; 
 margin:0 auto;
 }

.stepcarousel .belt{
 position: absolute;
 left: 0;
 top: 0;
 }

.stepcarousel .panel{
 float: left;
 overflow: hidden; 
 width: 910px; 
 margin:0;
 } 
 
 h1.home-headline{
 font-family:PMN Caecilia,Helvetica,Arial,sans-serif;
 font-size:40px;
 font-weight:bold;
 line-height:normal;
 margin:0 0 3px;
 text-decoration:none;
 color:#000;
 background:transparent url(images/feature-headline.gif) no-repeat scroll 0 0;
 text-indent:-9999em;
 }
 
 h2.home-subhead {
 font-family: Helvetica,Arial,sans-serif;
 font-size:16px;
 line-height:1.5;
 color:#666;
 }
 
/*	Content		*/  

#content-wrap {
 margin:0 auto;
 padding: 0;
 width:1000px;
 background: transparent url(images/bottom-panel.gif) no-repeat 50% 100%;
 overflow:auto;
 }

#content-home {
 margin:0 auto;
 padding: 0px 0px 35px 0px;
 width:1000px;
 overflow:auto;
 }

#content {
 background: transparent url(images/top-panel.gif) no-repeat 50% 0%;
 margin:0 auto;
 padding: 35px 0px;
 width:1000px;
 overflow:auto;
 }
 
#content ul li{
 list-style:none;
 }
  
#content ul, #content ol { 
 line-height:1.5;
 margin-left:0;
 padding-left:0;
 }
 
#content p{ 
 line-height:1.5;
 }   
  
h2.hello, h2.recent,h2.event, h2.client, h2.client2, h2.contact, h2.also, h2.pfolio  {
 text-indent:-9999em;
 /* padding-bottom:7px; */ 
 }
 
/*	Left-Container		*/ 
 
#left-container{
 margin-left:40px;
 padding:15px 10px 10px;
 float:left;
 width:570px;
 }
 
/* #left-container p{ 
 line-height:150%;
 font-size:12px; 
 } */ 

.blog{
 padding:0 0 10px;
 border-bottom:1px solid #ddd;
 margin-bottom:15px;
 }

.blog-meta {
 margin:10px 0 0 0;
 display:block;
 color:#999999;
 padding:0;
 font-size:11px;
 } 
 
h2.hello {
 background: url(images/hello.png) no-repeat;
 } 

.information p{ 
 padding-bottom:15px;
 border-bottom:1px solid #ddd;
 margin:0;
 } 
 
h2.recent{
 background: url(images/notebook.gif) no-repeat;
 border-bottom:3px solid #000000;
 text-indent:-9999px;
 position:relative;
 } 

.work{
 position:relative;
 top:10px;
 padding:0px 0 0 0;
 margin-bottom:15px;
 border-bottom:1px solid #DDDDDD;
 }

.work p{
 margin-top:5px;
 width:260px;
 padding-top:5px;
 } 
 
.work h3{
 font-size:16px;
 font-weight:400;
 color:#9CCA68;
 margin:5px 0 8px 0;
 }

.meta{
 color:#999999;
 font-size:11px;
 margin:0;
 }

.work img{
 float:right;
 background:#eee;
 border:1px solid #ddd;
 margin:0 0 10px 10px;
 }
 
 #post-63 h2 {
background:transparent url(images/contact.gif) no-repeat scroll 0 0;
border-bottom:3px solid #000000;
margin-bottom:15px;
text-indent:-9999em;
}

#post-63 h2.bigblack {
color:#000;
background:none;
border-bottom:none;
margin-bottom:0;
text-indent:0;
}

 #post-60 h2 {
background:transparent url(images/lab.gif) no-repeat scroll 0 0;
border-bottom:3px solid #000000;
margin-bottom:15px;
text-indent:-9999em;
}

 #post-2 h2 {
background:transparent url(images/about.gif) no-repeat scroll 0 0;
border-bottom:3px solid #000000;
margin-bottom:15px;
text-indent:-9999em;
}

 h2.cat-news {
background:transparent url(images/news.gif) no-repeat scroll 0 0;
border-bottom:3px solid #000000;
margin-bottom:15px;
text-indent:-9999em;
}

 h2.cat-notebook {
background:transparent url(images/notebook.gif) no-repeat scroll 0 0;
border-bottom:3px solid #000000;
margin-bottom:15px;
text-indent:-9999em;
}

 h2.cat-portfolio {
background:transparent url(images/portfolio.gif) no-repeat scroll 0 0;
border-bottom:3px solid #000000;
margin-bottom:15px;
text-indent:-9999em;
}

 
/*	Right-Container		*/  

#right-container{
 width:285px;
 margin-right:40px;
 float:right;
 font-weight:normal;
 padding: 15px 10px 0px 15px;
 }

.article{
 border-bottom:1px solid #DDDDDD;
 margin-bottom: 15px;
 position:relative;
 } 

h2.event{
 background: url(images/news.gif) no-repeat;
 border-bottom:3px solid #000000;
 margin: 0px 0px 15px 0px;
 }
 
.article p{
 margin-top:8px;
 line-height:1.5;
 margin-bottom:15px;
 }

.article h3{
 margin:2px 0 6px 0;
 font-size:14px;
 color:#0c7488;
 font-weight:normal;
 }

.date{
 font-size:11px;
 color:#999999;
 }
  
.testimonial {
 padding-top:0px;
 }
 
h2.client {
 background: url(images/hi.gif) no-repeat;
 border-bottom: 3px solid #000;
 margin-bottom: 15px;
 }
 
 h2.client2 {
 /* background: url(images/hi2.gif) no-repeat; */
 border-bottom: 3px solid #000;
 margin-bottom: 15px;
 }

.testimonial p{
 margin-bottom: 15px;
 padding-bottom: 5px;
 position:relative;
 }

h2.hello_image {
 background: url(images/me.jpg) no-repeat;
 margin:5px 0px 5px 0px;
 border:1px solid #DDDDDD;
 text-indent:-9999em;
 height: 100px;
 }

.social{
 background-color:#F1F1F1;
 border:1px solid #DDDDDD;
 padding: 5px;
 margin-bottom: 5px;
 }
     
.author{
 color:#999999;
 font-size:11px;
 display:block;
 margin-top:5px;
 }
 
 h2.contact {
 background: url(images/contact2.gif) no-repeat;
 border-top: 3px solid #000;
 }
 
 
 /* About Page             */
 
 #about-intro {
 color:#000000;
 margin-top: 20px;
 padding-bottom: 15px;
 line-height:1.5;
 font-size: 24px;
 font-weight:bold;
 border-bottom:1px solid #DDDDDD;
 }
 
 .about {
 border-bottom:1px solid #DDDDDD;
 }
 
 h2.also {
 background: url(images/also.gif) no-repeat;
 border-top: 3px solid #000;
 }
 
/*	Portfolio Artcile		*/ 

.portfolio-article{
 margin-bottom: 20px;
 padding-bottom: 15px;
 margin-right: 10px;
 border-bottom:1px solid #DDDDDD;
 }

.portfolio-article h2{
 color:#0c7488;
 margin-top: 10px;
 } 

.portfolio-article img{
 border:1px solid #666;
 }

b.involve{
 color:#c34507;
 } 

.portfolio-article p{ 
 margin:5px 0px 5px 0px;
 padding:0;
 }
 
 .portfolio-article h4{ 
 margin:0px 0px 0px 0px;
 padding:0;
 }
 
img.single-port {
 margin:15px 0;
 border:1px solid #666;
 } 
 
 
/*	Footer		*/ 

#footer_wrapper {
 clear:both;
 margin:0 auto 10px;
}

#footer {
 height:35px;
 line-height: 35px;
 width:890px;
 margin:0 auto;
 text-align:left;
 font-variant:small-caps;
 font-size:14px;
}

#footer2 {	
 text-align:left;
 float:right;
}

.footer2 {
  color:#999999;
 font-size:10px;
 font-variant:normal;
}

#footer ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
 display: inline;
}

#footer ul li {
 display: inline;
 margin: 0px;
 padding: 0px;
 text-decoration: none;
 font-family: Helvetica, Arial, sans-serif;
 font-weight:500;
 font-variant:small-caps;
 font-size:16px;
 color:#000000;
 }

#footer a{
 text-decoration: none;
 color:#000000;
 margin-right: 10px;
 }
 
#footer a:link,#footer ul li a:active,#footer ul li a:visited {
 text-decoration: none;
 color:#000000;
 }
	
#footer a:hover {
 color:#80CEFF;
 text-decoration: none;
 }

/*	Comment Box		*/ 

#comment-box{
 border-top:1px solid #ddd;
 }
 
form p{
 margin:0 0 5px 0;
 padding:0;
 } 
 
#comment-box input {
 width: 220px;
 margin: 2px 0 10px 0;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-bottom: 1px solid #eee;
 border-right: 1px solid #eee;
 height:20px;
 font-size: 12px;
 color:#000;
 padding:5px 0 0 5px;

 }
 
#comment-box label {
 display: block;
 font-size: small;
 font-weight: bold;
 margin:0;
 padding:0;
}

#comment-box textarea {
 width: 350px;
 height: 150px;
 display: block;
 border: 1px solid #ddd;
 margin: 0 ;
 padding:5px 0 0 5px;
 font-size: small;
 color:#000;
 } 
 
input#submit-comment{
 font-size: small;
 font-weight: bold; 
 color:#000;
 width:155px;
 height:30px;
 margin:10px 0 0 0; 
 padding:0;
 border: 1px solid #ccc;
 background:#fff;
 }
 
ol.commentlist{
 margin:0;
 padding:0;
 list-style:none;  
 } 
  
ol.commentlist p{

 line-height:1.5; 
 }
   
ol.commentlist li{
 border:1px solid #ccc;
 padding:10px;
 margin-bottom:15px;
 background:#f1f1f1;
 }
 
#content .commentlist ul li{ 
 background:#fff;
 list-style:none;
 }

.comment-author cite {
 float:left;
 margin-right:5px;
 font-style:normal;
 color:#000;
 }
 
.comment-author img {
 padding:5px;
 border:1px solid #ddd;
 background:#fff; 
 float:right;
 }
 
#respond:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.children {
 padding: 0;
 margin:0;
 } 

ul.children{
 list-style:none;
} 
 
ul.children li{
 margin:10px 0;
}
	 
.recent-work h3 a:link, .news h3 a:link, #left-container h2 a:link, .portfolio-article h2 a:link{
 color:#87C636;
 } 
 
.recent-work h3 a:visited, .news h3 a:visited, #left-container h2 a:visited, .portfolio-article h2 a:visited{
 color:#87C636;
 } 
 
/* Captions           */

.wp-caption {
 border: 1px solid #ddd;
 text-align: center;
 padding-top: 4px;
 border:1px solid #ddd;
}

.wp-caption img {
 margin: 0;
 padding: 0;
 border: 0 none;
}

.wp-caption p.wp-caption-text {
 font-size: 11px;
 line-height:1.5;
 padding: 0 4px 5px;
 margin: 0;
} 

/* contact form              */

#contactspacer {
	margin:0;
	padding:0;
	height:25px;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
	margin-bottom:20px;
}

#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 10px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 15px 0;
}
#wpcf #contactsubmit {
	margin-left: 150px;
	width: 100px;
}

/* Portfolio Sidenar Menu            */

 .projects-nav{
 padding-top:27px;
 border-bottom:1px solid #DDDDDD;
 }
 
 h4.pro {
 color:#000;
 font-weight:bold;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 }
 
 h4.student {
 color:#000;
 font-weight:bold;
 padding: 0px 30px 0px 0px;
 margin: 0px 0px 5px 0px;
 }
 
 h2.pfolio {
 background:transparent url(images/pro.png) no-repeat scroll 0 0;
 border-top:3px solid #000000;
 text-indent:-9999em;
 }
 
 h2.student {
 background:transparent url(images/student.png) no-repeat scroll 0 0;
 border-top:3px solid #000000;
 text-indent:-9999em;
 }
 
.projects-nav ul {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
	list-style-type:none;
}
.projects-nav ul li{
	margin: 0;
	padding: 0px 0px 5px 0px;
	list-style-type:none;
}
.projects-nav ul li a{
	color: #666666;
}

.projects-nav ul li a:hover {
	color: #80CEFF;
	text-decoration:none;
}


/* Sidebar Menu            */

.news {
	border-bottom:1px solid #DDDDDD;
}

.news ul {
    list-style-type:none;
	margin: 5px 0;
    padding: 0;
}

h2.widgettitle  {
 text-indent:-9999em;
 padding-bottom:7px; 
 }
 
 #recent-posts-2 {
 background: url(images/recent.gif) no-repeat scroll 0 5%;
 }
 
 #archives-3 {
 background: url(images/archive.gif) no-repeat scroll 0 3%;
 }
 
 #categories-359525061 {
 background: url(images/categories.gif) no-repeat scroll 0 5%;
 }

.widget h2 {
	list-style-type:none;
	margin: 0;
    padding: 0px;
	color: #000000;
	border-top:3px solid #000000;
	}

.widget ul {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
	list-style-type:none;
}
.widget ul li{
	margin: 0;
	padding: 0px 0px 5px 0px;
	list-style-type:none;
}
.widget ul li a{
	color: #666666;
}

.widget ul li a:hover {
	color: #80CEFF;
	text-decoration:none;
}


/* Miscellaneous              */

.aligncenter,
div.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
 background:#fff;
 }

.alignright {
 float: right; 
 margin: 0;
 margin-left:12px; 
 margin-bottom:10px;
 padding:2px; 
 border:1px solid #ddd; 
 background:#fff; 
 }
 
.alignleft {
 float: left; 
 margin:0; 
 margin-right:12px;
 margin-bottom:10px;
 padding:2px;
 border:1px solid #ddd;
 background:#fff;  
 } 
 
 
blockquote p{
 padding:5px;
 margin:0;
 }
 
 ul#sidebar {
	 margin: 27px 0 0;
	 padding: 0px;
 }
