body { font-size: 0.85em; font-family: "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif; color: black; background: white; margin: 0; padding: 1px 10px 10px 10px; }

/* OPTIONS FOR PLAIN LAYOUT */
#plain { padding: 0 10px; }
#plain #body { padding: 0; }
#plain #body #content > h1 { margin-top: 0; font-size: 50px; line-height: 50px; }

/* HEADER */
#header { background: #148; font-family: "Trebuchet MS", "Myriad Web Pro", "Gill Sans MT", Verdana, Arial, sans-serif; padding: 10px; border-radius: 0 0 10px 10px; color: white; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75); text-transform: lowercase; }
#header #child { opacity: 0.5; }
#header #page_title { font-weight: bold; padding: 0 14px; text-transform: none; }
#header #left_nav { padding-left: 20px; }
#header #right_nav { float: right; }
#header a { color: white; padding: 0 14px; }
#header a:visited { color: white; }
#header a:hover, #header a:hover:visited { text-decoration: underline; }

/* BODY */
#body { padding: 35px 15px; line-height: 1.6em; font-size: 0.95em; }

/* FOOTER */
#footer { color: white; padding: 1em 30px 3em; margin: 5em -10px -10px -10px; font-size: 0.95em; clear: both;
	/* this will get easier... */
	background: #222; 
	background-image: linear-gradient(bottom, #000000 0%, #242424 100%);
	background-image: -o-linear-gradient(bottom, #000000 0%, #242424 100%);
	background-image: -moz-linear-gradient(bottom, #000000 0%, #242424 100%);
	background-image: -webkit-linear-gradient(bottom, #000000 0%, #242424 100%);
	background-image: -ms-linear-gradient(bottom, #000000 0%, #242424 100%);
}
#footer .col { width: 25%; margin-left: 8%; float: left; }
#footer h4 { font-size: 40px; margin: 10px 0 -12px 0; line-height: 65px; }
#footer ul { margin-left: 10px; padding-left: 10px; }
#footer li { list-style-image: none; list-style-type: square; margin: 1em 0; }
#footer a { color: white; }

/* BLOCK */
.block table { width: 100%; font-size: 1em; }
.block .stuff { background: #f9f9f9; padding: 5px; border: 1px solid #bbb; }
.block .label { text-align: right; color: #888; width: 15%; white-space: nowrap; font-size: 0.85em; padding-top: 5px; }
.block td { padding: 3px; vertical-align: top; }
.block .bottom .buttons { text-align: right; }

/* BUTTONS */
.buttons { text-align: center; display: block; line-height: 3em; }
.buttons .button { background: #ddd url(/bits/img/gray.jpg) 0 -20px repeat-x; padding: 6px 7px; border: 1px solid #999 !important; color: black !important; margin-left: -1px; text-shadow: 0 0 0 transparent, 1px 1px 1px #fff; -moz-box-shadow: 0 1px 2px #ddd; }
.buttons .hover { background: #eee url(/bits/img/gray.jpg) 0 -5px repeat-x; color: black !important; text-decoration: none !important; border: 1px solid #999 !important; }
.buttons .btn-first { -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; }
.buttons .btn-last { -moz-border-radius-topright: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; }
.buttons .active { background: #900 url(/bits/img/chrome/nav_active_bg.png) top repeat-x; color: white !important; text-shadow: none; border: 1px solid #900 !important }
.small .buttons .button, .buttons .small { padding: 4px 5px; font-size: 0.85em; }

/* GENERAL */
acronym { color: #1c2f2f; border-bottom: 1px dotted #168eea; }
hr { border: none; margin: 3px auto; padding: 0; background: #ddd; color: #ddd; clear: both; width: 75%; }
a { text-decoration: none; color: #0033FF }
a:hover { text-decoration: underline; color: #0099FF }
a:visited { color: #0033FF }
a:visited:hover { text-decoration: underline; color: #0099FF }
ul, ol { margin-top: 10px; margin-bottom: 0; }
ul li { list-style-type: square; margin-bottom: 5px; }

/* HEADINGS */
h1, h2, h3, h4 { letter-spacing: -0.07em; text-transform: lowercase; color: #CC9E14; clear: both; padding: 0; font-family: "Bookman Old Style", lora, Georgia, "Times New Roman", Times, serif; font-weight: bold; }
h1 { font-size: 65px; line-height: 65px; margin: 0.6em 0 0 0; }
h2 { font-size: 50px; line-height: 50px; margin: 0.6em 0 0 0; }
h3 { font-size: 35px; line-height: 35px; margin: 0.6em 0 0 0; }
h4 { font-size: 25px; line-height: 25px; margin: 1.5em 0 0 0; }

h1.drop { margin-bottom: -0.1em; }

h1 a, h2 a, h3 a, h4 a { color: #CC9E14 !important; }

/* COLOURS */
.odd { background: #f9f9f9; }
.even { background: #f4f4f4; }
.highlight { background: #f0f0f0; }
.busy { background: url(/bits/img/busy.gif) !important; }
.swatch_1 { background-color: #03899c; }
.swatch_2 { background-color: #0c5aa6; }
.swatch_3 { background-color: #a66200; }
.swatch_4 { background-color: #03899c; }
.swatch_5 { background-color: #2b8e00; }
.swatch_6 { background-color: #007929; }

/* NICE */
textarea { width: 95%; height: 200px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em; font-size: 0.9em; }
.message { background: #fcfcfc url(/bits/img/information.png) 4px 50% no-repeat; border: 1px solid #e5e5e5; font-size: 1.1em; padding: 1em 1em 1em 45px; margin: 5px 5px 10px 5px; -moz-border-radius: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); line-height: 1.5em; }
.error { background: #fcfcfc url(/bits/img/error.png) 4px 50% no-repeat; border: 3px solid red; font-size: 1.1em; padding: 1em 1em 1em 45px; margin: 5px 5px 10px 5px; -moz-border-radius: 3px; border-radius: 3px; -webkit-border-radius: 3px; -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); line-height: 1.5em; }

/* NECCESSARY */
a img { border: none; }
table { font-size: 1em; }

/* APPEARANCE TWEAKS */
.spacey { line-height: 2em; }
.padded { padding: 1em; }
.no_top_margin { margin-top: 0; }
.click { cursor: pointer; }

/* POSTS */
.category_style_blog { }
.category_style_blog .post { height: 350px; margin-bottom: 3em; }
.category_style_blog .post_image { float: left; width: 50%; background-position: bottom left; background-size: cover; background-repeat: no-repeat; position: relative; height: 350px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.category_style_blog .date { float: right; background: rgba(0, 0, 0, 0.6); margin: 0 15px 0 0; }
.category_style_blog .snippet_container { height: 350px; width: 50%; float: left; }
.category_style_blog .snippet { padding: 0 0 0 20px; height: 310px; overflow: hidden; }
.category_style_blog .snippet p { margin-top: 0; }
.category_style_blog .snippet_container .buttons { display: block; text-align: right; padding: 0 0 0 20px; height: 40px; line-height: 40px; }

.category_style_blog .date { display: block; width: 70px; text-align: right; font-size: 14px; color: white; padding: 6px 12px 6px 0;  }
.category_style_blog .date span { display: block; line-height: 14px; }
.category_style_blog .date .day { font-size: 26px; line-height: 26px; font-weight: bold; }
.category_style_blog .date .month { text-transform: uppercase; float: right; font-size: 14px; margin-left: 4px; }
.category_style_blog .date .year { float: right; clear: right; font-size: 14px; margin-left: 4px; }

.view_post img { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }
.view_post .byline { color: #aaa; border-top: 1px solid #ddd; padding-top: 10px; text-align: right; margin-top: 20px; }

.category_style_featured { margin: 0 -10px; }
.category_style_featured .post { width: 50%; height: 350px; float: left; }
.category_style_featured .post_image { background-position: bottom left; background-size: cover; position: relative; height: 330px; margin: 10px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
.category_style_featured .title { border-left: 15px solid rgba(0, 0, 0, 0.5); position: absolute; bottom: 15px; }
.category_style_featured .title a { line-height: 38px; font-size: 30px; color: white; text-shadow: 1px 1px 2px black; letter-spacing: -1px; text-decoration: none !important; }
.category_style_featured .title a span { background: rgba(0, 0, 0, 0.5); padding: 5px 0.4em 5px 0; display: block; float: left; }
.category_style_featured .title a .subtitle { display: none; }

.category_style_related .post { height: 285px; }
.category_style_related .post_image { height: 265px; }
.category_style_related .title a span { font-size: 26px; }
.category_style_related .title a .subtitle { display: block; line-height: 24px; font-size: 13px; padding: 3px 1em 3px 0; }
.category_style_related .title a br { clear: left; line-height: 0; font-size: 0; }

/* COMMENTS */
.comments { margin-top: 100px; }
.comment { padding: 20px 0; margin-top: 10px; }
.comments .mine .details { background: #FFFFCC; padding: 5px; border: 1px solid #FFCC00 }
.comment td { vertical-align: top; }
.comment .avatar_td { padding-right: 10px; }
.comment .details { font-size: 0.9em; margin-bottom: 10px; color: #aaa; }
.comment .details span { padding-right: 10px; }
.comment .details .right { float: right; }
.comment .details .fade { color: #ccc; }
.comment .details b { color: #777; }
.comment .text { line-height: 1.6em; }
.avatar { width: 48px; margin: 1px; }
.med_avatar { width: 36px; }
.small_avatar { width: 24px; }
.icons span { margin: 0 5px 5px 0; white-space: nowrap; }
.icons i { visibility: hidden; }
.icons img { margin: 3px; vertical-align: middle; }
.icons .selected { border: 3px solid #FFCC00; margin: 0; }

/* LIGHTBOX */
.fancybox-tmp iframe, .fancybox-tmp object { vertical-align: top; padding: 0; margin: 0; }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 1002; }
.fancybox-outer { padding: 0; margin: 0; background: #fff; color: #444; text-shadow: none; border-radius: 4px; }
.fancybox-opened { z-index: 1003;	}
.fancybox-opened .fancybox-outer { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-inner { width: 100%; height: 100%; padding: 0; margin: 0; position: relative; outline: none; overflow: hidden; }
 .fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 10px; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; vertical-align: top; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -21px; margin-left: -21px; width: 42px; height: 42px; background: url('../img/fancybox_loading.gif'); opacity: 0.8; cursor: pointer; z-index: 1010; }
.fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('../img/fancybox_sprite.png'); }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 1004; }
.fancybox-prev, .fancybox-next { position: absolute;  top: 0;  width: 40%; height: 100%; cursor: pointer; background: transparent url('../img/blank.gif'); /* helps IE */ z-index: 1003; }
.fancybox-prev { left: 0;	 }
.fancybox-next { right: 0; }
.fancybox-prev span, .fancybox-next span { position: absolute; top: 50%; left: -9999px; width: 36px; height: 36px; margin-top: -18px; cursor: pointer; z-index: 1003; }
.fancybox-prev span { background-position: 0 -36px; }
.fancybox-next span { background-position: 0 -72px; }
.fancybox-prev:hover, .fancybox-next:hover { visibility: visible; }
.fancybox-prev:hover span { left: 20px; }
.fancybox-next:hover span { left: auto; right: 20px; }
.fancybox-tmp {position: absolute;top: -9999px;left: -9999px;padding: 0;overflow: visible;visibility: hidden;}
/* Overlay helper */
#fancybox-overlay {position: absolute;top: 0;left: 0;overflow: hidden;display: none;z-index: 1001;background: #000;}
/* Title helper */
.fancybox-title {visibility: hidden;font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position: relative;text-shadow: none;z-index: 1005;}
.fancybox-opened .fancybox-title {visibility: visible;}
.fancybox-title-float-wrap {position: absolute;bottom: 0;right: 50%;margin-bottom: -35px;z-index: 1003;text-align: center;}
.fancybox-title-float-wrap .child {display: inline-block;margin-right: -100%;padding: 2px 20px;background: transparent; /* Fallback for web browsers that doesn't support RGBa */background: rgba(0, 0, 0, 0.8);border-radius: 15px;text-shadow: 0 1px 2px #222;color: #FFF;font-weight: bold;line-height: 24px;white-space: nowrap;}
.fancybox-title-outside-wrap {position: relative;margin-top: 10px;color: #fff;}
.fancybox-title-inside-wrap {margin-top: 10px;}
.fancybox-title-over-wrap {position: absolute;bottom: 0;left: 0;	color: #fff;padding: 10px;background: #000;background: rgba(0, 0, 0, .8);}

/* LIST */
table.list { width: 100%; font-size: 1em; border-collapse: collapse; border-spacing: 0; }
table.list td, table.list th { padding: 8px 7px; vertical-align: middle; }
table.list th { text-align: left; font-weight: bold; padding: 10px 5px; background: url(../img/gray.jpg) 0 -80px repeat-x; color: white; }
table.list td { }
table.list .btd { padding: 6px 5px; text-align: right; }
table.list .btd .button { padding: 4px 6px; }
table.list .right { text-align: right; }

