/*Header*/

body {
	background-color:#f1f1f2;
	background-image: url(images/background-tile.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
		background-image:url(images/lions-logo.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		width: 940px;
		height: 131px;
		margin-left : auto;
		margin-right : auto;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	
	
#headernav {
	margin-top: 7px;
	float:right;
	padding: 15px 10px 10px 10px;
	}
	
#headernav ul {
	font-size:100%;
	padding-top:10px;
	position: relative;
	}
	
#headernav li {
	float:left;
	padding-left:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	}
	
#headernav a {
	color:#af0000;
	text-decoration:none;
	}
	
#headernav a:hover {
	color:#780000;
	}

/*content*/

#content {
		background-color: #FFFFFF;
		width: 910px;
		margin-left : auto;
		margin-right : auto;
		margin-bottom:10px;
		margin-top:20px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-top: 15px;
		border:#dcdcdc 10px solid;
	}
	
#content h2 {
	padding-top: 10px;
	}
	
#posts {
		width: 630px;
		float:right;
		}
		
#singlepost {
		width: 630px;
		float:right;
		padding-bottom: 20px;
		}
		
#links {
		width: 252px;
		float:left;
		}
		
		
/*footer*/

#footer {
		width: 910px;
		clear: both;
		border-top: #666666 solid 1px;
		text-align:center;
		}
		
#footer p {
		font-size:70%;
		padding-top:2px;
		padding-bottom:2px;
		}
		
		
		
/*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%;
	color:#666666;
	margin: 0;
	padding: 0;
	}
	
#sidebar ul li a:link, #sidebar ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#666666;
	display:block;
	border-top:#666666 solid 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#sidebar ul li a:hover {
	background-color: #F7F7F7;
	color: #666666;
	}
	
#sidebar h2 {
	font-size:130%;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#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:#F7F7F7;
	border-top:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
	color: #666666;
	font-size: 70%;
	font-weight: bold;
	padding: 10px;
	margin-bottom:10px;
	}


/*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-type: none;
	list-style-position:outside;
	border-bottom:#666666 solid 1px;
	}

#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: #af0000;
	font-size: 90%;
	margin:0;
	padding:0;
	}
	
.name a:link, .name a:visited {
	text-decoration:none;
	color: #af0000;
	}
	
.name a:hover {
	text-decoration: underline;
	}
	
.commentdate {
	font-weight:normal;
	color: #666666;
	font-size: 90%;
	}
	
.commentdate a:link, .commentdate a:visited{
	text-decoration:none;
	color: #af0000;
	}


/*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: #999999;
}

/*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: #666666;
	padding-top:10px;
	padding-bottom:10px;
}

p a:link {
	text-decoration:underline;
	color: #af0000;
}

p a:hover {
	text-decoration:underline;
	color: #666666;
}

p a:visited {
	text-decoration:underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	padding-top:60px;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link {
	color: #af0000;
	text-decoration:none;
	font-weight: bold
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #af0000;
}

h2 a:link, h3 a:link, h4 a:link, h5 a:link {
	color: #af0000;
	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: #af0000;
	padding-top: 10px;
	padding-bottom: 10px;
}

h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #af0000;
	padding-top: 10px;
	padding-bottom: 10px;
}


h1, h2, h3, h4, h5 {
	text-transform:uppercase;
}

ul {
	padding-bottom: 20px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	list-style-position:inside;
	
}

ol {
	font-size: 80%;
}

img {
	border:none;
	}

.relatedposts li {
	padding-left: 20px;
}

.relatedposts li a {
	text-decoration:none;
	color: #af0000;
	font-size: 80%;
}

.relatedposts h3 {
	font-size: 90%;
	color: #666666;
}


/*other styles*/

.line-separation-top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	clear:both;
}

.highlightarea {
	background-color:#F7F7F7;
	border-top:#666666 solid 1px;
	border-bottom:#666666 solid 1px;
	color: #666666;
	padding: 10px;
	}
	
.imagefloatleft {
  float: left;
}

.shop-price {
	font-weight:bold;
	color:#af0000;
	font-size:150%;
	}
	
.shop-table a:link {
	text-decoration:none;
	color: #666666;
	}
	
.image-border {
	border:#CCCCCC solid 10px;
		}

