/* -----------------------------------------------
Default Stylesheet
Contains all the styles for screen display
----------------------------------------------- */


/* Reset CSS
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
strong { color: #3a2718; }

/* Fonts
----------------------------------------------- */
/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 * 
 */
body {font:13px arial,helvetica,clean,sans-serif;font-size:small;font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.42em;}


/* Default Tag Styles
----------------------------------------------- */
h1,h2,h3,h4 { margin-bottom: 10px; font-weight: normal; color: #d9713d; }
h1 { font-size: 225%; margin-bottom: 30px; }
h2 { font-size: 167%; margin: 0 0 10px 0; }
h3 { font-size: 159%; margin: 0 0 10px 0; font-weight: bold; }
h4 { font-size: 152%; margin: 0 0 10px 0; }
h4 { font-size: 144%; margin: 0 0 10px 0; }
p, ul, dl, ol { margin-bottom: 20px; }
ul { list-style-type: square; padding-left: 15px; }

/* Links
------------------------------------------------------------------ */
a:link,
a:visited { color: #333; }
a:hover { color: #000; }

/* Form Defaults
----------------------------------------------- */
.input-button { background: #d9713d; border: 1px solid #755b46; padding: 0; font-size: 11px; color: #fff; font-size: 10px; text-transform: uppercase; padding: 1px; }
.input-select { border: 1px solid #755b46; padding: 0; font-size: 11px; }
.input-text { padding: 1px; border: 1px solid #755b46; font-size: 11px; }
.input-image { padding: 0; border: 0; }

#document { font-size: 85%; }

.artboardtitle {font:13px arial,helvetica,clean,sans-serif;font-size:x-small;font:x-small;}
.cartActions {font:10px arial,helvetica,clean,sans-serif;font-size:x-small;font:x-small;text-decoration: none;}
