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

body {
	margin:0;
	padding:0;
	}

p img {
	margin: .5em;
	}

.images {
	padding:7px 0 5px;
	}
	
/* ================
Mast and Navigation
================ */

#verytopwide {
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	background:url(images/mast-bg.gif) repeat-x;
	}

#mastimg {
	width:960px;
	height:100px;
	background:url(images/newmast.gif);
	margin:0 auto;
	}

#greenbar {
	width:100%;
	height:30px;
	background: url(images/greenbar.gif) repeat-x;
	}

#navcontain {
	width:960px;
	height:30px;
	margin:0 auto;
	background:url(images/left_nav_green.gif) top left no-repeat;
	}
	
#navigation {
	width:720px;
	height:30px;
	margin:0 0 0 145px;
	background: url(images/navigation.gif) no-repeat;
	}

/*Navigation Sprites*/

	#navigation ul {
		margin:0;
		padding:0;
		}
	
	#navigation li {
		margin:0;
		padding:0;
		list-style-type:none;
		display:inline;
		float:left;
		
		}
		
		#navigation li a h4{
			background:url(images/navigation.gif) no-repeat;
			height:30px;
			margin:0;
			padding:0;
			text-decoration:none;
			text-indent:-9999px;
			}
			
			#navigation li a h4.home {width:97px; background-position:0px 0px;}
			#navigation li a:hover h4.home { width: 97px; background-position:0 -30px;}
			
			#navigation li a h4.smart {width:161px; background-position:-97px 0px;}
			#navigation li a:hover h4.smart { width:161px; background-position:-97px -30px;}
			
			#navigation li a h4.services {width:102px; background-position:-258px 0px;}
			#navigation li a:hover h4.services { width:102px; background-position:-258px -30px;}
			
			#navigation li a h4.contact {width:97px; background-position:-360px 0px;}
			#navigation li a:hover h4.contact { width:97px; background-position:-360px -30px;}
			
			#navigation li a h4.recentprojects {width:146px; background-position:-457px 0px;}
			#navigation li a:hover h4.recentprojects { width:146px; background-position:-457px -30px;}
			
			#navigation li a h4.blog {width:86px; background-position:-600px 0px;}
			#navigation li a:hover h4.blog { width:86px; background-position:-600px -30px;}
					
/* ========
Layout Divs
======== */

.contentwrap {
	width:960px;
	margin:1.5em auto;
	overflow:auto;
	}

.leftwide {
	width:630px;
	overflow:auto;
	float:left;
	}

.rightwide {
	width:630px;
	overflow:auto;
	float:right;
	}

.leftcol {
	width:300px;
	float:left;
	}

.rightcol {
	width:300px;
	float:right;
	}

.dashedline {
	width:100%;
	height:1px;
	border-top: #CCCCCC dashed 1px;
	margin: .8em 0 5pt;
	}
	
.formfloatright {
	width:300px;
	float:right;
	}



/* ==============
typography styles
============== */

p {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#3C3F36;
	line-height:14pt;
	padding:5px 0;
	margin:0;
	
	}

	p a:link {
		color:#9FB03E;
		text-decoration:none;
		border-bottom:#9FB03E dotted 1px;
		}
	p a:visited {
		color:#9FB03E;
		text-decoration:none;
		border-bottom:#9FB03E dotted 1px;
		}
	p a:hover {
		color:#000;
		text-decoration:none;
		border-bottom:#3C3F36 dotted 1px;
		}

h1 {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	text-transform:uppercase;
	font-weight:lighter;
	letter-spacing:3px;
	color:#9FB03E;
	line-height:18pt;
	padding:5pt 0 0 0;
	margin: 0;
	}
	
	h1 a:link {
		color:#9FB03E;
		text-decoration:none;
		}
	h1 a:visited {
		color:#9FB03E;
		text-decoration:none;
		}
	h1 a:hover {
		color:#000;
		text-decoration:none;
		}

h2 {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#9FB03E;
	font-weight:normal;
	line-height:14pt;
	padding:5pt 0 0 0;
	margin: 0;
	}
	
	h2 a:link {
		color:#9FB03E;
		text-decoration:none;
		}
	h2 a:visited {
		color:#9FB03E;
		text-decoration:none;
		}
	h2 a:hover {
		color:#000;
		text-decoration:none;
		}

.smaller{
	font-size:x-small;
	}
	
.pullquoteleft {
	width:40%;
	float:left;
	font-size:12px;
	font-weight:lighter;
	letter-spacing:3px;
	line-height:16pt;
	text-transform:uppercase;
	margin:1em 1em .3em 0;
	padding:1em 1.5em;
	border: 1px #9FB03E dashed;
	background: url(images/quotemarks.gif) no-repeat;
	text-indent: 0em;
	}

.pullquoteright {
	width:40%;
	float:right;
	font-size:12px;
	font-weight:lighter;
	letter-spacing:3px;
	line-height:16pt;
	text-transform:uppercase;
	margin:1em 0 .3em 1em;
	padding:1em 1.5em;
	border: 1px #9FB03E dashed;
	background: url(images/quotemarks.gif) no-repeat;
	text-indent: 0em;
	}

.intro {
	font-size:12px;
	font-weight:lighter;
	letter-spacing:3px;
	line-height:16pt;
	text-transform:uppercase;
	padding:5px 0;
	margin:0;
	}

ul {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#3C3F36;
	line-height:14pt;
	padding:5px 0;
	margin:0 2em;
	}
	
	li a:link {
		color:#000;
		text-decoration:none;
		border-bottom:#9FB03E dotted 1px;
		}
	li a:visited {
		color:#000;
		text-decoration:none;
		border-bottom:#9FB03E dotted 1px;
		}
	li a:hover {
		color:#9FB03E;
		text-decoration:none;
		border-bottom:#9FB03E dotted 1px;
		}

.links {
	padding-left:2em;
	line-height:18px;
	padding-bottom:1.5em;
	}

/* ===
footer
=== */

.footer {
	width:100%;
	border-top:#9FB03E 1px solid;
	margin-top:1cm;
	background: url(images/footerbg2.gif) no-repeat center top;
	}
	
.footer p {
	text-align:center;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#3C3F36;
	line-height:14pt;
	padding:15px 0;
	margin:0;
	}
	
	.footer p a:link {
		color:#9FB03E;
		text-decoration:none;
		border-bottom:none;
		}
	.footer p a:visited {
		color:#9FB03E;
		text-decoration:none;
		border-bottom:none;
		}
	.footer p a:hover {
		color:#000;
		text-decoration:none;
		border-bottom:none;
		}


/* BLOGGER BLOGGER BLOGGER BLOGGER */





/* Header
----------------------------------------------- */
@media all {
  #header {
    width:660px;
    margin:0 auto 10px;
    border:1px solid #ccc;
    }
  }
@media handheld {
  #header {
    width:90%;
    }
  }
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:200%;
  line-height:1.2em;
  font-weight:normal;
  color:#666;
  text-transform:uppercase;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#c60;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

/* Content
----------------------------------------------- */
@media all {
  #content {
    width:660px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
  #main {
    width:410px;
    float:left;
    }
  #sidebar {
    width:220px;
    float:right;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:#CCCCCC dashed 1px;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
  
.date-stamp {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size:10px;
  	text-transform:uppercase;
  	letter-spacing:.1em;
	margin:0;
	padding:0;
	}


.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
  
.post-body {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#3C3F36;
	line-height:14pt;
	padding:5px 0;
	margin:0;
	}
	
	.post-body a:link {
		color:#9FB03E;
		text-decoration:none;
		border-bottom:#9FB03E dotted 1px;
		}
	.post-body a:visited {
		color:#9FB03E;
		text-decoration:none;
		border-bottom:#9FB03E dotted 1px;
		}
	.post-body a:hover {
		color:#000;
		text-decoration:none;
		border-bottom:#3C3F36 dotted 1px;
		}


.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-15px 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }



