body {
	margin: 0;
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #3b3b3b;
}

a, a:visited {
	/*color:#446E8C*/
	color:#63a4cf;
}

h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
	color: white;
}
h4 {
	font-size: 16px;
	margin-bottom:0;
}

h4 + div {
	padding-left:15px;
}

h4 + div > p:first-child {
	margin-top: 0;
}

ul {
	margin-top: 0;
}

li {
	line-height: 24px;
}

/*li:first-child {
	padding-top: 5px;
}*/

li li:first-child {
	padding-top: 0;
}

code {
	font-weight: bold;
	background: #ffc;
    padding: 2px 5px;
	color: black;
	font-family: "Courier New", Courier, monospace;
}

header {
	/*background: #446E8C;*/
	background: #7dacce;
	color: #ffffff;
	margin: 0;
	padding: 10px 0;
	text-align: center;
/*	border-bottom: 1px solid #244E6C;*/
	box-shadow: 0px 3px 10px rgba(100,100,100,0.2)
}

header h2 {
	margin: 0;
	padding: 0;
	line-height: 50px;
}

header .icon {
	position: absolute;
	left: 15px;
	top: -1px;
}

header #tagline {
	font-style: italic;
	font-size: 12px;
	color: #cbcbcb;
	margin: -15px 0 -7px;
}

/*  Navigation  */
nav {
	/*background: #efefdf;*/
	background: #2d465f;
	/*border: 1px solid #dfdfcf;*/
	border: 1px solid #63a4cf;
	font-size: 0;
	text-align: left;
	margin: 5px 0 -15px;
}

nav a {
	display: inline-block;
	padding: 6px 18px;
	text-decoration: none;
	font-size: 14px;
	color: #63a4cf;
}

nav a:hover,
nav a.hover {
	/*background: #dfdfcf;*/
	background: #000000;
}

/*nav a:first-child:hover,
nav a:first-child.hover {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}*/

footer {
	text-align: center;
	padding: 15px;
	color: #6b6b6b;
}

footer a {
	color: #6b6b6b;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

#container {
	min-width: 600px;
	min-height: 600px;
	margin:0 auto;
	padding: 10px 20px;
}

.banner {
	/*background: #dfdfcf;*/
	background: #7dacce;
	padding:5px 10px;
	margin-top: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #bfbfaf;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.banner:first-of-type {
	margin-top: 15px;
}
.banner + h3{
 	color: #63a4cf;
}
.banner + div {
	padding-left: 25px;
}

.install {
	vertical-align: middle;
}

#plugin_url {
	width: 360px;
	padding: 1px 3px;
}

.expand-content {
	display: none;
}

/*  Docs  */
a.doc-link {
	background: url(/dbu-server/img/file_pdf.png) no-repeat;
    width: 48px;
    height: 48px;
    display: inline-block;
	vertical-align: bottom;
}

/* Downloads */
a.exe-link {
	background: url(/dbu-server/img/file_exe.png) no-repeat;
    width: 48px;
    height: 48px;
    display: inline-block;
	vertical-align: bottom;
}

a.zip-link {
	background: url(/dbu-server/img/file_zip.png) no-repeat;
    width: 48px;
    height: 48px;
    display: inline-block;
	vertical-align: bottom;
}

a.war-link {
        background: url(/dbu-server/img/file_war.png) no-repeat;
	background-size:contain;
	width: 48px;
        height: 48px;
        display: inline-block;
        vertical-align: bottom;
}

/*  Change Log  */

.ver-num {
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	padding-right: 15px;
	margin-bottom: 15px;
}

.ver-details {
	padding-left: 15px;
}

.ver-details p {
	margin: 0 0 5px;
}
