/* COMMON */

body {
  font: 11px/18px   Verdana, Arial, Helvetica, sans-serif;
  color:#393835;
  /* text-align:center; */
  margin: auto;
  padding: 0;
  background-image:url(/static/images/bg-top.jpg);
  background-repeat:no-repeat;
  background-position:top center;
}

body a {
  color:#881317;
  font-weight:bolder;
  font-size:10px;
}

body a:hover {
  text-decoration:none;
}

h1 {
  color:#d64147;
  font-size:20px;
  font-weight:bold;
  margin:0;
  padding:0;
  margin-bottom:5px;
}

h2 {
  color:#d64147;
  font-size:17px;
  line-height:20px;
  font-weight:lighter;
}

h3 {
  font-size:11px;
  font-weight:bold;
  padding-top:5px;
  text-transform:uppercase;
  margin:0;
  padding:0;
}

h4 {
  color:#d64147;
  font-size:14px;
  line-height:20px;
  font-weight:lighter;
}

img {
  border:0;
}

#container{
  margin:auto;
  text-align:center;
  width:889px;
  height:238px;
}

#logo{
  float:left;
  position:absolute;
  top:0px;
  right:20px;
}


#content{
  width:890px;
  text-align:left;
}


#left {
  float:left;
  padding:0 80px 30px 80px;
  width:410px;
}

#left-footer {
  width:400px; 
  border-bottom:#ccc solid 4px; 
  text-align:left;
  padding-top:20px;
}

#right {
  float:left;
  padding:0 20px 30px 0;
  width:200px;
  border-bottom:#ccc solid 4px;
  margin-bottom:30px;
}

#subheading {
  width:410px;
  text-align:left;
  padding:25px 400px 15px 80px;
}

.dark-heading {
  color:#fff; 
  text-transform:uppercase;
  font-weight:bolder; 
  padding-top:2px;
  padding-bottom:2px;
  background-color:#cf1023;
}

/* MAIN NAV */

#container-nav {
  height:146px;
  position:relative;
}

#main-nav {
  text-align:left;
  float:left;
  position:absolute;
  bottom:5px;
  left:10px;
}

#main-nav ul {
  display:inline;
  margin:0;
  padding:0;
  text-transform:uppercase;
}

#main-nav ul li {
  padding:0;
  display:inline;
}

#main-nav ul a {
  text-decoration:none;
  color:#666;
  font-size:11px;
  font-weight:bold;
}

#main-nav ul span.separator {
  margin:0 7px 0 11px;
}

#main-nav ul a:hover {
  color:#d00e24;
}

#main-nav ul li a strong {
  color:#d00e24;
}

#main-nav ul li.last {
  border:none;
}

/* HOME */

#home-left {
  float:left;
  width:481px;
  height:454px;
  position:relative;
}

#home-right {
  float:left;
  width:408px;
  height:453px;
  background-image:url(/static/images/bg-bottom-home.jpg);
  background-position:bottom;
  background-repeat:repeat-x;
  margin-bottom:2px;
}

#home-right .dark-heading {
  padding-left:15px;
}

#news-bar{
  height: 31px;
  background: #dedede url(/static/images/home-news-icon.gif) no-repeat top left;
  color: #000;
  font-size: 9px;
  line-height: 30px;
  font-style: italic;
  padding:0 10px 0 42px;
}

#news-bar a{
  font-size: 9px;
  color:#c42e2d;
}

#home-intro {
  height:266px;
}

#home-intro div.inner {
  float:left;
  width:440px;
  position:absolute;
  top:44px;
  left:20px;
}

#home-intro hr {
  border:0;
  height:1px;
  color:#bbb;  
  background-color:#bbb;
}

#home-thumbs {
  margin:0;
  padding:0;
  width:480px;
  height:163px;
  position:absolute;
  bottom:0;
}

#home-thumbs div {
  float:left;
  width:56px;
  height:162px;
  margin:0 2px 0 2px;
}

#home-thumbs div.first {
  margin-left:0;
}

#home-thumbs a {
  display:block;
  width:56px;
  height:162px;
  text-indent:-9000px;
}

a#home-thumb-1 { background:url(/static/images/home-thumb-1.jpg) 0 0; }
a#home-thumb-2 { background:url(/static/images/home-thumb-2.jpg) 0 0; }
a#home-thumb-3 { background:url(/static/images/home-thumb-3.jpg) 0 0; }
a#home-thumb-4 { background:url(/static/images/home-thumb-4.jpg) 0 0; }
a#home-thumb-5 { background:url(/static/images/home-thumb-5.jpg) 0 0; }
a#home-thumb-6 { background:url(/static/images/home-thumb-6.jpg) 0 0; }
a#home-thumb-7 { background:url(/static/images/home-thumb-7.jpg) 0 0; }
a#home-thumb-8 { background:url(/static/images/home-thumb-8.jpg) 0 0; }

#home-hero img {
  height:292px;
}

#home-hero a {
  margin:0;
  border:0;
}

#feature-blurb {
}

#feature-blurb div.inner {
  margin:10px 10px 0 15px;    
}

#feature-blurb p{
  font-size:10px;
  line-height:15px;
}

/* ABOUT */

#timeline {
  width:400px;
  padding:0;
}

#timeline .entry {
  vertical-align:top;
  padding:0;
  margin-bottom:0px;
}

#timeline .entry span.date{
  display:block;
  float:left; 
  width:40px;
  color:#d64147;
  font-weight:bolder;
  vertical-align:top;
}

#timeline .entry p {
  float:right;
  width:340px;
  margin:0;
  margin-bottom:10px;
}

/* NEWS */

#headlines p {
  margin:2px;
}

.news-separator {
  height:10px;
  border-bottom:#ccc solid 1px;
  margin-bottom:10px;
}

#newsletters {
  margin-bottom:15px;
}

#newsletters .entry {
  padding-top:5px; 
  border-bottom:#ccc solid 1px; 
  height:25px; 
  width:280px;
}

#newsletters .entry .name {
  float:left;
  padding-left:10px;
}

#newsletters .entry .link {
  float:right;
  text-align:right; 
  width:150px;
  padding-right:13px;
}

/* PROJECT PORTFOLIO */

#portfolio-left {
  float:left;
  width:675px;
  margin-right:25px;
}

#portfolio-right {
  float:left;
  padding-top:15px;
  width:180px;
  border-bottom:#cf1023 solid 20px;
  margin-bottom:30px;
}

#portfolio-right span.heading {
  display:block;
  color:#cf1023;
  margin:10px 0 15px 0;
  font-weight:bold;
  font-size:10px;
  line-height:10px;
  text-transform:uppercase;
}

#portfolio-right span.heading a {
  color:#393835;
  text-decoration:none;
  font-size:10px;
}

#portfolio-right span.heading a:hover {
  color:#cf1023;
}

#portfolio-right h3 {
  color:#cf1023;
  margin:10px 0 10px 0;
}

#portfolio-right span.link {
  display:block;
  padding:5px 0 3px 0; 
  border-top:#ccc solid 1px; 
  width:180px;
}

#portfolio-right span.link a{
  color:#393835;
  font-weight:normal;
  font-size:9px;
  text-decoration:none;
}

#portfolio-right span.link a:hover{
  color:#cf1023;
  text-decoration:underline;
}

#portfolio-right span.link_active{
  font-weight:bold;
  padding:5px 0 3px 0; 
  border-top:#ccc solid 1px; 
  width:180px;
}

#portfolio-right span.subcategory.link a { padding-left: 20px; }

/* PROJECTS DETAIL */

.project-name {
  color:black;
  font-size:16px;
  font-weight:bolder;
}

.project-preview {
  margin:4px 5px 14px 5px;
  float:left;
  height:270px;
  width:197px;
  border-bottom:#ccc 4px solid;
 }

.project-preview img {
  width:197px;
  height:148px;
}

.project-preview h1 {
  font-size:10px;
  color:black;
  width:197px; 
  margin-top:6px;
}

.project-preview h1 a {
  text-decoration:none;
  color:inherit;
}

.project-preview p {
  margin:0;
}

#project-heading {
  text-align:left;
  padding:10px 0px 10px 15px;
  color:#6f6f6f;
  background-color:#e0dfde;
  font-size:18px;
  line-height:20px;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:8px;
}

#project-detail-left {
  text-align:center;
  width:407px;
  height:407px;
  float:left;
  background-image:url(/static/images/bg-project-hero.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}

#project-thumb-nav {
  height:406px;
  float:left;
  width:72px;
  text-align:center;
}

#project-thumb-nav div {
  margin:3px;
}

#project-thumb-nav img {
  border:none;
}

#project-detail-right {
  float:left;
  width:408px;
  height:406px;
  background-image:url(/static/images/bg-project-detail.jpg);
  background-position:bottom;
  background-repeat:repeat-x;
  border-left:1px #ccc solid;
}

#project-detail-right h1 {
  margin:15px;
}

#project-detail-highlights p {
  font-size:9px;
  margin:2px 0 10px 20px;
  border-top:#ccc solid 1px; 
  width:370px;
}

#project-detail-right .dark-heading {
  padding-left:20px;
}

#project-detail-description div.inner {
  margin:5px 20px 0 20px;
}

#project-detail-description p {
  padding:0;
  font-size:9px;
}



/* FOOTER */

#footer {
  height:281px;
  background-image:url(/static/images/bg-bottom.png);
  background-repeat:repeat-x;
  font-size:9px;
  color:#e7e6e5;	
  padding-top:35px;
}

#footer a{
  color:#e7e6e5;
  text-decoration:none;
  font-weight:normal;
}

#footer a:hover{
  text-decoration:underline;
}


ul.errorlist {
    padding: 1ex 1em;
    background: #c22;
    color: #fff;
    list-style-type: none;
}



/* HACKS */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */






/*******************************************************************/



/*






#home_headine_feature_project{
	font-size:16px;
	font-weight:bolder;
	padding:15px 0 15px 35px;
}


#container_newsletter{
	padding-top:5px; 
	border-bottom:#ccc solid 1px; 
	height:25px; 
	width:280px;
}



#container_project_link_details a{
	color:#393835;
	font-weight:normal;
	font-size:9px;
	text-decoration:none;
}

#container_project_link_details a:hover{
	color:#cf1023;
	text-decoration:underline;
}

#headline_w_line{
	color:#cf1023;
	padding:20px 0 10px 0;
	font-weight:bold;
	font-size:20px;
	border-bottom:#ccc 2px solid;
}

#headline_w_line a{
	color:#cf1023;
	text-decoration:none;
}

#headline_w_line a:hover{
	color:#cf1023;
	text-decoration:underline;
}


*/
