/*
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
*/

html{
	/*background: #3D93CE;*/
	background: #85C1E6 url(../images/bg.jpg) repeat-x top left;
	color:#414F54;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
}
a, a:visited {
	color: #0085BD;
	text-decoration: none;
}
a:active,
a:focus{
	position : relative; 
	top : 1px; 
}
a:hover {
	text-decoration: underline;
	color: #F00031;
}

strong{font-weight: bold;}
em {font-style: italic;}

p{
	font-size:1.4em;
	line-height:1.3em;
	 margin: 0 0 1.5em 0;
}
#wrapper{
	background: #fff url(../images/top.png) left top no-repeat;
	margin:3.8em auto;
	width:80em;
}

/* HEADER STYLES
------------------------------------------------------------------------------*/
#header{
	padding: 2.7em 2em 3.1em 2em;
}
#header>h1{
	float: right;
	font-size: 4.6em;
	width: 503px;
}
#header>h2{
	border-bottom:4px solid #999999;
	color:#999999;
	float: right;
	font-size:1.8em;
	font-style:italic;
	margin-top:-3px;
	padding-bottom: 31px;
	width: 503px;
}
#header>p{
	border-bottom: 4px solid #CCCCCC;
	color: #999999;
	float: left;
	font-style: italic;
	line-height: 1.7; /* a fix to sort out the padding on the span*/
	/*margin: -0.86em 1.5em 0 0;
	padding:0 0 13px;*/
	margin:-1.92em 1.5em 0 0;
	padding:0 0 28px;
	width:235px;
}
#header>p>span{
	background: #F00031;
	color: #FFF;
	padding: 4px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*color: #F00031;*/
}

/* MAIN STYLES
------------------------------------------------------------------------------*/
#content{padding: 0 2em;}
p#update{
	/*
	background: #fff url(../images/ajax-loader.gif) no-repeat 0 50%;
	margin:-10px 0 10px 260px;
	padding:10px 0 10px 40px;
	*/
	background: #fff url(../images/ajax-loader2.gif) no-repeat 0 50%;
	margin:-10px 0 10px 260px;
	padding:10px 0 10px 30px;
}

#side{
	float: left;
	margin: 0 1.5em 0 0;
	width:235px;
	color: #999999;
	float: left;
}
#side p{font-size: 1.25em;}
#side span{color: #000;}
#side img{
	margin: -50px 0 20px;
}
#feed{
	float: left;
	min-height:400px;
	width:503px;
}
#feed li {
	-moz-border-radius:5px 5px 5px 5px;
	border-top:1px dotted #D1CBBB;
	margin:0;
	padding:10px;
}
#feed li:first-child {border-top:0 none;}
#feed li:last-child {margin-bottom:0;}
#feed li img{
	display:block;
	float:left;
	height:48px;
	position:relative;
	width:48px;
}
#feed li p{margin: 0;}
#feed li div.text{
	float:right;
	margin-left:15px;
	width: 420px;
}
#feed li div.text>div.posted{
	color:#666666;
	font-size:12px;
	line-height:normal;
	margin-top:7px;
}

#feed li div.text>div.posted em{color: #999999;}

/* FOOTER STYLES
------------------------------------------------------------------------------*/
#footer{
	background: #fff url(../images/bottom.png) left bottom no-repeat;
	clear: both;
	padding:2em 2em 1em 27.4em;
}
#footer p{
	border-top:3px double #CCCCCC;
	font-size:1.2em;
	padding:2em 0 0;
}

#grass{
	/*
	background:transparent url(http://www.donnies.co.uk/wp-content/themes/donnies/images/footer_grass.jpg) repeat;
	height: 70px;
	width: 100%;
	*/
	background: transparent url(../images/grass2.png) no-repeat 50% 0;
	height: 100px;
	margin: -95px 0 0 0;
	width: 100%;
}

/* EXTRAS
------------------------------------------------------------------------------*/
.group:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}