/**
 * Martin Bean global styles
 *
 * @author Martin Bean <martin@mcbwebdesign.co.uk>
 */
* {
	margin: 0;
	padding: 0;
}
html,body {
	text-align: center;
	background-color: #f2f2f2;
}
body {
	color: #262626;
	font: normal 10px/1.2 'Segoe UI', 'Lucida Grande', Tahoma, sans-serif;
	text-align: left;
}
a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #d8d8d8;
}
a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px solid #b2b2b2;
}
acronym {
    text-decoration: none;
    border-bottom: 0;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
h3#websites {
	float: left;
}
h3#twitter {
	clear: both;
}
p,li {
	font-size: 1.3em;
}
#header {
	background-color: #fefefe;
	padding: 2.5em 0 0 0;
}
#header h1, #header h2, #header p {
	width: 780px;
	margin: 0 auto;
}
#header h1 {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.25em;
}
#header h2 {
	color: #727272;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 1.5em;
}
#about {
    color: #727272;
    background-color: #f2f2f2;
    width: 810px;
    margin: 0 auto;
}
#about p {
    width: 72.5%;
    float: left;
    margin: 0;
    padding: 10px 0 10px 15px;
}
#about ul {
    text-align: right;
    float: right;
    padding: 10px 15px 10px 0;
}
#about ul li {
    display: block;
    float: left;
    list-style: none;
}
#about ul li a {
    background-color: #f2f2f2;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    overflow: hidden;
    border: none;
}
#about ul li a:hover img {
    display: block;
    margin-top: -16px;
}
#content {
	width: 780px;
	margin: 0 auto;
	padding: 2em 0;
}
#footer {
	clear: both;
}
#websites_links {
	margin: 0 0 2em 197px;
	padding-top: 2px;
}
#websites_links li {
	list-style: none;
}
#websites_links li a {
	display: block;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding-left: 10px;
	border-left: 15px solid #d8d8d8;
	border-bottom: none;
}
#websites_links li a span {
    color: #727272;
	border-bottom: none;
}
#websites_links li a span strong {
	text-transform: uppercase;
}
#websites_links li.digitalpop a:hover { border-color: #f272b8; }
#websites_links li.mcbwebdesign a:hover { border-color: #00d0d0; }
#websites_links li.yourfightsite a:hover { border-color: #ec2026; }
#websites_links li a:hover span {
	color: #000;
	border-bottom: 1px dotted #727272;
}
.clear {
    clear: both;
    height: 0;
}
.feed {
	background-color: #fefefe;
	float: left;
	width: 185px;
	margin: 0 10px 0 0;
	overflow: hidden;
}
.feed h4 {
	font-size: 1.3em;
	background-color: #727272;
	margin: 0;
	padding: 4px;
	border: 3px solid #d8d8d8;
	border-bottom: 0;
}
.feed h4 a {
	line-height: 44px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 54px;
	border-bottom: none;
}
.feed h4 a span {
	color: #d8d8d8;
	border-bottom: none;
}
.feed h4 a:hover span {
	color: #fff;
	border-bottom: 1px dotted #b2b2b2;
}
.feed ol.statuses {
	height: 510px;
	margin: 0;
	padding: 0.75em 1em 0.25em;
	overflow: hidden;
	border: 3px solid #d8d8d8;
	border-top: 0;
}
.feed ol.statuses li {
	line-height: 1.5;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0 0 0.75em 0;
	overflow: hidden;
	border-bottom: 1px solid #d8d8d8;
}
.feed ol.statuses li a {
    color: #727272;
}
.feed ol.statuses li a:hover {
    color: #262626;
}
.feed ol.statuses li a.timestamp {
    color: #b2b2b2;
	font-size: 0.85em;
	display: block;
	padding-top: 4px;
	border-bottom: none;
}
.feed ol.statuses li a.timestamp:hover span {
    color: #727272;
    padding-bottom: 2px;
    border-bottom: 1px dotted #b2b2b2;
}
.feed#mcbwebdesign ol.statuses li a.timestamp:hover span { border-color: #00d0d0; color: #00d0d0; }
.feed#yourfightsite ol.statuses li a.timestamp:hover span { border-color: #ec2026; color: #ec2026; }
.feed#digitalpop ol.statuses li a.timestamp:hover span { border-color: #f272b8; color: #f272b8; }