/* content styles */

/* Basic */
body { font: 12px Arial, sans-serif; color: #515151; line-height: 1.5; }

h1, h2, h3, h4, h5, h6, caption { margin: 1em 0 0.25em; color: #000; font-weight: bold; font-family: Arial, sans-serif; }

h1 { font-size: 36px; line-height: 40px; margin: 0 0 10px; }
h2 { font-size: 18px; margin: 1em 0 0.25em;  }
h3, caption { font-size: 16px; margin: 0.5em 0 0.25em; }
h4, h5, h6 { font-size: 14px; margin: 0.5em 0 0.25em; }

p, li { margin-top: 0; }
p, ul, ol, dl, table { margin-top: 0; margin-bottom: 1.5em; }
p.no-margin { margin: 0; }

ul { margin: 0 0 1.5em 0; padding: 0; list-style: none; }
ul li { margin:  0.3em 0; padding: 0 0 0 12px; background: url(../img/bullet-default.png) no-repeat 0 0.55em; _position: relative; }
ol { margin: 0 0 1.5em 2em; padding: 0;  }
ol li { background: none; margin: 0.3em 0; }
ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }

ol.decimal { list-style: decimal; }
ol.lower-alpha { list-style: lower-alpha; }
ol.upper-alpha { list-style: upper-alpha; }
ol.lower-roman { list-style: lower-roman; }
ol.upper-roman { list-style: upper-roman; }

dt { font-weight: bold; }

ul.inline-list { zoom: 1; }
ul.inline-list:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
ul.inline-list li { background: url(../img/bullet-events.png) no-repeat 0 50%; white-space: nowrap; float: left; padding-left: 12px; margin: 0 30px 5px 0; }

blockquote { background: #f2752a; margin: 0 0 1.333em 0; padding: 15px 20px 1px 20px; }

hr { display: block; width: 100%; height: 1px; font-size: 1px; overflow: hidden; border: 0; color: #E9E8E5; background: #E9E8E5; margin: 10px 0; clear: both; }

a:link { color: #2d130f; }
a:visited {color: #2d130f;}
a:link[href]:hover { color: #fff; }
a:hover { _color: #fff; }

a.ext { background: url(../img/ico-ext.png) no-repeat 100% 2px; padding-right: 13px; }

/* Misc */
.fl { display: inline; float: left; }
.fr { display: inline; float: right; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

.out { position: absolute; left: -2000px; top: -2000px; }
.break { height: 0px; font-size: 1px; clear: both; overflow: hidden; visibility: hidden; display: block; }
.small, small { font-size: 11px;}
.larger { font-size: 14px; }
.suppress { color: #666666; font-weight: normal; }
.hidden { display: none; }

.clearfix { zoom: 1; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.center { text-align: center; }
.left { text-align: left !important; }
.right { text-align: right; }

/* Tables */
table { margin: 0 0 1.333em 0; background: none; border: 2px solid #ddd; border-collapse: collapse; clear: both; width: 100%;  }
caption { text-align: left; padding-bottom: 5px; margin-bottom: 0; margin-top: 0; }
th, td {vertical-align: top; padding: 7px 10px; background: none; border: 1px solid #ddd; }
th { text-align: left; background: #f2752a; font-weight: bold; }
th[align=right] { text-align: right; }
th[align=center] { text-align: center; }
table td p { margin: 0.1em 0; }

/* Plain table */
table.plain { background: none; border: none; margin: 0; }
table.plain tr td, table.plain tr { background: none; border: none; padding: 0; font-size: 100%;}
table.plain tr td { padding-right: 5px; }
table.plain h2 { margin-top: 10px; }

/* Half columns */
.col-h-l, .col-h-r {width: 47%; }
.col-h-l {float: left; display: inline;}
.col-h-r {float: right; display: inline;}

/* Images */
img { border: 0; padding: 0; margin: 0; }
img.left, img.right {margin: 0 15px 15px 15px; }
img.left {margin-left: 0; float: left; }
img.right {margin-right: 0; float: right; }
img.plain {margin: 0; padding: 0; border: 0; display: inline; vertical-align: middle;}
img.framed { }


