@charset "utf-8";
/* ClaireRichards.co.uk  CSS file   |   sean@allaccesstoday.com  */


body {
	margin:0px;
	padding:0px;
	background-color: #ffffff;
	background-image: url(images/dot.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Calibri, Verdana, Tahoma, Arial;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear:both;
}
#logo {
	height: 62px;
	background-image: url(images/logo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border-bottom: #ff006c solid 1px;
}
#side {
	width: 140px;
	margin-right: 10px;
	float: left;
}
#side h3 {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 20px;
}
#side ul {
	margin: 0px;
	padding: 0px;
}
#side li {
	list-style-image:none;
	list-style:none;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 3px;
}
#side li a {
	display:block;
	border-bottom: #ff006c solid 1px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#side li a:hover {
	border-bottom: #fff solid 1px;
	background: #ff006c;
	color: #fff;
}
#right {
	width: 290px;
	margin-left: 10px;
	float: left;
	font-size: 13px;
}
#right h3 {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 20px;
}
#roatate {
	margin-top: 10px;
}
#main {
	width: 550px;
	float: left;
	font-size: 13px;
}
#main h3 {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 20px;
	border-bottom: #CCC solid 1px;
}
#main .padded {
	padding: 5px;
}
#main-wide {
	width: 850px;
	float: left;
	font-size: 13px;
	font-family:Calibri, Arial, Verdana, Tahoma;
}
#main-wide h3 {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 20px;
	border-bottom: #CCC solid 1px;
}
#main-wide .padded {
	padding: 5px;
}
#footer {
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #ffffff;
	background-image: url(images/dot.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#footer .left {
	float: left;
	margin-top: 5px;
	width: 495px;
}
#footer .right {
	float: right;
	margin-top: 5px;
	width: 495px;
	text-align: right;
}.img {
	border: 1px solid #FF006C;
}
#forum {
	width: 850px;
	float: left;
}

a {
	color: #FF006C;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	border-bottom: #FF006C doted 1px;
	}
#twitter ul { padding:0; margin:0; }
#twitter li {
	border-bottom: 1px solid #FF006C;
	padding: 4px;
	margin-bottom: 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
#track {
	width: 400px;
	min-height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	}
	
#track .flash {
	float: left;
	height: 34px;
	width: 200px;
	}
	
#track .title {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	float: left;
	}

#track .credits {
	width: 350px;
	float: left;
	font-size: 9px;
	color:#999999;
	font-weight: normal;
	padding-left: 6px;
}
