/*
Theme Name: BallsMania
Author: Alex Walker (www.ltlf.co.uk)
*/

body {background-color: #FFFFFF; background-image: url(build/manwithball_bg.png); background-attachment: fixed; background-repeat: no-repeat; font-size: 14px; font-family: arial;}  

td {font-size: 14px; font-family: arial}

a {text-decoration:none; color: #DC251F}
a:hover {text-decoration:underline; color: #DC251F}



H1 {font-family: Impact; font-size: 40px; font-weight: normal; color: black; text-transform: uppercase}
H2 {font-family: Impact; font-size: 22px; font-weight: normal; color: black; text-transform: uppercase}
H3 {font-family: Verdana; font-size: 18px; font-weight: bold; color: black; text-transform: uppercase}
H4 {font-family: Verdana; font-size: 14px; font-weight: bold; color: black; text-transform: uppercase}


.strapline {font-family: sans-serif; font-size: 17px; font-style: italic; font-weight: bold; color: white;}

.menuheading {font-family: Impact; font-size: 30px; font-weight: normal; color: black; text-transform: uppercase}

.menu {font-family: Arial; font-size: 14px; font-weight: bold; color: black;}

.menu ul { list-style-type: circle; list-style-position: outside; margin:0px; padding:7px;}

.byline {font-size: 14px; font-family: arial; font-weight: bold;}

ul {list-style-type: circle; list-style-position: outside; margin:10px; padding:7px;}

HR {color: black; height: 5;"}





/************************************************
*	Comments													*
************************************************/
h2#comments{
	text-align:center;
	border-top:1px solid #acb1ba;
	background:#eeeeee;
	padding:2px;
	border-bottom:1px solid #acb1ba;
	margin-bottom:10px;
	margin-top:80px;
	font-size: 110%;
}

ol#commentlist {
	margin-top:0px;
	margin-left: 0px;
	color: #9b9b9b;
	list-style-type: none;
	font-size:0.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#commentlist li  p{
	margin-top: 8px;
	margin-bottom: 16px;
	line-height: 20px;
}

.commentname {
	float: left;
	margin: 0;
	padding: 0  0 2px 0;
	font-weight: bold;
}

.commentinfo{
	width: 300px;
	float: right;
	text-align: right;
}

.commenttext {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #ebebeb;
	line-height:12px;
	color: #5b5b5b;
	background-color: #F8F8F8;
	padding: 5px;
}

.commenttext-admin {
	clear: both;
	margin-top: 0px;
	margin-bottom: 30px;
	border-top: 1px solid #ebebeb;
	line-height:12px;
	color: #5b5b5b;
	background-color: #CEE4F4;
	padding: 5px;
}

#commentsformheader{
	padding-left:18px;
	font-size: 1.4em;
}

#commentsform{
	margin-top:none;
	text-align:center;
	border:1px solid #ddd;
	background:#ededed;
	padding:0px 10px;
}

#commentsform form{
	text-align:left;
	margin:0px;
}

#commentsform p{
	margin:5px;
}

#commentsform form textarea{
	width:100%;
}
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


