﻿body {
	background: #eee url(../images/lsp-body.png) repeat top left;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
}

a:link { color: #0089D2; }
a:visited { color: #3882A9; }
a:hover, a:active { color: #00B6EA; }

img { border: none; }

a, input, a:active, input:active { outline: none; }

h1 { font-size: 1.6em; font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif; }
h2 { font-size: 1.4em; font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

hr { height: 1px; color: #eee; background: #eee; border: none; overflow: hidden; }

form { padding: 0; margin: 0; display: inline; }

.fleft { float: left; padding: 0 10px 5px 0; }
.fright { float: right; padding: 0 0 5px 10px; }
.right { text-align: right; }
.center { text-align: center; margin: auto; }
.strong { font-weight: bold; }
.plain { margin: 0; padding: 0; list-style: none; }
.plain li { margin: 0; padding: 0; }
.cols li { float: left; width: 33%; overflow: hidden; }
.inline, .inline li { display: inline; }
.clear { clear: both; display: block; height: 1px; line-height: 1px; color: white; background: transparent; }



#layout {
	width: 952px;
	padding: 0 10px 10px 10px;
	margin: auto;
	background: white;
}

#header {
	position: relative;
	background: white url(../images/lsp-hdr.jpg) no-repeat top right;
	height: 145px;
	margin: 10px 0;
}

#header a, #header a:visited {
}

#header h1 {
	width: 372px;
	height: 145px;
	float: left;
	overflow: hidden;
	margin: 0;
	background: url(../images/lsp-logo.png) no-repeat top left;
}

#logo {
	width: 372px;
	height: 145px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#searchbar {
	width: 204px;
	xheight: 22px;
	position: absolute; 
	top: 110px;
	right: 15px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
	background: white;
}

#searchbar input { 
	border: 1px solid white;
	vertical-align: baseline;
	font-size: .9em;
	padding: 3px 0;
}

#searchbar .input {
	width: 140px;
	background: white;
	color: #777;
}

#searchbar .button {
	width: 60px;
	background: #333 url(../images/lsp-btn.png) repeat-x center left;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

#top {
	border: 5px solid #2281b1;
	border-top: none;
	background: #176c9e url(../images/lsp-top.png) repeat-x top left;
	color: white;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 10px;
}

#top p { 
	margin: 0;
	font-size: 1.2em;
	width: 400px;
	float: left;
}

#top p a {
	color: white;
}

#nav {
	margin: 0; padding: 0; list-style: none;
	text-align: right;
}

#nav li {
	padding: 0;
	margin: 0;
	display: inline;
	border-left: 1px solid white;
}

#nav li a, #nav li a:visited {
	padding: 0 10px;
	text-decoration: none;
	color: white;
}

#nav li a:hover { text-decoration: underline; }

#content {
	width: 730px;
	padding: 0 0 0 12px;
	float: right;
	overflow: hidden;
	font-size: 1.2em;
}

#content h3 {
	color:#50961e;
}

#content h4 {
	color:#50961e;
}


#sidebar {
	width: 210px;
	float: right;
	overflow: hidden;
}

.sidenav {
	border: 5px solid #f4f4f4;
	background: #eeeeee;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.sidenav ul, .sidenav li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidenav li a {
	display: block;
	padding: 10px;
	text-decoration: none; 
	font-size: 1.2em;
}

.sidenav li ul a {
    padding-left: 20px;
}

.sidenav li a:hover {
	color: white; 
	background: #1c82ad;
}

.slideshow  { text-align:center; width: 235px; padding: 5px; float:left; }
.slideshow img  { height: 150px; }

.slides  { text-align:center; }
.slides img  { height: 300px; }
.slides .buttons input { color: white; background: #555 url(../images/lsp-btn.png) no-repeat top left; border: none; width: 85px; height: 20px; }

.club {
 width: 170px;
 height: 200px;
 float: left;
 margin: 2px;
 border: 1px solid #1c82ad;
 background: #eeeeee;
 overflow: hidden;
 text-overflow:ellipsis;
 -o-text-overflow:ellipsis;
 -ms-text-overflow:ellipsis;
/* -moz-binding:url(/ellipsis-xbl.xml#ellipsis);*/
}

#content .club h4 {
 width: 100%;
 height: 50px;
 margin:0px;
 color: white;
 background: #1c82ad;
}

.club p {
 margin:2px;
}

.clubdir ul li 
{
	list-style: none;
	display:block;
	float:left;
	width: 170px;
    padding: 2px 0 5px 30px;
}

.allclubs {
 float:right;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	background: #eee;
	border: 5px solid #f4f4f4;
}

#footer p, #footer h6 {
	margin: 0;
}

#footernav {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
}

#footernav li {
	padding: 0 10px;
	margin: 0;
	display: inline;
}


.content-box { 
	width: 360px;
	height:400px;
	overflow: auto;
	float: left;
	margin-bottom: 10px;
}

.content-box h2 {
	height: 38px; 
	line-height: 38px;
	color: white;
	margin: 0 0 10px 0;
	font-size: 1.4em;
	position: relative;
}

.content-box h2 a {
	color: white;
	text-decoration: none;
	padding: 0 15px;
	display: block;
	height: 38px;
}

.content-box h2 span {
	font-size: .75em;
	font-weight: normal;
	text-decoration: underline;
	text-align: right; 
	width: 120px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 10px;
}

.content-box h2 a:hover span {
	text-decoration: underline;
}

.content-box .news h3, .content-box .news p {
	margin: 0;
	font-size: 1em;
}

.content-box .plain {
	margin: 0 0 0 15px;
}

.content-box .news li {
	margin: 0 0 20px 0;
}

#box-news li h3 {
	color: #50961e;
}

#box-events li h3 {
	color: #af1761;
}

#box-news li a, #box-events li a {
	color: #777;
	text-decoration: none;
}

#box-news li a span, #box-events li a span {
	text-decoration: underline; 
	color: #0099CC;
	font-weight: bold;
	float: right;
	cursor: pointer;
}

#box-events, #box-gallery { 
	margin-left: 10px; 
}

#box-directory  li 
{
    margin-top: 3px;
}

#box-gallery .fleft {
	padding: 0 3px 3px 0;
}

#box-news h2 { background: #50961e url(../images/lsp-title1.png) no-repeat top left; }
#box-events h2 { background: #af1761 url(../images/lsp-title2.png) no-repeat top left; }
#box-directory h2 { background: #ff8f22 url(../images/lsp-title3.png) no-repeat top left; }
#box-gallery h2 { background: #13548f url(../images/lsp-title4.png) no-repeat top left; }

#sidebox-newsletter, #sidebox-directory {
	margin-bottom: 20px;
}

#sidebox-newsletter h3, #sidebox-directory h3 {
	font-size: 1.3em;
	margin: 5px 0 10px 0;
	font-weight: normal;
}

#sidebox-newsletter p, #sidebox-directory p {
	margin: 5px 0;
}

#sidebox-newsletter {
	background: url(../images/lsp-icon-newsletter.png) no-repeat top right;
	padding: 5px 15px;
	color: #555;
}

#sidebox-newsletter form {
	padding: 0px;
	border: 1px solid #bbb;
	display: block;
	text-align: right;
}

#sidebox-newsletter input {
	border: 1px solid white;
	vertical-align: baseline;
	font-size: .9em;
	padding:3px 0;
}

#sidebox-newsletter .input {
	width: 133px;
	background: white;
	color: #777;
}

#sidebox-newsletter .button {
	width: 40px;
	background: #555 url(../images/lsp-btn.png) repeat-x center left;
	color: white;
	font-weight: bold;
}

#sidebox-directory {
    background-position: right top;
    padding: 5px 10px 10px;
    background: #50961e;
    /* background: #50961e url(../images/lsp-icon-register.png) no-repeat right
top; */
    border: 5px solid #68C126;
    color: white;
}

#sidebox-directory a {
    color: #FCD1B1;
}

.go_up { float: right; }
.go_up a {text-decoration:none; }

/* files and folders */

.docdir ul li 
{
	list-style: none;
    background: url("../images/folder.png") no-repeat top left;
    padding: 2px 0 5px 30px;
}

.docfile ul li {
	list-style: none;
    background: url("../images/document.png") no-repeat top left;
    padding: 2px 0 5px 30px;
}

.docup ul li {
	list-style: none;
    background: url("../images/folder-up.png") no-repeat top left;
    padding: 2px 0 5px 30px;
}

/* forms in content */

#content fieldset 
{
    width:400px;
}

#content .formfield 
{
    width:100%;
	float:left;
	clear:left;
	margin: 3px 0;
	}
#content .formfield label 
{
	width:140px;
	display:inline-block;
	float:left;
	text-align:right;
    padding: 0 5px;
	}

#content .formfield input
{
	
	display:inline-block;
	width: 200px;
    font-size: 1em;
}
	
#content .formfield textarea
{
	display:inline-block;
    font-family: Arial, Helvetica, sans-serif;
    width: 200px;
    font-size: 1em;
}

#content .formfield select
{
	display:inline-block;
	width: 200px;
    font-size: 1em;
}

#content .formfield .checkradio
{
	display:inline-block;
	width: 200px;
    font-size: 1em;
 line-height:1.5;
}

#content .formfield .checkradio input
{
	width: auto;
	float:left;
}

#content .formfield .checkradio label 
{
	width:auto;
	display:inline-block;
	float:left;
	text-align:left;
    padding: 0 5px;
	}

	
#content .buttons{
clear:both;
}

#content .buttons input{
width: 60px;
	background: #333 url(../images/lsp-btn.png) repeat-x center left;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
