/*  
Theme Name: ulster gaa
Theme URI: http://purposemakers.net
Description: ulster gaa
Version: 0.1
Author: Michael McCrea
Author URI: http://purposemakers.net
*/



/*-----------------------------------------------------------------------------------------------

* div  {
	background:#cfd0d2;
}


  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p { margin:0 0 1em 0; }

.hide { display:none; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.t_left{ text-align:left; }
.t_right{ text-align:right; }
.clear{ clear:both; }
.clear_right{clear:right;}
a img{ border:none; }


/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background-color:#f4f4f4;	
	color:#444;
	font-size:11px;
	font-family: Arial, sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
	width:1000px;
	margin:0 auto;
	padding:0;	
}

a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

a:hover { 
	color:#999;
}

h1, h2, h3, h4{
	font-size:2em;
	color:#000;
	font-weight:bold;
	padding-top:15px;
	margin:0 0 20px 0;	
}

h2, h3{
	font-size:18px;
}

h4{
	font-size:14px;
	margin:0;
}

p {
	line-height:1.5em;
}

ul li{
	list-style-type:square;
	margin:5px 0 5px 15px;
}

blockquote{
	padding:1px 12px 1px 1em;
	border-left:2px solid #C00;
	color:#BBB;
	background-color:#333;
	font-size:1.1em;
}

hr {
  background-color: #000;
  color: #000;
  height:1px;
  border:0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header{
	background: #000 url(img/inter_pro_web_banner_2012_01.jpg) repeat-x center top; 
/*	background: #000 url(img/fermanagh-v-monaghan.jpg) repeat-x center top; */
/*	background: #000 url(img/ulster_final_2010.jpg) repeat-x center top;  */
/* background: #000 url(img/01_coaching_conference_web_banner.jpg) repeat-x center top; */
/* background: url("img/01_conference_web_banner.jpg") repeat-x scroll center top #000000;*/
/*	background: #000 url(img/conference_web_banner_2012_02.jpg) repeat-x center top; */
/*	background: #000 url(img/2011_post_club_championship_web_banner.jpg) repeat-x center top; */
/*	background: #000 url(img/01_club_championship_web_banner.jpg) repeat-x center top; */
/*	background: #000 url(img/01_post_championship_web_banner.jpg) repeat-x center top;  */
/*	background: #000 url(img/club_conference_2011_banner_01.jpg) repeat-x center top; */
	/* background: #000 url(img/club_conference_2011_banner_02.jpg) repeat-x center top; */

/*	background: #000 url(img/lotg-2011-donegal-antrim.jpg) repeat-x center top; */
/*	background: #000 url(img/Ulster-Council-Web-Banner-2011-1.jpg) repeat-x center top;	*/
/*	background: #000 url(img/lotg_2011_derry_v_fermanagh_01.jpg) repeat-x center top;	*/
/*		background: #000 url(img/lotg_2011_armagh_v_down_01.jpg) repeat-x center top;	*/
/*		background: #000 url(img/lotg_2011_tyrone_v_monaghan_01.jpg) repeat-x center top;*/	
/*		background: #000 url(img/lotg_2011_cavan_v_donegal_01.jpg) repeat-x center top;	*/
/*	background: #000 url(img/lotg_2011_armagh_v_derry_01.jpg) repeat-x center top; */
/*	background: #000 url(img/lotg_2011_donegal_v_tyrone_01.jpg) repeat-x center top; */
/*	background: #000 url(img/hurling_final_banner_01.jpg) repeat-x center top; */
/*	background: #000 url(img/Ulster-Council-Final-Web-Banner-2011.jpg) repeat-x center top; */
}

#header .quicklink {
	position:absolute;
	right: 250px;
	bottom: 10px;
}

#header .quicklink a {
	width: 199px;
	height: 37px;
	background: url(img/find_out_more_02.jpg) no-repeat;
	text-indent: -10000px;
	display: block;
}

#header .inside{
	height:155px;
	position: relative;
}

#header h1,
#header h2.strapline {

}

#header h1, #header h4{ 
	font-size:2.25em;
	margin:15px 0 0;
	padding:0;
	float:left;
	display: none;
}
#header h1 a { 
	text-decoration:none; 
	display:block;
	float:left;
	width:125px;
	height:125px;
	z-index:-10;
	border:0;
	text-indent:-10000px;
	background: transparent url(img/ulster_council_logo_01.png) no-repeat left top;
/*	background: transparent url(img/text_01.gif) no-repeat left top; */
}

#header h4 a { 
	text-decoration:none; 
	display:block;
	float:left;
	width:70px;
	height:75px;
	margin:70px 0 0 0;
	z-index:-10;
	border:0;
	text-indent:-10000px;
}

#header h3{ 
	margin:10px 0 0 0;
	font-size:1.3em;
	font-weight:bold;
	padding:0;
	color:#ccc;	
}

#header h2.strapline {
	background: url(img/header_strapline.png) no-repeat; /* header_strapline_club_champs_2011.png */
	display: none; /* block */
	width: 541px;
	height: 61px;
	text-indent: -10000px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	top: 50px;
	left: 145px;
	position: absolute;
}

#subscibe_form {
  float:left;
}

#gaa {
	position:absolute;
	right:0;
	/*top:45px;*/
	bottom: 18px;
	background: url(img/gaa_mark.png) no-repeat;
	display: none; /* block */
	text-indent: -100000px;
	overflow: hidden;
	height:42px;
	width:106px;
}

/*-----------------------------------------------------------------------------------------------
  Video Nav
-----------------------------------------------------------------------------------------------*/

#video_playlist {
  background-color:#eee;
  width:1000px;
  height:103px;
  padding:5px 0;
  margin:0 0 15px 0;
  position:relative;
}

#thumb_container{
  overflow:hidden;
  float:left;
  height:103px;
  width:950px;
  margin:0 25px;
  position:relative;  
}

#thumb_container ul {
  padding:0;
  margin:0;
}

#thumb_container ul li {
  width:178px;
  height:103px;
  margin:0 15px 0 0;
  list-style:none;
  float:left;
  position:relative;
  overflow:hidden;
}

#thumb_container ul li img {
  margin-top:-17px;
}

* html #thumb_container{
  margin:0 5px 0 10px;
}

#thumb_container span {
  position:absolute;
  cursor:pointer;
  width:153px;
  height:18px;
  background: url(img/play_icon_01.png) top left no-repeat;
  padding:3px 0 0 30px;
  bottom:0;
  left:0;    
}

#thumb_container a {
  color:#fff;
}

#thumb_container a:hover {
  color:#ccc;
}

#thumbs {
  width:2720px;
}

#arrow_left, #arrow_right {
  position:absolute;
  cursor:pointer;
  width:20px;
  height:103px;
  background: url(img/nav_arrows_01.png) top left no-repeat;  
}


#arrow_left {
  top:5px;
  left:0;  
  background-position: bottom right;  
}

#arrow_right {
  top:5px;
  right:0;
}



/*-----------------------------------------------------------------------------------------------
  Nav Styles
-----------------------------------------------------------------------------------------------*/

#navigation {
	background:#eee url(img/nav_bg_01.jpg) top left repeat-x;
	height:40px;
}

#navigation ul {
  padding:0;
  margin:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style:none;
	position:relative;
  z-index:2000;	    
}

#navigation a {
  display:block;
	color:#E8E8E8;  
  padding:13px 21px;
  font-weight:bold;  
}

#navigation a:hover  {
	color:#FFE035;
	background-color: #222;  
}

#navigation li.current_page_item, #navigation li.current_page_parent {
  background-color: #f4f4f4;
}

#navigation ul li ul li.current_page_item, #navigation ul li ul li.current_page_parent {
  background-color: #333;
}

#navigation li.current_page_item > a, #navigation li.current_page_parent > a {
  color:#000;
  font-size:11px;
  padding:13px 20px 14px;
}

#navigation li.current_page_item > a:hover, #navigation li.current_page_parent > a:hover {
	color: #555;
	background-color: #f4f4f4;
}

#navigation ul li ul li.current_page_item, #navigation ul li ul li.current_page_parent {
  background-color: #333;
}

#sub_nav {
	height:30px;  
}

#sub_nav li {
  float:left;
  margin:0;
  padding:10px;
  list-style:none;
}

#sub_nav li.current_page_item a {
  background:url(img/sub_nav_current_01.gif) no-repeat left center;
  padding:0 0 0 10px;
  color:#ccc;  
}

#breadcrumb {
  padding:5px 0;
  clear:both;
}

#search {
  float:right;
  margin:0;
}

.page-item-2223 ul {
  display:none !important;
}


/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary {
	text-align: left;
  /* background: #000 url(img/primary_bg.jpg) repeat-y center top; */
}

#primary .home {
	float:left;
	width:50em;
	padding:2em 2em 2em 0;
}

#primary .primary {
	float:right;
	width:777px;
	padding:20px 20px 20px 0;
}

#primary .primary h1 a {
  font-weight:normal;
}

#primary .primary p {
  font-size:12px;
}

#primary .post{
	padding:0 0 1em 0;
}

#primary .entry img {
	padding:0 0 2em 2em;
}

#primary .fixtures {
	width:90em;
}

#news_meta {
  padding:0.5em;
  margin:0 0 5em 0;
  background-color: #888;  
}

p.postmetadata {
  background-color: #e8e8e8;
  padding:10px;
  font-weight:bold;
	font-family:Arail, Verdana, sans-serif;
	font-size: 10px !important;	
}

table.ec3_schedule {
  float:right;
}

li.alt {
  background-color: #343434;
  padding:10px 10px 0 10px;   
}

.contacterror {
  border:2px solid #F00;
}

.contactform {
  float:right;
}

.contacttext {
  float:left;
}

.ladies_link {
  padding:0 10px 0 10px;
  margin-top:-20px;
}

#social-media {
	padding: 10px 0;
	/* background:url(img/land_of_giants_02.png) no-repeat 360px 13px;	*/
}

#social-media p {
	margin: 0;
	padding: 0;
}

#social-media .inside {

}


img.icon {
	padding: 0;
	margin: 0;
}

.social-icons,
.subscribe-text {
	float: left;
	margin-right: 20px;
}


.subscribe-text p {
	font-weight: bold;
	font-size: 13px;
	color: #111;
}

#subscibe_form h3, #search h3 {
	margin:0;
	padding:0;
	font-size:11px;
}

.input-submit {

}

.input-email {

}

/*
Modules
*/

.module {
	display:block;
	float:left;
	margin:0 15px 15px 0;
	padding-bottom: 15px;
	width: 278px;
	background-color:#fff;
	border:1px solid #d6d6d6;	
}

.module a {

}

* html .module {
	margin:0 0 15px 0;
}

.module h3 {
	color: #000;
	width:260px;
	margin:1px;
	padding:8px 8px 0 8px;
	font-size: 14px;
	background:url(img/h3_bg_01.png) repeat-x top left;	
}

.mod_info {
  width:260px;
  padding:9px;
}

.mod_info img {
  padding:0 0 10px 0;
}

/* Only temp, delete when finished */


#advertisement p {
	font-weight: bold;
	color: #FFF;
	margin: 5px;
}

/* ^^^^^^^^^ */


#calender,
#ticketing,
#club,
#council,
#fix-res,
#club-maith,
#development-squads
#ltp {

}

#ticketing {
	/*background: url(img/lotg_ticketing_bg_2011.jpg) no-repeat top left;
	color: #FFF;*/
}

#ticketing a {
	/*color: #FFE035;*/
}

#ticketing h3 {
	background:url("img/in-club-conference.jpg") no-repeat scroll left top transparent;
	text-indent: -10000px;
	height:23px;
}

#calender {
	float: left;
}

#club {
	background-image: url(img/clubs-bg.png);
	background-repeat: no-repeat;
	background-position: 113px 0px;
}

#club .module-header {
}

#club-maith {
  padding-bottom:0;
}

#club-maith li {
	margin: 110px 15px 0;
	list-style-type: none;
}

#club-maith li a {
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #000;
}

#club-maith li a:hover {
	border-bottom-width: 2px;
}

#council {
	background:#fff url(img/02_council_bg.jpg) bottom right no-repeat ;
}

#council a {

}

#calender {
}

#development-squads {
  padding-bottom:0;
}

#development-squads li {
	margin: 70px 15px 0;
	list-style: none;
}

#development-squads li a {
	font-size: 12px;
	color: #F3ECBE;
	border-bottom: 1px solid #F3ECBE;
}

#development-squads li a:hover {
	border-bottom-width: 2px;
}

#ltp-module {
  padding-bottom:0;
}

#ltp-module li {
	margin: 70px 15px 0;
	list-style: none;
}

#ltp-module li a {
	font-size: 12px;
	color: #F3ECBE;
	border-bottom: 1px solid #F3ECBE;
}

#ltp-module li a:hover {
	border-bottom-width: 2px;
}

#advertisement {
	background-color: #333;
	height: 50px;
	float: right;
	width: 115px;
}

#main-content-container {
	float: left;
	width:885px;	
}

#coaching,
#gallery {
	width: 488px;
	float: left;
}

#coaching h3{
	width:470px;
}

#coaching h4{
	padding:0 0 5px 0;
	margin:0;
}


#coaching ul{
	width:230px;
	float:left;
}

#coaching ul li{
	list-style:none;
	margin:0;
	padding:5px 0;
}


#gallery h3 {
	width:472px;
}

#gallery {
	margin-right:0;
	width: 490px;	
}

#coaching .mod_info, #gallery .mod_info {
	width: 472px;	
}

#directory {
	width: 1000px;
	position:relative;
}

#directory h3 {
  color:#CCC;
	position:absolute;
	left:-117px;
	font-size:14px;
	margin:0;
	padding:0 21px 0 0;
	background:url(img/directory_text.gif) no-repeat 0 16px transparent;
	text-indent:-10000px;
	width:84px;
	height:51px;
	border-right:2px solid #FFF;
}

#directory li {
	float:left;
	width:10%;
	margin-right:1%;
}

#directory li.short-link a {

}


#directory ul.site-directory {
	margin:10px 0px 10px 10px;
}

#directory ul.site-directory li {
	list-style:none;
	margin:0 20px 10px 0;
	padding:0;
}

#directory ul.site-directory li {
	list-style:none;
	margin:0 20px 10px 0;
	padding:0;
}

#directory ul.site-directory li a {
  color:#888;
	border-bottom: 1px solid #000;
	font-size:14px;
}

#directory ul.site-directory li ul li a {
  font-weight:normal;
	font-size:11px;
}

#directory ul.site-directory li a:hover {
  color:#fff;
}

#directory li ul {
	margin-top:10px;
}

#directory li ul li {
	width:100px;
	margin-right:15px;
}

#directory li ul li a {
	border:none;
}

#associates {
	padding-bottom: 20px;
	padding-top: 15px;
	border-top: 1px solid #E8E8E8;
	min-height:50px;
	background-color:#FFF;
}

#associates .inside {
	position:relative;
}

#associates h4 {
	position:absolute;
	left: -100px;
	background:url(img/associates_text.gif) no-repeat 0 15px transparent;
	width:88px;
	height:43px;
	border-right: 2px solid #000;
	padding:0;
	top:5px;
	border-right:2px solid #000;
	display:block;
	text-indent:-100000px;
}

#associates a {
	padding: 0 21px;
	float:left;
}

.col1_and_col2 {
	width: 590px;
	float:left;
}

.col1 {
	width: 280px;
	float: left;
	margin-right: 15px;
}

.col2 {
	width: 280px;
	margin-right: 15px;
	float: left;
}

.col3 {
	width: 280px;
	float: left;
	margin-right: 0;
}

* html .col3 {
	margin-left: 0;
}


/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#primary .secondary {
	float:left;
	margin:95px 0;
	width:200px;
	background:url(img/sub_navigation_bg_01.jpg) repeat-y top left;
	
}

#primary .secondary h3{
	width:152px;
}

#primary .secondary .mod_info {
	width:180px;
	padding:10px;
}

* html #primary .secondary{

}

.secondary h1 {
  padding:10px 0 0 0;
  margin:0;
}

.secondary ul {
	list-style-type:none;
	margin:0 0 2em 0;
}

.secondary ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}

.secondary ul li ul li {
	padding:0 0 0 10px;
}

#primary .secondary li a {
	color:#555;
	display:block;
	padding:8px 30px 8px 0;
	border-bottom:1px solid #ddd;	
}

#primary .secondary li a:hover {
	color:#000;
}

#primary .secondary li.current_page_item a {
  color:#000;
  background-color:#f4f4f4;
}

.grad_top_container {
  padding:0 20px 20px;
  margin:0;
  background: #000 url(img/top_grad_01.jpg) repeat-x left top;  
}

.grad_top_container a {
  font-weight:normal;
}

/*-----------------------------------------------------------------------------------------------
	Asides
-----------------------------------------------------------------------------------------------*/

#primary .asides{
	float:left;
	width:15em;
	padding:2em 2em 2em 0;
	display:inline;
}

.asides h2 {
  font-size:1.3em;
  margin:10px 0 0 5px;
}

.asides_container {
  background-color:#000;
  margin:0 0 20px 0;
  padding:0 0 0.5em 0;
  border-bottom:5px solid #2f2f2f;
}

.asides_container2 {
  background-color:#000;
  margin:0 0 20px 0;
  padding:0 0 0.5em 0;
}

#primary .asides .asides_container ul {
  margin:10px 0 10px 0;
}

/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#888;
	padding:15px 0;
	background:#000 url(img/footer_bg_01.jpg) top left repeat-x;
}

#footer .inside {
	position:relative;
}

#footer a, #footer a{
	color:#888;
	text-decoration:none;
}
#footer a:hover, #footer a:hover{
	color:#ccc;
}

#footer h5 {
	font-size:100%;
	padding:0 0 5px 0;	
}

#footer p {
	margin:0;
}

#partners {
	height:80px;
	margin: 15px 0;
	color:#FFF;
}

#partners .inside {
	background-color: #111;
	min-height: 90px;
	position:relative;
}

#partners a {
	display: block;
	color:#FFF;
	width: 89px;
	height: 30px;
	float: left;
	margin: 0 38px;
}

#partners h4 {
	font-size: 14px;
	color:#CCC;
	position:absolute;
	left:-150px;
	margin:0;
	padding:11px 21px 0 0;
	background:url(img/partners_text.gif) no-repeat 0 15px transparent;
	width:116px;
	height:35px;
	border-right: 2px solid #FFF;
	text-indent:-10000px;
}

#footer #partners img {
	float:left;
	clear:right;
	margin:0 4px 0 0;
}

#footer hr {
	background-color:#222;
	height: 3px;
	-moz-border-radius:3px;
	margin-bottom: 10px;
}

#footer p.attributes{ 
	float:right;
	padding:0 0 0 1em;
}

a.rss {
  padding:0 0 5px 16px;
  background: url(img/feed-icon-12x12.gif) no-repeat 0 1px;
}

.home_ngg-album {
  width:100px;
  float:left;
  margin:0 15px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Tables
-----------------------------------------------------------------------------------------------*/

table {
	padding: 0;
	margin: 0 0 20px 0;
  border-collapse:collapse;	
}


table {
	padding: 0;
	margin: 0;
	width:100%;
  border-collapse:collapse;	
  border-left: 1px solid #c1c1c1;  
}

 caption {
  text-align:left;
  padding:3px 0;
}

th {
	color: #000;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-top: 1px solid #c1c1c1;
  text-transform: uppercase;
  text-align: left;
	padding: 6px 5px 6px 10px;
	background:url(img/h3_bg_01.png) repeat-x top left;	
}

th.date {
	background:#ddd none;
	color:#888;
}

td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
	background: #eee;
	padding: 5px 5px 5px 10px !important;
	color: #333;
}

#wp-calendar td.ec3_eventday {
  background-color: #ffe035;
}

#wp-calendar table a.eventday:link  {
	color:#000;
  background-color: #ffe035;
	text-decoration:none;
	font-weight:bold;	
}

#wp-calendar table a.eventday:visited  {
	color:#fff;
	text-decoration:none;
	font-weight:bold;	
}

#wp-calendar table a.eventday:hover  {
	color:#fff;	
}

#wp-calendar #today {
  background-color: #333;
  color:#fff;
  border: none;
}

#wp-calendar #today a:link, #wp-calendar #today a:visited {
  color:#fff;
	font-weight:bold;  
	border: none;
}

#wp-calendar table td:hover, #wp-calendar table #today {
	border: none !important;
}

.contactleft {
  margin:15px 0 5px 0;
}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			175px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			175px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}

.sf-menu li li {
	background:		#000;
}

.sf-menu li li a {
	padding:7px 21px !important;
}



.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			15px;
	right:6px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('img/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



#s1_container {
	margin: 0 15px 15px 0;
	width: 574px;
	height: 190px;
	position: relative;
	padding: 0;
	float: left;
	overflow:hidden;
}

#news_text {
  position:absolute;
  top:150px;
  height:25px;
  width:305px;
  z-index:100;
  background: url(img/s1_title_bg_01.png) repeat-x left top;
  padding:15px 25px 0 25px;
  color:#fff;
  text-align:right;
  font-weight:bold;  
}

#news_list {
  position: absolute;
  top:0;
  right:0;
  background-color: #eee;
  width: 219px;
	height:190px;  
}

#news_list li {
  list-style:none;
  padding:10px 11px 10px 12px;
  margin:0 0 5px 0;
  margin-left: 0;
}

#news_list a {
	color:#000; 
}

#news_list a:hover  {
	color:#ffe035;  
}

#news_list li.current {
	background-color: #111;
	color: #FFF;
}

#news_list li.current a {
	color:#FFE035;  
}

#news_list li.current a:hover  {
	color:#999;  
}


.news_text h3, .news_text p {
  margin: 0;
  padding: 0 10px;
	line-height:1.4em;
	color: #FFF;
}

.news_text h3 a {
  font-weight:normal;
}

.news_text a {
  color:#fff;
}

.news_text a:hover {
  color:#ffe035;
}

.drop_arrow {
  position:absolute;
  display:none;
  cursor:pointer;  
  width:25px;
  height:29px;
  top:0;
  right:0;
  background: url(img/down_arrow_02.png) -2px 10px no-repeat;
}

/*

*/

#corp_sponsors_top {
	background: url(img/top_sponsors_bg_03.gif) no-repeat top left;
	min-height: 55px;
	padding-left: 160px;
}


#corp_sponsors_top h4 {
	float: left;
	font-size: 18px;
	letter-spacing: -0.02em;
	margin: 5px 0 0 25px;
	padding: 0;
	color: #000;
}

#corp_sponsors_top h5 {
	float: right;
	margin: 5px 15px 0 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: -0.02em;
	color: #888;
}

#corp_sponsors_top a {
	float: left;
	margin: 14px 16px 0;
	text-indent: -10000px;
}

a#glenavon {
	background: url(img/sponsors_glenavon_02.gif) no-repeat;
	width: 84px;
	height: 29px;
	display: block;
}

a#power-ni {
	background: url(img/powerni_01.gif) no-repeat;
	width: 72px;
	height: 30px;
	display: block;
	margin-top: 10px;
}

a#squareball {
	background: url(img/sponsors_squareball_02.gif) no-repeat;
	width: 103px;
	height: 32px;
	display: block;
	margin-top: 10px;
}

a#prunty {
	background: url(img/sponsors_prunty_02.gif) no-repeat;
	width: 76px;
	height: 34px;
	margin-top: 12px;
	margin-left: 25px !important;
	margin-right: 15px;
	display: block;
}

a#oneills {
	background: url(img/sponsors_oneills_02.gif) no-repeat;
	width: 83px;
	height: 18px;
	display: block;
	margin-top: 18px;
}

a#bbc {
	background: url(img/sponsors_bbc_02.gif) no-repeat;
	width: 106px;
	height: 23px;	
	display: block;
	margin-top: 16px;
	margin-left: 20px !important;
}

a#mckeever {
	background: url(img/sponsors_mckeever_02.gif) no-repeat;
	width: 82px;
	margin-top: 16px;
	height: 20px;
	display: block;
}

a#fostercare {
	background: url(img/fostercareLOGO.jpg) no-repeat;
	width: 205px;
	margin-top: 10px;
	height: 32px;
	display: block;
	margin-right:0;
}
