* {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  background-color: #ffffff;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
}
.full {
  width: 100%;
  margin: 0;
  padding: 0;
}
#wrapper {
  height: 100%;
  text-align: center;
}
.centered {
  width: 780px;
  margin: 0 auto;
/*  background-color: red;*/
}
p, p a, li, #contact li a {
  font-size: 13px;
  line-height: 17px;
  margin-top: 2px;
}

h2 {
  border-bottom: 1px dotted #666;
  font-weight: lighter;
  padding-bottom: 10px;
  color: #777;
}
#content em {
  font-style: normal;
  color: #7dbecc;
}

#top {
/*  height: 390px;*/
/*  background-color: blue;*/
  background-image: url('../images/bg.gif');
  background-repeat: repeat-x;
  text-align: center;
}
#top #bar {
  height: 70px;
  padding: 15px 0 0 0;
/*  background-color: white;*/
}
#top #bar #logo {
  background-image: url('../images/loop-logo.png');
  background-repeat: no-repeat;
  height: 51px;
  width: 93px;
/*  background-color: red;*/
  float: left;
}
#top #bar ol {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 300px;
/*  background-color: red;*/
}
#top #bar ol li {
  width: 90px;
  height: 60px;
  float: left;
/*  background-color: blue;*/
}
#top #bar ol li a {
  line-height: 35px;
  text-decoration: none;
  color: #fff;
}
#top #bar ol li a:link {
  color: #fff;
}
#top #bar ol li a:hover {
  color: #90c4cf;
}
#top #bar ol li.selected a, #selectedpage a {
  color: #90c4cf;
}
#top #bar ol li.selected, #top #bar ol li#selectedpage, #top #bar ol li.hover {
  color: #90c4cf;
  background-image: url('../images/nav-selected-bg.png');
  background-repeat: no-repeat;
}
#intro {
  margin-top: 50px;
  text-align: left;
  height: 100px;
/*  background-color: yellow;*/
}
#contact {
  margin-top: 50px;
  text-align: left;
  height: 140px;
}
#contact ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#features {
  height: 170px;
  margin: 0;
  padding: 0;
/*  background-color: red;*/
}
#features .box {
  height: 152px;
  width: 250px;
  float: left;
  background-image: url('../images/feature-bg.png');
  background-repeat: no-repeat;
}
#features .padbox {
  padding-right: 14px;
}
#features .box .feature {
  position: relative;
  width: 236px;
  height: 136px;
  margin: 8px 7px 7px 7px;
/*  background-color: red;*/
/*  background-image: url('../images/feature-one.jpg');*/
/*  background-repeat: no-repeat;*/
}
#features .box .feature img {
  position: relative;
  top: -107px;
  padding: 0;
  margin: 0;
/*  border: 1px solid #999;*/
}

.ribbon {
/*  background-color: red;*/
  z-index: 10;
  float: left;
  height: 115px;
  width: 113px;
  position: relative;
  top: -3px;
  left: 138px;
  background-repeat: no-repeat;
}
.green-ribbon {
  background-image: url('../images/green-ribon.png');
}
.pink-ribbon {
  background-image: url('../images/pink-ribon.png');
}
.yellow-ribbon {
  background-image: url('../images/yellow-ribon.png');
}

#clouds {
  height: 187px;
  background-image: url('../images/clouds.gif');
  background-position: bottom left;
  background-repeat: repeat-x;
/*  background-color: none;*/
}
#content {
/*  background-color: red;*/
  z-index: 10;
}
#content p {
  color: #555;
}
#content h1, #content h2, #content h3, #content h4  {
  color: #777;
}

h3, h4 {
  font-weight: lighter;
}
h3 {
  margin: 0;
  padding: 10px 0 0 0;
}
h4, div.small {
  margin: 0;
  padding: 3px 0 20px 0;
  font-size: 11px;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
#content p {
  line-height: 20px;
}
#content a.blog-link, #content a.blog-link:link {
  color: #7dbecc;
  text-decoration: none;
}
#content a.blog-link:hover {
  text-decoration: underline;
}

#content .column {
  width: 48%;
  float: left;
  text-align: left;
/*  background-color: blue;*/
}
#content .left {
  margin-right: 4%;
}
#content .large-column {
  width: 70%;
/*  background-color: yellow;*/
}
#content .thin-column {
  width: 25%;
/*  background-color: blue;*/
}


.form {
  margin-left: 12%;
  width: 80%;
/*  height: 100px;*/
/*  background-color: red;*/
}
.form .row {
/*  height: 30px;*/
  padding-top: 8px;
  line-height: 30px;
}
.form .tall-row {
/*  height: 100px;*/
  padding-top: 8px;
  line-height: 30px;
}
.form .row .field-name {
  color: #000;
  font-size: 12px;
  float: left;
  width: 30%;
  margin-right: 25px;
/*  background-color: yellow;*/
}
.form .row .field-input {
  width: 48%;
}
.form .row input, .form .row textarea {
  width: 200px;
  color: #666;
  font-size: 12px;
  height: 17px;
}
.form .row textarea {
  height: 150px;
}
.form .row input.submit {
  width: 80px;
}

/* portfolio */

#portfolio-list {
  text-align: left;
}
.portfolio-item {
  height: auto;
  padding-top: 25px;
/*  margin-bottom: 10px;*/
/*  background-color: blue;*/
  clear: both;
}
.portfolio-item .image-wrapper {
  padding: 4px 4px 2px 4px;
  float: left;
  border: 1px solid #cacaca;
}
.portfolio-item .text-wrapper {
  float: left;
  width: 70%;
/*  background-color: red;*/
  margin-left: 10px;
}
#content p {
  font-size: 12px;
}
span.tech-used {
  font-size: 11px;
  color: #bcbcbc;
  clear: both;
}
#content a {
  color: #7dbecc;
}
.portfolio-item h3 {
/*  color: red;*/
  color: #7dbecc;
  font: 16px/12px Georgia, serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-style: italic;
  padding-bottom:4px;
  border-bottom:1px dotted #ccc;
  clear: left;
}
.portfolio-item img {
  margin: 0;
  padding: 0;
}

#footer {
  height: 43px;
  padding-top: 40px;
  margin: 0 0 20px 0;
  clear: left;
  background-image: url('../images/footer-bubble.png');
  background-repeat: no-repeat;
  background-position: bottom;
}