/*
Theme Name: Disability Sports
Theme URI: http://www.activedonegal.com
Description: Donegal Sports Partnership
Version: 1
Author: Damien Blake
Author URI: http://www.strawberrymedia.ie
*/

h1, h2, h3 {	
	color: #900;
	margin: 3px 0;
}

h1 {	
	font-size: 18px;
}

h2 {
	font-size: medium;
}

 body {
	font-size: 12px;
	font-family: Arial, "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	background: #c5d0e2;

	line-height: 1.5;
	text-align: left;
	color: #333;
}

.container {
	width: 840px;
	margin: 0 auto;
	display: block;
	padding: 0;
}

.main {
	width: 840px;
	margin: 0 auto;
	display: block;
	padding: 0;
	background: url(images/mainbg.gif) repeat-y;
}


.post {
width: 600px;
display: block;
float: right;
margin-right: 5px;
}

.clear {
	clear: both;
}

.frame {
	width:600;
	float: right;
	display: block;
}

.sidebarOuter {
	width: 230px;
	display: block;
	float: left;
	text-align: center;
}

.sidebarOuter .sidebar{
	display: block;
	width: 200px;
	margin: 0 auto; ;
}

.sidebarOuter .sidebar ul{
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebarOuter .sidebar ul li{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.sidebarOuter .sidebar ul a {
	display: block;
	list-style: none;
	padding: 0;
	color: #fff;
	padding: 5px 0;
	margin: 5px 0;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet, Helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
	background: #063;
}

.sidebarOuter .sidebar ul a:hover {
	display: block;
	list-style: none;
	margin: 5px 0;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet, Helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-decoration: underline;
}

.sidebarOuter .sidebar ul li ul li a {
	display: block;
	list-style: none;
	padding: 0;
	color: #fff;
	padding: 2px 0;
	margin: 2px 0;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet, Helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	background: none;
}

.sidebarOuter .sidebar ul li ul li a:hover {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 2px 0;
	color: #fff;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet, Helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
}