/*
Theme Name: Leeds United Ladies
Theme URI: http://www.garytaylor.org.uk/
Description: A bespoke design for LULFC.
Author: Gary Taylor for LULFC
Author URI: http://www.garytaylor.org.uk
version: 1
*/


/* basics */

*{margin:0; padding:0;}

body {
	background: #999999;
	font-family: arial, georgia, arial, verdana, tahoma, serif;
	font-size: 10pt;
	margin: 5px;
	line-height: 1.2;
	}
	
h1 {font-size: 18pt; font-family: arial, verdana, tahoma, serif;}
h2 {font-size: 15pt; font-family: arial, verdana, tahoma, serif; margin-top:10px; font-weight: 700; }
h3 {font-size: 13pt; font-family: arial, verdana, tahoma, serif; margin-top:10px;}
h4 {font-size: 11pt; font-family: arial, verdana, tahoma, serif;}


/* headings */

blockquote {
	border-left:1px solid #00214E;
	margin:15px;
	padding:0 12px 0 12px;
	}

code {
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a {
	color: #000;
	text-decoration: none;
	border: none;
	}

a:hover {/*background: #e5e1db;*/ text-decoration: underline; border: none; color: #000;}

.left-top a {color: #fff; }


/* container */

#container {
	width: 972px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	color: #000;
	overflow: hidden;
	border: 0px solid #fff;
	border: 1px solid #000;
	padding: 6px;
	}

	
/* header */

#header-section {
	width: 970px;
	height: 105px;
	background: #d3dcf0;
	overflow: hidden;
	margin:0;
	padding:0;
	border: 1px solid #000000;
	}

#left-top {
/*	border-right: 6px solid #fff; */
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	}

left-text { 
/*	width: 670px; */
	height: 70px;
	float: left;
	text-align: center;
	font-size: 11pt;
/*	border-bottom: 0px solid #fff; */
/*	background: url(images/furniture/left-text-bg.gif) center left repeat-x; */
	background: #d3dcf0;
	}

.left-text h2 {
	font-family: "Arial Black", arial, helvetica;
	font-size: 14pt;
	font-weight: 500;
	text-align: left;
	padding-right: 0px;
	padding-top: 18px;
	margin: 0px 20px 0 113px;
	}

.left-text h3 {
	font-family: "Arial Black", arial, helvetica;
	font-size: 11pt;
	font-weight: 500;
	text-align: left;
	padding-right: 0px;
	padding-top: 7px;
	margin: 0px 20px 0 113px;
	}

right-image { 
	width: 310px;
	height: 82px;
	float: right;
	margin-top: -8px;
	background: #fff;
/*	background: #fff url(images/rightimg/random.php); */
/*	border-left: 0px solid #fff; */
/*	border-bottom: 0px solid #fff; */
	}

.homelogo img {
	position: absolute;
	margin-left: 3px;
	margin-top: -106px;
	z-index:1;
	}

#ticker {
	margin-left: 113px;
	margin-top: 7px;
	margin-bottom: 0px;
	border-bottom: 1px solid #0033AB;
	font-size: 10pt;
	}


/* top menu */

.left-top, recent_comments {
	padding: 0;
/*	margin-left: 95px; */
	width: 100%;
	height: 25px;
	background: #0033AB url(images/furniture/menu-bg-silver.gif) center left repeat-x;
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	list-style: none;
	line-height: 1;
/*	border-bottom: 0px solid #fff; */
}

.left-top ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-left: 0px;
	list-style: none;
	line-height: 1;
}

.left-top a {
	display: block;
	line-height: 14pt;
	padding: 4px 12px 2px 9px;
	color:#fff;
	text-decoration: none;
/*	border-right: 1px solid #333333; */
	background: #d3dcf0 url(images/furniture/menu-bg-blue.gif) center left repeat-x;
}

.left-top a:hover {
/*	color: #0B1316; */
	background: #d3dcf0 url(images/furniture/menu-bg-hover.gif) center left repeat-x;
	color: #fff;
}

.left-top a:active {
	color: #0B1316;
	background: #d3dcf0 url(images/furniture/menu-bg-selected.gif) center left repeat-x;
	color: #fff;
}

.left-top li { /* all list items */
	float: left;
	width: auto;
}

left-top li ul a {
/*	background: #878A7E; */
	list-style: none;
	font-family: tahoma, verdana, serif;
	font-size: 8pt;
	font-weight: 300;
	text-align: left;
	padding: 6px;
	width: 180px;
	letter-spacing: 1px;
}

left-top li ul a:hover {
	background: #e5e1db;
	color: #000;
}

home { width: 48px; text-align:right; }

/* content */


#content {
	float: left;
	width: 640px;
	margin-left: -2px;
	padding-left: 0px;
/*	overflow: hidden; */
/*	background: #f7f7f7; */
/*	border: 1px solid red; */
	}

#content p a {
	text-decoration: underline;
	}

#content li a {
	text-decoration: underline;
	}

#content-nosidebar {
	float: left;
	width: 972px;
	overflow: hidden;
/*	background: #f7f7f7; */
	}	

.post, .blog-post {
	margin: 0px 0px 5px 5px;
	padding: 10px 0px 10px 0px;
	line-height: 14pt;
	text-align: left;
	}

.post_extra_space {
	margin-top: 5px;
	padding-top: 5px;
	}
	
.post h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 16pt;
	font-weight: 700;
	color: #31342C;
	padding: 5px 0 6px 0;
	}
	
.post h2 a {
	color: #31342C;
	text-decoration: none;
	border: none;
	}
	
.post h2 a:hover {
	color: #666;
	text-decoration: none;
	}
	
.post p, .blog-post p{ margin: 4px 0 4px 0;}

.post ul, .blog-post ul { padding: 7px; padding-left: 15px;}

post ul li { list-style-type:square; list-style-position: inside; color:#878A7E;}

entry { height: 25px; }
.entry p { margin:1px 0; margin-bottom: 7px; line-height: 1.25; }

.postmetadata {
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-top: 1px dotted #C2C1B9;
	border-bottom: 1px dotted #C2C1B9;
	text-align: center;
	line-height: 15pt;
	}
	
.postmetadata img { display: inline; margin: 0; padding: 4px 2px 0 2px;}
	
.navigation {
	margin: 10px;
	margin-left: 0px;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
.alignleft { float:left; width: auto;}
.alignright { float:right; width: auto;}

.archivetitle {
	font-family: arial, georgia, times, serif;
	font-size: 18pt;
	font-weight: 700;
	color: #000;
	padding: 20px 0 7px 1px;
	}

.cat_page_entry {
	margin-top: 0px;
	margin-left: 5px;
	padding-bottom: 7px;
	height: 73px;
	}

/* sidebar */

#sidebar, #sevents {
	font-family: arial, georgia, verdana, arial, tahoma;
	font-size: 9pt;
	width: 325px;
	float: right;
/*	margin: 6px 0 6px 0; */
	padding: 0;
	text-align: left;
/*	border: 1px solid red; */
	background: #f7f7f7;
	height: 100%;
	}

#sevents a {
	color: #000;
	text-decoration: underline;
	border: none;
	}


#sidebar-left {
	width: 155px;
	float: left;
	margin-left: 2px;
/*	margin-right: 3px; 8?
/*	border: 1px dotted green; */
}

#sidebar-right {
	float: right;
	width: 160px;
	padding-left: 2px;
/*	border: 1px dotted blue; */
}

#sidebar h2, #sevents h2 {
	font-family: arial, georgia, verdana, times;
	font-weight: 700; 
	font-size: 10pt; 
/*	color: #fff; */
	text-align: left;
	margin: 0;
	margin-top: 10px;
	padding: 3px;
	padding-bottom: 3px;
	border-bottom: 3px solid #FBC917;
/*	background: #d3dcf0 url(images/furniture/menu-bg-blue.gif) center left repeat-x; */
/*	padding: 0 0 0 12px; */
}

.next-games h2 {
	color: #fff;
	background: #d3dcf0 url(images/furniture/menu-bg-blue.gif) center left repeat-x;
	}

sidebar p {margin:0; padding: 0 6px 0 0;}

sidebar img {padding: 0; margin: 0;}

#sidebar ul, #sevents ul {
	margin: 6px 0 6px 0;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li, #sevents ul li, .next-games ul li {
	margin: 1px;
	margin-top: 0px;
	padding-left: 1px;
	line-height: 14pt;
	border-bottom: 1px dotted #bbb;
/*	list-style-type: none; */
	}

#sidebar ul li img {
	vertical-align: middle;
	padding: 0;
	padding-left: 1px;
	margin: 0;
	}
	
#sidebar ul li:hover {
	background: #d3dcf0;
	text-color: #fff;
}

#sidebar ul li a { font-size: 8pt; }

#sidebar ul li a:hover {
	text-decoration: none;
	}

#sidebar-events ul li:hover { background: #ffffff; }


/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3 {
	font-family: arial, georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform {
	background: #d1cabe;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p {
	color: #000;
	}
	
#commentform a { color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3 {
	font-family: arial, georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox {
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit { margin:5px 5px 0 0;}

	
ol.commentlist { list-style-type: none;}

ol.commentlist li {
/*	background: #efebbb; */
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #e5e1db;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a { color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform {
/*	float: right; */
	padding: 0px 0px 6px 445px;
	font-family: verdana, arial, times;
	}

#searchform input#s {
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit {
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #00214E;
	clear: both;
	width: 960px;
	height: 16px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 7px;
	padding-right: 7px;
/*	border-top: solid 1px #DEDEDE; */
	font-family: arial, verdana, tahoma;
	font-size: 8pt;
/*	border-top: 6px solid #fff; */
	}
	
#footer p { text-align: right; color: #fff; font-size: 8pt; }
#footer a { color: #ddd; text-decoration: none; }
#footer a:hover { color: #fff;text-decoration: underline; }
footer .loginout { float: right; margin-top: 0px; }


/* in-page items */


/* Page submenus */

#submenu {
	width: 200px;
	margin: 5px 0px 3px 10px;
	padding: 5px;
/*	padding-right: 0px; */
	background: #e5e1db;
	border: 1px solid #d1cabe;
	float: right;
}

#submenu h4 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 1px 0;
	padding: 0;
	border-bottom: 1px solid #0000c0;
	}

#submenu ul {
/*	padding: 0px;
	margin: 0px; */
	margin-left: 10px;
	}

#submenu ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
	}

.breadcrumb {
	font-size: 9pt;
	font-style: italic;
	text-align: right;
	padding-right: 16px;
	}

.breadcrumb a {
	text-decoration: underline;
	}

.author p {
	padding-bottom: 10px;
	}

recent_comments {
	margin-top: 45px;
	margin-bottom: 45px;
	}

.recent_comments h3 {
	padding: 0;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-right: 4px;
	margin-top: 30px;
	margin-left: -5px;
	width: 97%;
/*	height: 39px; */
	background: #0033AB url(images/furniture/menu-bg.gif) left bottom repeat-x;
/*	border-bottom: 4px solid #fbc917; */
	color: #fff;
	font-family: arial, georgia, arial, verdana, tahoma;
	font-size: 12pt;
	font-weight: 500;
/*	clear: right; */
	}

.recent_comments ul li { font-style: italic; }
.recent_comments ul li a { font-style: normal; font-weight: 700; }
.live_updates ul li { padding-top: 3px; }
.related_entries ul li a { font-style: normal; font-weight: 500; list-style-type: disc; }

.user-padding { margin-bottom: 30px; }

/* Lifted from wp-tables-reloaded */

.zebra {
	background-color:#CDCDCD;
	margin:0px 0px 5px 0px;
	font-size:9pt;
	width:100%;
	text-align:left;
}
.zebra th {
	background-color:#c6cccc;
	border:1px solid #FFFFFF;
	padding:1px;
	padding-right: 1px;
}
.zebra td {
/*	color:#3D3D3D; */
	padding:3px;
	padding-right: 1px;
	background-color:#FFFFFF;
	vertical-align:top;
}
.zebra tr.over td {
	background-color:#cccccc;
}
.zebra tr.alt td {
	background-color:#e0e0e6;
}

