/* CSS Document for Daniel Kitson website */
body {font: 76%/1.4 Arial, Helvetica, sans-serif; background: #000; color:#959595; text-align:center; margin: 20px 0;}

/* Kill all browser defaults */
* {margin:0; padding:0;}
/* end */

/* links */
a, a:visited {color:#fff; text-decoration:none;}
a:hover {color:#fff; text-decoration:underline;}
/* end links */

/* page containers */
div#wrapper {margin:0 auto; text-align:left; background-color: #000; width:630px;}
p.skip {display:none;}
/* end page container */

div#content {float:left; padding: 20px 0 20px 320px; width:630px; w\idth: 310px; background:url(../assets/daniel-image1.jpg) no-repeat;min-height:448px; height:auto !important; height:448px; border-bottom:1px solid #959595; margin:20px 0 0 0;}

/* general typography */
h2 {font-size:1.4em; color:#959595; margin:0 0 .6em 0;}
h3 {font-size:1.3em; color:#959595; margin:1.2em 0 .4em 0;}
h4 {font-size:1em; color:#959595; margin:1em 0 0 0;}
h5 {font-size:1em; color:#959595; margin:1em 0 .5em 0;}
h6 {font-size:1em; margin:0;}
p {margin:0 0 1em 0;}
acronym {border-bottom: 1px dashed #E40689;; cursor: help;}
hr {height:1px; color:#8CC4DC; border: 0; background-color: #8CC4DC; margin: 10px 0;}
/* end general typography */

/* forms */
div.formholder {float:left; width:100%;}
div#content form {margin: 20px 0; float:left; width:330px;}
div#content fieldset {border:none;}
div#content legend {font-size:1.5em; margin:0 0 4px 0; color:#000;}
div#content label {clear:left; cursor:pointer; font-weight:normal; display:block; width: 140px; float:left;}
div#content input, div#content textarea, div#content select {width:140px; float:left; margin:1px 0; border: 1px solid #fff; background:#fff;}
div#content option {background: #fff;}
div#content input.checkbox {float:left; margin:0px 0 5px 0; padding:1px 0 3px 0; width:auto; cursor:pointer; border:none;}
div#content input.button {display:inline; margin:5px 0 0 140px; padding:1px 3px; width:auto; cursor:pointer; background:#fff; border:1px solid #fff; clear:left; font-size:.92em;}
/* end forms */