/* General HTML elements */
form, p, h1, h2, h3, h4, h5, h6, div, img, ul, ol, li, blockquote { margin: 0; padding: 0; }
body { font: 62.8% Arial, Helvetica, sans-serif; background: #fff; color: #000; text-align: center; margin: 0; padding: 0; }
img { border: none; }
a { color: #060; }
a:visited { color: #030; }
a:focus { color: #090; }
a:hover { color: #090; }
a:active { color: #0f0; }
p { margin: 0 10px 10px 10px; font-size: 1.2em; }
address { margin: 0 10px 10px 10px; font-size: 1.2em; font-style: normal; }
h1 { font: normal 2.2em Verdana, Arial, Helvetica, sans-serif; margin: 0 10px 10px 10px; color: #060; }
h2 { font: normal 1.5em Verdana, Arial, Helvetica, sans-serif; margin: 0 10px 10px 10px; color: #060; }
h3 { font: normal 1.2em Verdana, Arial, Helvetica, sans-serif; margin: 0 10px 10px 10px; color: #060; }
ul, ol { margin: 0 10px 10px 10px; font-size: 1.2em; padding-left: 2em; }
ul ul, ul ol, ol ul, ol ol { font-size: 1em; }
blockquote { font-style: italic; }
cite { font-style: normal; }

a#blog_roundel { position: absolute; left: auto; top: auto; margin: 20px 0 0 20px; display: block; }

dl { margin: 0; padding: 0; }
dt { margin: 10px 0; padding: 0; font-size: 1.2em; font-weight: bold; }
dd { margin: 10px 0; padding: 0; font-size: 1.2em; }

pre { overflow: auto; margin: 10px 0; padding: 5px; border: 1px solid #000; font-size: 1.2em; background: #333; }

/* Useful Classes */
.left { float: left; }
.right { float: right; }
img.left { margin: 0 10px 10px 0; }
img.right { margin: 0 0 10px 10px; }
.clear_left { clear: left; display: block; }
.clear_right { clear: right; display: block; }
.clear_both { clear: both; display: block; }
p.clear_both { height: 1px; font-size: 1px; margin: 0; padding: 0; }
.center { text-align: center; }
.error, .errors { color: #f00; }
.valid { color: #090; }
.hide { display: none; }

/* Container */
div#container { width: 844px; margin: 0 auto; }

/* Main Menu */
ul#main_menu { width: 155px; padding: 0; margin: 10px 0 0 0; font-size: 1em; float: left; text-align: left; }
ul#main_menu li { margin: 0 0 5px 0; list-style-type: none; }
ul#main_menu li a { padding: 5px; font-weight: normal; text-decoration: none; color: #fff; background: #060 url("../gfx/menu-link.jpg") top right repeat-y; display: block; }
ul#main_menu li a:hover { background: #030 url("../gfx/menu-hover.jpg") top right repeat-y; }
ul#main_menu li strong { padding: 5px; font-weight: normal; text-decoration: none; color: #fff; background: #090 url("../gfx/menu-selected.jpg") top right repeat-y; display: block; }

/* Picture Gallery */
ul#picture_gallery { width: 175px; padding: 5px 0; margin: 10px 0; font-size: 1em; float: right; text-align: right; background: #cde1cd url("../gfx/right-background.jpg") top right repeat-y; }
ul#picture_gallery li { margin: 5px 10px; list-style-type: none; }
ul#picture_gallery li a img { margin: 2px; }
ul#picture_gallery li a:focus img, ul#picture_gallery li a:hover img { border: 2px solid #090; margin: 0; }
ul#picture_gallery li a:active img { border: 2px solid #0f0; margin: 0; }

/* Content */
div#content { width: 470px; float: left; margin: 10px 0 0 20px; text-align: left; }
div#content.large { width: 645px; }
p.intro { font-size: 1.5em; color: #060; font-weight: bold; }

/* Columns */
div.column { width: 224px; margin: 10px 0; }
div.column h2 { margin: 0 0 10px 0; padding: 5px 10px; font-size: 1.1em; font-weight: normal; background: #61a061; color: #fff; }
div.column p { font-size: 1.1em; }

/* Latest News */
ul.latest_news { margin: 0; padding: 0; font-size: 1em; text-align: left; }
ul.latest_news li { list-style-type: none; }

/* Footer */
h2#useful_links_header { margin: 5px 0; padding: 0; background: #060 url("../gfx/dark-gradient.jpg") top right repeat-y; text-align: left; color: #fff; clear: both; }
h2#useful_links_header img { display: block; }
ul#useful_links { margin: 0; padding: 0; font-size: 1em; text-align: left; }
ul#useful_links li { list-style-type: none; float: left; width: 211px; }
ul#useful_links li p { font-size: 1.1em; }
p#copyright { clear: both; font-size: 1em; }

/* CMS parts */
ul.subsections { padding: 0; margin: 0; font-size: 1em; }
ul.subsections li { list-style-type: none; display: inline; }
ul.subsections li a { float: left; border: 3px double #000; color: #000; padding: 2px 5px; font-size: 1.1em; margin: 10px 5px; background: #eee; cursor: pointer; font-weight: bold; text-decoration: none; }
ul.subsections li a:focus, ul.subsections li a:hover { border: 3px solid #000; }
ul.subsections li a.save { background: #cfc; }
ul.subsections li a.cancel { background: #fcc; }

/* Forms */
fieldset { margin: 5px; padding: 5px; border: 1px solid #999; clear: both; }
legend { margin: 0 15px; padding: 0 15px; font-size: 1.3em; border: 3px double #000; background: #eee; font-weight: bold; }
label { float: left; width: 160px; }
label.inline { float: none; width: auto; display: inline; }
input.text, select { border: 1px solid #000; font-size: 1.1em; }
textarea { border: 1px solid #000; }
input.text, textarea { width: 400px; }
input.text.required, select.required, textarea.required { border: 1px solid #f00; }
input.checkbox { border: 1px solid #000; vertical-align: middle; }
input.text.small { width: 100px; color: #000; }
input.text.quantity { width: 30px; color: #000; }

/* Buttons */
input.button { border: 3px double #000; color: #000; padding: 2px 5px; font-size: 1.1em; margin: 2px; background: #eee; cursor: pointer; font-weight: bold; }
input.button:hover, input.button:focus { border: 3px solid #000; }
input.button.delete, input.button.cancel, input.button.empty { background: #fcc; }
input.button.save, input.button.checkout { background: #cfc; }
input.button.add, input.button.edit, input.button.update { background: #ffc; }

/* Blog */
#right_column { width: 175px; padding: 5px 0; margin: 10px 0; float: right; text-align: left; background: #cde1cd url("../gfx/right-background.jpg") top right repeat-y; }
#right_column table { margin: 5px auto; border-collapse: collapse; border: 1px solid #090; background: #fff; text-align: center; }
#right_column table td, #right_column table th { border: 1px solid #090; padding: 2px; }
#right_column table tfoot td { border: none; padding: 2px; }
#right_column table thead tr { background: #090; }
#right_column table caption { font-weight: bold; }
#right_column li { list-style-type: none; }
#right_column ul li { list-style-type: disc; }