@charset "utf-8";
/*------------------------------------------
Created:	07 October, 2009
Author:		Adam Alexander
Contact:	adam@websitedesignglasgow.co.uk
Website:	www.websitedesignglasgow.co.uk
-------------------------------------------*/
* {
	margin: 0;
}
html, body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 980px;
	background: url(http://www.largsanddistrictanglingclub.co.uk/uploads/images/whiteback.png) repeat-y;
	background-position: 0px 50px;
	margin: 0px auto -200px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 200px; /* .push must be the same height as .footer */
}

/*********** reset **********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end reset */

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#333;
	margin:0px;
	padding:0px;
	background:#000000 url(http://www.largsanddistrictanglingclub.co.uk/uploads/images/wood-background.jpg) repeat-x top;
	}
	
/* ----- Generic styles ----- */

p	{
	font-size: 1.2em;
	margin:0px;
	padding:0px 0px 12px 0px;
	line-height: 1.5em;
	}
	
abbr	{
	cursor:help;
	}
	
.clear	{
	clear:both;
	}
.quotee {
	display:block;
	font-style:italic;
	text-align: right!important;
	}

/* ----- Anchors ----- */
	
a:link, a:visited, a:active	{
	color:#333;
	text-decoration:none;
	}
	
a:hover	{
	color:#666;
	text-decoration:none;
	}
	
.footer a:link, .footer a:visited { color: #7A7A7A;	}
	
.footer a:hover { color: #CCC; }
	
a.pagelink:link, a.pagelink:visited, .NewsSummaryMorelink a:link, .NewsSummaryMorelink a:visited {
	color: #FF6600;
	font-weight:bold;
	text-align: right;
        font-size: 1.1em;
	display: block;
	}

a.pagelink:hover, .NewsSummaryMorelink a:hover { color: #666666; }

.NewsSummaryLink { font-size: 1.2em; font-weight: bold; color: #333; }	

/* ----- Headers ----- */

h1	{
	padding:0px;
	margin:0px;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	}
	
h2	{
	padding:20px 0px;
	margin:0px;
	color:#C41616;
	font-size:1.5em;
	}
	
h3	{
	padding:5px 0px;
	margin:0px;
	color:#333;
	font-size:1.2em;
	}

h4	{
	padding:10px 0px;
	margin:0px;
	color:#999;
	font-size:1.2em;
	}
	
/* ----- Main Containers ----- */
	
.content {
	width: 920px;
	margin: auto;
	}
	
.split { 
	margin: 10px 0px;
	background: url(http://www.largsanddistrictanglingclub.co.uk/uploads/images/dotted-line.gif) repeat-y 600px 0px;
}
/* ----- Content divs ----- */

.header	{
	margin:0px;
	padding:15px 0px 0px 200px;
	height: 50px;
	position: relative;
	}

.header img {
	position: absolute;
	top: 0px;
	left: 0px;
	}

.leftcol {
	width: 560px;
	float: left;
	padding: 0px 10px 0px 20px;
	}
	
.rightcol {
	width: 300px;
	float: right;
	padding: 0px 10px 0px 20px;
	background: url(http://www.largsanddistrictanglingclub.co.uk/uploads/images/pageshade.jpg) no-repeat top left;
	}

.footer	{
	width: 100%;
	color:#7A7A7A;
	background: #000 url(http://www.largsanddistrictanglingclub.co.uk/uploads/images/footer.jpg) repeat-x;
	}
	
.footer .content {
	padding-top: 10px;
	}
	
.footer .col1 {
	float: left;
	width: 150px;
	padding: 10px 0px 10px 20px;
	}
	
.footer .col2 {
	float: left;
	width: 120px;
	padding: 10px 0px 10px 20px;
	}

.footer .col3 {
	float: left;
	width: 250px;
	padding: 10px 0px 10px 20px;
	}

.footer .col4 {
	float: right;
	width: 300px;
	padding: 10px ;
	text-align: right;
	}
	
.footer .copy {
	clear: both;
	text-align: right;
	padding: 0px 10px 0px 0px;
	}
	
.footer ul li { padding-bottom: 5px; font-size: 1.2em; }
	
.fly {
	position: absolute;
	left: 0px;
	top: 0px;
	}
	 
.rod {
	position: absolute;
	right: 0px;
	top: 0px;
	}
.advert { padding-top: 20px; }
.advert img {
border: 1px #CCC solid;
}
	
/* ----- Navigation ----- */

#menuwrapper ul {
	height: 40px;
	padding: 0px;
	margin: 0px;
	background: url(http://www.largsanddistrictanglingclub.co.uk/uploads/images/navback.jpg) repeat-x;
	}

#menuwrapper ul li {
	position: relative;
	z-index:1000;
	float:left;
	padding: 0px;
	margin: 0px;
	background: url(http://www.largsanddistrictanglingclub.co.uk/uploads/images/navsplit.jpg) no-repeat right top;
}

#menuwrapper ul li a {
	padding: 13px 18px;
	display: block;
height: 14px;
	color: #999;
	font-weight: bold;
	font-size: 1.2em;
	}
		
#menuwrapper ul li a:hover, #menuwrapper ul li a.menuactive {
	color: #FFF;
	}


#menuwrapper ul li ul {
	position: absolute;
	top: 39px;
	left: 0px;
	z-index: -1000;
	display: none;
height: 30px;
	}

#menuwrapper ul li ul li {
	background: url(http://www.largsanddistrictanglingclub.co.uk/uploads/images/navback.jpg) repeat-x;
width: 180px;
}

#menuwrapper ul li ul li a {
	padding: 8px 18px;
	display: block;
height: 14px;
	color: #999;
	font-weight: bold;
	font-size: 1.2em;
	}
	
#menuwrapper ul li:hover ul ul, #menuwrapper ul li:hover ul ul ul, #menuwrapper ul li:hover ul ul ul ul{
display:none;
}
#menuwrapper ul li:hover ul, #menuwrapper ul li li:hover ul, #menuwrapper ul li li li:hover ul, #menuwrapper ul li li li li:hover ul{
display:block;
}




.submenu #menuwrapper ul {
	height: 20px;
	padding: 0px;
	margin: 10px 0 20px -12px;
	background: none;
	}

.submenu #menuwrapper ul li {
	position: relative;
	z-index:900;
	float:left;
	padding: 0px;
	margin: 0px;
	background: url(http://www.largsanddistrictanglingclub.co.uk/uploads/images/navsplit2.jpg) no-repeat right top;
}

.submenu #menuwrapper ul li a {
	padding: 5px 10px;
	display: block;
height: 10px;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	}
		
.submenu #menuwrapper ul li a:hover, .submenu #menuwrapper ul li a.menuactive {
	color: #C41616;
	}





	
footer ul {
	padding: 0px;
	}
	
footer ul li {
	display: inline;
	padding: 5px 15px;
	}
	
footer ul li a {
	color: #999;
	}
	
footer ul li a:hover {
	color: #ccc;
	text-decoration: underline;
	}

/*******************News********************/

.NewsSummary { padding-bottom: 10px; }

.NewsSummaryPostdate { color: #666; padding: 5px 0px; }

/*******************login**********************/

.login { padding: 20px 10px; }
.login label { width: 80px; display: inline-block; }
.login input { width: 150px; margin-bottom: 4px; }
.loginbtn { width: 100px!important; }

.contactform label { width: 120px; display: inline-block; vertical-align: top; padding-top: 2px;}
.contactform input { width: 150px; margin-bottom: 4px; }
.contactform input.checkbox { width: 20px; margin-left:5px; }
#message { width: 400px; margin-bottom: 10px; }
legend { display: none; }
.error_message {
padding: 5px 10px;
margin-bottom: 20px;
background-color: #CC0000;
color: #FFF;
font-size: 1.2em; 
}

/***********************Results*****************/

.results {
		width: 560px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 0.9em;
		border: 1px #ccc solid;
		border-top: none;
		border-right: none;
	}
	.results td, .results th {
		padding: 5px 1px;
		border-top: 1px #ccc solid;
		border-right: 1px #ccc solid;
	}
	.results td {
		text-align: center;
	}
	.results th {
		background-color: #333;
		color: #FFF;
		font-weight: normal;
		text-align: center;
	}
/* Stylesheet: ldac Modified On 2021-11-29 10:55:32 */
