/* Regnus Home Page "Default" Style-Sheet, Hand-Coded By Ryan J. Bury, © 2011 */

*
	{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-family: "arial", "helvetica", sans-serif;
	}

a
	{
	text-decoration: none;
	color: #00a;
	}
a:hover
	{
	color: #f00;
	}
cite
	{
	font-style: italic;
	}
var
	{
	font-weight: normal;
	font-style: normal;
	color: #d00;
	}
abbr 	{
	text-decoration: none;
	border-style: none;
	}
:lang(la), :lang(fr)
	{
	font-style: italic;
	}

html
	{
	background-color: #f8f8f8;
	padding: 5px;
	}

body
	{
	min-width: 904px;
	max-width: 1280px;
	background-color: #5f7f9f;
	margin: auto;
	border-radius: 10px;
	}

header
	{
	display: block;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: center;
	background-color: #5f7f9f;
	background-repeat: repeat-y;
	background-position: right;
	border-radius: 10px 10px 0px 0px;
	}
header a#siteheading
	{
	display: block;
	width: 460px;
	color: #000;
	color: #000812;
	padding-bottom: 15px;
	}
header a#siteheading:hover
	{
	color: #000;
	}
header a#siteheading hgroup
	{
	display: block;
	text-align: center;
	padding-left: 120px;
	background-image: url("Default_RegnusLogo.png");
	background-repeat: no-repeat;
	background-position: 10px 15px;
	z-index: 1;
	}
header a#siteheading hgroup h1
	{
	font-weight: normal;
	font-size: 70px;
	font-family: "impact", "charcoal", sans-serif;
	}
header a#siteheading hgroup h2
	{
	font-weight: normal;
	font-size: 18px;
	font-family: "verdana", sans-serif;
	border-top: 2px solid #fff;
	top: -3px;
	padding-top: 3px;
	padding-bottom: -3px;
	}

header nav#quicklinks
	{
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	text-align: right;
	min-width: 400px;
	font-size: 15px;
	}
header nav#quicklinks ul li
	{
	display: inline-block;
	height: 18px;
	margin-right: 1em;
	padding: 5px;
	padding-left: 7px;
	border-radius: 5px 5px 0px 0px;
	border-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	background-color: #eef;
	letter-spacing: 1px;
	font-weight: bold;
	}
header nav#quicklinks ul li a
	{
	outline: none;
	}
	
nav#contents
	{
	display: block;
	position: absolute;
	right: 0px;
	width: 240px;
	background-color: #d0e0f0;
	z-index: 1;
	}
nav#contents h1
	{
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	background-color: #c0d0e0;
	border-width: 5px;
	border-color: #abc;
	border-bottom-style: solid;
	padding: 5px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #123;
	}
nav#contents ul ul li:hover
	{
	background-color: #dfefff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	}
nav#contents ul ul ol li:hover, nav#contents ul ul ul li:hover
	{
	background-color: #eeffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	}
nav#contents ul ul ul ul li:hover
	{
	background-color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	}
nav#contents h2
	{
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	letter-spacing: 1px;
	color: #123;
	}
nav#contents ul, nav#contents ol
	{
	list-style-type: none;
	text-align: left;
	font-size: 15px;
	}
nav#contents > ul > li
	{
	padding-left: 10px;
	padding-right: 10px;
	}
nav#contents ul li a
	{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	width: auto;
	outline: none;
	cursor: pointer;
	}
nav#contents ul ul ol, nav#contents ul ul ul
	{
	font-size: 11px;
	}
nav#contents ul ul ul ul
	{
	font-size: 10px;
	}
nav#contents ul ul ul ul li a:before
	{
	content: "└ ";
	font-size: 11px;
	font-weight: bold;
	color: #000;
	}
nav#contents ul ul li
	{
	border-style: none;
	}
nav#contents > ul:last-child
	{
	padding-bottom: 15px;
	border-width: 5px;
	border-color: #abc;
	border-bottom-style: solid;
	}
	
section#content
	{
	display: block;
	margin-right: 240px;
	margin-bottom: 50px;
	background-color: #fff;
	border-color: #ddd;
	border-width: 2px;
	border-bottom-width: 5px;
	border-style: solid;
	border-top-style: none;
	padding: 20px;
	font-size: 15px;
	padding-left: 50px;
	padding-right: 50px;
	min-height: 683px;
	}
section#content *
	{
	font-family: "verdana", sans-serif;
	line-height: 1.5em;
	}
section#content h1
	{
	clear: both;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 5px;
	}
section#content h2
	{
	clear: both;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	letter-spacing: 2px;
	margin-top: 1.5em;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-color: #a00;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	margin-bottom: 15px;
	}
section#content h3
	{
	clear: both;
	text-align: left;
	margin-top: 2em;
	margin-left: 5px;
	}
section#content h3, section#content h3 *
	{
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	}
section#content h3 sub
	{
	color: #000;
	font-variant: small-caps;
	}
section#content p
	{
	text-align: justify;
	margin: 5px;
	margin-top: 1em;
	margin-bottom: 1em;
	}
section#content p.note
	{
	clear: both;
	font-size: 12.5px;
	padding: 1em;
	border-width: 1px;
	border-color: #00a;
	border-style: dotted;
	}
section#content code
	{
	display: block;
	width: 90%;
	margin: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	text-align: left;
	background-color: #fff;
	border-style: solid;
	border-color: #000;
	border-width: 2px;
	color: #070;
	overflow: auto;
	}
section#content code, section#content code *
	{
	font-family: "courier new";
	font-size: 12px;
	}
section#content ul
	{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: justify;
	font-size: 0.75em;
	}
section#content samp
	{
	display: block;
	width: 370px;
	font-family: "courier new";
	font-size: 12px;
	margin: auto;
	margin-top: 2em;
	padding-top: 5px;
	padding-left: 45px;
	min-height: 60px;
	background-image: url("Default_Quotes_Left.png");
	background-repeat: no-repeat;
	text-align: justify;
	}
section#content samp span
	{
	display: block;
	background-image: url("Default_Quotes_Right.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 45px;
	min-height: 60px;
	}
section#content samp span img
	{
	margin: auto;
	}
section#content span.scriptattribution
	{
	display: block;
	width: 230px;
	margin: auto;
	margin-bottom: 2em;
	font-size: 11px;
	text-align: right;
	padding-left: 140px;
	padding-right: 45px;
	}
section#content span.scriptattribution span.authorname, section#content span.scriptattribution cite
	{
	white-space: nowrap;
	}
section#content dl
	{
	margin: 1em;
	}
section#content dl dt
	{
	font-weight: bold;
	}
section#content dl dd
	{
	padding-left: 1em;
	}
section#content dl ul
	{
	list-style-position: inside;
	list-style-type: circle;
	margin: 0px;
	}
section#content figure.screenshots
	{
	display: block;
	text-align: center;
	margin: 1.5em;
	}
section#content dl.referencelist > dd
	{
	padding-bottom: 15px;
	border-bottom: 1px dashed #000;
	padding-left: 20px;
	}
section#content dl.referencelist > dt
	{
	font-size: 17.5px;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
	}
section#content dl.referencelist dl
	{
	margin: 0px;
	}
section#content dl.referencelist dd dl dd
	{
	margin-left: 20px;
	}
section#content dl.referencelist code
	{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 98%;
	}
section#content dl.referencelist dl p
	{
	margin: 0px;
	margin-bottom: 1em;
	text-align: justify;
	}
section#content dl.referencelist dl dt, section#content dl.referencelist dl dd
	{
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding: 5px;
	}
section#content dl.referencelist dl dt
	{
	font-weight: bold;
	}
section#content dl.referencelist dl a
	{
	text-align: left;
	}
section#content ul#seriesnavigation
	{
	width: 100%;
	margin: 0px;
	list-style-type: none;
	text-align: center;
	font-size: 20px;
	letter-spacing: 5px;
	}
section#content ul#seriesnavigation li
	{
	display: inline;
	}
section#content ul#seriesnavigation li:before
	{
	content: " . . . ";
	}
section#content ul#seriesnavigation li:first-child:before
	{
	content: "";
	}

section#content nav.series
	{
	display: block;
	height: 35px;
	font-size: 20px;
	}
section#content nav.series a.previous
	{
	float: left;
	}
section#content nav.series a.previous:before
	{
	content: "◄ ";
	}
section#content nav.series a.next
	{
	float: right;
	}
section#content nav.series a.next:after
	{
	content: " ►";
	}

section#content img.inlineimage_odd
	{
	width: 35%;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 2em;
	float: right;
	z-index: 1;
	}
section#content img.inlineimage_even
	{
	width: 35%;
	margin-bottom: 1em;
	margin-top: 0.5em;
	margin-right: 2em;
	float: left;
	z-index: 1;
	}

section#content dl.parameterlist
	{
	margin-top: 30px;
	}
section#content dl.parameterlist *
	{
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "arial", "helvetica", sans-serif;
	}
section#content dl.parameterlist > dt
	{
	display: block;
	padding: 1em;
	padding-right: 0px;
	float: left;
	z-index: 1;
	border-top: 1px solid transparent;
	font-style: italic;
	}
section#content dl.parameterlist > dd
	{
	display: block;
	padding: 0px;
	width: 74%;
	padding: 1em;
	padding-left: 27%;
	margin-bottom: 2em;
	background-color: #d8f8d8;
	border: 2px dotted #b0e0b0;
	}
section#content dl.parameterlist dl, section#content dl.parameterlist dl *
	{
	padding: 0px;
	margin: 0px;
	}
section#content dl.parameterlist dl dd
	{
	margin-bottom: 1em;
	text-align: justify;
	}
section#content dl.parameterlist dl dd ul li
	{
	font-style: italic;
	}
section#content dl.parameterlist dl dd ul li:before
	{
	content: "“";
	}
section#content dl.parameterlist dl dd ul li:after
	{
	content: "”";
	}

section#content dl.scriptinformation
	{
	margin-top: 1em;
	}
section#content dl.scriptinformation dt
	{
	display: block;
	width: 18%;
	float: left;
	text-align: right;
	}
section#content dl.scriptinformation dd
	{
	margin-left: 20%;
	margin-bottom: 0.5em;
	}
section#content dl.scriptinformation *
	{
	font-size: 12px;
	}
	
footer
	{
	display: block;
	padding: 20px;
	text-align: center;
	background-color: transparent;
	border-top-width: 2px;
	border-top-color: #aaa;
	margin-top: -150px;
	top: 150px;
	clear: both;
	}
footer p
	{
	text-align: center;
	font-size: 10px;
	}
footer p small
	{
	font-size: 10px;
	}
footer a.validitybadge img
	{
	border-style: none;
	margin: 10px;
	height: 31px;
	}

