﻿                            *
{
		font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*  Typo
----------------------------------------------- */

!a:link, a:visited
!{
!	text-decoration: underline;
!	color:#EC4413;
!}
a:active { 	text-decoration: underline; }
a:hover { text-decoration:none; }


h1 { font:bold 15px/140% Verdana, "Trebuchet MS", sans-serif; }
h2 { font:bold 13px/140% Verdana, "Trebuchet MS", sans-serif; }


                            /*  C&C Divs
----------------------------------------------- */

div.n,
div.flexmodul { padding: 5px; }
html * div.n { height:1%} /* IE6 */

.hidden { display: none !important; }


/*  #misc
----------------------------------------------- */

html, body { height:100%; }

.body { background:#E0E000 url(http://members.lycos.co.uk/walneyislandfc/yellowbg.jpg) repeat top left; }

body,p,h1,h2,h3,h4,h5,h6F
{
	margin:0;
	padding:0;
}

img, a img { border:0; }
img { display: block;}

blockquote
{
	padding: 0;
	margin: 0 0 0 20px;
}

ul, dl, ol
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

address { font-style:normal;}
.small { font-size:80%;}
.caption { font-size: 81%; } /*  Untertitel bei Bildern  */

form, .inline {display: inline;}


/*  Clearing
----------------------------------------------- */

.c { clear:both; }

.clearover {overflow:hidden;} /* Firefox and all */
* html .clearover { height:1%; overflow:visible;} /* IE */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}


/*  Emotionheader
----------------------------------------------- */

div#emotion-header {
    position: relative;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    line-height: 0;
    overflow: hidden;
}

strong#emotion-header-title {
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    line-height: 100%;
    margin: 0;
    padding: 0;
    white-space: pre;
}
img#emotion-header-logo {
    position: absolute;
}
/*  Text mit Bild
----------------------------------------------- */
.imgleft
{
  float:left;
  margin:4px 20px 4px 0;
  display:inline; /*double margin bug ie */
}

.imgright
{
  float:right;
  margin:4px 1px 4px 15px;
  display:inline; /*double margin bug ie */
}

/* Blog */
/*
a.trackbackUrl, 
a.trackbackUrl:link,
a.trackbackUrl:visited,
a.trackbackUrl:hover,
a.trackbackUrl:active
{
	background:#EEEEEE none repeat scroll 0% 0%;
	border:1px solid black;
	color:#333333;
	padding:2px;
	text-decoration:none;
}
*/
/* HÃ¤ck fÃ¼r Ãœbersichten */
div.blogselection div.n {padding:5px 0;}


span.comment
{
	padding-left:20px;
	background: url(http://web101.jimdo.com/s/img/cc/comment.gif) no-repeat 6px center;
}



/* datesticker - 1 */
div.datetime
{
	float:right;
	width:44px;
	height:45px;
	margin: 0 10px 10px 0;

	background: url(datesticker-bg.png) no-repeat center center;
}


p.day-word { display:none;}
p.day
{
	padding-top:4px;
	font-size:18px;
	line-height:20px;
	color:white;
	text-align:center;
}
p.mon
{
	padding-top:1px;
	font-size:11px;
	color:white;
	text-align:center;
}
p.yr {display:none;}




/*  Galerie HTML
----------------------------------------------- */
/* Square View */
div.thumb_sq1,
div.thumb_sq2,
div.thumb_sq3 {	float:left; }

div.thumb_sq1 {	margin:0 5px 5px 0; }

div.thumb_sq1 a img
{
	display:block;
	border:1px solid #CCC;
	padding:3px;
	background:white;
}
div.thumb_sq1 a:hover img {	background:#EEE; }

div.ccgalerie div.thumb_sq2
{
	display:block;
	background:white;
	margin:0 1px 1px 0;
	/* var hart 0px */
}

div.ccgalerie div.thumb_sq3
{
	display:block;
	background:white;
	margin:0 2px 2px 0;
}

div.thumb_sq3 a img
{
	display:block;
	padding:5px;
	background:white;
}
div.thumb_sq3 a:hover img {	background:#DDD; }


/*  orginal view  */
div.thumb_pro1,
div.thumb_pro2,
div.thumb_pro3
{
	float:left;
	/* breite, hÃ¶he im style */
}

div.ccgalerie div.thumb_pro1 /* normale border Ansicht icon: style-4 */
{
	border:1px solid #CCC;
	padding:3px;
	margin:0 5px 5px 0;
	/* var hart 8px */
}


div.ccgalerie div.thumb_pro2 /* Dia-Ansicht icon: style-5 */
{
	border-top:1px solid #CCC;
	border-right:2px solid #C5C5C5;
	border-bottom:2px solid #C5C5C5;
	border-left:1px solid #CCC;
	padding:3px;
	margin:0 5px 5px 0;
	/* var hart 9px */
}

div.ccgalerie div.thumb_pro3 /* ohne rahmen icon: style-6 */
{
	padding:3px;
	margin:0 5px 5px 0;
	/* var hart 6px */
}


div.innerthumbnail
{
	display: table-cell;
	text-align:center;
	vertical-align:middle;
	/* breite, hÃ¶he  im style */
	/* Magic Fontsize im sytle -> http://mrclay.org/web_design/centered_image/  */
}

* html div.innerthumbnail { float:left; display:block;  } /* IE */
div.innerthumbnail img { display:inline; vertical-align:middle; }


/*  Dateidownload
----------------------------------------------- */

a.dlink,
a.dlink:link,
a.dlink:visited,
a.dlink:hover,
a.dlink:active {
	border:0 !important;
	text-decoration:none !important;
	background-color:transparent !important;
}

div.leftDownload
{
	width: 52px;
	float:left;
}

div.rightDownload
{
	margin-left:55px;
	padding-left:6px;
}

div.rightDownloadB
{
	margin-left:55px;
	border-left: 2px solid #CCC;
	padding-left:6px;
}

.rightDownload .fl,
.rightDownloadB .fl
{
	float:left;
	display:block;
}


/*  Form vertikal */
.form dl
{
	margin: 0 0 1.5em 0;
	padding: 0;
}

.form dl dt
{
	font-weight: bold;
	line-height:120%;
}

.form dl dt em,
.form p.note em
{
	color:#BA3B3E;
	font-weight: bold;
	padding-left:0.2em;
	font-size:110%;
	font-style:normal;
}

.form p.note {
	background: url('http://web101.jimdo.com/s/img/cc/warning.gif') no-repeat 4px 50%;
	border-top:1px solid #CCC;
	padding:3px 0 3px 20px;
	margin-top:10px;
	display:block;
}

.form dl dd {
	margin: 0 0 12px 0;
	padding: 0;
}
.form dl dd.eng {
	margin: 0 0 5px 0;
	padding: 0;
}

/* Formelemente
----------------------------------------------- */
input.single,
textarea
{
	border:1px solid #CCC;
	color:#333;
	width:240px;
	background-color:white;
	padding:1px;
}


input.single:focus,
input.text:focus,
textarea:focus
{
	background-color: #F1F1F1;
	border:1px solid #CCC;
}


input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
    cursor: pointer;
}

.form input.single { width:250px; }

.form textarea
{
	width:300px;
	height:180px;
	line-height:120%;
}

.form input.checkbox,
.form input.radio { width:auto !important; }

/*  Fehlermeldungen Form */
.error {
	color:black;
	background-color:#FAEFEF;
	border:1px solid #c66;
	border-color:#c66 #FFB2B2 #FFB2B2 #c66;
}

/* ALT - entfernen */
.fehlerUser {
	margin: 0px;
	border: 2px solid #CF5D00;
	background: #EBC2AD;
	padding: 10px;
	color:black;
}



/*  RSS Feed
----------------------------------------------- */
.rssFeed,
.rssFeed * {
	text-align:left;
	font-weight:normal;
}

.rssFeedTitle {
	font-weight:bold;
}


/*
  Comments
*/

.skiptoform {float: right;}

ul.com-list,
ul.com-list-noava
{
	margin: 0 0 15px 0;
	padding: 0;
}

ul.com-list li,
ul.com-list-noava li
{
	display: block;
	border-top: 1px solid #CCC;
	padding: 12px 0 12px 0;
	position: relative;
	list-style:none;
	list-style-image:none;
}

ul.com-list div.com-avatar,
ul.com-list-noava div.com-avatar
{
	float: left;
	margin-left: 10px;
	text-align: center;
}

ul.com-list img.formloading,
ul.com-list-noava img.formloading
{
	margin:0 auto;
	background: white;
	padding:2px;
}

ul.com-list input.single { font-size:15px;}

input.jimdopage { background: url('http://web101.jimdo.com/s/img/cc/jimdobg.gif') no-repeat right center; }

div.jimdologin
{
	padding:5px;
	background:#E8EAEA;
	color: #333;
	font:normal 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top:1px solid #EEE;
	border-left:1px solid #EEE;	
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

div.jimdologin a,
div.jimdologin a:visited { color: #0099E1; }

ul.com-list .number,
ul.com-list-noava .number
{
	position:absolute;
	top:10px;
	right:10px;
}

ul.com-list .commententry,
ul.com-list .com-meta,
ul.com-list .com-locked { margin-left:90px; }

ul.com-list .com-locked,
ul.com-list-noava .com-locked { color: #c66; }

ul.com-list dl.zend_form,
ul.com-list-noava dl.zend_form { margin: 0; }


/*  GÃ¤stebuch
----------------------------------------------- */
.guestbook_nachricht {
	padding: 15px 0 36px 18px;
}





/*  Sitemap
----------------------------------------------- */


ul.sitemap {
	list-style-type : none;
	margin: 2em 0 2em 1.5em;
	padding:0;
}

ul.sitemap li {
	margin:0 !important;
	padding:0 !important;
	display:inline;
	background-image:none !important;
}

ul.sitemap li a {
	line-height:2em;
	display:block;
	font-weight:bold;
	background: url(http://web101.jimdo.com/s/img/cc/sitemapdocbullet.gif) no-repeat left center;
	padding: 0 0 0 1.2em;
}

ul.sitemap ul {
	list-style-type : none;
	margin: 0 0 0 1.5em;
	padding:0;
}

ul.sitemap ul li a { font-weight:normal; }

/*  Tell a friend
----------------------------------------------- */

div#content_start
{
	display:none;
	overflow:hidden;
}

div#tellheader
{
    background:#EEE url('http://web101.jimdo.com/s/img/cc/sendpage.gif') no-repeat center right;
    color:#000 !important;
    border:1px solid #CCC;
    padding:10px;
    min-height:58px;
}

div#tellheader h1 { color: #000; }

div#tellbody
{
    color:#000 !important;
    height:370px;
    border:1px solid #CCC;
    border-top-width:2px;
    border-color:white #CCC #CCC #CCC;
    padding:10px;
    background:#EEE;
}

a.tellbody
{
    color:#0099E1 !important;
    display:block;
    float:right;
    padding-right:15px;
}


/* Newsletter */

#newsHeader, strong.newslettertitel {display:block;}

/*  Footer
----------------------------------------------- */

div#contentfooter {
	width:100%;
	padding: 0;
	margin: 0;
	font-size:11px;
	line-height:140%;
	font-weight:normal;
	overflow:hidden;
}

* html div#contentfooter {
	height:1%; overflow: visible;
}
  
  
div#contentfooter div.leftrow {
	float: left;
	text-align: left;
	width: 55%;
}

div#contentfooter div.rightrow {
	float: right;
	text-align: right;
	width: 42%;
}

span.loggedin { display: none; }
span.loggedout { display: inline; }

/*  Impressumsbox
----------------------------------------------- */

div#imprint
{
	border:1px solid #CCC;
	padding:10px;
	background:#FAFAFA;

	font: 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	color:#666 !important;
}

div#imprint h2
{
	margin:0 0 10px 0;
	padding:0;
	font:normal 18px/22px "Trebuchet MS", Verdana, sans-serif;
	color:#444;
}

div#imprint img.logo
{
	float:right;
	margin:0 0 5px 5px;
}

/*  Login- und Logoutmaske
----------------------------------------------- */

div#loginbox
{
	position:absolute;
    z-index:1000;
	
	width:430px;
	
	margin-top: 15px;
	margin-left:-5px;
	padding:5px;

	border:1px solid #CCC;
	border-width:1px 3px 3px 1px;
	background:white;
	
	text-align:left;
	font: 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	color:#666 !important;
}


div#loginbox a,
div#imprint a
{
	font: 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	color:#333 !important;
	text-decoration:underline !important;
}
div#loginbox a:hover,
div#imprint a:hover { text-decoration:none !important; background:none !important;}

div#loginbox input.password
{
	width:240px;
	border:1px solid #CCC;
	display:block;
	
	font-size:30px;
	height:30px;
	line-height:30px;
}

div#loginbox input:focus
{
	border:1px solid #AAA;
	background:#F1F1F1;
}

div#loginbox img.logo 
{
	float:right;
	margin:12px 4px 0 0;
}

div#loginbox form 
{
	display:inline;
	margin:0;
}

div#mail-form-div input.text
{
	width:240px; 
	border:1px solid #CCC;
	display:block;
}

div#mail-form-div input.text:focus
{
	border-color:#AAA;
	background:#F1F1F1;
}


/*  Boxen -> info, warning, alert, ok
----------------------------------------------- */

.message-ok,
.message-info,
.message-warning,
.message-alert,
.message-error
{
	padding:5px 5px 5px 30px !important;
	margin:5px 0 !important;
	font: 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	border-style:solid !important;
	border-width:1px !important;
	color: #444 !important;
}

.message-ok a,
.message-info a,
.message-warning a,
.message-alert a,
.message-error a
{
	font: 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	color: #444 !important;
	text-decoration:underline !important
}

.message-ok
{
	border-color:#C2D577 #9BAE50 #9BAE50 #C2D577;
	background:#E5F1B4 url('http://web101.jimdo.com/s/img/cc/ok.gif') no-repeat 10px 50%;
}

.message-info
{
	border-color:#B1C2D8 #6B8BB4 #6B8BB4 #B1C2D8;
	background:#DBE3ED url('http://web101.jimdo.com/s/img/cc/info.gif') no-repeat 10px 50%;
}

.message-warning
{
	border-color:#F7DEA6 #D0B77F #D0B77F #F7DEA6;
	background:#FFF3CD url('http://web101.jimdo.com/s/img/cc/warning.gif') no-repeat 10px 50%;
}

.message-alert,
.message-error
{
	background:#FAEFEF url('http://web101.jimdo.com/s/img/cc/alert.gif') no-repeat 10px 50%;
	border-color: #FFB2B2 #c66 #c66 #FFB2B2;
}

/* close button */

a.cc-close
{
	display:block;
	float:right;
	height:16px;
	color:#F5F7F7 !important;
	border-bottom:1px solid #F5F7F7;
	font:normal 10px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:1px 18px 1px 4px;
	text-decoration:none;
	margin:2px;
	background: url('http://web101.jimdo.com/s/img/cc/icons/close.gif') no-repeat 100% 4px !important;
}

a.cc-close:hover
{
	color:#333 !important;
	border-bottom:1px solid gray;
	background: url('http://web101.jimdo.com/s/img/cc/icons/close.gif') no-repeat 100% -18px !important;
}

a.cc-close:active { background-color:#C9E9FA; }


/*
 Captcha
*/
div.captcha {
    width: 200px;
    border: 1px solid #999999;
    background: url(/s/img/captcha_bg.jpg) repeat-x bottom left white;
    padding: 10px;
}

div.captcha span.character {
    height: 29px;
    width: 160px;
    border: 1px solid #666;
    float: left;
    background: white;
    padding: 0px;
    margin: 0px;
}
    
div.captcha a.refresh {
    background: url(/s/img/captcha_refresh.jpg) no-repeat center white;
    border: 1px solid #CCC;
    float: right;
    height: 29px;
    width: 29px;
    padding: 0px;
    margin: 0px;
}
    
div.captcha a.refresh:hover, div.captcha a.refresh.current {background: url(/s/img/captcha_refresh_h.jpg) no-repeat center white;}

div.captcha a.refresh span {display: none;}

div.captcha div.bottom { 
    background: url(/s/img/captcha_pfeil.gif) left bottom no-repeat;
    padding-left: 20px;
    margin: 0px;
}
    
div.captcha div.bottom span{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    padding: 0px;
    margin: 0px;
    line-height: 180%;
}
    
div.captcha div.bottom span #captchafield,
div.captcha div.bottom span input.single {padding: 0px; margin: 0px; width: 178px;}


/*  HÃ¤cks
----------------------------------------------- */

/* Lineheight in den Kontaktdaten auf 100% setzen*/

.line100 { line-height:120%; }

div#jimdobox 
{
	width:1px;
	height:1px;
	border:0px solid blue;
	background:#17245B;
	padding:0px;
	font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow:hidden;
	color:#17245B;
	text-align:left;
}

div#jimdobox a,
div#jimdobox a:visited,
div#jimdobox a.jimdolink,
div#jimdobox a.jimdolink:visited
{
	color:#0097DF;
	text-decoration:underline;
    outline:none;
}

div#jimdobox a:hover,
div#jimdobox a.jimdolink:hover
{
	color:#0097DF;
	text-decoration:none;
}


div#jimdobox img#jimdologo
{
	display:block;
	margin:3px 0 0 10px;
}

div#jimdobox span.title { margin:3px 0 0 28px; color: #4D4D4D; }

div#jimdobox select {width:160px;}
div#jimdobox input {width:160px; margin-bottom:2px;}

div#jimdobox hr {
	background-color:#CCC;
	color:#CCC;
	border: #CCC;
	height: 1px;
}

div#systemWorking { padding-top:2px; }

ul#jimdobox-sites {
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
}

ul#jimdobox-sites li {
	margin:0;
	padding:0;
	display:inline;
}

ul#jimdobox-sites li a,
ul#jimdobox-sites li a:visited
{
	display:block;
	background:#F1F1F1;
	margin-top:1px;
	padding:2px;
	font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#0097DF;
}

ul#jimdobox-sites li a:hover
{
	background:#0097DF;
	color:white;
}


/*  del.icio.us 
----------------------------------------------- */

/* Style 1 */
div.delicious-1 ul
{
	margin:0;
	padding:0;
	list-style:none;
}


div.delicious-1 ul li
{
	margin:0 0 4px 0;
	padding:3px 0;
	border-bottom:1px dotted #CCC;
}

/* Style 2 */
div.delicious-2 ul
{
	margin:0 0 0 10px;
	padding:0;
}

div.delicious-2 ul li
{
	margin:0 0 4px 0;
	padding:3px 0;
}

/* Style 3 */
div.delicious-3 ul
{
	list-style:none;
	margin:0;
	padding:0;
}

div.delicious-3 ul li
{
	margin:0 0 4px 0;
	padding:3px 0;
}

div.delicious ul-3 li a.itemtitle { font-weight:bold; }

/*  Main Elements
----------------------------------------------- */
.body { text-align:center;}

div#container 
{
	width:980px;
	margin:auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://members.lycos.co.uk/walneyislandfc/bg.png');
	background: #17245B
	background-repeat:repeat-y;
	margin:0 auto;
	text-align:left;
}

html > body div#container { background:url(http://members.lycos.co.uk/walneyislandfc/bg.png) repeat-y; }

div#header
{
	width:938px;
	margin:0 20px 0px 20px;
	position:relative;
}	

div#wrapper 
{ 
	width:960px; 
}

div#footer_bg
{
	position:relative;
	width:980px;
	height:7px;
	top:7px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://members.lycos.co.uk/walneyislandfc/footer.png');
	background: none;
}


html > body div#footer_bg { background:url(http://members.lycos.co.uk/walneyislandfc/footer.png) top left no-repeat;  }

div#footer a, div#footer { color: white; }





/*  Sub-Elements
----------------------------------------------- */
/*  Sub-Elements: Header
----------------------------------------------- */
div#header span#btop
{
	position:absolute;
	z-index:9;
	top:0;
	left:-7px;
	width:952px;
	height:11px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://members.lycos.co.uk/walneyislandfc/h_border_t.png');
	background: none;
}

html > body div#header span#btop { background:url(http://members.lycos.co.uk/walneyislandfc/h_border_t.png) top left no-repeat; }

div#header span#bright
{
	position:absolute;
	z-index:8;
	left:932px;
	top:11px;
	width:13px;
	height:250px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://members.lycos.co.uk/walneyislandfc/h_border_r.png');
	background: none;
}

html > body div#header span#bright { background:url(http://members.lycos.co.uk/walneyislandfc/h_border_r.png) top left no-repeat; }

div#header span#bbottom
{
	position:absolute;
	z-index:7;
	left:-7px;
	top:243px;
	width:952px;
	height:15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://members.lycos.co.uk/walneyislandfc/h_border_b.png');
	background: none;
}

html > body div#header span#bbottom { background:url(http://members.lycos.co.uk/walneyislandfc/h_border_b.png) bottom left no-repeat; }

div#header span#bleft
{
	position:absolute;
	left:-7px;
	top:11px;
	z-index:6;
	width:13px;
	height:250px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://members.lycos.co.uk/walneyislandfc/h_border_l.png');
	background: none;
}

html > body div#header span#bleft { background:url(http://members.lycos.co.uk/walneyislandfc/h_border_l.png) top left no-repeat; filter:none; }

div#emotion 
{
	width:932px;
}


/*  Sub-Elements: Navigation
----------------------------------------------- */
div#wrapper div#navi
{
	float:left;
	width:178px;
	margin-top:16px;
	margin-left:7px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://members.lycos.co.uk/walneyislandfc/navi.png');
	background: none;
}

html > body div#wrapper div#navi { background:url(http://members.lycos.co.uk/walneyislandfc/navi.png) top left repeat-y; margin-left:15px; filter:none; }

ul#mainNav1,
ul#mainNav2,
ul#mainNav3
{
	margin:0px !important;
	padding: 0px;
	list-style-type:none;
}

ul#mainNav1 li a {padding: 5px 0px;}
ul#mainNav2 li a {padding: 5px 0px 0px 5px;}
ul#mainNav3 li a {padding: 5px 0px 0px 18px;}

ul#mainNav1 li {display:inline;}

ul#mainNav1 li a
{
	list-style-type: none !important;
	display: block;
	width:156px;
	border-top: 1px solid black;
	text-align:center;
	text-decoration:none;
	color:#E0E000;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://members.lycos.co.uk/walneyislandfc/button_var.png');
	background: none;
}
html > body ul#mainNav1 li a { background: #ccc url(http://members.lycos.co.uk/walneyislandfc/button_var.png) no-repeat bottom left;} 


ul#mainNav1 li a:hover
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://members.lycos.co.uk/walneyislandfc/mouseover2.png');	
	background: #17245B;
	color:#E8FF25;
}
html > body ul#mainNav1 li a:hover {background: #E8FF25  url(http://members.lycos.co.uk/walneyislandfc/mouseover2.png) no-repeat bottom left;}


ul#mainNav1 li a.current
{
	color:#17245B;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://members.lycos.co.uk/walneyislandfc/button_varyellow.png');	
	background: #E8FF25;
}
html > body ul#mainNav1 li a.current {background: #17245B url(http://members.lycos.co.uk/walneyislandfc/button_varyellow.png) no-repeat bottom left;}

ul#mainNav1 li a.current:hover
{
	color:#17245B;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://members.lycos.co.uk/walneyislandfc/button_varyellow2.png');	
	background: #17245B;
}
html > body ul#mainNav1 li a.current:hover {background: #17245B url(http://members.lycos.co.uk/walneyislandfc/button_varyellow2.png) no-repeat bottom left;}


ul#mainNav2 li a
{
	display: block;
        margin-left: 3px;
        width:146px;
        vertical-align: left;
	border-top: 1px solid black;
	list-style-type: none !important;
	text-align:left;
	text-decoration:none;
	color:#E0E000;
	filter: none;
	background: #17245B !important;
}


ul#mainNav3 li a
{
	display: block;
        margin-left: 3px;
        width:133px;
        vertical-align: left;
	border-top: 1px solid black;
	list-style-type: none !important;
	text-align:left;
	text-decoration:none;
	color:#E0E000;
	filter: none;
	background: #17245B !important;
}


ul#mainNav2 li a:hover,
ul#mainNav3 li a:hover
{
	color:#17245B;
	filter:none;
	background:#E0E000 !important;        
}


ul#mainNav2 li a.current,
ul#mainNav3 li a.current
{
	color:#17245B;
	filter:none;
	background:#E0E000 !important;
}

ul#mainNav2 li a.current:hover,
ul#mainNav3 li a.current:hover
{
	color:#17245B;
	filter:none;
	background:#E8FF25 !important;
}





div#wrapper div#navi span#top
{
	display:block;
	width:178px;
	height:12px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://members.lycos.co.uk/walneyislandfc/na_top.png');
	background: none;
	
}

html > body div#wrapper div#navi span#top { background:url(http://members.lycos.co.uk/walneyislandfc/na_top.png) top left no-repeat; }

div#wrapper div#navi span#bottom
{
	display:block;
	width:178px;
	height:14px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://members.lycos.co.uk/walneyislandfc/na_bottom.png');
	background: none;
}

html > body div#wrapper div#navi span#bottom { background:url(http://members.lycos.co.uk/walneyislandfc/na_bottom.png) bottom left no-repeat; }

/*  Sub-Elements: Content
----------------------------------------------- */
div#wrapper div#content
{
	float:left;
	width:549px;
	margin:16px 0px 35px 6px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://members.lycos.co.uk/walneyislandfc/tent.png');
	background: none;
}

html > body div#wrapper div#content { background:url(http://members.lycos.co.uk/walneyislandfc/tent.png) top left repeat-y;  }

div#wrapper div#content span#ctop
{
	display:block;
	width:549px;
	height:15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://members.lycos.co.uk/walneyislandfc/co_border_t.png');
	background: none;
}

html > body div#wrapper div#content span#ctop { background:url(http://members.lycos.co.uk/walneyislandfc/co_border_t.png) top left no-repeat; }

div#wrapper div#content span#cbottom
{
	position:relative;
	display:block;
	width:549px;
	height:14px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://members.lycos.co.uk/walneyislandfc/co_border_b.png');
	background: none;
}

html > body div#wrapper div#content span#cbottom { background:url(http://members.lycos.co.uk/walneyislandfc/co_border_b.png) top left no-repeat; }




/*  Sub-Elements: Sidebar
----------------------------------------------- */
div#wrapper div#sidebar
{
	position:relative;
	width:206px;
	float:left;
	margin:16px 0px 35px 4px;
	background: none;
	overflow:visible;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://members.lycos.co.uk/walneyislandfc/sidebar.png');
}
html > body div#wrapper div#sidebar { background:url(http://members.lycos.co.uk/walneyislandfc/sidebar.png) top right repeat-y; filter:none; }


div#wrapper div#sidebar span#sidetop
{
	display:block;
	width:206px;
	height:16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://members.lycos.co.uk/walneyislandfc/sid_border_t.png');
	background:none;
}
html > body div#wrapper div#sidebar span#sidetop { background:url(http://members.lycos.co.uk/walneyislandfc/sid_border_t.png) top left no-repeat; }


div#sidebar span#sidebottom
{
	display:block;
	width:206px;
	height:16px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='http://members.lycos.co.uk/walneyislandfc/sid_border_b.png');
	background:none;
}
html > body div#sidebar span#sidebottom {	background:url(http://members.lycos.co.uk/walneyislandfc/sid_border_b.png) top left no-repeat; }
			

/* Gutter
----------------------------------------------- */
div#sidebar .gutter {padding:0px 7px 0px 17px;}
div#content .gutter {padding: 0 20px;}
div#footer .gutter {padding: 0px 15px;}
div#button .gutter {padding: 0 0 0 11px;}
