/* Mattwatson.com css file */
/* Palette: Spicy mustard #E0C298; Brick #B45340; Gunmetal #95A1AA; */

body { background-color: #E0C298; color: #505050; margin: 0px; padding-top: 0px; }

a { text-decoration: none; }
a:link { color: #861D08; }
a:visited { color: #861D08; }
a:active { color: #F22C05; } 
a:hover { color: #F22C05; text-decoration: underline; }

td { font-family: Arial, Helvetica, Geneva, 'Lucida Sans', 'Bitstream Vera Sans', sans-serif; font-style: normal; font-size: 12px; font-weight: normal; line-height: 18px; }
pre { font-family: monospace; font-size: 12px; } 
sup { font-size: 10px; }
ol { border: 0px; margin-top: 2px; list-style-type: decimal; }
ul { border: 0px; margin-top: 2px; list-style-type: disc; }
li { line-height: 16px; padding-bottom: 4px; }

blockquote { margin-top: 0px; margin-bottom: 0px; margin-left: 10px; }
p { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 10px; }

h1 { font-size: 20px; font-weight: bold; line-height: 24px; }
h2 { font-size: 16px; font-weight: bold; margin-bottom: 4px; }
/* used on detail pages*/
h3 { font-size: 14px; font-weight: bold; margin-bottom: 2px; padding-top: 20px;
     border-color: #F7496D; border-style: solid; border-left-width: 0px; border-right-width: 0px; 
     border-top-width: 0px; border-bottom-width: 1px; margin-top: 10px; margin-bottom: 10px; }   
h4 { font-size: 13px; font-weight: normal; margin-top: 6px; margin-bottom: 6px; }
     
.margin { padding-top: 10px; padding-bottom: 20px; padding-left: 30px; padding-right: 30px; }

.nobr { white-space: nowrap; }
  
/* Copyright and other mouse type at bottom of page */
.copyright  { font-size: 9px; font-weight: normal; text-align: center;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; margin-top: 6px; color: #515151; }
  
/* Sets background color or image under header, optional */
.white_bg { background-color: #ffffff; }
.tan_bg { background-color: #E0C298; }
  
.hrule { border-bottom: 1px solid #F7496D; margin-top: 10px; margin-bottom: 10px; }        
  
/* mls styles */
form { margin-top: 0px; }
input, textarea { color: #231D14; background-color: #FFFFFF; border: 1px solid #B2B2B2; font-size: 12px; }
select { font-size: 12px; color: #231D14; }
input.box { color: #231D14; background-color: transparent; border: 0px; }

.searchr { background-color: #FAF6F0; text-align: right; }
.searchl2 { background-color: #FAF6F0; text-align: left; } /* sets bg under Clear button only */
.searchl { text-align: left; }

.search_header { background-color: #F1E3D1; border-bottom: 1px solid #B45340; }

.sml  { font-size: 9px; font-weight: normal; font-style: normal; font-family: Verdana, Arial, Helvetica, Geneva, 'Lucida Sans', sans-serif; }

/* creates table gridlines on detail pages */
table.grid { border-collapse: collapse; border: 1px solid #e4e4e4; background-color: #fbfbfb; }
table.grid td { border: 1px solid #e4e4e4; padding: 0.5em; }

/* summary table border and padding */
.sumtable { margin-bottom: 20px; border-bottom: 1px solid #F7496D; }

