html {
	background: #f2f2f2;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Century Old Style Std', 'Century Schoolbook', Georgia, serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 153.9%;
	margin: 0.7em 0;
}

ul li {
	list-style: none;
}

ol li {
	list-style: upper-roman;
}

dl {
	margin-top: 2px;
}

dt {
	font-weight: bold;
}

a {
	color: #800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ins {
	color: #008;
}

.js_show {
	display: none;
}

.yui-gc .yui-b {
	padding-right: 2em;
}

#hd  {
	text-align: center;
	margin: 0;
}

/* inner and platform_group are used on the landing page */
#inner {
	margin: 10px auto;
	width: 400px;
}

#bd, .platform_group {
	background: transparent url('http://pascalkriete.com/images/projects/separator.png') no-repeat top center;
	padding: 5px 0px;
}

.platform_group {
	padding: 1px;
	text-align: center;
	background-position: bottom center;
}

.platform_group h2 {
	margin: 0.5em;
}

#left_column .yui-b {
	margin-bottom: 1.4em;
}

#right_column h3 {
	text-align: center;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
}

#right_column .yui-b {
	padding-left: 20px;
	padding-top: 1em;
	margin-bottom: 1.5em;
	background: transparent url('http://pascalkriete.com/images/projects/separator-small.png') no-repeat top center;
}

#right_column dl {
	margin: 0;
	padding: 0;
}

#right_column dt {
	margin-top: 0.3em;
}

#right_column dl dd {
	margin-left: 1em;
	width: 100%;
}

#versions {
	text-align: center;
}

#versions #down_btn_container {
	padding-left: 6px;		/* offset the button padding */
	display: -moz-inline-box; /* old firefox versions */
	display: inline-block;
}

#ft {
	background: transparent url('http://pascalkriete.com/images/projects/separator.png') no-repeat top center;
	font-size: 93%;
	color: #777777;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}

#ft a {
	text-decoration: none;
	color: #555;
}

#ft a:hover {
	border-bottom: 1px dotted #555;
}

/* Headline
--------------------------------------------------- */
#headline {
	background: #000;
	color: #fff;
	border-bottom: 1px solid #555;
	padding: 2px 18px;
	margin-bottom: 2px;
}

#headline #description {
	font-family: Verdana;
	color: #aaa;
}

/* Errors
--------------------------------------------------- */
.error {
	background: #ffdddd;
	color:#883333;
	border: 2px solid #883333;
	padding: 4px;
}

.error a {
	color: black;
	text-decoration: underline;
}

/* Package Contents
--------------------------------------------------- */
#pkg_contents ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Old Versions
--------------------------------------------------- */
#download_form {
	margin: 3px 0 7px 0;
}

/* Code Examples - straight rip from CI userguide ;)
--------------------------------------------------- */
code {
	display: block;
	
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;

	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
	
	color: #002166;
	background: #f9f9f9;
	border: 1px solid #D0D0D0;
}

/* Buttons - http://tinyurl.com/2jrjj6
--------------------------------------------------- */
.btn_clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('http://pascalkriete.com/images/projects/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('http://pascalkriete.com/images/projects/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
}