/*
 * html5doctor.com Reset Stylesheet
 * v1.6.1
 * Last Updated: 2010-09-17
 * Author: Richard Clark - http://richclarkdesign.com
 * Twitter: @rich_clark
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	cursor:pointer;
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

/** OpenZula defaults */
p {
	margin:1em 0;
}

p:first-child {
	margin-top:0;
}

ul, ol {
	margin:1em;
}

li {
	margin:0.2em 0 0.2em 1.5em;
}

dt {
	font-weight:bold;
	margin-bottom: 8px;
}

dd {
	margin-bottom:5px;
	margin-left:1em;
}

dt + dt, dd + dt {
	margin-top: 12px;
}

label {
	display:block;
	font-weight:bold;
	line-height:1.4em;
}

textarea {
	resize:vertical;
}

::-webkit-input-placeholder { /* Webkit */
	color: #bababa !important;
	font-style: italic !important;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 4 to 18 */
	color: #bababa !important;
	font-style: italic !important;
	opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #bababa !important;
	opacity: 1;
	font-style: italic !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
	color: #bababa !important;
	font-style: italic !important;
}

input[type=checkbox], input[type=radio] {
	cursor:pointer;
	height:auto;
	margin:3px 0;
	width:auto;
}

label input[type=checkbox], label input[type=radio] {
	float: left;
	margin: 1px 7px 0 0;
}


/** Fix for getting "buttons" looking the same in different browsers */
a.button, input[type=button], input[type=submit], button {
	background:#b7b0aa;
	border:1px solid #cfcac5;
	color:#fff;
	display:inline-block;
	font-family:sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	margin:0;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
}

input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border:none;
	padding:0px;
}

a.button:hover, input[type=button]:hover, input[type=submit]:hover, button:hover {
	background:#a69e98;
	border:1px solid #cfcac5;
	color:#fff;
	cursor:pointer;
	text-decoration:inherit;
}

/** Alerts (error, warning, info, success etc) */
.alert {
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 18px;
	padding: 4px 15px 4px 36px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	position: relative;
	line-height: 2em;
}

.alert:before {
	font-family: FontAwesome;
	font-size: 1.7em;
	position: absolute;
	left: 4px;
	top: 5px;
	width: 1.28571429em;
	text-align: center;
}

td.alert {
    position: inherit;
    padding-left: 10px;
}

td.alert:before {
    font-size: 1.3em;
    position: relative;
    top: 2px;
    left: -3px;
}

.alert p {
	margin: 0;
}

.alert-error {
	background: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}

.alert-error:before {
	content:"\f057";
}

.alert-warning {
	background: #FCF8E3;
	border-color: #FBEED5;
	color: #C09853;
}

.alert-warning:before {
	content: "\f071";
}

.alert-info {
	background: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
}

.alert-info:before {
	content: "\f05a";
}

.alert-success {
	background: #DFF0D8;
	border-color: #D6E9C6;
	color: #468847;
}

.alert-success:before {
	content: "\f058";
}
