@charset "utf-8";
/* Lancashire Hibs CSS Document */

body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
body {
	margin:0px;
	height:100%;
	background-color:#797979;
}

/* Headers & Text */
p {
	margin:0 0 8px 0;
}
h1 {
	background:#e3e3e3;
	height:16px;
	line-height:0px;
	font-size:18px;
	margin:-5px 0 0px 0;
	padding:16px 0 0 10px;
	border-top:#d5d5d5 1px solid;
	border-bottom:#d5d5d5 1px solid;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	color:#0f894c;
	font-size:24px;
	margin:0px 0 0px 0;
	font-family:Arial, Helvetica, sans-serif;
}
h3 {
	line-height:0px;
	color:#ffffff;
	font-size:20px;
	margin-top:0px;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
}
h4 {
	line-height:0px;
	color:#ffffff;
	font-size:24px;
	margin-top:-3px;
	font-family:Arial, Helvetica, sans-serif;
}
h5 {
	line-height:0px;
	color:#ffffff;
	font-size:12px;
	margin-top:-16px;
	font-family:Arial, Helvetica, sans-serif;
}
h6 {
	color:#1f622d;
	font-size:18px;
	margin:0px 0 0px 0;
	font-family:Arial, Helvetica, sans-serif;
}
.greentext {
	color:#00d233;
	font-size:14px;
	margin:0 0 0 5px;
	font-weight:bold;
}
.headline {
	color:#00d233;
	font-size:14px;
	margin:3px 0 0 5px;
	font-weight:bold;
}
.smalltext {
	color:#ffffff;
	font-size:11px;
	margin:0 0 0 5px;
	line-height:9px;
}

/* Horizontal Rules */
.bloghr {
	margin:10px 0 5px 0;
	border:0;
	height:1px;
	color:#d2d2d2;
	background-color: #d2d2d2;
}

/* Hyperlinks */
a:link, a:visited {
	color:#009900;
}
a:hover, a:active {
	color:#FF6600;
}
.greentext a:link, .greentext a:visited {
	color:#00d233;
	text-decoration:none;
}
.greentext a:hover, .greentext a:active {
	color:#FC0;
	text-decoration:none;
}
.headline a:link, .headline a:visited {
	color:#00d233;
	text-decoration:none;
}
.headline a:hover, .headline a:active {
	color:#FC0;
	text-decoration:none;
}
#footer a:link, #footer a:visited {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#ffffff;
	text-decoration:underline;
}

/* Site Template */
#wrap {
	width:980px;
	margin:0 auto 0 auto;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	background: #FFFFFF;	
}
#header {
	height:110px;
	background:url(../../img/template/header_bg.jpg);
}
#menu {
	background:url(../../img/template/menu_bg.gif);
	height:30px;
	padding:5px 20px 5px 0px;
}
#content {
	padding:10px 0 10px 0;
}
#footer {
	background:url(../../img/template/footer_bg.gif);
	height:80px;
	clear:both;
}
#footer_left {
	margin:24px 0px 0px 30px;
	float:left;
	font-size:22px;
	color:#FFFFFF;
}
#footer_right {
	margin:8px 30px 0px 0px;
	float:right;
	color:#FFFFFF;
	line-height:20px;
	font-size:11px;
}

/* Menu Buttons */
a.button {
    background:transparent url('../../img/template/button_right.gif') no-repeat scroll top right; 
    display:block;
    float:right;
    height:34px;
    margin-right:6px;
    padding-right:10px;
    text-decoration:none;
    color:#000000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
}
a.button span {
    background:transparent url('../../img/template/button_left.gif') no-repeat; 
    display:block;
    line-height:16px;
    padding:5px 0 7px 10px;
} 
a.button:hover span{
    color:#FF3300;
}

/* Page Columns */
#leftcol {
	width:550px;
	float:left;
	margin-left:10px;
	padding-top:5px;
}
#rightcol {
	margin-right:10px;
	width:400px;
	float:right;
}
#widecol {
	width:980px;
	margin-bottom:10px;
}
/* Blog Posts */
.blogdate {
	background:url(../../img/template/blog_datebox.gif);
	width:50px;
	height:60px;
	float:left;
	margin:3px 7px 0 0;
}

/* Side Bar - Box Headers */
.boxheader {
	color:#ffffff;
	font-size:14px;
	padding:9px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:22px;
}



/* Side Bar - Fixtures */
#fixtures {
	background:url(../../img/template/fixture_bg.jpg);
	width:400px;
	padding:32px 0 0 0;
	height:118px;
	margin-top:10px;
}
#next-fixture {
	width:155px;
	float:left;
}
#upcoming-fixture {
	width:235px;
	float:right;
}

/* Side Bar - Events */
#events {
	background:url(../../img/template/event_background.gif);
	width:384px;
	padding:32px 8px 8px 8px;
	color:#fff;
}

/* Side Bar - RSS News */
#newsfeed {
	background:url(../../img/template/rss_background.gif);
	width:384px;
	padding:26px 8px 8px 8px;
	margin-bottom:10px;
}

/* Gallery CSS */
div.gallerywrap {
	margin:0 auto 0 auto;
	width:870px;
}
div.thumb {
	margin:5px;
	height:auto;
	float:left;
	text-align:center;
}
.thumb img{
	display:inline;
	margin:5px;
	border:1px solid #000000;
}
.thumb a:hover img {
	border:1px solid #4cbe01;
}
.photocattitle {
	text-align:center; 
	font-weight:bold;
}
.phototitle {
	text-align:center;
	font-weight:normal;
	margin:0px;
	font-size:10px;
}
#fill {
	position:absolute;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:100%;
	color:#333;
	background:url(../../img/template/gallery_trans.png);
	display:none;	
}
#picture {
	margin:50px auto 0 auto;
	padding:5px;
	width:640px;
	background:#fff;
	border:5px solid #000;
}
#iframe {
	width:640px;
	height:480px;
}