/* HTML tags */
body {
	font-family: Verdana,Arial,Helvetica,Lucida,sans-serif;
	font-size: 76%;
	padding: 0;
	margin: 0;
	background: #ffffff;
	color: #0d1821;
}
a {
	color: #b31616;
	font-weight: bold;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	color: red;
}
h1, h2, h3, h4, h5, h6 {
	
	font-family: Arial, sans-serif;
	font-weight: normal;
}
h1 {
	color: #b31616;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 2.0em;
	margin: 0.1em 0 0 0;
	padding: 0;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.5em;
	border-top: 1px solid #abbab9;
	padding-top: 6px;
	clear: both;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.8em;
}
img {
	border: 0;
}
p, ol, ul, li, table, tr, th, td {
	font-size: 1.0em;
}
pre {
	font-family: Courier New,Courier,monospace;
	font-size: 1.0em;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	overflow: auto;
	display: block;
	padding: 10px;
	max-width:600px;
	max-height:500px;
	width:expression(document.body.clientWidth > 600? "600px": "auto" );
}
strong, b {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 10px;
}
tr, tr.even, tr.odd {
	border: none;
}
th {
	color: white;
	padding: .3em;
	background: #7e090b url("table_head.png") top;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #404548;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404548;
}
.style9 {color: #404548}
.style10 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #404548; font-size: 9px; }
.style12 {font-size: 9px; color: #404548; }
.style13 {font-weight: bold}
table tbody th {
	border-bottom: 1px solid black;
}
th a {
	color: white;
}
tr.odd td {
	background-color: #ffffff;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-top: none;
	border-bottom: none;
	line-height: 120%;
	padding: .3em;
}
tr.even td {
	background-color: #e1e2e4;
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-top: none;
	border-bottom: none;
	line-height: 120%;
	padding: .3em;
}
tr.total td {
	border-top: 1px solid #c0c0c0;
	background: #DFE0E5;
}
tr.odd td.container, tr.even td.container {
	background: #cfd4d9 url("navbar_gray.png") top;
	border-bottom: 1px solid #444444;
	padding: 0.5em 0.3em;
}
tr.odd td.container a, tr.even td.container  a{
	color: black;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
ol ol {
	list-style-type: lower-alpha;
}
textarea, code, pre {
	font-family: Courier New,Courier,monospace;
	font-size: 1.1em;
}
form {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Site Layout  (in order of appearance) */
#header-container {
	background: #7e090b url(header_red.png) repeat-x top;
	min-height: 78px;
} * html #header-container {height: 78px;}
#header-container  a {
	color: white;
	text-decoration: none;
}
#header-container  a:hover {
	text-decoration: underline;
}
#header {
	margin-left: auto;
	margin-right: auto;
	max-width: 920px;
}
#mainlogo {
	margin-top: 0px;
}
ul.secondary-links {
	text-align: right;
	font-size: .8em;
	float: right;
	padding: 0;
	margin: 20px 20px 0 0;
} * html #secondary-links { margin-right: 20px; }
ul.secondary-links li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul.secondary-links a {
	color: white;
	text-decoration: none;
}
ul.secondary-links a:hover {
	text-decoration: underline;
}
#navigation-container {
	background: #f7f8f9 url(navbar_gray.png) repeat-x top;
}
#navigation {
	padding: 0;
}
#navigation-search {
	margin: 0;
	padding: 0.29em 0 0 0;
	float: right;
}
#edit-search-theme-form-keys {
	margin: 0 0 0 0;
	padding: 0;
	background-color: white;
	width: 13em;
}
#navigation-search .form-submit {
	margin: 0;
	padding: 0 0 0 0.3em;
	border: 0;
	background-color: transparent;
	font-family: Verdana,Arial,Helvetica,Lucida,sans-serif;
	font-weight: bold;
	color: #003333;
	cursor: pointer;
}
#search_theme_form {
	padding: 0;
	margin: 0;
	display: inline;
}
#navigation ul {
	margin: 0;
	padding: 0.5em 0;
}
ul.primary-links li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	border: 0;
}
ul.primary-links li a {
	font-weight: bold;
	margin: 0 1em 0 0;
	padding: 0;
	color: #003333;
	text-decoration: none;
}
ul.primary-links li a:hover {
	color: #b31616;
      text-decoration: underline;
}
.overall-page {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.comment ul.links li {
  border-left: 1px solid #000000;
}
.comment ul.links li.first {
  border: none;
}
 /* IE max-width and centering replacement */
* body #header { width:expression(document.body.clientWidth > 920? "920px": "auto" ); text-align: left; }
* body .overall-page-container { text-align: center; }
* body .overall-page { width:expression(document.body.clientWidth > 900? "900px": "auto" ); text-align: left; }

table#layouttable {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	border-top: 0 !important;
}
table#layouttable td.layout, table#layouttable tr.layout, table#layouttable tr.layout td.layout {
	margin: 0;
	padding: 0;
	border: 0;
	background: white;
}
table#layouttable tbody {
	border: 0;
}
#mainarea-container {
	padding-top: 1.7em;
	background: white url(navbar_shadow.png) repeat-x top;
	margin: 0;
	padding-bottom: 20px;
}
#sidebar-left {
	width: 210px;
	padding-right: 10px;
      padding-left: 10px;
}
#sidebar-left .block {
	background: #eaedf0 url(sidebar_left_gray.png) repeat-y left;
	padding-bottom: .5em;
}
#sidebar-right {
	width: 160px;
	margin-left: 1.6em;
}
#sidebar-right .block {
	background: #eaedf0 url(sidebar_right_gray.png) repeat-y right;
	padding-bottom: .5em;
	padding-left: 10px;
}
#maincontent {
	padding: 0;
	line-height: 150%;
	margin-left: 0.7em;
}
.sidebar {
	margin: 0;
	padding: 0;
}
.sidebar h2 {
	margin: 0;
	padding: .5em 0 .2em 0;
	color: #b31616;
	border: 0;
	font-size: 1.1em;
	font-weight: bold;
	background: url(sidebar_left_top_corner.png) no-repeat top right;
}
#sidebar-right.sidebar h2 {
	margin-left: -10px;
	padding-left: 10px;
	background: url(sidebar_right_top_corner.png) no-repeat top left;
}
.sidebar .block {
	padding: 0 0 .2em 0;
	margin: 0 0 1.3em 0;
	font-size: 0.9em;
}
.block a, .block-user a, .block-book a {
	color: #404548;
	text-decoration: none;
	font-weight: normal;
}
.block a:hover, .block-user a:hover, .block-book a:hover {
	text-decoration: underline;
}
#footer-container {
	background: #f1f5f7 url(footer_background.png) repeat-x top;
	padding-top: 30px;
	margin-top: 0px;
}
#footer {
	color: #989a9a;
	text-align: center;
	font-size: 0.8em;
	margin-top: 1em;
}
#footer a {
	font-weight: normal;
	color: #989a9a;
}
#footer a:hover {
	color: red;
}


/* Site Elements */
#site-name {
	font-size: 2em;
	letter-spacing: -1px;
	color: white;
	padding: 0;
	margin: 0;
}
#site-name a {
	color: white;
}
#site-slogan {
	letter-spacing: -1px;
	color: white;
}
br.clear {
	padding: 0;
	margin: 0;
	clear: both;
}
h2.tagline {
	border: 0;
	margin-top: 0;
	color: #404548;
}

.apps-list  ul li {
	font-size: 0.9em;
}
.apps-list  ul li a {
	font-weight: normal;
}


.breadcrumb {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: silver;
	line-height: 100%;
	margin-bottom: 1em;
}

.breadcrumb  a {
	font-weight: normal;
	color: rgb(64, 69, 72);
}

.picture { 
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 0.5em;
}
.picture img {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	display: inline;
}


div.download {
	background-color: #c4efa1;
	background: #c4efa1 url(http://johnhaller.com/jh/icons/download_arrow.gif) 235px 0px no-repeat;
	width: 245px;
	padding: 15px;
	font-size: 0.9em;
	line-height: 100%;
	padding-top: 10px;
}

div.download a {
	font-weight: normal;
	color: #666666;
}

div.download a.download {
	color: #1d9101;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 130%;
}

ul.appdirectory {
	list-style-type: none;
	margin-left: 0;
	padding-left: 37px;
	line-height: 1em;
}
ul.appdirectory li {
	padding-bottom: 0.5em;
}
ul.appdirectory li img{
	margin-right: 0.3em;
}

ul.press {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 0.9em;
}
ul.press li {
	border-top: 1px solid #abbab9;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}

#maincontent .control-panel {
	line-height: 120%
}

.screenshotthumbnail {
	margin-left: 10px;
	margin-bottom: 15px;
}

.download-box {
	font-size: 0.8em;
	text-align: center;
	margin-right: 0.8em;
	width: 249px;
	margin-bottom: 1em;
}
.download-box a {
	font-weight: normal;
	color: rgb(64, 69, 72);
}
.download-box a:hover {
	color: #b31616;
}
a.download-link {
	display: block;
	padding: 5px 0 0 0;
	margin-bottom: 0.1em;
	text-decoration: none;
	color: #eeeeee;
	width: 249px;
	background: url("download-portableapps6.png") 0 0 no-repeat;
	text-align: left;
	line-height: 145%;
}
a.download-link span {
	display: block;
	min-height: 37px;
	padding: 10px;
} * html a.download-link span { height: 37px; }

a.download-link span {
	background: url("download-portableapps6.png") 0 100% no-repeat;
}
a.download-link strong {
	font-size: 1.6em;
	text-decoration: none;
	font-weight: bold;
	color: #eeeeee;
}
a.download-link em {
	font-style: normal;
	font-weight: normal;
	color: #eeeeee;
	letter-spacing: 0;
	display: block;
	padding-top: 3px;
	font-size: 1em;
}
a.download-link:hover, a.download-link:hover span, a.download-link:hover strong {
	color: white;
	cursor: pointer; /* need for IE6 */
	background-position: 100% 0;
}
a.download-link:hover span {
	background-position: 100% 100%;
}
ul.support-links {
	font-size: 0.8em;
	line-height: 150%;
}
ul.download-details {
	margin: 0 0 0 3em;
	padding: 0;
	font-size: 0.8em;
}
ul.download-details li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px dotted silver;
} * html  ul.download-details li { border: none; background: url(dotted_border_horizontal_silver.png) bottom repeat-x; }
ul.download-details ul li {
	border: none;
}

#tempmission {
	padding: 1em 150px;
	background: #F4F5F6 url("mission_background2.png") bottom repeat-x;
	color: black;
	margin-bottom: 1.3em;
}

.node h2 a {
	text-decoration: none;
}
.node .info {
	font-size: 0.8em;
}
.node .terms {
	font-size: 0.8em;
	text-align: right;
}

.block-simplenews .form-text {
	width: 130px;
}


.comment {
  border: 1px solid #d8e8ec;
  padding: 0 .5em .5em .5em;
  margin-bottom: 1em;
  background: #f7f8f9 url("comment_background.png") top repeat-x;
}
.comment h3 a {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
.comment h3 {
	padding: 0;
	margin: 0.5em 0 0.3em 0;
}
.comment .submitted {
	font-size: 0.8em;
}
.comment .content {
border-top: 1px solid #ccc;
margin-top: 5px;
}

.signature {
	font-size: 0.8em;
	color: #777;
	line-height: 120%;
	padding:0;
	margin:0;
	margin-bottom: 0.8em;
}
.signature a {
	color: #777;
}
.signature p {
	padding: 0;
	margin: 0 0 0.2em 0;
}

.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 0.5em;
}
.comment .picture img {
	margin: 0;
	padding: 0;
	border: 1px solid #ccc;
	display: inline;
}

.comment div.links {
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

table.voting {
	border: none;
}

#forum .last-reply, #forum .created, #forum .topics, #forum .posts, #forum .replies, #tracker td {
	font-size: 0.9em;
}

#forum tr td.forum{
background-position:4px 6px;
padding-left:25px;}

#forum .name {
padding:0;
margin:0;
}

#forum #forum-0 tr td.forum{
background-position:6px 6px;
padding-left:9px;}

#forum tr td.container div.description a {
	text-decoration: underline;
	font-weight: normal;
}

#forum-page-header {
	font-size: 0.9em;
	padding: 10px 1px;
}
#forum-page-header a {
	text-decoration: underline;
}
#forum ul.links .last{
list-style: disc outside;
display: block;
}

ul.pager a {
color: #b31616;
}
ul.pager a:hover {
color: red;
}
ul.pager li {
margin:0;
}

.view-content {
	font-size: 0.9em;
}

/** Hide Book Navigation **/
.book-navigation {display: none;}


/**
 * 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 {
  background: #eeeeee;
  padding: 0;
  margin: 10px 0 20px 0;
  border: 1px solid #555555;
}
div.admin-panel h3 {
	color: white;
	padding: .3em;
	background: #ab2a42 url("table_head.png") top;
	margin: 0;
}
div.admin-panel .body {
	padding: 10px;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
  font-style: italic;
  font-weight: bold;
  color: #555555;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #555555;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: .65em;
  margin-left: 0.5em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}