/*
 * CBJ Digital Ltd. Reset
 * Based on Eric Meyer CSS Reset
 * Based on YUI 3.1.1 CSS Reset
 */

/* Reset to defaults -------------------------------------------------------- */

html { background: #fff; color: #000; font-family: Arial, Helvetica, sans-serif; }

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code,
form, fieldset, legend, input, select, textarea,
p, blockquote,
th, td { margin: 0; padding: 0; font-size: 10px; line-height: 1.0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }

address, caption, cite,
code, dfn, em, strong,
th, var {
	font-style: normal;
	font-weight: normal;
}

ul li { list-style: disc; }
ol li { list-style: decimal; }

caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
em { font-style: italic; }
strong { font-weight: bold; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

hr { display: none; }
:focus { outline: none; }

/* Base Content Styles ------------------------------------------------------ */

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 { line-height: 1.5; }
#content h1 { margin: 0 0 16px; font-size: 32px; }
#content h2 { margin: 0 0 14px; font-size: 28px; }
#content h3 { margin: 0 0 12px; font-size: 24px; }
#content h4 { margin: 0 0 10px; font-size: 20px; }
#content h5 { margin: 0 0 9px; font-size: 18px; }
#content h6 { margin: 0 0 8px; font-size: 16px; }

#content p,
#content ul,
#content ol,
#content dt,
#content dd { font-size: 15px; line-height: 1.5; }
#content p,
#content ul,
#content ol,
#content dl,
#content blockquote { margin-bottom: 15px; }
#content ul,
#content ol,
#content dl,
#content blockquote { margin-left: 30px; }
#content blockquote { font-style: italic; }

#content table { width: 100%; margin-bottom: 15px; }

/* Base Form Styles --------------------------------------------------------- */

#content form fieldset { margin-bottom: 10px; padding: 10px; background: #e5e5e5; }

#content form div { font-size: 15px; line-height: 1.5; }
#content form label { display: inline-block; width: 100px; }
#content form .checkbox label { display: inline; width: auto; }

#content form .text,
#content form .select,
#content form .multitext,
#content form .checkbox,
#content form .datetime,
#content form .button { margin-bottom: 5px; }

#content form .text input,
#content form .select select,
#content form .multitext textarea { width: 300px; border: 1px solid #444; color: #444; }
#content form .text input:focus,
#content form .select select:focus,
#content form .multitext textarea:focus { border-color: #111; color: #111; }

#content form .button input,
#content a.button {
	display: inline-block; border: 1px solid #333; padding: 0;
	background: #fff;
	color: #333; cursor: pointer; text-align: center; }
#content a.button:hover { text-decoration: none; }

/*
#content form { margin-bottom: 15px; padding: 10px; background: #f3f3f3; }
#content form fieldset { margin-bottom: 15px; }
#content form fieldset:last-child { margin-bottom: 0; }
#content form fieldset h2 { margin-bottom: 0.5em; }

#content form label { float: left; width: 130px; font-size: 15px; line-height: 1.0; }
#content form .checkbox label { width: auto; }
#content form .reqd label { font-weight: bold; }

#content form .text,
#content form .select,
#content form .multitext,
#content form .datetime,
#content form .checkbox,
#content form .button { float: left; clear: left; margin-bottom: 7px; }
#content form .button { margin-bottom: 0; }

#content form .text input,
#content form .select select,
#content form .multitext textarea {
	float: left; width: 260px; height: 24px; border: 1px solid #333; background: #fff;
	font-size: 15px; line-height: 1.0; color: #333; }
#content form .multitext textarea { height: 100px; }
#content form .text input:focus,
#content form .select select:focus,
#content form .multitext textarea:focus {
	border-color: #000; color: #000;
	-webkit-box-shadow: 0 0 3px #000; -moz-box-shadow: 0 0 3px #000; box-shadow: 0 0 3px #000; }

#content form .checkbox input { float: left; margin: 8px 0 0; }

#content form .button input,
#content a.button {
	float: left; border: none;
	background: #000;
	font-size: 15px; line-height: 1.0; color: #fff; cursor: pointer; text-align: center; }
#content a.button:hover { text-decoration: none; }
*/
