/************************************************/
/* LAYOUT: PAGE WRAPPER */
body {
	min-width: 600px;
}

p, ul, ol { 
  margin-bottom: 1.5em; 
}

h2 {
	zoom: 1;	/* remove this and 1st header loses background in IE6 !?!?!? */
	font-size: 1.5em; 
	line-height: 1.5em; 
	margin-bottom: 1.5em;
}


/* LAYOUT foundations for all-browser compatible-columns */
/* used by sap-elements in HEADER and COLUMNS style sheets */

#canvas {
	width:  100%;
	margin:  4px auto;
	overflow: hidden;
	padding: 0px;
}

/* generic sap classes */
.line {
	float: left;
	width: 100%;
	display: block;
	position: relative; /*prevents shifting when changing viewport in IE;thanks to Alan Gresley*/
	overflow: hidden; /*only needed for equal height columns*/
	background-color: transparent;
}

.item {
	position: relative;
	float: left;
	overflow: hidden;
	left: 100%;
	background-color: #fff;
}

.column { /* all columns have continous background color */
	margin-bottom: -5000px;
	padding-bottom: 5000px;
}

/* end generic; all sap elements must have margin-left and width defined */


.clear{
	clear: both;
}

/* TYPEOGRAPHY */
body{
	/* color: #274D74; */
	color: #1D3A56;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11pt;
}



/* LINKS */

a:link {color: #243081;}     /* unvisited link */
a:visited {color: #243081;}  /* visited link */
a:hover {color: #4a93e0;}   /* mouse over link */
a:active {color: #246b81;}   /* selected link */

/* user-menu options panels that appear depending on user-privilege */

#top-user-menu{
	margin-left: 8px;
	margin-right: 16px;
}

.user-menu{
	font-size: 0.9em;
	text-align: center;
	border: 1px solid #e0e0a0;
	padding: 0.5em;
	background-color: #ffffc0;
}

.user-menu a{
	text-decoration: none;
}

.user-menu a:hover{
	text-decoration: underline;
}

/* Stuff added by Scott after this line */

/*** SuperEdit Control Styles ***/
	.edit-thingy-div {
		position: absolute;
		top: 0px;
		left: 0px;
		width: auto;
		border: 2px solid #4a93e0;
		background-color: white;
		padding: 6px;
		display: none;
		z-index: 100;
	}
	.edit-thingy-editor-div {
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.edit-thingy-editor-div strong {
		color: #333333;
	}
/*** END ***/

/** will_paginate CSS **/
  .pagination {
    padding: 3px;
    margin: 3px;
  }
  .pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #aaaadd;
    text-decoration: none;
    color: #000099;
  }
  .pagination a:hover, .pagination a:active {
    border: 1px solid #000099;
    color: #000;
  }
  .pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #000099;
    color: #FFF;
  }
  .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
  }
	strong.highlight{
		background-color: #D6EBFF;
	}
/** END **/

/* Article Previews box */
.article_preview_box {
  border: 2px solid #D6EBFF;
  font-size: 1em;
	width: 95%;
	position: relative;
	top: 15px;
	left: 17px;
}
.art_preview_box_row {
	width: 100%;
  font-size: 1em;
  margin-top: 0.1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding: 2px;
}
.article_preview_box_header {
	color: #0026FF;
	background: #D6EBFF;
	width: 100%;
}




/* HEADER sap elements (all sap elements must have margin-left and width defined)  */

#header #banner-left {
	margin-left: -100%;
	width: 8px;
	/* border-right: 1px solid red; */
	z-index: 100; /*prevent main content from obscuring sidebars */

}

#header #banner-left .sap-content {
	height: 90px;
	background: url('/images/classic/banner-bg-left.png') no-repeat top left; /* background image in inner div to avoid IE redraw bug */
}

#header #banner-center {
	margin-left: -100%;
	width: 100%;
}

#header #banner-center .sap-content {
	padding: 0px 8px 0px 8px;	/* padding left and right to widths of banner-left and banner-right */
	height: 90px;
	background: url('/images/classic/banner-bg-center.png') repeat-x top left; /* background image in inner div to avoid IE redraw bug */
}

#header #banner-right {
	margin-left:  -8px;
	width: 8px;
	/* border-left: 1px solid red; */
	z-index: 100; /*prevent main content from obscuring sidebars */

}

#header #banner-right .sap-content {
	height: 90px;
	background: url('/images/classic/banner-bg-right.png') no-repeat top left; /* background image in inner div to avoid IE redraw bug */
}


/* HEADER elements */

#header #logo {
	float: left;
	position: relative;
	left: 4px;
	top: 6px;
}

#header #logo2 {
	float: right;
	position: relative;
	right: 8px;
	top: 6px;
}

#header #top-menu{
	position: absolute;
	float: right; 
	top: 65px;
	right: 8px;
}

#header #top-menu-curve{
	position: relative;
	float: right;
	width: 52px;
	height: 25px;
/*	margin-top: 87px;*/
	color: #246b81;
	background: transparent url(/images/classic/navbar-bg-curve.png) no-repeat top left;
}

#header #top-menu-links{
	position: relative;
	float: right;
	color: #246b81;
	font-size: 10px;
	height: 25px;
	padding-top: 4px;
	padding-right: 1em;
	background: transparent url(/images/classic/navbar-bg.png) repeat-x top left;
}

#top-menu a, #top-menu a:visited {
  color: #ffffff;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}

#top-menu a:hover {
	text-decoration: underline;
	color: #90c2f0;
}

/* TOPBAR elements: news ticker, 'search' form */

#topbar{
	margin-top: 0px;
}

#topbar-left{
	float: left;
	width: 8px;
	height: 35px;
	background: #fff url(/images/classic/bar-bg-left.png) no-repeat top left;
}

#topbar-center{
	height: 27px;
	background: #fff url(/images/classic/bar-bg-center.png) repeat-x top left;
	padding-top: 6px;
	padding-right: 1em;
	margin: 0px;
}

#topbar-right{
	float: right;
	width: 8px;
	height: 35px;
	background: #fff url(/images/classic/bar-bg-right.png) no-repeat top right;
}


#topbar-center{
	font-size: 11px;
}

#topbar-center .headline{
	font-weight: bold;
	color: #ff8000;
}


/* SEARCH */

#search-form{
	float: right;
	font-size: .9em;
	margin-right: 1em;
	margin-top: 1px;
}

#search-form input{
	border: 1px solid #c0c0c0;
	color: #246b81;
	font-size: 10px;
}

#search-form input.input-button{
}

#search_results {
	clear: right;
	margin-bottom: 1.5em;
}

/* NEWS-TICKER */

#news-ticker{
	float: left;
}


/* 3-COLUMN LAYOUT using FAUX-ABSOLUTE-POSITIONING method */
/* compatible with all browsers, with no hacks (fingers crossed) */

/* MAIN COLUMNS sap elements */
/* (all sap elements must have margin-left and width defined) */
/* sap-content elements can have padding and backgrounds */

#main #column-left {
	margin-left: -100%;
	width: 192px;
	z-index: 100; /*prevent main content from obscuring sidebars */
}

#main #column-left .sap-content{
	padding-left: 0;
	padding-right: 0;
/*	background: #ffa080;*/
}

#main #column-center {
	margin-left: -100%;
	width: 100%;	/* variable-width column so 100% and then padded via sap-content element */
}

#main #column-center .sap-content{
	padding-left: 196px;		/* left-column width + 4px padding*/
	padding-right: 200px;	/* right-column width + 4px for alignment + 4px padding*/
/*	background: #ffb880;*/
}


#main #column-right{
	margin-left: -192px;
	width: 192px;
	z-index: 100; /*prevent main content from obscuring sidebars */
}

#main #column-right .sap-content{
	padding-left: 0;
	padding-right: 0;
/*	background: #ffd080;*/
}

#footer {
	text-align: center;
}



/************************************************/
/* LEFT AND RIGHT SIDEBAR-BOXES */

.sidebar-box-end{
	position: relative;
	background: #fff url(/images/classic/sidebar-box.gif) no-repeat bottom left;
	margin: 0px -16px 0px -8px; /* top right bottom left */
	height: 16px;
}

.sidebar-box{
	position: relative;
	background: #fff url(/images/classic/sidebar-box.gif) no-repeat top left;
	padding: 3px 16px 0px 8px; /* top right bottom left */
	margin: 12px 0px 0px 0px; /* top right bottom left */
}

.sidebar-box-user{
	position: relative;
	background: #D6EBFF;
	padding: 5px 16px 5px 8px; /* top right bottom left */
	margin: 0px;
	text-align: center;
	width: 160px;
}

.sidebar-box h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0px -6px 0px -2px;
	padding: 3px;
}

/* LEFT COLUMN FORMATTING */

#column-left p{
	margin-left: 4px;
	margin-right: 8px;
}

.sidebar-box p{
	margin: 0.5em 0.2em;
}

#column-left .sidebar-box h2{
	border: solid white 1px;
	color: #000000;
	background-color: #abbcce;
}

/* RIGHT COLUMN FORMATTING */

#column-right .sidebar-box h2{
	border: solid white 1px;
	color: #000000;
	background-color: #ffd080;
}

/* SIDEBAR NAVIGATION LINKS */

div#column-left .sidebar-navigation a{
	display: block;
	padding: 3px;
	width: 160px;
	border: solid white 1px;
	color: #404040;
	background-color: #e6e6e6;
	text-decoration: none;
}

div#column-left .sidebar-navigation a.current{
	background-color: #ffffff;
}

div#column-left .sidebar-navigation a:link{}
div#column-left .sidebar-navigation a:visited{}
div#column-left .sidebar-navigation a:hover{background-color: #ffffff;}
div#column-left .sidebar-navigation a:active{}

div#column-right .sidebar-navigation a{
	display: block;
	padding: 3px;
	width: 164px;
	padding-left: 4px;
	margin: 0.4em 0;
	border: 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	color: #404040;
	background: #e9f7fa url(/images/classic/grey_to_blue.gif) repeat-y top left;
	text-decoration: none;
}

div#column-right .sidebar-navigation a:link{}
div#column-right .sidebar-navigation a:visited{}
div#column-right .sidebar-navigation a:hover{background: #ffffff url();}
div#column-right .sidebar-navigation a:active{}




/* center-column formatting */

#column-center h2, #column-center h3, .category-title{
	display: block;
	clear: both;
	text-align: center;
	color: #a0a0a0;
	border: solid #c0c0c0 1px;
	background: #f6f6f6 url(/images/classic/panel-bg.png) repeat top left;
	margin-bottom: 1em;
	margin-top: 0;
/*	background-color: #ffb880;*/
}

#column-center h2{
	font-size: 1.6em;
	font-weight: bold;
}

#column-center h3{
	font-size: 1.4em;
	font-weight: bold;
}

.category-title{
	font-size: 1.2em;
	font-weight: bold;
}


/* article title list */

.category-list-l{
	float: left;
	width: 49.5%;
}

.category-list-r{
	float: right;
	width: 49.5%;
}

.article-list{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.article-list a, .more a, .category-title a{
	text-decoration: none;
}

.more{
	text-align: center;
	padding-bottom: 1em;
}

div.category-list-r li{
	margin-top: 0.5em;
}

div.category-list-l li{
	margin-top: 0.5em;
}

li.odd{
	background: #f0f0f0;
	padding: 0.25em 0em 0.25em 0.25em;
}

li.even{
	background: #ffffff;
	padding: 0.25em 0em 0.25em 0.25em;
}

#new_message {
  color: #008000;
  font-weight: bold;
  margin-bottom: 1.5em;
	clear: right;
}

#srch_result_main {
  border: solid #f0f0f0 1px;
	background-color: #f0f0f0;
  margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#footer {
	margin-left: 210px;
	margin-right: 210px;
}

/* Added by Scott */
/* Announcement Box */
.current_announcement {
  background: #FBFF87;
  border: 3px solid #E1E579;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
  margin-right: 2em;
  padding: 5px;
  min-width: 450;
}

input.ed_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	color: #2D2D2D;
  background-color: #A8C9FF;
  border: 1px solid #88A3CE;
	padding: 2px;
}

input.submitButton{
	border: 1px solid #c0c0c0;
	color: #246b81;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}

label{
	font-weight: bold;
}

#announcement_box_main h2, #announcement_box_main h3{
   border: 0px;
   color: #606060;
	 background: #FBFF87;
}

textarea.edit_textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #282828;
	background: #E6F2FF;
  border: 1px solid #BEBEBE;
	padding: 5px;
	width: 99%;
}

input.edit_input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #282828;
	background: #E6F2FF;
  border: 1px solid #BEBEBE;
	padding: 5px;
}

select.edit_select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #282828;
	background: #E6F2FF;
  border: 1px solid #BEBEBE;
	padding: 5px 1px 5px 5px;
}

#sott_print_footer {
	display: none;
}

.article{ /* panel to contain ALL article components below */
	border: solid #c0c0c0 1px;
	margin-bottom: 1em;
}

/* anything that goes at BEFORE an article */

.article-header{
}

.article-title{ /* headline */
	padding: 0.2em 0.5em;
	font-size: 1.4em;
}

.article-title a, .article-title a:visited {
	color: #404040;
	text-decoration: none;
}

.article-title a:hover {
	color: #4a93e0;
	text-decoration: underline;
}

.article-info{ /* panel to contain author, source, date information */
	position: relative;
	border-top: solid #f0f0f0 1px;
	border-bottom: solid #f0f0f0 1px;
	padding: 0.4em;
	font-size: 0.8em;
	background: #fff url(/images/classic/grey_to_white.gif) repeat-y top left;
}

.article-info p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 50px;
}

.article-icon{ /* icon to denote article subject/flavour */
	position: relative;
	float: left;
	padding: 6px;
}

/* anything that goes WITHIN an article */

.article-body{ /* main body text of article */
padding: 0.5em 1.5em;
}

.article-comment{ /* comment text of article */
padding: 0.5em;
background: #C1E0FF;
overflow: hidden;
}

.StoryComment { /* inline article comment */
  background-color: #C1E0FF;
  border: none;
  padding: 0.5em;
  overflow: hidden;
}

/* images with captions etc */

.article-image{
width: 330px;
padding: 1em;
}

.article-image img{
width: 300px;
}

.article-image-small{
width: 200px;
padding: 1em;
}

.article-image-small img{
width: 170px;
}

.article-image, .article-image-small{
text-align: center;
}

.article-image .caption, .article-image-small .caption{
font-weight: bold;
color: #1B3651; 
font-size: 10pt;
padding-left: 1em;
padding-right: 1em;
}

.article-image .tiny, .article-image-small .tiny{
font-size: 7pt;
color: #808080;
}

.to-left{
float: left;
}

.to-center{
margin-left: auto;
margin-right: auto;
clear: both;
}

.to-right{
float: right;
}

/* anything that goes AFTER an article */

.article-footer{
	border-top: solid #f0f0f0 1px;
	clear: both;
}

.article-header .article-icon-bar{
  padding: 0.5em;
  float: right;
}

.article-footer .article-icon-bar{
  padding: 0.5em;
  text-align: right;
}

/* READER COMMENTS */

.comment{
	border: solid #c0c0c0 1px;
	margin-bottom: 2em;
	background: #cee1eb;
}

.reply{
	margin-left: 4em;
}

.comment-header{
	font-size: 1.2em;
	padding: 0.2em;
	/* background: #a1a7c3;*/
	background-color: #abbcce;

}

.comment-title{
	float: left;
	font-weight: bold;
}

.comment-author{
	text-align: right;
	padding-right: 0.5em;
}

.comment-body{
	clear: both;
	padding: 0.5em;
	border-top: solid #c0c0c0 1px;
}

.comment-footer{
	padding: 0.5em;
	font-size: 0.9em;
	clear: both;
}

.comment-info{
	font-style: italic;
}

.comment-actions{
	float: right;
}

/*** Inserted by Scott for Comment/Reply forms ***/
.comment-reply-form {
	margin: -1em 1em 1em 3em;
	background:transparent url(/images/white-panel-l.png) no-repeat bottom right;
}

fieldset {
	border: none;
	padding: 20px;
	margin-top: 3em;
}

fieldset legend {
	font-weight: bold;
	position: relative;
	left: -20px;
}

#add_comment_form {
	margin-left: 1.5em;
}

.input-reply {
}

input.comment-input-button{
	border: 1px solid #c0c0c0;
	color: #246b81;
	font-size: 10px;
	float: right;
}

input.comment-input-text{
	border: 1px solid #c0c0c0;
	color: #246b81;
	font-size: 12px;
	width: 80%;
}

textarea.comment-input-text{
	border: 1px solid #c0c0c0;
	color: #246b81;
	font-size: 12px;
	height: 150px;
	width: 80%;
}

.input-labels {
	width: 60px;
	text-align: left;
	padding-right: 5px;
	padding-top: 3px;
}

.input-fields {
}

.avatar {
	padding: 0.1em 0.5em 0.5em 0.1em;
}
/*** END ***/

/* text formatting */

.BoldRed{
	font-weight: bold;
	color: #AD0000;
}

.BoldGrey{
	font-weight: bold;
	color: #404040;
}

#blog-links a {
  vertical-align: bottom;
}


#ibox_wrapper {
    padding: 10px 10px 35px 10px;
    line-height: 25px;
    border-color:#fff;
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color:#fff; }
#ibox_content { background-color:#fff; border:0; }
#ibox_footer_wrapper {
    padding: 0 3px;
    bottom: 5px;
    top: auto;
}
#ibox_footer_wrapper a {
    text-indent: -100000px;
    background: url('/images/lightbox/closelabel.gif');
    width: 66px;
    height: 22px;
}
#ibox_progress {
    text-indent: -100000px;
    background: #fff url('/images/lightbox/loading.gif') center center no-repeat;
}