body,h1,h2,h3,quote,small,form,input,ul,li,ol,label {
	margin:0px;
	padding:0px;
}

body {
	background-image: url(images/bg.png);
	padding-left: 0px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-top: 0px;
	text-shadow: 0px 1px white;
	font-size: 13px;
	margin: 0px;
	color: #e2e2e1;
	background-repeat: repeat;
	min-height: 100%;
	height: 100%;
	min-width: 1000px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
	background-color: #b3b3b3;
}

#logo {
  background: #6A6A6A;
  background-image: url(images/header_bg.png);
	color: #333333;
	margin-bottom: 0px;
	padding-top: 10px;
	font-size: 51px;
	border: 1px #000 solid;
	border-width: 1px 0 1px 0;
}

#nav-bar {
  background-image: url(images/nav_bar.png);
  height: 44px;
  margin-bottom: 40px;
  text-shadow: 0 -1px black;
	word-spacing: 40px;
	line-height: 44px;
}

#nav-bar a {
	text-shadow: 0 -1px black;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
	color: #FFF;
	word-spacing: 0px;
}

#nav-bar a:hover {
	color: #CCC;
}

#middle {
	background-color: #fefffe;
	font-size: 13px;
	position: relative;
	color: #393939;
	text-shadow: 0px 1px white;
	border-color: #cccccc;
	border-style: solid;
	padding: 20px;
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
	min-height: 100%;
	height: 100%;
	width: 900px;
  border-width: 1px;
  border-radius: 5px;
}

.links {
	padding-right: 20px;
	margin-left: auto;
	margin-right: 0px;
	text-align: right;
	color: #b3b3b3;
	word-spacing: 25px;
}

.links a {
	text-shadow: 0px 0px 10px #e6e6e6;
	font-weight: bold;
	font-size: 31px;
	text-decoration: none;
	color: #666666;
	word-spacing: 0px;
}

.links a:hover {
	color: #b3b3b3;
}

.item {
	border-top-color: #e6e6e6;
	border-top-width: 1px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: solid;
	text-shadow: 0px 1px #fefffe;
	color: #4c4c4c;
	position: relative;
	padding: 10px;
	margin: 20px;
  overflow: auto;
}

.item-image {
  float: right;
	position: relative;
	border-style: solid;
	border-color: #bcbcbc;
	background-color:white;
	margin: 5px 5px 5px 20px;
  border-width: 1px;
  padding: 3px 3px 0px 3px;
  border-radius: 5px;
  overflow: auto;
}

.item-image img {
  border: 0;
}

.item ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.contact li {
	margin: 10px;
}

.contact li a {
	color: #6fa4c8;
	text-decoration: none;
	font-weight: bold;
}

.contact li a:hover {
	color: #6fa4c8;
	text-decoration: underline;
	font-weight: bold;
}

.item-title {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
}

.item-platform {
	margin: 10px;
}

.item-description {
	margin: 10px;
}

.item-download-link {
	margin: 10px;
	text-align: center;
}

.item-download-link a {
	color: #394050;
	text-decoration: none;
	font-weight: bold;
}

.item-download-link a:hover {
	color: #505a7a;
	text-decoration: none;
	font-weight: bold;
	margin: 10px;
}

.footer {
	text-shadow: 0px 1px white;
	color: #b3b3b3;
	line-height: 20px;
	margin: 5px;
}

.footer a {
	text-shadow: 0px 1px white;
	font-size: 13px;
	text-decoration: none;
	color: #999999;
}

.footer a:hover {
	font-size: 13px;
	text-decoration: none;
	color: #cccccc;
}

.mailgrid {
  margin-right: auto;
  margin-left: auto;
  width: 550px;
  margin-bottom: 10px;
  height: 125px;
  padding-top: 3px;
}
.mailgrid a { display: block; }
.mailgrid dt {
  width: 250px;
  float: left;
  text-transform: uppercase;
  font: bold 11px/40px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: right;
  height: 40px;
  color: #666666;
  color: black;
}
.mailgrid dd {
  width: 250px;
  float: left;
  line-height: 39px;
  height: 40px;
  text-decoration: none;
}
.mailgrid dd a {
  text-decoration: none;
  color: gray;
}
.mailgrid dt.last { border: 0; }
.mailgrid dd.last { border: 0; }

#blog_title {
  text-align: center;
  color: #666666;
}

ul.posts {
  list-style-type: none;
  margin-bottom: 2em;

}

ul.posts a {
  text-decoration: none;
  color: #666666;
  font-size: 16px;
}

ul.posts a:hover {
  color: #b3b3b3;
}

  ul.posts li {
    border-bottom: 1px solid #eee;
    line-height: 1.75em;
    float: left;
    clear: left;
    width: 850px;
    padding: 5px 0;
  }

  ul.posts li a {
    float: left;
  }

  ul.posts li date {
    float: right;
    color: #777;
  }

ul.related_posts {
  list-style-type: none;
  margin-bottom: 2em;
}

ul.related_posts a {
  text-decoration: none;
  color: #666666;
  font-size: 14px;
}
ul.related_posts a:hover {
  color: #b3b3b3;
}

  ul.related_posts li {
    border-bottom: 1px solid #eee;
    line-height: 1.75em;
    float: left;
    clear: left;
    width: 450px;
    padding: 5px 0;
    margin-left: 200px;
  }

  ul.related_posts li a {
    float: left;
  }

  ul.related_posts li date {
    float: right;
    color: #777;
  }

#post_title {

}

#post_content {
  text-align: left;
}

