/*
** File: custom.css
**
** These are my user-defined customizations to the default styles in order
** to make things look even better.
** 
** Overrides /addons/Commercial.pack/themes/professional-blue/screen.css.
**
** Author: Kiffin Gish
*/

/* Make the header description text stand out better with dark background */
#header-description { color: #E0E0E0; }

/* Banner is randomly generated */
#homepage-image { background-image: url(/cgi-bin/rand-banner.pl); }

/* I prefer this font to the default */
/*
html, body, div, ul, ol, li, dl, dt, dd, form, fieldset, input, textarea,
h1, h2, h3, h4, h5, h6, p, code, pre, blockquote, hr, th, td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    color: #333333;
}
*/

/*
pre, code {
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
}
*/

div.asset-body {
    font-size: 14px;
}

/* Was fixed width: 594px and extended too far right */
.comment {
    width: auto;
}

code { color: blue; }

/* Browser specific (not valid) styles to make preformatted text wrap */		
pre {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    border: 1px dashed darkgray;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Homepage image margin bottom was 25px */
#homepage-image {
    margin-bottom: 15px;
}

/* Content margin top needs adjusting as well to make symetrical */
#content {
    margin-top: 15px;
}

/* Prevent the footer logos from jamming each other up */
div.widget-footer-links img {
    margin-right: 20px;
}

/* Paragraph headers for certain pages */
h2.page-subtitle {
    font-size: 18px;
    line-height: 1.3;
}

/*
div.asset-body {
    font-size: 14px;
}
*/

/* The default squeezes the paragraphs too close */
#alpha-inner p {
    margin-bottom: 15px;
}

/* I prefer this image for the bullets */
#alpha-inner ul li {
    list-style-image: url(/images/bullet.gif);
    margin-bottom: 5px;
}

/* Keep the width of the search input field small enough to prevent the search submit button from wrapping */
#search.ti {
    width: 165px;
}

li.widget-list-item {
    line-height: 1.2;
}

li.widget-list-item span.entry-expanded {
    line-height: 1.5;
}

p.sideline
{
    border-left: 1px solid lightgray;
    margin-left: 15px;
    padding-left: 5px;
}

/* Styling for pages */
.float-left {
    float:left;
    margin-right: 10px;
}

.float-right {
    float:right;
    margin-left: 10px;
}

td.imgcell {
    padding: 5px;
    border: solid black 1px;
}

/* Google Code Prettify inserts line numbers only every five lines of code, change so all lines get numbered */
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8, li.L9 {
    list-style-type: decimal !important;
}

/* Default padding: 2px; */
pre.prettyprint {
    padding: 4px !important;
}

/* keep contents together no word wrap */
span.nowrap {
  white-space: nowrap;
}

/* Keep foto album thumbnails oriented correctly */
img.asset-img-thumb {
  padding: 10px 10px 0px;
}

a.snap_noshots {
  white-space: nowrap;
  text-align: center; 
}

#progress-bar {
  background-color: #2A83A2;
  background-image: linear-gradient(#2A83A2, #165E83);
  border-color: #165E83;
  height: 20px;
}

.thumbnail {
  border: 1px solid lightgray;
  padding: 2px;
  margin: 2px;
  width: 102px;
  height: 102px;
  float: left;
}