/*
Theme Name: Lovell Soccer
Theme URI: http://lovellsoccer.co.uk/
Description: Lovell Soccer Blog Theme.
Version: 1.0
Author: Lovell Rugby
Author URI: http://www.lovellsoccer.co.uk/

*/


body {
	background-color: #f8f8f8;
	background-image: url(images/bg-tile.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border:none;
	}

#header {
		width: 930px;
		height: 143px;
		margin-left : auto;
		margin-right : auto;
		padding-left: 0;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-top: 0px;
		background-image: url(images/lovell-logo.gif);
		background-repeat:no-repeat;
	}
	
#headernav {
	height: 20px;
	margin-top: 50px;
	background-color:#FFFFFF;
	float:right;
	padding: 15px 10px 10px 10px;
	}
	
#headernav ul {
	float:left;
	text-transform:uppercase;
	font-size:90%;
	}
	
#headernav li {
	display:inline;
	padding-left:12px;
	font-weight:bold;
	}
	
#headernav a {
	color:#000000;
	text-decoration:none;
	}
	
#headernav a:hover {
	color:#d60000;
	}

/*content*/

#content {
		background-color: #FFFFFF;
		width: 900px;
		margin-left : auto;
		margin-right : auto;
		margin-bottom:10px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-top: 0px;
	}
	
#content h2 {
	padding-top: 25px;
	}
	
#posts {
		width: 643px;
		float:left;
		}
		
#posts li {
	padding: 10px 0 10px 20px;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	}
		
#singlepost {
		width: 643px;
		float:left;
		padding-bottom: 20px;
		}
		
#links {
		width: 230px;
		float:right;
		}
		
		
/*footer*/

#footer {
		width: 900px;
		clear: both;
		text-align:center;
		border-top: solid 1px #000000;
		text-transform:uppercase;
		}
		
#footer p {
		font-size:70%;
		padding-top:2px;
		padding-bottom:2px;
		}
		
#fatfooter {
		margin-left:auto;
		margin-right:auto;
		margin-bottom:30px;
		width: 900px;
		clear: both;
		text-align:left;
		text-transform:uppercase;
		}
		
#fatfooter h4 {
		font-size:70%;
		padding:0;
		}
		
		
#fatfooter li a {
		font-size:70%;
		color:#000000;
		text-decoration:none;
		}
		
#fatfooter li a:hover {
		text-decoration:underline;
		}
		
.fatfooterbox {
	width: 275px;
	float:left;
	padding-right: 25px;
	}
		
/*sidebar*/

		
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight:bold;
	color:#000000;
	margin: 0;
	padding: 0;
	text-transform:uppercase;

	}
	
#sidebar ul li a:link, #sidebar ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
	display:block;
	border-bottom:#666666 solid 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	}
	
#sidebar ul li a:hover {
	color: #d60000;
	}
	
#sidebar h2 {
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color:#d60000;
	font-size: 130%;
	color:#FFFFFF;
	margin-top:20px;

	}
	
#searchform {
	margin: 10px auto;
	padding: 5px 5px;
	text-align: center;
	}

	
#searchform s {
	
	}


	
/* IE6 Hack to remove whitespace in the nav */
	
#sidebar a { display: inline-block; }
#sidebar a { display: block; }

/* end hack */

/*single page styles*/

.thisentry {
	background-color:#000000;
	color: #ffffff;
	font-size: 70%;
	font-weight: bold;
	padding: 10px;
	margin-bottom:10px;
	text-transform:uppercase;
	}
	

/*comment styles*/
.alt {
	margin: 0;
	padding: 0px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 0px;
	padding: 5px 0px 3px;
	list-style: none;
	background-color:#d60000;
	padding: 10px;
	
	}
	
.commentlist li p {
	color: #FFFFFF;
	
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
	
#commentform p {
	padding-top: 2px;
	padding-bottom: 2px;
	margin:0;
	font-size: 60%;
	}
	
.name {
	font-weight:bold;
	color: #fff;
	font-size: 90%;
	text-transform:uppercase;
	}
	
.name a:link, .name a:visited {
	text-decoration:none;
	color: #fff;
	}
	
.name a:hover {
	text-decoration: underline;
	}
	
.commentdate {
	font-weight:normal;
	color: #000;
	font-size: 90%;
	text-transform:uppercase;
	font-weight:bold;
	}
	
.commentdate a:link, .commentdate a:visited{
	text-decoration:none;
	color: #000;
	}


/*visual styles*/

.dateandauthor {
	color:#000000;
	font-size: 60%;
	padding-top: 0px;
	}
	
.line-separation-bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/*page styles*/

.page-ul {
	font-size: 80%;
	}


/*other styles*/

.leftalign {
	text-align: left;
	}
	
	.rightalign {
	text-align: right;
	}
	
	.centeralign {
	text-align: center;
	}
	
	
.floatleft {
	float:left;
	clear:left;
	}
	
.floatright {
	float:right;
	clear:right;
	}
	
.clearboth {
	clear:both;
	}
	
/* General Styles */

* {
	padding:0;
	margin:0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	padding-top:10px;
	padding-bottom:10px;
}

p a:link {
	text-decoration:underline;
	color: #d60000;
}

p a:hover {
	text-decoration:underline;
	color: #666666;
}

p a:visited {
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
	padding-top:20px;
	text-align:right;
	clear:both;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link {
	color: #d60000;
	text-decoration:none;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #d60000;
}

h2 a:link, h3 a:link, h4 a:link, h5 a:link {
	color: #d60000;
	text-decoration:none;
	font-weight: bold
}

h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited {
	color: #666666;
	text-decoration:none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #d60000;
	padding-top: 10px;
	padding-bottom: 10px;
}

h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #d60000;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul {
	padding-bottom: 20px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	list-style-position:inside;
	list-style-type:square;
	
}

ol {
	font-size: 80%;
}

.relatedposts li {
	padding-left: 20px;
}

.relatedposts li a {
	text-decoration:none;
	color: #d60000;
	font-size: 80%;
}

.relatedposts h3 {
	font-size: 90%;
	color: #000000;
}


/*other styles*/

.line-separation-top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	clear:both;
}
	
.imagefloatleft {
  float: left;
}
