/*
CannyBill Help style sheet
Copyright 2008 Ian Sidaway / dpivision.com
Last edit: 09/05/2008 by Ian Sidaway
*/


/* =GLOBAL
----------------------------------------------- */

html,
body {
	margin: 0;
	padding: 0;
	}
html {
	overflow-y: scroll;
	}
body {
	background: #fdf7c9 url(../graphics/bodyBg.gif) repeat-y top center;
	color: #454545;
	font: 62.5%/180% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	}
table,
td,
input,
textarea,
select,
li {
	color: #454545;
	font: 100% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 180%;
	}
hr {
	display: none;
	}


/* =STRUCTURE
----------------------------------------------- */

#container {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 800px;
	}
#side {
	float: left;
	font-size: 1.1em;
	padding-right: 15px;
	padding-top: 2.1em;
	width: 199px;
	}
#content {
	clear: none;
	float: right;
	font-size: 1.1em;
	margin-right: 20px;
	padding: .1em 0 1em 0;
	position: relative;
	width: 540px;
	}


/* =SIDENAVIGATION
----------------------------------------------- */

#menu,
#menu li,
#menu ul,
#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu li {
	background: url(../graphics/navBg.gif) repeat-x left 2.25em;
	color: #878466;
	font-weight: bold;
	padding-bottom: 1em;
	padding-left: 10px;
	}
#menu li a {
	color: #878466;
	display: block;
	}
#menu li a:hover {
	color: #222;
	}
#menu li a:active {
	color: #000;
	}
#menu li a.selected {
	color: #000;
	}
#menu ul {
	margin-top: 1em;
	}
#menu ul li {
	background: none;
	margin: .5em 0 0 0;
	}
#menu ul li a {
	background: none;
	display: block;
	margin-left: 5px;
	text-indent: 15px;
	width: 100%;
	}
#menu ul a.selected {
	background: url(../graphics/navSubBg.gif) no-repeat 0 45%;
	}


/* =TYPOGRAPHY
----------------------------------------------- */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0;
	}
h1 {
	font-size: 1.635em;
	margin: 1.5em 0 .5em 0;
	}
h2 {
	border-bottom: 1px solid #eed6ab;
	color: #222;
	font-size: 1.455em;
	margin: 1.5em 0 1em 0;
	padding-bottom: .3em;
	}
h3 {
	border-bottom: 1px solid #eed6ab;
	color: #222;
	font-size: 1em;
	margin: 2em 0 1em 0;
	padding-bottom: .3em;
	text-transform: uppercase;
	}
h4,
h5,
h6 {
	color: #222;
	font-size: 1em;
	margin: 1em 0 -.7em 0;
	}
p#breadcrumbs {
	margin-bottom: .5em;
	}
#intro {
	font-size: 1.09em;
	line-height: 1.8em;
	margin-bottom: 1.5em;
	}
.note {
	background: #f5e7ba;
	border: 1px solid #eed6aa;
	margin: 1em 0 1.5em 0;
	padding: 0 1em;
	}
strong {
	color: #222;
	}


/* =LISTS
----------------------------------------------- */

#content ul,
#content ul li,
#content ol,
#content ol li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#content ul {
	margin: 1em;
	}
#content ul li {
	list-style: disc;
	margin: .3em 0 .3em 1em;
	padding-left: .5em;
	}
#content ol {
	margin: 1em 1em 1em 1.5em;
	}
#content ol li {
	list-style: decimal;
	margin: .3em 0 .3em 1em;
	padding-left: .5em;
	}


/* =TABLES
----------------------------------------------- */

/* regular tables */

table {
	background: #f1f5f9;
	border: 1px solid #d2e1ee;
	border-collapse: collapse;
	line-height: 160%;
	margin: 0 0 10px 0;
	width: 100%;
	}
th {
	background: #c3d6e9;
	border-bottom: 1px solid #99bbda;
	padding: 5px 10px;
	vertical-align: middle;
	}
td {
	border-bottom: 1px solid #d2e1ee;
	padding: 5px 10px;
	vertical-align: middle;
	}
td.first {
	width: 20%;
	}
td label {
	text-align: right;
	}


/* =LINKS
----------------------------------------------- */

a:link, a:visited, a:active {
	color: #699bc9;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #486a8a;
	text-decoration: none;
	}


/* =IMAGES
----------------------------------------------- */

img {
	border: none;
	}


/* =MISC
----------------------------------------------- */

/* pre / code text */

pre {
	background: #f1f5f9;
	border: 1px solid #d2e1ee;
	margin: 1em 0;
	padding: 15px;
	}
code {
	color: #454545;
	font-size: 12px;
	}

/* float left / right classes */

.left {
	float: left;
	margin-right: .3em;
	}
.right {
	float: right;
	margin-left: .3em;
	}


/* =CLEARFIX
----------------------------------------------- */

#container:after,
#side:after,
#content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#container,
#side,
#content {
	display: inline-block;
	}
/* Hide from IE Mac \*/
#container,
#side,
#content {
	display: block;
	}
/* End hide from IE Mac */

