@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Times, "Times New Roman", serif;
	background: #fff;
	margin: 10px 0 0 -90px; 
	padding: 0;
	text-align: center;
	color: #000000;
}

a:link     {color:#000;text-decoration:none;}/* unvisited link */
a:visited {color:#000;text-decoration:none;} /* visited link */
a:hover  {color:#777; text-decoration:none;}  /* mouse over link */
a:active   {color:#777; text-decoration:none;}/* selected link */
a.on{color:#777;}
a:focus { 
    outline: none; 
}
img{border:none;}
h1{
text-transform:uppercase;
font-weight:100;
font-size:12px;
letter-spacing:1px;
margin: 0; 
padding:0;
}
h2{
margin-top:10px;
padding-bottom:10px;
font-style:italic;
font-size:15px;
border-bottom:1px dotted #777;
font-weight:100;
}
.clear{clear:both;}
.oneColFixCtrHdr #container {
	width: 823px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px;
	height:183px;
}
//.oneColFixCtrHdr #header h1 {
	margin: 0; 
}

#header .logo{float:left;}
#header .pcl_logo{
float:right;
margin-top:-80px;
}
div.float {
  float: left;
}
.nav{
padding:85px 0 0 50px;
text-transform:uppercase;
font-size:12px;
letter-spacing:2px;
}
.pcl {
float:right;
padding-top:60px;
}
.subnav{vertical-align:top;margin-top:10px;}
div.float p {
text-align: center;
font-size:11px;
text-transform:capitalize;
font-style:italic;
letter-spacing:1px;
margin:10px 0 0 0;
   }
   
   
.oneColFixCtrHdr #mainContent{
	width:750px;
	margin:50px 50px 0px 73px;
	min-height:350px;
}
.oneColFixCtrHdr #mainContent1 { /*HOMEPAGE and PROJECT DETAIL PAGES*/
	width:725px;
	margin:0px 50px 0px 0px;
	min-height:350px;
}

#mainContent ul li img, #mainContent1 ul li img{
margin:10px 0;
}   

ul#gallery{ /*grid of images*/
overflow:hidden; 
zoom:1; 
padding:0;
}

ul#gallery li{
float:left;
width:276px;
height:170px;
list-style:none;
}
ul#gallery li img { 
display:block; 
width:198px; 
height:129px; 
}
ul#gallery li:nth-child(3n) {width:198px;}

/*HOMEPAGE BLOG STYLES*/
.blogcontent{
padding: 10px 0;
margin-top:20px;
}
.underline{
border-bottom:1px dotted #777;
padding:0 0 10px 0;
clear:both;
}


/*PROJECT DETAIL STYLES */
.detail_left{float:left;}
.detail_right{
float:right;
width:230px;
}
.detail_right p{font-size:13px;}
.entry_nav{
font-size:10px;
float:right;
margin-top:-60px;
}
.prev, .next{
vertical-align:top;
margin-top:15px;
}

.oneColFixCtrHdr #footer {
	padding: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0 0 0 75px; 
	padding: 30px 0 10px 0; 
	font-size:11px;
	color:#777;
	font-style:italic;
}
.oneColFixCtrHdr #footer p a{color:#777;}
.oneColFixCtrHdr #footer p a:hover{color:#000;}

-->

