html {
  font-family:'Courier New, Courier', monospace;
  font-size:12px;
}
body {
  margin:0; padding:0;
  background-color:#ffffff;
  text-align:center;
}

.using-mobile {
  display:none;
}
.using-desktop {
  font-family:'Courier New, Courier', monospace;
  font-size:12px;
  font-style:italic;
  color:#990066;
}

.mobile-only {
  display:none;
}

/* Container */
/*
.container {
  padding:30px 0;
  width:960px;
  margin:0 auto;
  background:#ffffff;
  border-right:10px solid #555555;
  border-left:10px solid #555555;
}
*/

/* Header */
.header {
  height:240px;
  background:#0d0d0d url('images/header-0291-desktop.jpg') center top no-repeat;
  position:relative;
}

/* General Styles - colors/fonts */
h1, h2, h3 {
  color:#990066;
}
ul {
  padding:0;
  list-style:none;
}

/*
.content,
.sidebar {
  padding:15px;
}
*/

/* Content section */
.hello-world {
	color:#990066;
}

.photo-credit {
	font-size:12px;
	color:#990066;
}

.content {
  width:100%;
  float:left;
}
.content p {
  line-height:19px;
}
.content .item {
  display:inline-block;
  vertical-align:top;
  width:180px;
  margin:0 15px 20px 0;
}
.content .item img {
  padding:5px;
  border:1px solid #ddd;
  background:#fff;
}
.content .item h4 {
  margin:5px 0 0 0;
  padding:0;
}
.content hr.divider {
  height:5px;
  background:#ccc;
  border-radius:3px;
  -moz-border-radius:3px;
  border:0;
  margin:50px 0;
}
