/* Setup
-----------------------------------------------*/

html, body, p, ul, ol, li, form, fieldset, blockquote,
h1, h2, h3, h4, h5, h6 {

	font-weight: normal;
	font-size: 1em;
	list-style: none;
	}
	
.site a {
	text-decoration: none;
	}
	
.main:after,
.section:after,
#footer:after,
p.olddown:after,
p.newdown:after {
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0.0;
	overflow:hidden;
	visibility: hidden;
 	clear: both;
	}
	
.divider hr {
	display: none;
	}

/* Text
-----------------------------------------------*/

.site {
	font: 75%/1.5em arial, helvetica, sans-serif;
	color: #333;
	}
	
.site p, .site li {
	font-size: 1.167em;
	line-height: 1.426em;
	}
	
.site p, .site ul {
	margin-bottom: 1em;
	}
	
.site h2 {
	margin-bottom: 1.5em;
	}
	
.site ul.linklist li {
	padding-left: 1.715em;
	background: url(arrow.png) no-repeat 2px 50%;
	}

.site ul.pointlist {
	padding-left: 1.715em;
	list-style-type: square;
	}

.site ul.pointlist li {
	line-height: 1.7em;
	list-style-type: square;
	color: #509CBB;
	font-size: 1.25em;
	}
	
.site ul.pointlist li span {
	color: #555;
	}
	
.site ul#langpacks h4 {
	font-size: 1.167em;
	}
	
.site ul#langpacks li {
	line-height: 1.2em;
	padding-bottom: 0.3em;
	padding-top: 0.2em;
	color: #666;
	}
	
.site ul#langpacks li span {
	display: block;
	margin-left: 0.5em;
	}
	
.site h1 span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	line-height: 1em;
	color: #1F537B;
	}
	
.site h1 span span {
	font-size: 0.9em;
	}
	
.site h2 span {
	font-size: 1.5em;
	line-height: 1.667em;
	display: block;
	}
	
.site .intro p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.667em;
	line-height: 1.2em;
	color: #555;
	}
	
.site .intro p .num {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.05em;
	}

.site .keyfeatures li {
	font-size: 1.333em;
	line-height: 1.5em;
	padding-left: 1.5em;
	background: url(oldtick.png) no-repeat 2px 50%;
	color: #777
	}
	
.site .keyfeatures li.v13 {
	background: url(newtick.png) no-repeat 2px 50%;
	}

.site h3 {
	font-size: 1.333em;
	line-height: 1.25em;
	margin-bottom: 0.675em;
	color: #555;
	font-weight: bold;
	}
	
.site h3 a {
	font-weight: normal;
	}
	
.site .important {
	font-weight: bold;
	}
	
.site .newsitem h3, .site .newposts h3 {
	padding-left: 1.5em;
	background: url(arrow.png) no-repeat 2px 50%;
	}
	
.site a:link, .site a:visited {
	color: #1F537B;
	}
	
.site a:hover, .site a:active, .site a:focus {
	color: #9E1D00;
	text-decoration: underline;
	}
	
#footer a:link, #footer a:visited {
	color: #ddd;
	}


/* Layout - Main 
-----------------------------------------------*/

body {
	background: #FFFFFF;
	}

.site .section {
	width: 90%;
	margin: 0 auto;
	min-width: 700px;
	max-width: 1100px;
	}
	
.site .section {
	background: #fff;
	position: relative;
	}
	
.site .main {
	position: relative;
	background: #F0F5FA;
	}	

.site .main-last .main-a,
.site .main-last .main-b {
	padding-bottom: 1em
	}
	
.site #section2, .site #section2 .main {
	background: #F0F5FA;
	}

.site .main-a {
	float:left;
	width: 38%;
	}

.site .main-b {
	float:left;
	width: 62%;
	background: #fff;
	}

#index .main-a, #index .main-b {
	width: 50%;
	}
	
#index #section1, #index #section1 .main {
	background: #fff;
	}
	
#index #section2, #index #section2 .main, #index #section2 .main-b {
	background: #F0F5FA;
	}
	
	
.site .content {
	padding: 0 2em;
	}
	
#page-head {
	width: 90%;
	margin: 0 auto;
	min-width: 700px;
	max-width: 1100px;
	background: #fff;
	}

#page-head h1 {
	padding: 2em;
	}
	
.site h2 {
	padding: 0 2em;
 	color: #1F537B;
 	background: #DDE4EB;
 	}

.site .main-b h2 {
	background: #D4DAE2;
	}
	
.site p.feed {
	padding-left: 2em;
	background: url(feed.png) no-repeat 2px 50%;
	}
	
#footer {
	width: 90%;
	margin: 0 auto;
	min-width: 700px;
	max-width: 1100px;
	line-height: 3em;
	background: #333;
	color: #ddd;
	margin-bottom: 1em;
	height: 3em;
	}
	
#footer .credits {
	float: left;
	font-size: 1em;
	padding-left: 2em;
	line-height: 3em;
	margin: 0;
	}
	
#footer .copyright {
	float: right;
	font-size: 1em;
	padding-right: 2em;
	line-height: 3em;
	margin: 0;
	}
	
#footer .credits span.item1 {
	padding-right: 0.8em;
	border-right: 1px solid #ddd;
	margin-right: 0.4em;
	}

	
.site p.olddown {
	position: relative;
	margin-top: 0em;
	margin-bottom: 0;
	}
	
.site p.newdown {
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 0;
	}
	
.site p.olddown a {
	display: block;
	float: left;
	line-height: 2.333em;
	background: url(olddown.png) no-repeat center left;
	padding-left: 2.5em;
	font-size: 1.5em;
	color: #81A83D;
	white-space: nowrap;
	}
	
.site p.newdown a {
	display: block;
	float: left;
	line-height: 2.333em;
	background: url(newdown.png) no-repeat center left;
	padding-left: 2.5em;
	font-size: 1.5em;
	white-space: nowrap;
	}
	
.site p.newdown a:link, .site p.newdown a:visited {
	color: #DF7C1C;
	}
	
.site p.olddown a:link, .site p.olddown a:visited {
	color: #81A83D
	}
	
.site p.newdown a:hover, .site p.newdown a:active, .site p.newdown a:focus,	
.site p.olddown a:hover, .site p.olddown a:active, .site p.olddown a:focus {
	color: #000;
	}

.site .pagenav {
	margin-top: -0.75em;
	}
	
.site .pagenav li a:link, .site .pagenav li a:visited {
	display: block;
	border-bottom: 1px dotted #ccc;
	font-size: 1.084em;
	line-height: 2.5em;
	}
	
.site .pagenav li.last-item a {
	border: none;
	}
	
.site .pagenav li.active a:link, .site .pagenav li.active a:visited {
	color: #000;
	}
	
.site .pagenav li a:hover, .site .pagenav li a:active, .site .pagenav a:focus {
	text-decoration: none;
	}
	
	
/* Download Pages 
-----------------------------------------------*/

.site ul.downlinks li {
	background: url(olddown_small.png) no-repeat 2px 50%;
	line-height: 2.5em;
	padding-left: 2.5em;
	}

.site ul.dowlinks li a {
	font-size: 1.167em;
	}	
	
#downloads ul.downlinks li {
	background: url(olddown_small.png) no-repeat 2px 50%;
	}
	
#downloads ul.downlinks li a {
	color: #63832C;
	}
	
#downloads-up ul.downlinks li {
	background: url(down_small.png) no-repeat 2px 50%;
	}

#downloads-dev ul.downlinks li {
	background: url(newdown_small.png) no-repeat 2px 50%;
	}
	
#downloads-dev ul.downlinks li a {
	color: #AF6216;
	}

