/* CSS Document */

/*
	Theme authored by Phobos Gekko	
	Ported to Drupal 5.0 by ThemeBot
	-------------------------------------------------------------
	Modified to suit ULEM Main Site 960px wide with One Right Sidebar
*/

/* [Main images and tables] */
body {
	background-image: url(small_logo.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td, p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 12px;
	color: #000;
}

#wrapper { margin-right: auto; margin-left: auto; }
.primary-container {
	/* This is to make sure that all the primary content fits
	properly in the whitespace. Sorry for all the code, but IE
	is a PITA compared to Firefox and other browsers */
	margin: 0; width: 690px; padding: 10px 5px 20px 20px;
}

.container-inline {
	margin-top: 10px;
	margin-bottom: 10px;
}

.header_img { background-image: url(combustion_header_960_logo.jpg); background-repeat: no-repeat; height: 150px; width: 960px; padding: 0; margin: 0; }
.footer_img { background-image: url(combustion_footer_960.jpg); background-repeat: no-repeat; height: 60px; width: 960px; margin: 0; padding: 0; }
.footer {
	text-align: center;
	font-size: 9px;
}
.main-content {
	background-image: url(combustion_content_left_716.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 716px;
	vertical-align: top;
}

.navbar {
	background-image: url(combustion_primary_navbar_960.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 960px;
	text-align: center;
}

#block-nice_menus-1 {
	vertical-align: top;
	align: center;
	width:90%;
	margin: 0px;
	padding-top: 3px;
	height: 30px;
}

/* #sub_header .block {
	align: center;
	width:90%;
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 960px;
	text-align: right;
} */

.primarylinks a:link, .primarylinks a:visited, .primarylinks a:hover {
	font-size: small;
/*	font-weight: bold; */
	font-weight: normal; 
	color: #FFFFFF;
	text-decoration: none;
}

/* [Blocks] */
/* Background for the blocks */
.sidebar {
	background-image: url(combustion_content_right_244.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	width: 244px;
	height: auto;
	vertical-align: top;
	position: relative;
}
/* This affects the position of each block on the sidebar table */
.block {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

/* The header */
.sidebar .block_header {
	background-image: url(combustion_blocks_header220.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 0px;
	height: 28px;
	width: 220px;
	color: #f2f2f2;
	text-align: center;
	font-size: small;
	font-weight: bold;
}
/* Background for the content inside each block */
.sidebar .block_content_background {
	background-image: url(combustion_blocks_middle220.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 220px;
}
/* Code affecting the display of the content in each block */
.sidebar .block_content {
	width: 200px;
	font-size: small;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
.block form { text-align: center; float: left; }
/*------- Footer -------- */
.sidebar .block_footer {
	background-image: url(combustion_blocks_footer220.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 220px;
	margin: 0px;
	padding: 0px;
} 


/* [Nodes] */
h2 {
	margin-bottom: 0px;
	font-size: medium;
	margin-top: 0px;
}
.page-title {
	background-image: url(hdr_news690.gif);
	background-repeat: no-repeat;
	padding: 0;
	/* margin-top: 10px; */
	/* margin-bottom: 10px; */
	text-align: left;
	text-indent: 28px;
	color: #FFF;
	line-height: 27px;
}
.node {
	text-align: left;
/*	text-align: justify; */
	margin-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.info {
	font-size: x-small;
	text-align: left;
}
.content {
	font-size: small;
}
.links { font-size: small; text-align: center; }
.links li { font-size: small; text-align: center; border-right: 1px solid black; }
.links .first { font-size: small; text-align: center; border-left: 1px solid #000;}
/* [Comments] */
.comment {
	background-color: #F6F6F6;
	padding: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.comment_content {
	margin: 0px;
	padding: 5px;
}
.new {
	font-style: italic;
}
.title {
	text-align: center;
	font-weight: bold;
	background-color: #F1F1F1;
	font-size: small;
}
.comment_picture {
	padding: 5px;
	margin: 0px;
}
.picture {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.author {
	font-size: small;
}
.comment_date {
	font-size: x-small;
}
.comment_info {
	vertical-align: top;
}

/* [Forums] */
/* Table widths */
.forum {
	width: 100%;
}
.icon {
}
.topic, .created, .last-reply {
	width: 30%;
}
.replies {
	width: 10%;
}

/* [Other] */
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.site-slogan {
	font-size: 16px;
	vertical-align: middle;
	margin-left: 75px;
}
tbody { font-size: small; border-style: none; }
code {
	font-size: small;
}
cite {
	font-size: small;
	font-style: italic;
}
.service_links {
	font-weight: bold;
	text-align: center;
}
.site-name { font-size: 36px; color: #000000; vertical-align: middle; font-weight: bolder; margin: 0 0 0 75px; padding: 0; }
.site-name h1 { color: #000000; font-size: 36px; font-weight: bolder; vertical-align: middle; }
.site-name a:link { color: #000000; font-size: 36px; font-weight: bolder; vertical-align: middle; }
.site-name a:visited { color: #000000; font-size: 36px; font-weight: bolder; vertical-align: middle; }
.site-name a:hover { color: red; font-size: 36px; font-weight: bolder; text-decoration: none; vertical-align: middle; }
h3 {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
a, h2 a:hover, h3 a:hover {
	text-decoration: none;
}

a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
/*	font-weight: bolder; */
	font-weight: normal;
}
a:hover {
	color: #000000;
	text-decoration: underline;
/*	font-weight: bolder; */
	font-weight: normal;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}
div.admin .left {
  float: left;
  width: 48%;
}
div.admin .right {
  float: right;
  width: 48%;
}

div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}
table.system-status-report th {
  border-color: #d3e7f4;
}
#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

/* ~~~~~~ Content Creation <Edit><Delete><Submit> + Site Universal Buttons Style Change ~~~~~  */
#edit-preview {
  font-size: 12px;
  border: 2px solid #669900;
  background-color:#FFFFFF;
  color: #660000;
}
#edit-submit {
  font-size: 12px;
  border: 2px solid #669900;
  background-color:#FFFFFF;
  color: #660000;
}
#edit-delete {
  font-size: 12px;
  background: none;
  border: none;
  color: #999;
}
#edit-reset {
  font-size: 12px;
  border: 2px solid #669900;
  background-color:#FFFFFF;
  color: #660000;
}
#edit-checkout {
  font-size: 12px;
  border: 2px solid #669900;
  background-color:#FFFFFF;
  color: #660000;
}

/* ~~~~~~~ Nice-menu Modifier ~~~~~~~ */
/*ul.nice-menu a:link {color: #ffffff; text-decoration: none}*/
/* ul.nice-menu li a:hover {color: #cc0000; text-decoration: underline}  hover link red with underline */
 ul.nice-menu li a:hover {color: #cc0000; background: #E0E0E0; text-decoration: none} /*hover background with no children.*/
 ul.nice-menu li a.active {color: #cc0000} /* Link of current page color unchanged */

/* *********************ULEM Web Administrator Defined ****************** */
.normal_height {
	line-height: 102%;
}

a.c2:link, a.c2:visited {
	color: #4d4d4d;
	text-decoration: none;
	font-weight: normal;
}

a.c2:hover {
	color: #112544;
	text-decoration: underline;
	font-weight: normal;
}


ul.circle {list-style-type: circle; list-style-position: outside; margin-left: 20px; padding-left: 0}
ul.square {list-style-type: square; list-style-position: outside; margin-left: 20px; padding-left: 0}
ul.none {list-style-type: none; list-style-position: outside; margin-left: 20px; padding-left: 0}
ul.apart {list-style-type: none; list-style-position: outside; margin-left: 20px; padding-left: 0; line-height: 15px}

/* h6 {
	background-image: url(hdr_news3.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	text-indent: 30px;
	color: #cc0000;
	line-height: 27px;
	padding-bottom: 0px;
} */

h6 {
	font-family: Helvetica, Georgia, Verdana, Arial, san-serif;
	text-align: left;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	line-height: 150%;
	margin-top: 15px;
	margin-bottom: 0px;
}

h4 {
	text-align: left;
	font-size: 13pt;
	color: #B70014;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}

h7 {
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
}

.contactLink {text-align:left; font-size:12px; font-family:Arial;}

.memTitle {font-size: 10px}
.first {line-height: 20px}

a.login:link, a.login:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a.login:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

.manualHeader { /* For Our Leagacy Page header */
	font-family: Book Antiqua, Arial;
	font-size: 18px;
	color: #ab1b25;
	letter-spacing: 1px;
	line-height: 105%;
}

.red_border_right {  /* Our Legacy page, add thin border for images that align right */
/*	float: right; */
/*	width: 276px; */
	border: 1px solid #ab1b25;
	margin-left: 10px;
}

div.red_border_left {  /* Our Legacy page, add thin border for images that align left */
	float: left;
	background-color: #ab1b25;
	width: 161px;
	border: 1px solid #ab1b25;
	margin-right: 10px;
	padding: 0 0 0 0;
}

/* div.red_border_left_p {  ---------------caption style---------------
	background-color: #ab1b25;
	color: #ffffff;
	font-size: 10px;
	text-align: justify;
	text-indent: 0;
	line-height: 100%;
} */

.ulemnews {
	font-size: 11px;
	line-height: 110%;
}
