/*
 * Mind Blowing Decisions
 * Copyright Steve Ransom
 * Alex Southan - http://tiptapdesign.co.uk
 */
html,body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,img,form,fieldset,input,label,textarea,address,strong,a,blockquote,table,tr,td,th {
	margin:0;
	padding:0;
	border:0
}

/* classes */
.large {
	font-size:1.1em;
	line-height:1.5em;
	color:#606060
}
.footer {
	clear:both;
	padding:15px 0;
	text-align:center;
	color:#777
}

/* typography */
body {
	font:100% 'Trebuchet MS', Helvetica, sans-serif;
	text-align:justify
}
h1,h2 {
	margin:0 0 .5em;
	font:700 1.6em 'Trebuchet MS', Helvetica, sans-serif;
	color:#086606;
	text-align:center
}
h1 {font-size:2em}
p {
	margin:0 0 1em;
	font-size:.9em;
	line-height:1.3em
}
ul, ol {margin:1em 2em}
li {margin:.5em 1em}

/* images */
img {margin-bottom:15px}
h1 img {margin:0}

/* styling */
body {
	background:#f0f0f0 url(../img/bg.png) repeat-x 0 0;
	color:#333
}
#main {
	padding:20px 30px;
	background:#f0f0f0 url(../img/bg.png) repeat-x 0 0
}
.notice #main {
	padding:15px;
	border:5px solid #e9e9e9;
	background:#f0f0f0 url(../img/bg.png) repeat-x 0 0;
	text-align:center
}
strong {
	color:#555;
	white-space:nowrap
}
.important {color:#9a0000}

/* links */
a:link, a:visited, a strong {
	text-decoration:underline;
	color:#2b7f34
}
a:hover, a:hover strong {
	text-decoration:none;
	color:#ca7a00
}
a:active, a:focus {outline:0}

/* layout */
#page-wrap {
	width:900px;
	margin:0 auto;
	padding-top:25px
}
#page-wrap:after {
    content:".";
    display:block;
    height:0;
    visibility:hidden;
    clear:both
}
#page-footer {
	padding-bottom:0;
	font-size:.8em
}
#sidebar {
	float:left;
	width:260px
}
#content {
	float:right;
	width:600px
}
#content.notice {
	float:none;
	margin:0 auto;
}
#main p {text-indent:1em}

/* buttons */
.button {
	clear:both;
	margin-bottom:15px;
	text-align:center
}
.button img, .button p {margin:0}

/* icon list */
.icons {
	margin:1em;
	list-style:none
}
.icons li {
	margin:0 0 10px;
	padding:15px 0 15px 70px;
	line-height:1.4em;
	background:url(../img/list-icons.jpg) no-repeat 0 50%
}

/* sidebar */
#sidebar {text-align:justify}
#sidebar p {
	margin:0;
	padding:15px;
	font-size:.75em
}

/* testimonials */
blockquote {font-style:italic}
blockquote cite {
	font-size:.9em;
	font-weight:700;
	font-style:normal
}
blockquote sup a {font-style:normal}
#sidebar blockquote {
	background:#f0f0f0 url(../img/bg.png) repeat-x 0 0;
	color:#000
}
#sidebar cite {display:block}

/* chapter footnotes */
#footnotes {
	padding-left:15px;
	border-left:2px solid #e9e9e9;
	font-size:.9em;
	text-align:justify
}

/* download information */
#download-information h2 {text-decoration:underline}

/* comments */
#comments blockquote p {text-indent:0}
#comments blockquote {
	margin:0 0 15px;
	padding:15px 15px 5px;
	background:#f0f0f0 url(../img/bg.png) repeat-x 0 0
}

/* forms */
fieldset {
	margin:1em 0;
	padding:0 10px;
	border-top:1px solid #e4e4e4;
}
legend {
	padding:0 10px;
	font-size:1.3em;
	font-weight:400;
	color:#555
}
label {
	float:left;
	width:110px;
	padding:10px 0;
	text-align:left
}
form p {
	margin:.8em 0;
	clear:both
}

/* inputs */
input, textarea {
	font:18px Arial, sans-serif;
	padding:4px;
	border:2px solid #ddd;
	background:#fafafa;
	color:#333
}
textarea {width:95%}
input.text {vertical-align:middle}
input.submit {
	cursor:pointer;
	overflow:visible;
	font-size:1.4em;
	padding:10px 15px
}

/* errors */
.error {
	margin-left:5px;
	padding:3px;
	border:1px solid #c00;
	vertical-align:middle;
	white-space:nowrap;
	font:10px Arial,sans-serif;
	background:#ef7268;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px
}
.textarea .error {
	margin:5px 0 5px;
	float:right
}

/* messages */
.message {
	margin:10px 0;
	padding:10px;
	border:2px solid #555;
	font-size:1.1em;
	background:#777;
	color:#fff
}