
* {
	margin: 0;
	padding: 0;
}
html {
  background: #FFF url(i/top-bg.gif) repeat-x;
}
body {
	font: 12px/18px Tahoma, Arial, Verdana, sans-serif;
	width: 100%;
  background: url(i/top-bg.jpg) no-repeat;
}
a {
	color: #048363;
	outline: none;
}
a:hover {
	color: #CC1D00;
}
p {margin: 0 0 18px}
img {border: none}
input {vertical-align: middle}
input:focus,
textarea:focus {outline: none}
blockquote {
	margin: 0 0 18px 20px;
	padding: 1px 12px;
	background: #F4F4F4;
	border-left: 3px solid #E5E5E5;
}
blockquote p {
	padding: 8px 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 5px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 5px 10px}

#wrapper {
	width: 938px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	position: relative;
  background: url(i/header.gif) no-repeat;
}

#logo {
	position: absolute;
	top: 27px;
	left: 0px;
	width: 270px;
	height: 55px;
	cursor: pointer;
}
#logo strong {
	display: none;
}
#logo span {
	position: absolute;
	bottom: 3px;
	left: 222px;
}

#keys {
  font-size: 11px;
  font-weight: normal;
	color: #3A85AE;
	padding: 1px 0 0 14px;
	width: 790px;
	height: 16px;
	overflow: hidden;
}
#keys .gr {
	left: 785px;
	height: 15px;
  background: url(i/gradient2.png) no-repeat;
}

#langs {
	position: absolute;
	top: 5px;
	right: 0;
}
#langs a {
	float: left;
	width: 16px;
	height: 14px;
  background: url(i/langs.gif) no-repeat;
  margin-left: 7px;
}
a#l2 {background-position: -16px 0}
a#l3 {background-position: -32px 0}
a#l4 {background-position: -48px 0}
a#l5 {background-position: -64px 0}

#nav {
	position: absolute;
	top: 131px;
	left: 0;
	width: 100%;
	height: 28px;
	background: url(i/nav.gif) repeat-x;
	list-style: none;
}
#nav li {
	float: left;
}
#nav a {
	float: left;
}

#search {
	position: absolute;
	top: 40px;
	right: 0;
	padding: 0 3px 0 0;
}
#search input,
#search button {
	font: 11px Tahoma, Arial;
	float: left;
	border: none;
}
.search {
	width: 256px;
	padding: 5px 10px 7px;
  background: url(i/search-input.gif) no-repeat;
}
#search .button {
	float: left;
	height: 24px;
  background: url(i/search-go.gif) 100% 0 no-repeat;
	margin: 0 0 0 9px;
  padding-right: 3px;
}
#search button.go {
	cursor: pointer;
	height: 24px;
	padding: 0 11px 0 30px;
	color: #FFF;
  font-weight: bold;
  background: url(i/search-go.gif) no-repeat;
	position: relative;
	left: -1px;
	overflow: visible;
}
#search button.go::-moz-focus-inner{border:0}
#search .stats {
	position: absolute;
	top: 28px;
	left: 10px;
  font-size: 11px;
}
#search .downloads {
  font-weight: bold;
	color: #6CAD32;
}
#search .programs {
  font-weight: bold;
	color: #048363;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
}
* html #middle {height: 1%;}
#middle:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#categories {
  background: #FBFCFC url(i/categories.gif) repeat-y;
	margin: 0 0 22px;
}
#ctop {
  background: url(i/categories.gif) -938px 0 no-repeat;
}
#cbot {
  background: url(i/categories.gif) 100% 100% no-repeat;
	padding: 11px 14px 15px;
	height: 1%;
	min-height: 130px;
	height: auto !important;
	height: 130px;
}
#categories h2 {
  font-size: 11px;
  text-transform: uppercase;
	margin: 0 0 8px;
  background: url(i/icon1.gif) 0 4px no-repeat;
	padding: 0 0 0 14px;
}
#categories ul {
	padding: 0 8px;
}
#categories li {
	display: inline;
	font: 12px Verdana, Tahoma, Arial;
  margin-right: -2px;
}
#categories a {
	color: #086F5A;
	padding: 0 0 0 6px;
	display: inline-block;
  text-decoration: none;
	margin: 0 0 2px;
	white-space: nowrap;
	cursor: pointer;
}
#categories a span {
	display: inline-block;
	height: 21px;
	line-height: 20px;
  text-decoration: underline;
	padding: 0 7px 0 0;
	position: relative;
	right: -1px;
}
#categories a:hover {
	color: #000;
  background: url(i/categories-hover.gif) no-repeat;
}
#categories a:hover span {
  background: url(i/categories-hover.gif) 100% 0 no-repeat;
  text-decoration: none;
}

.info {
	width: 100%;
	overflow: hidden;
	margin: 0 0 4px;
	font: 11px/18px Verdana, Tahoma, Arial;
}
.info .column {
	float: left;
	width: 449px;
	padding: 5px 20px 1px 0;
  border-left: 1px dotted #000;
  margin-left: -1px;
}
.info .column.right {
	padding: 5px 0 1px 20px;
}
.info .check {
  background: url(i/check.gif) 0 4px no-repeat;
	padding: 0 0 0 21px;
}

.adv1 {
  text-align: center;
	margin: 7px 0 28px;
}
.post .adv1 {
	margin: 23px 0;
}
.post .entry .adv1 {
	margin: 18px 0 3px;
}

div.pagetitle {
	font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
	margin: 0 0 19px;
	padding: 0 0 4px;
  border-bottom: 3px solid #EBECEC;
}
.post {
	margin: 0 0 20px;
	overflow: hidden;
	height: 1%;
}
.post h2 {
	font: 22px/1 Arial, Tahoma;
	margin: 0 0 10px 0;
	padding: 0 70px 0 0;
	color: #003551;
	white-space: nowrap;
}
.post.single h2 {
  border-bottom: 3px solid #EBECEC;
	padding: 0 0 7px 0;
}
.title {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
	max-width: 868px;
	padding: 0 0 2px;
}
* html .title {
	width: 868px;
}
.single .title {
	max-width: 628px;
}
* html .single .title {
	width: 628px;
}
.gr {
	position: absolute;
	top: 0;
	left: 853px;
	width: 15px;
	height: 100%;
  background: url(i/gradient.png) no-repeat;
}
.single .gr {
	left: 613px;
}
.post h2 a {
	color: #003551;
}
.post h2 a:hover {
	color: #CC1D00;
}
.pdate {
	display: inline-block;
	vertical-align: middle;
	width: 63px;
	height: 19px;
	font: bold 11px/19px Tahoma, Arial;
	color: #048363;
  background: #EEFAE7 url(i/pdate.gif) no-repeat;
  text-align: center;
	position: relative;
	top: 1px;
}
.single .pdate {
	top: 2px;
}
#middle .post .entry h2,
#middle .post .entry h3,
#middle .post .entry h4,
#middle .post .entry h5,
#middle .post .entry h6 {
	font: 22px/1 Arial, Tahoma;
	margin: 25px 0 18px;
	border: none;
  border-bottom: 3px solid #EBECEC;
	color: #003551;
	padding: 0 0 7px;
}
#middle .post .entry h3 {font-size: 21px}
#middle .post .entry h4 {font-size: 20px}
#middle .post .entry h5 {font-size: 19px}
#middle .post .entry h6 {font-size: 17px}
.pmeta {
	font-size: 11px;
	margin: 8px 0 0;
	padding: 0 0 6px;
  text-align: right;
  border-bottom: 1px dotted #000;
	overflow: hidden;
	height: 1%;
}
.pmeta a {
	color: #048363;
}
.pmeta a:hover {
  text-decoration: none;
}
.pmeta .download {
	float: left;
  font-weight: bold;
	color: #109FBE;
}
.single .pmeta {
	float: right;
	border: none;
	padding: 6px 0 0;
	margin: 0;
}
.single .pmeta .download {
	float: none;
}
.adv2 {
	float: right;
	padding: 0 0 0 25px;
}
.entry img {
	margin: 10px;
}
.model,
.producer,
.type,
.os,
.filename,
.license {
	margin: 0 0 18px;
	padding: 0 0 0 26px;
}
.model {
  background: url(i/model.gif) 0 3px no-repeat;
}
.producer {
  background: url(i/producer.gif) 0 3px no-repeat;
}
.type {
  background: url(i/type.gif) 0 3px no-repeat;
}
.os {
  background: url(i/os.gif) 0 2px no-repeat;
}
.filename {
  background: url(i/filename.gif) 0 3px no-repeat;
}
.license {
  background: url(i/license.gif) 0 2px no-repeat;
}

#download {
	display: block;
	width: 150px;
	height: 39px;
	margin: 0 auto 8px;
  background: #FA9630 url(i/download.gif) no-repeat;
  text-indent: -9999px;
}
#os {
  text-align: center;
  font-size: 11px;
}

.post ul,
.post ol {
	margin: 0 0 18px 30px;
}
.post li {
	padding: 2px 0;
}
.post li ul, .post li ol {
	margin: 0;
}
.post li li {
	margin-left: 18px;
}

#addComment {
  border-top: 3px solid #EBECEC;
	padding: 13px 0 13px 24px;
  background: url(i/mail.gif) 0 16px no-repeat;
}
#addComment a {
  font-weight: bold;
}

#recentSearches2 {
  border-top: 3px solid #EBECEC;
	padding: 13px 0;
}
#recentSearches2 h2 {
  font-size: 11px;
  text-transform: uppercase;
  background: url(i/search.gif) 0 1px no-repeat;
	padding: 0 0 0 23px;
	margin: 0 0 5px;
}
#recentSearches2 #searches {
  padding-left: 23px;
}

#middle h3 {
	font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
	padding: 15px 0 10px 23px;
	margin: 10px 0 0;
  border-top: 3px solid #EBECEC;
	height: 1%;
}
h3#comments {
  background: url(i/comments.gif) 0 17px no-repeat;
}
#respond h3 {
  background: url(i/respond.gif) 0 15px no-repeat;
	padding-bottom: 2px;
}

#related ul {
	overflow: hidden;
	height: 1%;
}
#related li {
  border-top: 1px dotted #000;
  margin-top: -1px;
	list-style: none;
	padding: 9px 0 11px 32px;
  background: url(i/arrow2.gif) 23px 17px no-repeat;
  font-size: 11px;
}
#related li a {
	display: block;
  font-size: 12px;
	margin: 0 0 2px;
}

.commentlist {
	margin: -5px 0 5px;
	overflow: hidden;
}
.commentlist li {
	padding: 17px 0 0 23px;
  margin-top: -1px;
	list-style: none;
  border-top: 1px dotted #000;
}
.commentlist ul.children {
	margin: 0 0 -3px;
}
.commentlist ul.children li {
	padding: 12px 0 5px 25px;
}
.commentmetadata {
	font-size: 11px;
	color: #9C9C9C;
}
.commentmetadata a {
	text-decoration: none;
	color: #9C9C9C;
}
.commentmetadata a:hover {
	text-decoration: underline;
}
.cauthor,
.cauthor a {
  text-transform: uppercase;
	color: #2374AD;
}
.reply {
	margin: -10px 0 10px;
	font-size: 11px;
}
#cancel-comment-reply {
	margin: 0 0 12px;
}

#respond {
  background: url(i/example.gif) 589px 19px no-repeat;
}
#commentform {
	padding: 0 0 30px 23px;
}
#commentform p {margin: 0 0 14px}
#author, #comment, #submit {
	font: 12px Tahoma, Arial;
	padding: 4px 5px;
	width: 260px;
	border: 1px solid #CCC;
  border-top: 1px solid #B0B0B0;
  background: url(i/shadow.gif) repeat-x;
}
#comment {
	width: 520px;
	height: 110px;
}
#submit {
	width: 74px;
	height: 22px;
	padding: 0 0 1px;
	border: none;
	background: #EDEDED url(i/submit.gif) no-repeat;
	cursor: pointer;
	font: bold 11px Verdana, Tahoma, Arial;
}

.navigation {
	width: 100%;
	overflow: hidden;
	padding: 5px 0 20px;
	font-size: 11px;
}
.navigation a,
.navigation span {
  text-align: center;
  background: #F1F9EA;
	margin: 0 2px;
	padding: 4px 8px;
	text-decoration: none;
}
.navigation a {
	color: #000;
}
.navigation a:hover {
  text-decoration: underline;
}
.navigation span.current {
	color: #FFF;
  background: #94D7E6;
}
.navigation span.pages {
	width: auto;
	background: none;
}
.navigation.comm {
	padding: 0;
	margin: -10px 0 10px;
}
.navigation.comm a {
	background: none;
}

#bottom {
	width: 100%;
	overflow: hidden;
}
#bottom h2 {
  font-size: 11px;
  text-transform: uppercase;
	position: relative;
  border-bottom: 3px solid #EBECEC;
	padding: 0 0 4px;
	margin: 0 0 8px;
}
#bottom h2 a {
	position: absolute;
	top: 0;
	right: 0;
  text-transform: none;
  font-weight: normal;
	color: #000;
  background: url(i/arrow.gif) 0 8px no-repeat;
	padding: 0 0 0 9px;
}
#bottom h2 a:hover {
  text-decoration: none;
}
#top10 {
	float: left;
	width: 438px;
}
#top10 ol {
	overflow: hidden;
	list-style-position: inside;
	height: 1%;
}
#top10 li {
  border-top: 1px dotted #000;
  margin-top: -1px;
  font-weight: bold;
	padding: 2px 0 4px;
}
* html #top10 li {
	padding: 4px 0 6px;
}
#top10 li a {
  font-weight: normal;
	color: #000;
  text-decoration: none;
}
* html #top10 li a {
  margin-left: 5px;
}
*+html #top10 li a {
  margin-left: 5px;
}
#top10 li a:hover {
	color: #CC1D00;
}
#top10 li img {
	vertical-align: middle;
}
#recentSearches {
	float: right;
	width: 438px;
}
#searches {
  line-height: 24px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
  background: #F7F7F7 url(i/footer.gif) repeat-x;
  border-top: 1px solid #EDEDED;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
	margin: 30px 0 0;
}
#foot {
	width: 938px;
	margin: 0 auto;
	padding: 9px 0 8px;
	color: #6F6F6F;
}
#foot p {
	margin: 0 0 8px;
}
#copyright {
  font-weight: bold;
	color: #000;
}
