/*
 * Club: Nenagh Golf Club
 * About: Custom styling to override the bootrap themes
 * Copyright 2012 adsmart.ie - GolfSmart
 * Licensed to the client only
 * 
 * Version 1.0.0
*/



html { 
	background: url(http://adsmartconcepts.com/golfsmart/images/uploads/background_images/course-photo-vista-6.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://adsmartconcepts.com/golfsmart/images/uploads/background_images/course-photo-vista-6.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://adsmartconcepts.com/golfsmart/images/uploads/background_images/course-photo-vista-6.jpg', sizingMethod='scale')";
}
	


body {
	background: transparent;
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
    padding-bottom: 40px;
    margin: 0;
    font-family: ABeeZee, 'Myriad Pro', Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {	font-family: 'Kreon', serif;}


footer {
	margin: 3em 0 0 0;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 0.8em;
}


ul.feed-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.feed-list li a .date {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}

.lazy {
  display: none;
}

#home-links i {
	font-size:20px;
	margin-right:5px;
	text-shadow: none;
	box-shadow: none;
}

.green {
	color: green;
}

.muted {
	color: #999;
}

/*BOOTSRAP MODS*/

[class^="icon-"] {background-image:none;}

.navbar-inner {
	background-color: #130f69; /* fallback color, place your own */

  /* Gradients for modern browsers, replace as you see fit */
  background-image: -moz-linear-gradient(top, #1c1698, #130f69);
  background-image: -ms-linear-gradient(top, #1c1698, #130f69);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c1698), to(#130f69));
  background-image: -webkit-linear-gradient(top, #1c1698, #130f69);
  background-image: -o-linear-gradient(top, #1c1698, #130f69);
  background-image: linear-gradient(top, #1c1698, #130f69);
  background-repeat: repeat-x;

  /* IE8-9 gradient filter */
  border-bottom: 1px solid #1c1698;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-weight: 600;
}

/*This is the active background color override*/
.navbar .nav .active > a, .navbar .nav .active > a:hover, .navbar .nav .active > a, .navbar .nav .active > a:hover  {
    background-color: #1c1698;
    color: #fff;
}



.nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
    background-color:#222;
    border-color: #333;
    }


.border-bottom {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.mb30 {
	margin-bottom: 30px;
}


.mr20 {
	margin-right: 20px;
}


.mr30 {
	margin-right: 30px;
}


/*This is the vertical divider override*/

.navbar .divider-vertical {
    background-color: #1c1698;
    border-right: 1px solid #1c1698;
    }



ul.dropdown-menu li:hover, .nav-bar > li > a:hover {
	background-color: #1c1698; 
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-weight: 600;
}

.navbar .nav > li > a {
  color:#ddd;
  float:none;
  padding:6px 6px;
  text-decoration:none;
  text-shadow:#1c1698 0 1px 0;
}

.navbar .nav > li > a:hover {
  color:#ffffff;
  float:none;
  padding:6px 6px;
  text-decoration:none;
  text-shadow:#1c1698 0 1px 0;
}



/*Homepage Styling*/

#home-links .btn-block {
    font-size: 16px;
    font-weight: bold;
	font-family: 'Kreon', serif;
}



/*AccuWeather*/

#NetweatherContainer {
	height: 110px;
	overflow: hidden;
	background: transparent;
}

/*Brand*/

#logo-region {
	margin-bottom: 30px;
}

.navbar .brand {
	font-family: 'Kreon', serif;
	color: #eee;	
	font-size: 14px;
}

/*Custom Hero Unit*/

.hero-unit {
	padding: 50px;
	margin-bottom: 30px;
	background-color: #eeeeee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


.hero-unit h1 {
	margin-bottom: 0;
	font-size: 50px;
	line-height: 1;
	letter-spacing: -1px;
	color: inherit;
}

.hero-unit p {
	font-size: 16px;
	font-weight: 200;
	line-height: 27px;
	color: inherit;
}

/*Heading Borders*/

.dashed-border {
	border-bottom: 1px dashed #999;
}

/*Home Widgets*/

#fixtures-widget, #results-widget, #course-status-widget {
	height: 410px;
	overflow: hidden;
}

/*Fixtures Widget*/

.fixture-widget-entry {
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0.5em 0;
}

#fixtures-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


/*Results Widget*/

#results-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#results-widget li {
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0.5em 0;
}

/*Course Status Widget*/

#course-status-widget ul {
	margin: 0.5em 0 0 0;
	padding: 0;
	list-style: none;
}

#course-status-widget ul li {

}

#course-status-widget ul li strong {
}

#course-status-widget ul li span {
	display: block;
	float: right;
}

.hole-box {
	padding: 10px;
}

.hole-box img {

}

#course-guide-photos {
	overflow: hidden;
	margin: 0 0 1em 0;
}

#hole-sponsor {
margin:2em 0 0 0;
}

#hole-sponsor h4 {
margin:0 0 0.5em 0;
}

/*Typography Snippets*/

.fancy-title {
	font-family: 'Kreon', serif;
}



.fancy-quote {
	font-family: 'Cabin Condensed', sans-serif;
}

.blocker {
	display: block;
}

.font-20 {
	font-size: 20px;
}

.f16 {
	font-size: 1.5em;
	line-height: 2em;
}

span.f16 {
	display: block;
}

#subnav a {
	display: block;
	color: #130f69;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
	text-shadow: none;
}


/*Text Position Snippets*/

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

/*Padding Snippets*/

.padding-5 {
	padding: 5px;
}

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.padding-25 {
	padding: 25px;
}

.padding-30 {
	padding: 30px;
}

.padding-35 {
	padding: 35px;
}

/*Border Radius Snippets*/

.border-radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.border-radius-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.border-radius-15 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/*Opacity Snippets*/

.white-10 {
background: rgba(255,255,255,0.10);
}

.white-20 {
background: rgba(255,255,255,0.20);
}

.white-30 {
background: rgba(255,255,255,0.30);
}

.white-40 {
background: rgba(255,255,255,0.40);
}

.white-50 {
background: rgba(255,255,255,0.50);
}

.white-60 {
background: rgba(255,255,255,0.60);
}

.white-70 {
background: rgba(255,255,255,0.70);
}

.white-80 {
background: rgba(255,255,255,0.80);
}

.white-90 {
background: rgba(255,255,255,0.90);
}

.white-100 {
background: rgba(255,255,255,1);
}

.black-10 {
background: rgba(0,0,0,0.10);
}

.black-20 {
background: rgba(0,0,0,0.20);
}

.black-30 {
background: rgba(0,0,0,0.30);
}

.black-40 {
background: rgba(0,0,0,0.40);
}

.black-50 {
background: rgba(0,0,0,0.50);
}

.black-60 {
background: rgba(0,0,0,0.60);
}

.black-70 {
background: rgba(0,0,0,0.70);
}

.black-80 {
background: rgba(0,0,0,0.80);
}

.black-90 {
background: rgba(0,0,0,0.90);
}

.black-100 {
background: rgba(0,0,0,1);
}

/*Spacers*/

.h5 {
	height: 5px;
}

.h10 {
	height: 10px;
}

.h15 {
	height: 15px;
}

.h20 {
	height: 20px;
}

.h30 {
	height: 30px;
}

/*Date Icon Styling*/


.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}




ul.pagination {
	height: 40px;
	margin: 20px 0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
}

ul.pagination li {
    display: inline;
}


ul.pagination > li:first-child a, ul.pagination > li:first-child {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}


ul.pagination li a, ul.pagination ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 38px;
    padding: 0 14px;
    text-decoration: none;
}






/*CALENDAR BASE CSS*/



/* MONTH CALENDAR */

#fc_calendar {
	text-align: left;
	margin: 0 auto;
	background: #e2e2e2;
	width: 650px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-family: helvetica, "lucida sans", arial, verdana;
}
#fc_calendar table {
	border-collapse: collapse;
	font-size: 12px;
}
#fc_calendar #fc_inner td {
	border: 1px solid #000;
	vertical-align: top;
	background: #fff;
	color: #000;
}
#fc_outer {
	width: 640px;
	margin: 0;
	padding: 0;
}
#fc_inner {
	width: 640px;
}
#fc_calendar .event {
	font-size: 11px;
	font-family: helvetica, "lucida sans", arial, verdana;
	overflow: hidden;
	white-space: nowrap;
	width: 80px;
	color: #cda0a0;
}
#fc_calander table table .event a {
	color: #cda0a0;
	text-decoration: underline;
}
#fc_calendar .out_of_range {
	background-color: transparent;
}
#fc_calendar .black {
	background-color: #000;
}
#fc_calendar .has_events {
	background-color: yellow;
	color: #f00;
}
#fc_calendar .day_cell .all_day, #fc_calendar .day_cell .multi_day {
	background-color: #e7c3c3;
	margin: 0 0 1px;
	padding: 0 4px;
	line-height: 20px;
	color: #fff;
	font-size: 11px;/*      font-weight: bold;*/
}
#fc_calendar .day_cell .all_day a, #fc_calendar .fc_inner .day_cell .multi-day a {
	color: #fff;
	text-decoration: none;
}
#fc_calendar .day_cell .all_day a:hover, #fc_calendar .day_cell .multi-day a:hover {
	color: #fff;
	text-decoration: underline;
}
#fc_calendar .first_day {
	margin-left: 0;
}
#fc_calendar .last_day {
	margin-right: 0;
}
#fc_calendar .day_cell .index_difference_1 {
	margin-top: 21px;
}
#fc_calendar .day_cell .index_difference_2 {
	margin-top: 45px;
}
#fc_calendar .day_cell .date {
	width: 88px;
	text-align: right;
	background: #e9e9e9;
	height: 20px;
	line-height: 20px;
	margin: -30px 0 0 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
}
#fc_calendar .day_cell .date a {
	font-weight: bold;
	color: #49616A;
	text-decoration: none;
}
#fc_calendar .day_cell .date .num {
	margin-right: 5px;
}
#fc_calendar .day_cell .date a:hover {
	color: #000;
	text-decoration: underline;
}
#fc_calendar .out_of_range .date {
	background: transparent url(http://nenaghgolfclub.com/themes/solspace_themes/calendar/img/pad_date.png) repeat-x;
	color: #999;
}
#fc_calendar .day_cell {
	width: 86px;
	height: 80px;
	padding-top: 30px;
	overflow: auto;
}
#wc_calendar .header div {
	float: left;
	width: 20%;
}
#wc_calendar .header div.left {
	padding-left: 10px;
}
#wc_calendar .header div.center {
	width: 55%;
	text-align: center;
}
#wc_calendar .header div.right {
	text-align: right;
	padding-right: 10px;
}
#wc_calendar .header div.center h2 {
	font-size: 15px;
	font-weight: bold;
	color: #555555;
}
#wc_calendar .header div.center h2 span {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
#wc_calendar .day {
	padding-bottom: 10px;
	border-bottom: 1px solid #aeaeae;
}


#wc_calendar div.calendars {
	border-top: 1px solid #545454;
	margin-bottom: 15px;
}
#wc_calendar div.calendars small, #wc_calendar li small {
	font-size: 11px;
	font-weight: normal;
	color: #545454;
	float: right;
	text-align: right;
}
#wc_calendar div.calendars h3.other_cal {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: red;
	margin-top: 25px;
	margin-bottom: 10px;
}
#wc_calendar ul li.title {
	font-size: 15px;
	font-weight: bold;
	color: #545454;
}


#days_of_week th {
	padding: 5px 0;
	color: #fff;
	text-align: center;
}
#month_year th {
	padding: 5px;
	color: #000;
}
#month_year th.left {
	text-align: left;
}
#month_year th.center {
	text-align: center;
}
#month_year th.right {
	text-align: right;
}
.wrap {
	background: black;
	padding: 0 3px 3px;
}
#fc_legend {
	clear: both;
}
#fc_legend .event {
	font-size: 11px;
	font-family: helvetica, "lucida sans", arial, verdana;
	overflow: hidden;
	white-space: nowrap;
	width: 90px;
	color: #cda0a0;
	margin: 0 0 0 5px;
	padding: 0 4px;
	line-height: 20px;
	background-color: #fff;
	float: left;
}
#fc_legend span.legend {
	font-weight: bold;
	width: 90px;
	line-height: 20px;
	float:left
}
#fc_legend .all_day, #fc_legend .multi_day {
	background-color: #e7c3c3;
	padding: 0 4px;
	line-height: 20px;
	color: #fff;
	font-size: 11px;
}
#fc_legend .all_day a, #fc_legend .multi-day a {
	color: #fff;
	text-decoration: none;
}
#dc_calendar .header div {
	float: left;
	width: 15%;
}
#dc_calendar .header div.left {
	padding-left: 10px;
}
#dc_calendar .header div.center {
	width: 65%;
	text-align: center;
}
#dc_calendar .header div.right {
	text-align: right;
	padding-right: 10px;
}
#dc_calendar .header div.center h2 {
	font-size: 15px;
	font-weight: bold;
	color: #555555;
}
#dc_calendar .header div.center h2 span {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
#dc_calendar h4 {
	border-top: 1px solid #eeeeee;
}
#dc_calendar h4.thickline {
	border-top: 3px solid #898989;
}
#dc_calendar .event {
	margin-bottom: 5px;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #e7e7e7;
	background: #f3f3f3;
}
#dc_calendar .event_top {
	margin-bottom: 5px;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #cfcfcf;
	background: #eaeaea;
}
#dc_calendar .event h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
}
#dc_calendar .event_top h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
}
#dc_calendar .event h2 span {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#dc_calendar .event_top h2 span {
	font-size: 11px;
	font-weight: normal;
	color: #666666
}
/* MINI Calendar */

#mc_wrap {
	font-size: 12px;
	font-family: helvetica, "lucida sans", verdana, arial, sans-serif;
}
#mc_calendar {
	margin: 0;
	width: 245px;
	background: #979797;
}
#mc_calendar table {
	font-size: 12px;
	font-family: helvetica, "lucida sans", verdana, arial, sans-serif;
	padding: 5px;
	border: none;
	margin: 2px;
	border-collapse: collapse;
	background: #ffffff;
}
#mc_calendar td, #mc_calendar th {
	padding: 0;
	margin: 0;
	color: #666;
	text-align: center;
}
#mc_calendar th {
	padding-top: 5px;
	padding-bottom: 5px;
}
#mc_calendar #mc_days th {
	background: #d3d3d3;
	width: 35px;
}
#mc_calendar th a {
	color: #000;
	font-size: 15px;
}
#mc_calendar th a.icon {
	color: #000;
	background: #b2b2b2;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
#mc_calendar a.left {
	padding-right: 7px;
}
#mc_calendar a.right {
	padding-left: 8px;
}
#mc_calendar td a {
	display: block;
	color: #fff;
}
#mc_calendar td div, #mc_calendar td.has_events div #mc_calendar td.mc_pad div {
	vertical-align: middle;
	text-align: center;
	padding: 6px;
}
#mc_calendar td.has_events div {
	padding: 0;
}
#mc_calendar td.has_events div a {
	font-weight: bold;
	color: #000;
	display: block;
	padding: 6px;
	background-color: #f3f3f3;
}
#mc_calendar td.has_events div a:hover, #mc_calendar td.selected div.mc_date {
	background: #666;
	color: #fff;
}
#mc_calendar td.today div a {
	color: #ffffff;
	background-color: #ff0000;
}
#mc_calendar table td.mc_pad div {
/* customize padded days */
}
#mc_calendar td div.event {
	display: none;
}
#mc_events {
	width: 245px;
	margin: 0 auto;
	background: url(http://nenaghgolfclub.com/themes/solspace_themes/calendar/img/mc_down_arrow.png) 80px 0 no-repeat;
	padding-top: 4px;
	line-height: 1.5;
}
#mc_event_details {
	border: 1px solid #ccc;
	padding: 7px;
	clear: both;
	margin-top: 4px;
}
#mc_event_details .event {
	display: none;
}
#mc_event_details .active {
	display: block;
}
#mc_events hr {
	border: 1px dotted #ccc;
	border-width: 1px 0 0;
}
#mc_events h4 {
	margin: 0;
}
.mc_share_event, .mc_close, #mc_rss {
	background: #999;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
	float: left;
}
.mc_close, #mc_rss {
	float: right;
}
#mc_close {
	padding-left: 6px;
}
a#mc_rss:hover {
	background-color: orange;
}
a.mc_share_event:hover {
	background-color: #3399CC;
}
a.mc_close:hover {
	background-color: #000;
}
#mc_days th {
	border: 1px solid #979797;
	border-width: 1px 0;
}
.mc_event_time #at_symbol {
	background: #000;
	color: #fff;
	padding: 2px 2px 0 2px;
	font-weight: bold;
	font-size: 15px;
}
#mc_global_toolbar a.icon {
	background: #979797;
	color: #fff;
	font-size: 15px;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
}
#mc_global_toolbar a.disabled {
	opacity: .5;
}
#mc_calendar a.icon:hover {
	background: #000;
	color: #fff;
}
.middot {
	color: #bcbcbc;
}




/*Adjusts*/

.carousel-control {
	background: transparent;
	border: none;
	margin-top: 30px;
}



#home-sponsors {
	margin-top: 15px;
}

.footer-links.pull-right {visibility:hidden;}

.specialBlock {
text-align:center;
font-size:16px;
min-height:195px;
}

.alert.specialBlock {
background-color:#1a148d;
border:1px solid #14106d;
border-radius:4px;
margin-bottom:20px;
padding:15px;
text-shadow:none;
color:#fff;
}


.specialBlock h3 {
font-size:22px;
line-height:21px;
color:#f3e616;
height:50px;
}

.specialBlock span {
height:70px;
display:block;
margin-bottom:15px;
}