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


 Overrides and styles outside the Blueprint Grid

   * Author: Patrick Corkery
   * Client: Ennis RLC
   * Contact: idf.ie
   * Version: 190609.1

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

ul li a, ul li a:visited  {text-decoration:underline;}

ul li a:hover  {text-decoration:none;}

.downloadLogo {
float:left;
width:85px;
height:85px;
}

.newsPic {
float:left; 
clear:right;
padding:5px;
border:1px solid #ccc;
margin: 5px 15px 10px 0;
}


.linkLogoHolder {
float:left;
width:170px;
height:100px;
}

p.siteCredits { /*site creits and copyright notice*/
color:#ffffff;
font-size:11px;
}

p.siteCredits a, p.siteCredits a:visited {
text-decoration:underline;
color:#ffffff;
}

p.siteCredits a:hover {
text-decoration:none;
color:#ffffff;
}






body {
	background: url(http://www.ennisrlc.ie//assets/images/bg-grad-rep.png) top left repeat-x #e6eaed;
	margin-top: 2em;
}

.addthis {
float:right;
padding: 10px 0 10px 0;
}

form#mailinglist_form {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*BLUEPRINT OVERRIDE TYPOGRAPHY*/

h1, h2, h3 {
	color: #95969a;
	text-transform: none;
	letter-spacing: -1px;
}

p {
	 color: #253b86;
}

#header {
	background: url(http://www.ennisrlc.ie//assets/images/header-nav-cap.png) top left no-repeat;
	height: 80px;
}

.noBotPad {
	margin-bottom: 0;
	padding-bottom: 0;
}


#tabs {
	float:right;
	font-size: 1.3em;
	text-transform: lowercase;
	padding-top: 40px;
	margin: 0 10px 0 10px;
}

#tabs ul {list-style:none;}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url(http://www.ennisrlc.ie//assets/images/nav-tab-left-ro.png) no-repeat left top;
	margin:0;
	padding:0 0 5px 10px;
	text-decoration:none;
	height: 35px;
}

#tabs a span {
	float:left;
	display:block;
	background:url(http://www.ennisrlc.ie//assets/images/nav-tab-right-ro.png) no-repeat right top;
	padding:6px 20px 4px 10px;
	margin-right:2px;
	color:#fff;
	height: 35px;
}



#tabs a:hover, #tabs a.active {
	float:left;
	background:url(http://www.ennisrlc.ie//assets/images/nav-tab-left.png) no-repeat left top;
	margin:0;
	padding:0 0 5px 10px;
	text-decoration:none;
	height: 35px;
	color:#fdf200;
}

#tabs a:hover span, #tabs a.active span  {
	float:left;
	display:block;
	background:url(http://www.ennisrlc.ie//assets/images/nav-tab-right.png) no-repeat right top;
	padding:6px 20px 4px 10px;
	margin-right:2px;
	color:#fdf200;
	height: 35px;
}


#flashHolder {
	border-top: 2px solid #354986;
	border-bottom: 2px solid #354986;
	height: 270px;
}

#content {
	background: url(http://www.ennisrlc.ie//assets/images/content-bg.png) bottom left repeat-x #fff;
	min-height:500px;
  	height:auto !important; /*hack for browsers that dont support min-height*/
  	height:500px;
  	padding-top: 40px;
        padding-bottom:40px;
}


#sideBarLeft h3, #sideBarRight h3 {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	color: #fdf200;
}

#sideBarRight form {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;	
}

#sideBarRight form p {
	color: #333;
}

#sideBarLeft ul {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sideBarLeft ul li {
	list-style: none;
}

#sideBarLeft ul li a, #sideBarLeft ul li a:visited {
	color: #ffffff;
	text-decoration: none;	
}

#sideBarLeft ul li a:hover,  #sideBarLeft ul li a.active {
	color: #ffffff;
	text-decoration: underline;
}

.subNavBody {
	background: url(http://www.ennisrlc.ie//assets/images/subnav-bg-body.png) top center repeat-y;
}

.subNavCap {
	height: 40px;
	margin-top: 0;
	padding-top: 0;
	background: url(http://www.ennisrlc.ie//assets/images/subnav-cap-title-top.png) top center no-repeat;
}

.subNavBot {
	height: 20px;
	background: url(http://www.ennisrlc.ie//assets/images/subnav-bg-bot.png) bottom center no-repeat;
	margin-bottom: 10px;
}

ul#mainmenu {
}

ul#mainmenu li {
	background: url(http://www.ennisrlc.ie//assets/images/left_nav_normal.png) top left no-repeat;
	height: 27px;
	margin-top: 5px;
}

ul#mainmenu li.active {
	background: url(http://www.ennisrlc.ie//assets/images/left_nav_active.png) top left no-repeat;
	height: 27px;
	margin-top: 5px;
}


ul#mainmenu li a{
	padding: 5px;
	line-height: 27px;
}

ul#mainmenu li.active a{
	padding: 5px;
	line-height: 27px;
	font-weight: bold;
	text-decoration: none;
}


.coursesBody {
	background: url(http://www.ennisrlc.ie//assets/images/courses-body-bg.png) bottom center no-repeat;
}

ul#courses {
	padding-bottom: 20px;
}

ul#courses li a, ul#courses li a:visited {
	color: #7c5c5d;
	text-decoration: none;
}

ul#courses li a:hover {
	color: #7c5c5d;
	text-decoration: none;
	font-weight: bold;
}

.loginBody {
	background: url(http://www.ennisrlc.ie//assets/images/login-bg-body.png) bottom center no-repeat;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.loginBody  p {

}

ul.loginLinks {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
}

ul.loginLinks li {
	list-style: none;
}

ul.loginLinks li a, ul.loginLinks li a:visited {
	color: #333;
}

.onlineUsersBody {
	background: url(http://www.ennisrlc.ie//assets/images/courses-body-bg.png) bottom center no-repeat;
	padding-bottom: 20px;
}

.onlineUsersBody p {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;	
}

.onlineUsersBody p strong{
	color: #666;
}

#footer {
background: url(http://www.ennisrlc.ie//assets/images/footer-bg.png) bottom center no-repeat #263c85;
color: #fff;
text-align:center;
padding:20px 0 20px 0;
}

#footer p {
color: #fff;
}

#footer p {
color: #fff;
margin:10px;
}

#footer ul {margin:10px;}

#footer ul li {
list-style:none;
display:inline;
margin-right:4px;
padding-right:6px;
border-right:1px solid #ddd;
color:#fff;
}

#footer ul li.last {
list-style:none;
display:inline;
margin-right:4px;
padding-right:6px;
border-right:none;
}

#footer ul li a, #footer ul li a:visited  {
color:#fff;
text-decoration:none;
}

#footer ul li a:hover  {
color:#fff;
text-decoration:underline;
}

#footerLogos {
background: url(http://www.ennisrlc.ie//images/uploads/footer-logo.jpg) bottom center no-repeat #ffffff;
height:150px;
padding:0;
margin:0;
}

/*Main Content List Styles*/

ul {
}

li {
list-style: disc;
color: #333;
}

li a, li a:visited {
color: #333;
text-decoration: none;
}

li a:hover {
color: #333;
text-decoration: underline;
}
	


