/* -------------------------------------------------------------------------------------------
 * SECTION: DIVISIONS
 * ------------------------------------------------------------------------------------------- */
/* 
 * Set the width of the display for fluid and fixed designs.
 * Fluid is used in bluebug for the middle section (inbetween the two sidebars) so the 
 * middle section fills in available space.
 */
/* div.fluid { width: 90% !important;   } */ /* This controls the width of the fluid width layouts */
div.fixed { width: 780px; } /* This controls the width of the fixed width layouts */


/* -------------------------------------------------------------------------------------------
 * SECTION: DEFAULTS
 * ------------------------------------------------------------------------------------------- */


/* ------ SUBSECTION: DEFAULT PAGE  ------ */

/* Default margins and paddings. These get overridden by later settings. */
* {
	margin: 0em;
	padding: 0em;
	}

/* 
 * All page's start with these colors and fonts:
 * background: #cbcdc2
 * text color: black
 * Font size: 9pt 
 */
body {
	color: #000;
	font-size: 9pt;
	font-family: helvetica, sans-serif;

   /*
    * Background image position is broken in IE, so we fake it out with
    * the voice-family hack.
    */
   voice-family: "\"}\"";
   voice-family:inherit;
   background: #cbcdc2 url(../images/page-bg.jpg) no-repeat scroll;
   background-position: 50% 0px;
}


/* ------ SUBSECTION: DEFAULT LAYOUT  ------ */

p { line-height: 1.8em; }

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:3px solid #618024;
	color:#333;
}


/* ------ SUBSECTION: DEFAULT LINKS  ------ */

a {
	/* color: #5b82bd; */
	color: #3d577f;
	text-decoration: none;
	}
a:hover {
	color: #5b82bd;
	text-decoration: none;
	}
a img{ border:none; } 


/* ------ SUBSECTION: DEFAULT HEADERS ------ */

/* All headers have the same font setting, initially. */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: none;
}

/* Smaller headings are given a light blue color. */
h3,h4,h5,h6 {
	color: #5b82bd;
}

h2 span { font-weight: bold; }
h3 span { font-weight: bold; }
h4 span { font-weight: bold; }

br.clear { clear: both; }


/* ------ SUBSECTION: DEFAULT IMAGES  ------ */

img {
	padding: 0px;
	}

img.floatTL {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
	}


/* ------ SUBSECTION: DEFAULT LISTS  ------ */

ul.links    { list-style: none; }
ul.links li { line-height: 2em; }
ul.links li.first { }


/* -------------------------------------------------------------------------------------------
 * SECTION: HEADER - The Logo goes in this section.
 * ------------------------------------------------------------------------------------------- */

#header {
	width:100%;
	height:219px;
	background: transparent;
	}

#header_inner {
	position: relative;
	width: 700px;
	height:219px;
	margin: 0 auto;
	}

#header img{ border:none; padding:0px;}


/* -------------------------------------------------------------------------------------------
 * SECTION: LOGO - The logo image itself is set in "header.php".
 * ------------------------------------------------------------------------------------------- */

#logo {
	position: absolute;
	bottom: 0.6em;
	}

#logo h1 {
	display: inline;
	/* color: #fff; */
	font-size: 2.6em;
	}

#logo h2 {
	display: inline;
	padding-left: 0.5em;
	/* color: #E0D7CC; */
	font-size: 1.0em;
	}

/* .logog { LEFT: 355px; BACKGROUND-IMAGE: url('images/logo2.gif'); WIDTH: 147px; BACKGROUND-REPEAT: no-repeat; POSITION: absolute; TOP: 40px; HEIGHT: 178px  }
 */


/* -------------------------------------------------------------------------------------------
 * SECTION: MENU - This is the menu bar used in the header.
 * ------------------------------------------------------------------------------------------- */

#menu {
	position: absolute;
	left: 150px;
	bottom: 20px;
	}

/*
 * Allow the list elements to line up left to right. 
 */
#menu ul { 
	list-style: none; 
	border-top: dotted 1px #989991;
	padding-left: 5px;
	padding-right: 5px;
	}
#menu li { 
	float: left; 
	background: #989991;
	}

#menu li a {
	display: block;
	padding: 0.1em 0.7em 0.1em 1em;
	background: repeat-x;
	color: #616161;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: lowercase;
	text-decoration: none;
	}

#menu li a:hover {
	background: repeat-x;
	color: #fff;
	text-transform: lowercase;
	text-decoration: underline;
	}

#menu li a:active {
	background: repeat-x;
	color: #fff;
	text-transform: lowercase;
	text-decoration: underline;
	}


/* -------------------------------------------------------------------------------------------
 * SECTION: MAIN
 * ------------------------------------------------------------------------------------------- */

/* -- main takes up entire width - subelements will be positioned accordingly. -- */
#main { 
	align: center;
	width: 100%; 
}

/* -- Paragraphcs, emphasis, etc. in main_inner: -- */
#main_inner p {
	text-align: justify;
	margin-bottom: 2.0em;
	}
#main_inner strong {
	color: #5b82bd;
	}

#main_inner ul { margin-bottom: 2.0em; }

/* -- Headings in main_inner: -- */
#main_inner h1 { position: relative; }
#main_inner h2 {
	position: relative; 
	font-size: 1.2em;
	padding-bottom: 0.175em;
	margin-bottom: 0.4em;
	margin-top: 0.95em;
	color: #5b82bd;
	font-style: italic;
	font-family: "trebuchet ms", times, helvetica, sans-serif;
	}
#main_inner h3 {
	position: relative;
	font-size: 2.1em;
	padding-bottom: 0.1em;
	margin-bottom: 0.3em;
	}

/* -- Posts contain template info along with the post content: -- */
#main_inner .post { 
	position: relative; 
	margin-top: 1.8em;
}
#main_inner .post h2 {
	position: relative;
	font-size: 1.7em;
	padding-bottom: 0.2em;
	}
#main_inner .post h3 {
	position: relative;
	font-size: 1.2em;
	padding-bottom: 0.2em;
	}
#main_inner .post h4 {
	position: relative;
	font: bold 1.35em/1.5em "trebuchet ms", times, helvetica, sans-serif;
	padding-bottom: 0.2em;
	}
#main_inner .post ul.post_info {
	list-style: none;
	top: 0.2em;
	font-size: 0.8em;
	border-bottom: dotted 1px #c1c1c1;
	padding-bottom: 5px;
	}
#main_inner .post ul.post_info li {
	background-position: 0em 0.2em;
	background-repeat: no-repeat;
	display: inline;
	padding-left: 18px;
	}
#main_inner .post ul.post_info li.date { background-image: none; }
#main_inner .post ul.post_info li.comments {
	background-image: none;
	margin-left: 1.1em;
	}

/* -- Post Content is what is in a post or page, sans heaings from template. -- */
#main_inner .entrypost ul li {margin: 0 0 0 30px; padding: 0 0 0 10px; list-style: square}
#main_inner .entrypost ol li {margin: 0 0 0 30px; padding: 0 0 0 10px; list-style: decimal}
#main_inner .entrypost strong {font-size: 1.4em;}
#main_inner .entrypost strong em {text-decoration: underline;}


/*
 * Any page with a set of lists (and nothing else) get's each list entry outlined and the same width.
 * Images in the list items are outlined in black.
 */
.entrypost_with_lists ul {
	margin-top: 40px;
	margin-left: 100px;
	margin-right: 100px;
	}
.entrypost_with_lists li {
	float: left;
	list-style: none;
	display: block;
	width: 180px;
	margin: 0px 3px 3px 3px; 
	padding: 3px 2px 3px 3px; 
	border: 1px solid #5b82bd;
	alignment: center;
	}

.entrypost_with_thumbs ul {
	margin-top: 40px;
	margin-left: 100px;
	margin-right: 100px;
}
.entrypost_with_thumbs li {
	float: left;
	list-style: none;
	display: block;
	width: 180px;
	height: 110px;
	margin: 0px 3px 3px 3px; 
	padding: 3px 2px 3px 3px; 
	border: 1px solid #5b82bd;
	alignment: center;
	background: #ddf;
}
.entrypost_with_thumbs li img {
	border: 1px solid black;
}

/* -------------------------------------------------------------------------------------------
 * SECTION: SIDEBARS
 * ------------------------------------------------------------------------------------------- */

/* -- "sidebar" is the right side bar -- */
#sidebar h2 {
	position: relative;
	}

#sidebar ul { margin:0 0 8px 0; }

#sidebar ul li {
	list-style: none;
   padding-left: 15px;
}

#sidebar ul li a {
	display: block;
	width: 100%;
}

#sidebar ol li {
	list-style: none;
}

#sidebar ol li a {
	display: block;
	width: 100%;
}

#sidebar a {
	display: block;
	width: 100%;
	margin:0px;
	padding:0px;
}

#sidebar h2 {
	font: bold 10pt/1.5em times, helvetica, sans-serif;
}

#sidebar a {
	margin-left: 7px;
	padding-left: 4px;
	font: normal 8pt/1.5em times, helvetica, sans-serif;
   text-decoration: none;
   background: transparent;
   border-left: 4px solid #fff;
   border-bottom: 1px solid #fff;
}
#sidebar a:hover{
	margin-left: 7px;
	padding-left: 4px;
	font: normal 8pt/1.5em times, helvetica, sans-serif;
   color: #ffffff;
   background-color: #5b82bd;
   border-left: 4px solid #ceb202;
   border-bottom: 1px solid #ceb202;
}


/* -- "leftsidebar" is the left side bar -- */

#leftsidebar ul { 
	margin:0 0 6px 0; 
	}
#leftsidebar ul li {
	list-style: none;
}
#leftsidebar ul li a {
	display: block;
	width: 100%;
}
#leftsidebar ol li {
	list-style: none;
}
#leftsidebar ol li a {
	display: block;
	width: 100%;
}

#leftsidebar h2 {
	position: relative;
	font: bold 11pt/1.25em times, helvetica, sans-serif;
	color: #A9764A;
}

#leftsidebar a {
	display: block;
	width: 100%;
	margin-left: 0px;
	padding-left: 2px;
	font: normal 10pt/1.5em times, helvetica, sans-serif;
   text-decoration: none;
   background: transparent;
   border-left: 2px solid #cbcdc2;
   /* border-bottom: 1px solid #cbcdc2; */
}
#leftsidebar a:hover{
	margin-left: 0px;
	padding-left: 2px;
	font: normal 10pt/1.5em times, helvetica, sans-serif;
   color: #ffffff;
   background-color: #5b82bd;
   border-left: 2px solid #A9764A;
   /* border-bottom: 1px solid #A9764A; */
}

/* -------------------------------------------------------------------------------------------
 * SECTION: COMMENTS - these are not displayed because commenting is turned off for this site.
 * ------------------------------------------------------------------------------------------- */

.commentsblock {display: none; margin: 0 5px 0 15px;}


/* -------------------------------------------------------------------------------------------
 * SECTION: FOOTER - These are not displayed because they are not needed for this site.
 * ------------------------------------------------------------------------------------------- */

#footer {
	width: 350px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	padding-top: 1.0em;
	text-transform: none;
	}

#footer p {
	font-size: 0.6em;
	font-style: italics;
}

#footer .credits {
	font-size: 0.6em;
	font-style: italics;
}


/* -------------------------------------------------------------------------------------------
 * SECTION: SEARCH
 * ------------------------------------------------------------------------------------------- */

input.button {
	background: #618024 repeat-x;
	color: #fff;
	border: solid 1px #aa7036;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 0.8em;
	height: 2em;
	}

input.text {
	border: solid 1px #F1F1F1;
	font-size: 1.0em;
	padding: 0.25em 0.25em 0.25em 0.25em;
	}

#search {
	position: relative;
	width: 100%;
	margin-bottom: 2.0em;
	}

#search input.text {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 9.5em;
	}

#search input.button {
	position: absolute;
	top: 0em;
	right: 0em;
	min-width: 2.0em;
	max-width: 2.5em;
	}


/* -------------------------------------------------------------------------------------------
 * SECTION: 3 COLUMN LAYOUT
 * This is the layout used for the BlueBugStudio CMS.
 * ------------------------------------------------------------------------------------------- */

/* ------ SUBSECTION: LEFT SIDEBAR ------ */

#leftsidebar {
	margin-top: 5px;
	padding-right: 35px;
	position: relative;
	float: left;
	width: 140px;
	z-index: 100;
}

/* ------ SUBSECTION: RIGHT SIDEBAR ------ */

#sidebar {
	padding-left: 30px;
	margin-right: 90px;
	margin-top: 40px;
	position: relative;
	float: right;
	width: 112px;
	z-index: 10;
}

/* ------ SUBSECTION: MIDDLE COLUMN ------ */
#main_inner {
	position: relative;
	width: 780px;
	text-align: left;
	z-index: 250;
	}
.post {
	/* This forces the middle column to not wrap around the left sidebar. */
	margin-left: 175px;
	}

/* ------ SUBSECTION: QUOTES and SCHEDULE ------ */
.schedule {
	display: block;
	// width: 112px;
	// height: 252px;
	width: 180px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 2px solid #555;
	border-right: 2px solid #555;
	}
#quotes {
	display: none;
	position: relative;
	width: 660px;
	margin-left: 180px;
	padding: 20px;
	border: 1px solid #5b82bd;
	}


#commentform textarea { display: none; width:350px; }


