/****** BEGIN CSS RESET FOR CROSS-BROWSER COMPATIBILITY ******/
/* red colors: #600; #800;  #930;  #a60; 
   green-gray: #5A6351 (lizard); #636F57 (cactus); #586949 (broccoli); 	#6A8455 (green hornet); 
    #7F9A65(kiwi); #404030
*/

* { margin: 0; padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Lucida Grande Regular","Lucida Grande",Lucida,sans-serif;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background-color: #fff;
}
ul {
	list-style-type: none;
	margin: 10px;
  /*	list-style: bullet; 
  list-style-position: outside; 
	padding-left: 10px;*/
}
  ul li {
    padding: 0 2px 2px 2px;
  }
ol {
	list-style-type: decimal;
	/*list-style-position: outside; */
	margin: 10px;
	padding-left: 10px;
}
  ol li {
    padding: 0 6px 6px 6px;
  }
  

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/******* END RESET STYLES *******/

body, html {
  height: 100%; /* for footer stick! */
}

body {
  background: #fff;
  margin: 0; padding: 0; 
  font-family: Verdana, Monaco, sans-serif;
  font-size: 12px;
  color: #000;
}

a { color: #636F57; }

#matches a:visited { color: #CCC; }

a img { border: 0px solid #039; padding: 1px; }

 
h1, h2, h3, h4 {
  font-family: Georgia, times, sans-serif ;
  font-weight: normal;
  margin-bottom: 3px; 
}

h1 {
	font-size: 24px; line-height: 26px;
	color: #586949;
	font-weight: 300;
	padding: 15px 0 5px 0; 
}

h2 {
	font-size: 18px;
	font-weight: 300;
	color: #636F57;
	padding: 2px 0 0 0;
}
h2 small {font-size: 14px;}
h3 { font-size: 16px; 
	color: #333;
	padding: 2px 0 0 0;} 
h3 distinct {font-size: 14px;
  color: #6A8455;
}
	
h3 small {font-size: 12px;}
h4 { font-size: 13px; } 

p { 
  margin: 3px 0 10px 0;
  line-height: 16px;
 }

.postnav{
  width: 100%;
  margin: 1em 0;
  padding: 0px 0.5em;
  background: #eee none;
}
  .post_nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .post_nav li {
    margin: 0;
    padding: 0;
    float: left;
    width: 20%;
    text-align: center;
  }


fieldset {
  border: 1px solid #aaa;
  padding: 0 10px 10px 10px;
  margin-top: 10px;
  margin-bottom: 10px; 
}

    legend {
      font-family: Georgia, times, serif;
      color: #333;
      font-size: 14px;
      padding: 0 6px 2px 6px;
      font-weight: bold;
     /* text-transform: uppercase; */
    }

.big_swatch1 { 
  color: #000; 
  font-size: 26px;
  font-weight: normal;
}

.swatch1 { color: #636F57; }
.swatch2 { color: #586949; }
.swatch3 { color: #404030; }

    
option { padding-right: 10px; }

.bulleted_list ul{
	list-style-type: circle; 
  /* list-style-position: outside;  */
	padding: 0 0 0 10px ;
}
.bulleted_list li {
	padding: 0px 0px 5px 0px;
}



/*****  DEFAULT LAYOUT *****/
#header { 
  background: #636F57; 
  /* width: 800px; */
  margin: 0 auto;
  /* height: 72px; */
  padding-top: 8px; 
  padding-bottom: 8px; 
}

    #header h1, #header h2 { text-align: center; color: #fff} 
   /* #header h1 { font-size: 32px; } */
#header a { color: #fff; text-decoration: none; }

#light_grey_line {  background: #ccc;  margin: 0 auto;  height: 3px; }
#grey_line {  background: #666;  margin: 0 auto;  height: 3px; }
#color1_line {  background: #636F57;  margin: 0 auto;  height: 3px; }
#color2_line {  background: #444;  margin: 0 auto;  height: 3px; }
#color3_line {  background: #6A8455;  margin: 0 auto;  height: 3px; }
/* #color1_line {  background: #636F57;  margin: 0 auto;  height: 3px; }
#color2_line {  background: #586949;  margin: 0 auto;  height: 3px; }
#color3_line {  background: #6A8455;  margin: 0 auto;  height: 3px; }
*/

#content { 
  color: #000;
  padding-bottom: 60px;
}       
  #content ol  { margin-left: 20px;} 
  #content ol li { margin-bottom: 10px; }

#nonFooter {
position: relative;
min-height: 100%; 
}

#footer { 
  background: #5A6351;
  color: #ccc; 
  padding-top: 0px;
  /* for footer At bottom of screen: */
  position: relative;
  margin-top: -63px; 
  min-height: 63px; 
  width: 100%;
}
/* For IE5.5 and IE6 to make the footer work: */
* html #nonFooter { height: 100%; }
* html #footer { height: 60px; }

#contact_info { 
  padding: 10px 20px 0px 20px;
}
  #contact_info li { 
    padding: 5px 10px 5px 10px;
  }
  #contact_info h2 h3 a { text-decoration: none; }
  #contact_info h2 h3 { 
    margin-bottom: 4px;
  }
  
#left_col { 
  float: left; 
  width: 600px; 
  margin-right: 25px; 
}
#login { 
  float: left; 
  width: 170px; 
  margin-right: 1px; 
}
#third { 
  float: left; 
  width: 250px; 
  margin-right: 10px; 
}
#half { 
  float: left; 
  width: 390px; 
  margin-right: 4px; 
}
#qtr { 
  float: left; 
  width: 185px; 
  margin-right: 2px; 
}
#fifth { 
  float: left; 
  width: 160px; 
  margin-right: 2px; 
}

#flashMsg {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 10;
	width: 100%;
}
.message { 
    width: 100%; 
    font-size: 14px; 
    border-bottom: solid 1px #c9b484; 
    border-top: 0px; 
    padding: 12px 0 12px 0; 
    color: #000; 
    background-color: #dddddd; 
    text-align: center; 
} 

#page_head {
  text-align: center;  
  border: 1px solid #cccccc;
  padding-top: 6px; 
  margin-top: 6px; 
  margin-bottom: 12px; 
}

    #page_head ul { margin: 0 auto; width: 475px; }


#entries li {
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px; 
}

    #entries h2 a { text-decoration: none; }

    .zebra { 
      background: #e3e3e3 url(/img/bg_entry_x.png) repeat-x bottom; 
    }
    
#add_comment { display: none; }

#add_comment { background: #efefef; }

#comments .comment { 
  padding: 12px;
  margin-bottom: 10px;
}

#comments .comment_body {
  padding: 10px 10px 0px 10px;
}

#bc {
  margin: 0px 10px 10px 10px;
} 

#centered_div {
  text-align: center;
}



/*****  CUSTOM CLASSES *****/   

.static {
  width: 800px; 
  margin: 0 auto; 
  padding: 0px 0px 0px 10px; */
}

.mute { color: #666; font-size: 9px; text-transform: uppercase; }

.inline_block {display:block;} 
.inline_block {display:inline-block;} 

.inline_block:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both !important;
    visibility: hidden;
}

* html .inline_block {height: 1%;}

.clear { clear: both; }

.flush, .flush * {  margin: 0; padding: 0; }

/*****  FORM LAYOUT *****/

.bq {margin: 8px 15px 0 15px;}
.cb_cols .checkbox {
  display:inline-block;
  width: 100px;
  margin: 2px 15px 0 15px;
}
form .bq {margin: 0 15px 0 15px;}
form .row { clear: left; margin-bottom: 1.5em; }
form .row * { display: block; margin-bottom: .25em; }  
form .row_inline { clear: left; margin-bottom: 10px;  }
form .smaller label { width: 75px; }

form .input {	display: inline;  clear: none;}
form .submit {	display: inline;  clear: none;}

form .input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
form .input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

.error_message { 
  font-weight: bold;   
  text-align: center;
  color: #920000; 
  border: 1px solid #920000;
  padding: 1em;
  width: 300px; 
  margin: 0 auto;
}

.messages_icon {
  background: url(/img/message.png) no-repeat; 
  padding-left: 20px;
}
 
.delete_icon {
  color: #920000;
  background: url(/img/delete.png) no-repeat;
  padding-left: 16px; 
}
.edit_icon {
  color: #920000;
  background: url(/img/delete.png) no-repeat;
  padding-left: 16px; 
}
.comment_icon {
  background: url(/img/comment.png) no-repeat;
  padding-left: 20px;
}

.pagination {
  background-color: #efefef; 
  padding: .5em;
  margin: 0;
}
    .pages { float: left; }
    
    .direction { float: right; } 
    
        .direction a { padding: 0 2em; }
        
    .rpp { padding: .5em; text-align: center; }
    
    .total { padding: .5em; text-align: left; clear: left; }


.invite { 
  background-color: #efefef; 
  padding: 1em;
}


/* tables */
.listing table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color:#333;
  background-color: #fff;
  clear:both;
  padding: 0;
  margin: 0 0 2em 0;
  white-space: normal;
}
.listing th {
  background-color: #e2e2e2;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #003d4c;
  border-bottom: 1px solid #003d4c;
  text-align: center;
  padding:1px 4px;
}

.listing td {
  border-right: 1px solid #ddd;
  padding:4px 4px;
  vertical-align:top;
  text-align: center;
}
.listing table tr.altRow td {
  background: #f4f4f4;
}
.listing table td.actions {
	white-space: nowrap;
}

.left_align td {
  text-align: left;
}

#no_border table {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 1px;
}
#no_border td {
  text-align: left;
  border: 0;
  background: #fff;
}
#no_border_grey td {
  text-align: left;
  border: 0;
  background: #ccc;
}
#no_border tr {
  border: 0;
  background: #fff;
  padding: 2px 0px 2px 0px;
}

table tr.odd td {
	background-color: #eee;
}

/* vacation picking: */
.vacPick a {
  color: #000000;
}
.vacPick a:visited {
  color: #000000;
}
.vacPick table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  color:#333;
  white-space: normal;
  background-color: #fff;
  clear:both;
  padding: 1px;
  margin: 0 0 0 0;
}
.vacPick th {
  background-color: #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #003d4c;
  text-align: center;
  padding:2px 4px;
}
.vacPick table tr td {
  border-right: 0;
  border-bottom: 1px solid #fff;
  padding:6px 6px;
  vertical-align:top;
  text-align: center;
}

/* cake Log */
#cakeSqlLog { 
  width: 900px; 
  background: #fff; 
}

#cakeSqlLog td { padding: 1em; border: 1px solid #000; }

#cakeSqlLog { border-collapse: collapse; }
