@charset "utf-8";
/* CSS Document */

/************************************
LITTLE LEAGUER - NEW DESIGN 5/2010 - JOSHUA POWELL, WEB DEV. MANAGER
*/

/* colors
gold - #fcc31e
red orange - #f2542f
green - #87c350
orange - #f2542f
purple - #986c9d
light blue - #82bfd3
dark blue - #6696c0
light blue read more - #77b7d0
brown footer - #d2ccb9
*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
}
* {
margin: 0;
padding: 0;
}

table.llnewsgroup {border-collapse:collapse; border:none; margin:20px 0 0 0;}
table.llnewsgroup img {display:block;}
.storybody-gold, .storybody-redorange, .storybody-green, .storybody-ltblue, .storybody-dkblue, .storybody-purple, .storybody-orange {padding:8px; line-height:1.4em; border-left:4px solid; border-right:4px solid; border-bottom: 4px solid; height:120px; font-size:11px; text-align:left; float:left; display:block;}
.storybody-gold {border-color:#fcc31e;}
.storybody-redorange {border-color: #f2542f;}
.storybody-dkblue {border-color: #6696c0;}
.storybody-ltblue {border-color: #82bfd3;}
.storybody-green {border-color: #87c350;}
.storybody-purple {border-color: #986c9d;}
.storybody-orange {border-color: #fc9b1e;}

.lltitle-block {font-size: 13px; font-family:Tahoma, Geneva, sans-serif; color: #000; padding:0px 6px 6px 6px; line-height:1.3em; height:50px; text-align:left;}

.logomargin {margin: 0px 2px 6px 0px;}
.storyimg {margin: 0 10px 5px 0;}
.readmore {border:none; float:right; margin:10px 0;}
.clearfloat {clear:both;}

.goldbox {background-color: #fcc31e;}
.redorangebox{background-color: #f2542f;}
.greenbox{background-color: #87c350;}
.ltbluebox{background-color: #82bfd3;}
.dkbluebox{background-color: #6696c0;}
.purplebox{background-color: #986c9d;}
.orangebox {background-color: #fc9b1e;}

/*
.gold{ border: 3px solid #fcc31e;}
.redorange{border: 3px solid #f2542f;}
.dkblue{border: 3px solid #6696c0;}
.ltblue{border: 3px solid #82bfd3;}
.green{border: 3px solid #87c350;}
.purple{border: 3px solid #986c9d;}
.orangebox {border: 3px solid #fc9b1e;}
*/
