* { margin: 0; padding: 0; }
html,body {height:100%}

body {
  background: #ccc;
  color: #777;
  font-family: Arial, sans-serif;
  width: 800px;
  margin: 0 auto;

}
a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
a img {
  border: none;
}



#wrapper {
  float: left;
  background: #fff url(../img/bg_gears.png) no-repeat top left;
  min-height: 100%;
}
html>body #wrapper {height:auto}

#logo {
  float: left;
  padding-left: 52px;
}
#nav {
  float: right;
  list-style-type: none;
  padding: 40px 50px 0 0;
}
#nav li {
  float: left;
  width: 75px;
  text-align: center;
}
#nav a:link, #nav a:visited {
  color: #777;
}



#content {
  clear: both;
  float: left; 
  padding: 25px 0 50px 0;
}


#bowling,
#sheep {
  float: left;
  width: 400px;
  height: 411px;
  text-align: center;
}
#bowling img,
#sheep img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
#bowling h2,
#sheep h2 {
  font-size: 18px;
  font-weight: normal;
  padding: 5px 0 10px 0;
}




.bowlingScreenshots, .sheepScreenshots {
  margin: 0 auto;
  display: block;
  height: 411px;
  width: 205px;
}
.itunes {
  font-size: 13px;
  background: url(../img/go_button.png) no-repeat right 0;
  padding: 0 20px 5px 0;
}
p a.itunes {
  color: #777;
}
 
#info {
  float: left;
  width: 337px;
  padding: 0 30px;
  border-left: 3px solid #aaa;
  
}
#info h1 {
  font-size: 24px;
  font-weight: normal;
  padding: 20px 0;
  color: #444;
}
#info h2 {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
  color: #444;
}
#info p {
  font-size: 13px;
  padding-bottom: 20px;
}
#info ul {
  padding-bottom: 20px;
}
#info li {
  font-size: 13px;
  margin: 0 0 15px 15px;
}

 .blog_date {font-size:12px; font-weight:bold;}
 .blog_title {font-size:20px; font-weight:bold; color: #47b0f9;}
 .blog_text {font-size:12px;}
 .blog_footer {font-size:11px; font-weight:bold;}
 .blog_comment {font-size:11px; font-weight:bold;}


.ie #content {
  float: none;
}
.ie#homePage #wrapper,
.ie#companyPage #wrapper {
  height: 900px
}

.bowlingScreenshots img, .sheepScreenshots img {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');
}
