/* csans-content.css - taken from cSans v0.6.2                   */
/* This file defines the css elements used within the editor     */
/* Issue 2 - 11-Dec-2009 - VLC                                   */

/* Establish the font family so it is visible within the editor */
h2,h3,h4,h5,h6,p,a,ul,dd,ol,li,table,table th,table td,fieldset,legend,input,textarea,select{font-family:Georgia,serif}

/* 3. BASIC STYLES */
/* 3.1. Titles */
h2,h3,h4,h5,h6 {font-weight:bold;line-height:1.2em;margin:1em 0 0.5em 0}
h2 {color:#8bab4a; font-weight:normal; font-family:Arial,sans-serif; font-size:1.2em; text-align:left; margin:0; margin-bottom:10px}
h3{font-size:1.2em}
h3 a{color:#83b72f; text-decoration:none;}
h3 a:hover{text-decoration:underline;}
h4 {font-size:1em; color:#227cc8; margin:30px 0 10px}
h5 {font-size:0.9em; color:#df4b16}
h6 {font-size:0.9em; color:#5b5a55}

p {text-align:left; color:#5a4f52; font-size:0.9em; line-height:1.5em; margin:0 0 10px}
p.emphasise {font-size:1.2em; margin:0}

a {color:#8bab4a}
a:hover{text-decoration:none}
/* 3.2. Lists */
ul,dd {margin-left:1em}
ol {list-style-type:decimal; margin-left:1.5em}
dl dt {font-weight:bold}

ul {margin-left:0; *margin-left:4px}
ol {margin-left:0; *margin-left:4px}
li{color:#5a4f52; xwidth:100%; font-size:0.8em; display: list-item; padding-bottom:4px; margin:0 0 0 20px}
li a{color:#5a4f52; text-decoration:underline}
li a:hover{text-decoration:none}

/* 3.3. Tables */
table {margin:0;padding:0;border-collapse:collapse; border-spacing:0;border:1px solid #c3c0a7}
caption,th {font-weight:bold}
th,td {text-align:left; font-size:0.75em; padding:0; border:1px solid #ccc}
tfoot {font-style:italic}
table tr {border:none}
table th, td {text-align:centre; color:#828078; border:none; border-top:1px solid #c3c0a7; padding:3px 10px 3px 10px}
table th {background:#e2dfc9; color:#828078}

/* 3.4. Images */
a img {border:none}
img.right {margin-left:1em}
img.left {margin-right:1em}
/* 3.5. Forms */
fieldset {border:1px solid #ccc}
legend {font-weight:bold; font-size:1.2em}
input {margin:0}
input.text {overflow-y:visible}
textarea {fwidth:400px; height:100px; border:1px solid #ccc; overflow-y: auto}
select {font-family:Arial,sans-serif;margin:0; padding:10px}
/* 3.6. Monospace elements */
pre,code,tt {font-family:"Courier New", Courier, monospace; line-height:1.5}
pre,code {white-space:pre}
tt {display:block; line-height:1.5}
/* 3.7. Block elements */
form,table,address,blockquote,pre,code,tt,ul,ol,dl {margin-bottom:1em}
/* 3.8. Inline elements */
em,dfn { font-style:italic}
/* 3.9. HR element */
hr {background:none;visibility:hidden;clear:both;float:none;width:100%;height:1px;border:none;margin:-1px 0}
/* 3.10. Flash objects */
object { outline:none; }
