/* Main CSS for Dog Food Software, LLC site */
body {
  margin:0;
  background-image:url(images/bg.jpg);
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#333333;
  font-size: 9pt;
}

a {
  text-decoration:none;
  color: #0099ff;
}

a:hover {
  color: #0099ff;
}

a img {
  border: none;
}

.header {
  font-size: 120%;
  font-weight: bold;
  padding-top: 10px;
}

#page {
	background-color:#ffffff;
	width:650px;
	border-top: 8px #ff9900 solid;
	border-bottom: 8px #ff9900 solid;
	margin: 0 auto;
	display:table;
	padding-bottom:5px;
	margin-top: 10px;
}

#header { width:650px; }

#logo {
  float:left; 
  width: 260px;
  border-right: 1px #cccccc solid;
  padding-bottom: 12px;
  background-color:#fff
  font-size: 150%; 
  font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
  padding: 5px 0 0 10px;
}

#topnav {
	float:right;
	padding-bottom: 5px;
	width: 330px;
}

#topnav > * {
  padding-top: 5px;
  font-size: 150%;
  width: 100px;
  float:left;
  border-bottom: 4px #cccccc solid;
  margin-right: 10px;
  color:#333333;
}

#topnav .here, #topnav .here a {
  color: #FF9900;
  text-transform:uppercase;
}

#body {
  padding: 0 0 0 10px;
  clear:both
}

/* it's important to specify only by class so that we can override the width
   later with more specific selectors */
.post {
  position: relative;
  /*width: 630px;*//* .page:width - 2*.post:margin */
  margin:10px 0;
  padding:0;
  display: block;
}

#body .post h2 {
  margin:0;
  letter-spacing:-1px; 
  font-size: 150%; 
  font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#body .post p {
  font-size: 90%; 
  margin:0;
}

#footer {text-align:center}
#footer p {color:#FFFFFF; font-size:10px;}
#footer p a { color: #ffffff; }
#footer p a:hover{ text-decoration:underline}
.folio_img { text-align:center; padding: 10px 10px 0 0;}
.folio_img img { margin: 0 10px; }
.style1 {color: #FF9900}
.project_box {margin: 0px 0px 10px 0px; width: 555px; background-color:#eeeeee; padding: 10px; border: 1px #cccccc dashed}

.breadcrumb {
  color: #000000;
}

.finalCrumb {
  color: #ff9900;
}

