* { margin: 0; padding: 0; border-width: 0; font-size: 10px; }
* * { font-size: 1em; }
body { background: #3a567e url(../images/bg.gif) center center repeat-y; }
hr { height: 1px; margin: 2em 0 1.5em 0; background: #425767; border-width: 0; }

/*LAYOUT*/
#container { width: 77.2em; margin-right: auto; margin-left: auto; padding: 0 .4em 0 .4em; background: #3c5769; border-right: 1px solid #5c7690; border-left: 1px solid #5c7690; }
#scene { position: relative; width: 77em; height: 16.8em; margin-bottom: .4em; border: 1px solid #516980; border-top-width: 0; }
#scene img { width: 77em; height: 16.8em; }
#scene h1 { position: absolute; top: .9em; left: 1.2em; font: 4.8em Lucida Sans Unicode, Trebuchet MS, Sans; color: #fff; }
#content { background: #fff; border-top: 1px solid #5c7690; }
#col_left { float: left; width: 48.5em; padding: 2em; background: #fff; border-right: .1em solid #ddd; }
.post .meta { padding-bottom: .1em; border-bottom: 1px solid #f0f0f0; }
.meta { float: left; font: 2.4em Lucida Sans Unicode, Trebuchet MS, Sans; line-height: 2em; font-weight: bold; text-indent: 1em; text-decoration: none; color: #6480a8; }
.body a { color: #215f85; }
.body a:hover { color: #64a869; }
.body a:visited { color: #a44e4e; }
.body blockquote { padding: .5em; background: #f6f6f6; border-top: 1px dotted #6480a8; border-bottom: 1px dotted #6480a8; font: 1em Lucida Sans Unicode, Trebuchet MS, Sans; }
.body h1 { font: 1.6em Lucida Sans Unicode, Trebuchet MS, Sans; line-height: 2em; font-weight: bold; color: #6480a8; }
.body h2 { font: 1.4em Lucida Sans Unicode, Trebuchet MS, Sans; line-height: 2em; font-weight: bold; color: #a44e4e; }
.body h3 { font: 1.2em Lucida Sans Unicode, Trebuchet MS, Sans; line-height: 2em; font-weight: bold; color: #64a869; }
.body p { margin: .5em 0 .5em 0; font: 1.2em Lucida Sans Unicode, Trebuchet MS, Sans; line-height: 1.5em; color: #7e7e7e; }

#col_right { float: right; width: 24.6em; background: #ecf1f9; }
#sidebar { padding: 1em 1em 2em 1em; background: #ecf1f9; border-top: 1px solid #fff; border-left: 1px solid #fff; }
#sidebar h2 { font: 1.8em verdana; line-height: 2.2em; color: #656565; }
#sidebar ul { border-top: 1px solid #e5e5e5; list-style-position: inside; list-style-type: none; }
#sidebar ul li { padding-left: 2em; background: url(../images/folder.gif) left center no-repeat; border-bottom: 1px solid #e5e5e5; }
#sidebar ul li a { display: block; font: 1.1em Lucida Sans Unicode, Trebuchet MS, Sans; line-height: 2em; text-decoration: none; color: #5d5d5d; }
#sidebar ul li a:hover { background: #e5ecf8; }
#footer { padding: 2em 1em 2em 1em; background: #0f1921 url(../images/footer_bg.gif) bottom repeat-x; }
#footer p { margin-top: 1.6em; font: 1.2em Lucida Sans Unicode, Trebuchet MS, Sans; line-height: 1.5em; color: #fff; }
#footer .credit { text-align: center; }
#footer .credit a { color: #fff; text-decoration: none; }
#footer .credit a:hover { text-decoration: underline; }

/*WIDTHS*/
.s49 { width: 49%; }

/*CLASSES*/
.button_wrapper { width: 15em; border: 1px solid #bfbfbf; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.underline { text-decoration: underline; }
