/* McCOLIN DOT COM
 * Cascading Stylesheet
 * Jan 2009
 */

body {
  background: #170E0B url(../images/stripebg.png) repeat-x top center;
  color: #222;
  font-family: Helvetica, Arial, "Sans Serif";
  font-size: 20px;
  font-weight: normal;
  margin: 50px auto;
}

div#main {
  margin: auto; 
  padding: 0;
  width: 760px; 
}

div.bubble h1, div.bubble h2, div.bubble p { margin:0 10px; letter-spacing:1px; }
div.bubble h1 { font-size:2em; color:#B32700; letter-spacing: -2px; text-shadow: 0 1px 3px #000; }
div.bubble h2 { font-size:2em; color:#234; border:0; }
div.bubble p { padding-bottom:0.5em; color:#eee; }
div.bubble h2 { padding-top:0.5em; padding-left:10px; }
div.bubble { background: transparent; margin:1em; }

/* Style the speech bubble point itself */
div.bubble em { 
  display:block; 
  width:0; 
  height:0; 
  color:#d8d8ee; 
  overflow:hidden; 
  border-top:12px solid #fff; 
  border-left:12px dotted transparent; 
  border-right:12px dotted transparent; 
  margin-left: 38px;  /* Positions: 38 127 215 302 391 480 570 657 */
  visibility: hidden; /* Activated by script */
}

/* The content/coloring of the speech bubble point */
div.bubble span {
  display:block; 
  width:0; 
  height:0; 
  color:#fff; 
  overflow:hidden; 
  border-top:10px solid #170E0B; 
  border-left:10px dotted transparent; 
  border-right:10px dotted transparent; 
  margin-top:-15px;
  margin-left: 40px; /* Positions: 40 129 217 304 393 482 572 657 */
  visibility: hidden; /* Activated by script */
}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #fff;}

/* OLD BUBBLE COLOR: 7f7f9c */

.xb1 {margin:0 8px; background:#fff;}
.xb2 {margin:0 6px; background:#fff;}
.xb3 {margin:0 4px; background:#fff;}
.xb4 {margin:0 3px; background:#170E0B; border-width:0 5px;}

.xb5 {margin:0 2px; background:#170E0B; border-width:0 4px;}
.xb6 {margin:0 2px; background:#170E0B; border-width:0 3px;} 
.xb7 {margin:0 1px; background:#170E0B; border-width:0 3px; height:2px;} 

div.bubblecontent {
  display:block; 
  background:#170E0B; 
  border:3px solid #fff; 
  border-width:0 3px;
  padding: 10px 10px 5px;
}

/* IE5.5 Hacks (uncomment to activate)
* html div.bubble em {width:24px; height:12px; w\idth:0; hei\ght:0;}
* html div.bubble span {width:20px; height:10px; w\idth:0; hei\ght:0;}
*/    

div#container {
  background: #FFF url(../images/stripebot.png) repeat-x bottom center;
  border-radius: 12px;
  -moz-border-radius: 12px;
  clear: both;
  margin: auto;
  padding: 1px 20px 25px;
  width: 720px;
}

div#photolist {
  position: relative;
  top: -10px;
  text-align: center;
}
div#photolist img {
  background: #FFF;
  border-top: 1px solid #CCC;
  border-right: 1px solid #414141;
  border-bottom: 1px solid #414141;
  border-left: 1px solid #CCC;
  height: 75px;
  padding: 3px;
  width: 75px;
}
div#photolist img:hover {
  background: #CDC9C9;
}

div#footer {
  clear: both;
  padding-top: 10px;
  text-align: center;
  width: 760px;
}
div#footer a {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
div#footer a:hover {
  color: #CCC;
  text-decoration: underline;
}

a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-shadow: 1px 1px 1px #333;
}
