/* CLUB STYLES */
#clubs{
     margin:0 20px 0 20px;
	 border:solid 1px #060;
}
#clubs ul{
	margin:0;
	padding:0;
}
#clubs li{
	/*display:inline;*/
	list-style-type:none;
	/*width:140px;*/
	/*padding:1px 0 1px 15px;*/
	padding-left:20px;
}

#clubdetails{
	margin-left:50px;}
#details{
	margin-left:auto;
	margin-right:auto;
}
#details p{
	text-align:left;
/*	margin:5px;
*/}
.clubhead{
	font-weight:bold;
	color:#006600;
}
/*END OF CLUB STYLES----------------------------------------------------------*/

/* DOCUMENT STYLES--------------------------------------------------------- */
#documents{
     margin-left:20px;
}
.documentcategory{
	border:solid 1px #060;
	width:400px;
	margin-right:80px;
	margin-top:8px;
}
.documenthead{
	padding-left:25px;
	font-weight:bold;
	margin:0;
	background:#060;
	color:#fc0;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: solid 1px #060;
	}
	
#documents ul{
	margin:0;
	padding-left:0;
}
#documents li{
	height:25px;
	vertical-align:middle;
	list-style-type:none;
	padding: 1px 0 1px 45px;

}
#documents a img {
	border: none;
} 

#documnents img{
	padding-left:50px;
	
}

/*END OF DOCUMENT STYLES----------------------------------------------------------*/

/*GALLERY STYLES------------------------------------------------------------------*/

/* CSS Document */
#gallery{
     margin-left:50px;
}
#subgallery{
     margin-top:10px;
	 
     }
#gallerycategory{
	margin-top:15px;
}
.categorytitle{
     font-weight:bold;
	 color:#006600;
}
#catimage{
	float:left;
}
#catimage img{
	border:solid #000000 1px;
}


#catgallery{
	margin-left:200px;
/*	min-height:130px;
	_height:130px;
*/}
#catgallery ul{
	margin:0;
	padding:0;
}
#catgallery ul li{
	list-style:none;
}

#galyears{}

#galyears ul{
	padding:0;
	margin:0;
}
#galyears ul li{
	display:inline;
	margin-right:10px;
}
/*#gallerythumbs{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#gallerythumbs p{
	text-align:center;
}
#thumbnails{
	width:450px;
	}
.galcathead{
   font: 1.2em georgia, times, "times new roman", serif;
   color: #060;
  
}
#thumbnails li{
	border:solid #060;
	border-width:0px 1px 1px 0px;
	background:#FFF;
	padding:5px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#thumbnails li a:link, #thumbnails li a:hover, #thumbnails li a:visited {
	color:#000000;
}

#thumbnails li img{
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 
}
.gallerytitle{
	font-weight:bold;
	color:#006600;
	text-align:center;
}
#mainimage{
}
#imageholder{
	text-align:center;
	padding:5px 0px 0px 15px;
	margin:0 auto;
}
#imageholder img{
	border:solid 1px #000000;
}
#previous{
	float:left;
	text-align:left;
}

#next{
	float:right;
	text-align:right;
}
#imagenavigation{
	margin:auto;
	text-align:center;
	width:400px;
}
*/

/*NEWS STYLES----------------------------------------------------------------*/
/*#newssection{
	margin-right:5px;
	margin-left:5px;
}*/
#newspage{
	float:left;
}
#newspagecount{
	float:right;
}
/*.clear1{
	height:1px;
	clear:right;
	margin:0px;
	padding:0
}
*/
.newsclear {
  clear: both;
  padding-bottom:5px;
  margin-bottom:5px;
  border-bottom:solid 1px #060;
}
  

.newstitle{
	clear:both;
	margin-top:10px;
	margin-bottom:5px;
}
.newshead{
	float:left;
	font-weight:bold;
	padding-right:5px;
}
.newsdate{
	color:#060;
	text-align:right;
}
.newscat{
	font-weight:bold;
	color:#060;
}

.newscontent{
	margin-bottom:10px;
}
img.newsfloatright{
	float:right;
	margin-left: 5px;
	border: 1px solid #000000;
}
img.newsfloatleft{
	float:left;
	border: 1px solid #000000;
	margin-right: 5px;
}

#newsimages{
	width:110px;
	float:right;
}
#newsmaindetails{
	text-align:justify;
}

#newsdocs{
	margin-top:10px;
	padding-top:5px;
}
#newsdocs ul{
	list-style:none;
	margin-top:5px;;
}
#newsdocs ul li{
	line-height:30px;
	vertical-align:middle;
	padding:5px;
}
#newsdocs ul li a{
	margin-right:15px;

}



/*TEAM STYLES-----------------------------------------------*/

/* CSS Document */
#teams{
	margin-left:20px;
}
#teams img{
	border:#000000 solid 1px;
	margin:5px 10px 0 0;
}
#teamlists{
	text-align:center;
}
#teamlists img{
	border:#000000 solid 1px;
	margin:10px 0 15px 0;
}

#teamlists #players{
	margin-left:auto;
	margin-right:auto;
	width:527px;
  	border: 1px solid #060;
}

html>body #teamlists #players{
	width:570px;
}

#teamlists #players ul{
	display:inline;
	
}
#teamlists #players li{
	display:inline;
	padding:3px 3px 3px 12px;
	float:left;
	width:175px;
	text-align:left;
}

ul.plist{
	display:inline;
}
li.list1{
	background:#FFF;
}
li.list2{
	background:#EEE;
}


.playerhead{	
	font-weight:bold;
	text-align:center;
	margin:0;
	background:#060;
	color:#fc0;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: solid 1px #060;
	}
.centrehead{
	text-align:center;
}
#profiles{
	margin-left:30px;
}

#profiles img{
	border:solid 1px #000000;
	margin:5px 0 5px 0;
}

/*Home Gallery Image------------------------*/
#homeimghead{
	background:#060;
	color:#fc0;
	text-align:center;
	font-weight:bold;
}
.sideheader{
	background:#060;
	color:#fc0;
	text-align:center;
	font-weight:bold;
}

#camogie{
	margin-top:15px;
	text-align:center;
}

html>body #teamlists #players #clearlist:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
html>body #teamlists #players #clearlist {
  display: inline-table;
}
/* Hides from IE-mac \*/
html>body #teamlists #players #clearlist {
  height: 1%;
}
* html .clearlist {
  display: block;
}
/* End hide from IE-mac */

.cleargal{
  clear: both;
  width: 0px;
  height: 0px;
  margin:-5px 0 0 0;
  padding:0;
}
.centreimg{
	text-align:center;
}
.saffron-colour{
	color:#fc0;
}
.BoxTitleMainSite{
	margin-top:1px;
	padding:2px 0 2px 10px;
	background:#060;
	color:#fc0;
	font-weight:bold;
	font-size:1.1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.BoxContent{
	border:solid 1px #ccc;
	margin:0;
	padding: 6px 3px 6px 3px;
	background:#eee;
}
