/* 
	Might want to hit this site and see what it is doing as well: http://www.saintmarysvt.org/ 
	Little 'tamer' site...
*/
body
{
    background: #b3c3e4 url(include/images/ClubSite/Blue/background_main.gif) repeat-y center top;
}

a:link { color: dodgerblue; }
a:active, a:visited { color: dodgerblue; }
a:hover { color: blue; }

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    color: #660066;
}

.poster
{
    background: url(include/images/ClubSite/Blue/poster-gph.gif) no-repeat;
    border: solid 1px darkslateblue;
}
.poster h2
{
    color: #6600cc;
}

/* Navigation strips */
.navtop, .navbottom
{
    background: url(include/images/ClubSite/Blue/background_nav_main.gif) repeat-x;
    border: solid 1px darkslateblue;
}
.navtop ul li, .navbottom ul li
{
    color: #ffffef;
}
.navtop a:link, .navbottom a:link, .navtop a:visited, .navbottom a:visited
{
    color: #ffffef;
}
.navtop a:active, .navbottom a:active
{
    color: #ffffef;
}

.leftblock
{
    border: 1px solid darkslateblue;
    background: url(include/images/ClubSite/Blue/background_columnleft.gif) repeat-y;
}

 .rightblock
{
    border: 1px solid darkslateblue;
    background: url(include/images/ClubSite/Blue/background_columnright.gif) repeat-y;
}

.dashedline
{
    border-bottom: 1px dashed #888888;
}

.picture img, .album-picture img, .album-picture-selected img, .thumbnail-right img
{
  background-color: #fff;
  border: 1px solid #dodgerblue;
} 
.album-picture-selected img { border: solid 1px Blue; }

.right-summarybox
{
    background: url(include/images/ClubSite/Blue/background_columnleft.gif) repeat-y;
    border: 1px solid darkslateblue;
}

.scrollablelist, .overdueitems
{
    border: solid 1px darkslateblue;
}

.terry-blog { border: solid 1px #000099; background-color: #6699ff; }
.ann-blog { border: solid 1px #cc3300; background-color: #ff6666; }

.dvd { border: solid 1px Black; background-color: #d4d0c8; }
.xbox { border: solid 1px Black; background-color: #00ff00; }

.commentssubhead{ color: #996633; }
.commentForm .commentinput { border: 1px solid #333333; }