/* 
Theme Name: whiteboard
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 1.0.4

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

body {
	background-color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-image: url('images/backgrounds/News.jpg');
	
	color: #ffffff;
	font-family: Georgia, serif;
	font-size: 11px;
}

p {
	margin-bottom: 1.12em;
}

a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #818181;
}

a:active, li.current_page_item a {
	color: #f72f29;
	border-bottom: 1px solid #f72f29; 
}

h1 a {
	display: block;
	width: 131px;
	height: 107px;
	text-indent: -200px;
	background: transparent url('images/Logo.png') no-repeat 0 0;
	border-bottom: none;
}

h1 a, h1 a:active {
	border-bottom: none;
}

h2 {
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 40px;
}

h2 a, h2 a:active {
	border-width: 2px;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

h3 a {
	color: #00ffff;
	border-bottom: 1px solid #008080;
}

ul.plain {
	list-style-type: none;
}

ul.plain li {
	margin-bottom: 2px;	
}

ul.plain li a {
	border-bottom: none;
}

.frame {
	position: fixed;
	top: 0;
	left: 0;
	background: #534741;
}

.top {
	right: 0; 
	height: 6px;
}

.left {
	bottom: 0; 
	width: 6px;
}

.page_item {
	text-transform: uppercase
}

.post {
	margin-bottom: 19px;
}

.image-container:before {
	content: url("images/Image-Header.png");
}

.image-container:after {
	content: url("images/Image-Footer.png");
}

.date {
	font-style: italic;
}

.address {
	margin-bottom: 3em;
}

.gallery-caption {
	padding-top: 5px;
}

.gallery-item {
	text-align: left !important;
}

.gallery-icon a {
	border-bottom: none !important;
}

.gallery img {
	border: 1px solid #818181 !important;
}

#sb-title-inner, #sb-counter, div.sb-message {
  font-family: Georgia, serif !important;
}

#sb-nav a {
	border: none;
}

div.sb-message a {
}

#container{}

#left {
	position: fixed;
	top: 70px;
	width: 233px;
}

#right {
	position: absolute;
	left: 233px;
	top: 130px;
	width: 560px;
	padding-bottom: 10em;
}

#sidebar {
	margin-top: 17px;
	margin-left: 21px;
	margin-bottom: 15px;
	font-size: 12px;
}

#sidebar ul {
	margin-bottom: 15px
}

#sidebar li {
	display: block;
	margin-bottom: 5px;
}

#scrollbar-decoration {
	position: fixed;
	top: 193px;
	right: 0;
}

