/********************************************************************************                                                  
                          USING SF-BLUEPRINT-CSS

-Never make changes to the original Blueprint CSS files.  Overwrite them in this custom.css file.
-Not all of the css classes are listed in this file. Since Blueprint has great default classes, only overwrites and additions are listed.

For more information on BluePrint CSS, visit: http://code.google.com/p/blueprintcss/

Good luck!
********************************************************************************/

/********* Hack to Keep footer at the bottom ************/

* {
     margin: 0;
 }
 
html, body {
   height: 100%;
}
 .wrapper {
 min-height: 100%;
  height: auto !important;
  height: 100%;
    margin: 0 auto -3em;
}
 .footer, .push {
     height: 3em;
}




/********************************************************************************
	         Body
********************************************************************************/

body {
   background: #333;
   color: #fff; 
   margin: 0em;
}

#main {
   padding-top: 10px;
}

#header {
	background-image: url(images/header_front2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
	width: 100%;
	height: 296px;
	}
	
#header_contain { /* Forces the overlaided header items into the center*/
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	}
	
#header_title { /*The overlay Castel Title */
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	padding-top: 30px;
	}
	
#header_sticky {
	display: block;
	float: right;
	background-image: url(images/header_sticky.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 238px;
	height: 180px;
	}

#header_sticky ul {
	margin-top: 5px;
	margin-left: 30px;
	}
	
#header_sticky li {
	list-style: none;
	float: left;
	margin-right: 20px
	}
	
#header_page {
	display: block;
	float: left;
	background-image: url(images/wall_texture.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 50px;
	}

#header_page_title {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.3em;
	}
	
.breadcrumb {
	display: block;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: left;
	}
	
	 /*Homepage over rides*/
	
.home .breadcrumb {
	display: none;
	}
	
.home #sidebar {
	font-size: 0.9em;
	margin-top: 5.4em;
	}
	
.home h2 {
	display: none;
	}
	
.home #content {
	background-image: url(images/welcome_text.png);
	background-repeat:no-repeat;
	margin-top: 1.5em;
	padding-top: 4em;

	}

.span-19 {
	width: 705px;
	}
	
.span-24, div.span-24 {
	width: 100%;
	}
		
#intro_text { /*frontpage intro text*/
	width: 300px;
	float: left;
	padding-top: 
	}
	
	/*Summer Template*/
	
#season_left {
	float: left;
	display: block;
	width: 435px;
	}
	
#season_right {
	float: right;
	display: block;
	width: 265px;
	text-align: center;
	font-size: 0.9em;
	}
	
	/* Activities Overrides */
	
.activities p{
	margin: 0em;
	padding: 0em 0 1.5em 0;
	}
	
.activities h3 {
	color: #fff;
	}
		
.activities h3 a,
.activities h3 a:visited,
.activities h3 a:hover,
.activities h3 a:active {
	background-color: none;
	color: #fff;
	}
	
.activities .ngg-clear {
	margin-bottom: 1em;
	}
	
	/* events */

#season_list {
	padding-bottom: 1px;
	}
	
#season_list ul {
	margin-left: 0px;
	}
	
#season_list li {
	list-style-type: none;
	float: left;
	}
	
#season_list a {
	padding-left: 10px;
	padding-right: 30px
	}

#spring,
#summer,
#winter,
#autumn {
	background-color: #222;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 0 1em 0 2em;
	margin-top: 2em;
	clear: both;
	}
	
.events h3 {
	padding-left: 15px;
	margin-top: 0em;
	}

.spring-li,
#spring h3 {
	border-left: 15px solid #369D3F;
	}

.summer-li,
#summer h3 {
	border-left: 15px solid #90152C;
	}

.winter-li,	
#winter h3 {
	border-left: 15px solid #fff;
	}

.autumn-li,
#autumn h3 {
	border-left: 15px solid #DDC14C;
	}
	
.events a.nolink,
.events a:hover.nolink {
	color: #fff;
	background-color: #222;
	}
	
	/* Location */
	
.gmap {
	display: block;
	text-align: center;
	}
	
	/* Booking and Contact */

	
tr.even td {
	background-color: #929292;
	}
	
tr.odd td {
	background-color: #666;
	}
	
	
/********************************************************************************
               Slideshow Stuff
********************************************************************************/
	
#main .front_slide .ngg-galleryoverview { /*Slideshow on frontpage */
	width: 380px;
	float: right;
	clear: none;
	}
	
#main .front_slide .slideshowlink {
	display: none;
	}
	
.ngg-gallery-thumbnail,
.ngg-albumoverview {
	float: left;
	margin: 0.5em;
	}

.ngg-gallery-thumbnail,	
.ngg-album-compactbox {
	border: 0.2em solid white;
	}

.seasons .ngg-clear {
	clear: none;
	}
	
.ngg-clear {
	clear: both;
	}
	
.ngg-album-compact p{
	display: none;
	}


/********************************************************************************
               Typography
********************************************************************************/
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px)
***************************************/
   
body {
   font-size: 90%; 
   font-family:arial, verdana, Geneva, Verdana, "Lucida Grande", Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { 
  color: #fff; 
}



/* SlipFire created typography classes
***************************************/

.medium { font-size: 1em; line-height: 2.1875em;}

.center {text-align:center;}

.byline{ font-size: .8em; line-height: 1em;}

.timestamp{ font-size: .8em; line-height: 1.2em;}

.commentnum{ font-size: .8em; line-height: 1.2em;}

.incategory{ font-size: 1em; line-height: 1.2em;}



/********************************************************************************
               Text Elements and Lists
********************************************************************************/

a {
	color: #ECBB6E;
	text-decoration: none;
 }

/* Removes unwanted link decoration
***************************************/
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, p a, nolink {border-bottom: none;}

h3 {
	margin-top: 1em;
	}

a:focus,
a:hover {
	color: #ECBB6E;
	text-decoration: none;
}

#main a:hover {
	background-color: #650F20;
	}


li { list-style: square inside url(images/bullet.gif);}

.fancybullet li {
      list-style: none;
	background: url(images/bullet.gif) no-repeat top left;
	padding: 0px 0px 5px 18px;
      margin: 0px 0px 0px 0px;
}

#content {
	font-size: 0.9em;
	}


p img {
	float: none;
	}

/********************************************************************************                                            
                            SLIPFIRE CREATED CLASSES                                                   
********************************************************************************/


/********************************************************************************
                Borders
********************************************************************************/

.border-left{
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #ddd;
}

.border-right{
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #ddd;
}

.border-top{
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

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


/********************************************************************************
                Misc
********************************************************************************/

/* Use a .box(Blueprint default) or .box2 to create a padded box inside a column. 
***************************************/

.box2 { 
  padding: .5em; 
  margin-bottom: .5em; 
  background: #eee; 
  border: 1px solid #ddd;   
}


/* Use to push down a div (adds vertical space between divs)
***************************************/

.pushdown-1 {padding-top:10px;}
.pushdown-2 {padding-top:20px;}
.pushdown-3 {padding-top:30px;}
.pushdown-4 {padding-top:40px;}
.pushdown-5 {padding-top:50px;}



/********************************************************************************
                Lines
********************************************************************************/

/* Lines: add "class=" to HR to control color and height
     example: <hr class=thick> for a thick line
***************************************/

.thick {
  height: 3px;
  margin: 0 0 1.4em 0;
}

.thin{
  height: 1px;
  margin: 0 0 0 0;
}




/********************************************************************************                                                  
                          SLIPFIRE CREATED FOR WORDPRESS                                                   
********************************************************************************/


/********************************************************************************
                Navbar
********************************************************************************/

#navbar {
   margin: 0px auto 1em auto;
   padding: 10px 0px 10px 0px;
   background-color: #90152C;
   border-top: solid 1px #C71E41;
   border-bottom: solid 1px #C71E41;
}
	
#navbar li {
   display: inline;
   list-style-type: none;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}
		
#navbar ul {
   margin: 0px auto;
   padding: 0px;
   width: 960px;
}
	
#navbar ul li a {
   color: #fff;
   padding: 0px 10px 0px 10px;
   margin: 0px;
   text-decoration: none;
   border-bottom: none;
}

#navbar ul li a:hover, a:active {
   text-decoration: none;
   color: #ECBB6E;
}

#current_page_item a {
   text-decoration: underline;
}

/*Sucker Fish */

	
#nav, #nav ul {
	margin: 0;
	list-style: none;
	margin-right: 1em;
	}
	
#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	padding: 0.3em;
	}
	
#nav li {
	float: left;
	font-family: georgia, serif;
	font-size: 1em;
	color: #ffffff;
	padding: 0 0.5em;
	text-decoration: none;
	border-left: 0.1em solid #C71E41;
	}

#nav li ul { /* Drop down background */
	position: absolute;
	left: -999em;
	width: 10em;
	background: #90152C;
	margin-left: -0.5em;
	padding: 0em;
	border: 0.1em solid #C71E41;
	}
	
#nav li ul a {
	color: #fff;
	font-weight: normal;
	padding: 0em;
	}
	
#nav li ul a:hover {
	color: #ECBB6E;
	}
	
#nav li ul li { /*Drop down items */
	border-left: none;
	padding: 0.2em 1em;
	border-bottom: 0.1em solid #C71E41;
	width: 8em;
	text-align: left;
	}
	
#nav li:hover ul {
	left: auto;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
#nav li:hover ul li, #nav li.sfhover ul li {
	
	}	
	
#nav li:hover, #nav li.sfhover { /*main hover */
	background-color: #650F20;
}
	
.nav_end {
	border-right: 0.1em solid #C71E41;
	}



/********************************************************************************
                Sidebar
********************************************************************************/

#sidebar h2{
   display: none;
   font-size: 1em;
   font-weight: bold;
   margin-bottom: .2em;
}

#sidebar a {border-bottom: none;}

.span-4 { /* Right side bar */
	width: 235px;
	}
	
#sidebar {
	font-size: 0.9em;
	margin-top: 0em;
	}
	
.sidebar-cat {
	background-color: #000;
	margin: 0px 15px 15px 0px;
	padding: 15px;
	}
	
#sidebar h3 {
	font-size: 1.1em;
	}
	
	/*Tour Video*/
	
#sidebar #tour_video a {
	padding: 1em 0.8em 1em 4.7em;
	background-image: url(images/film_reel.png);
	background-repeat: no-repeat;
	}
	
	/*Weather*/
	
#sidebar .wp-forecast-curr-details {
	padding: 0px;
	}
	
#sidebar .wp-forecast-curr {
	padding: 0px;
	}

/********************************************************************************
                Widgets
********************************************************************************/

.speech_top {
	background-image: url(images/speech_mark.png);
	background-repeat: no-repeat;
	padding-top: 3em;
	}
	
.speech_bottom {
	background-image: url(images/speech_mark_close.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 2.3em;
	}

/********************************************************************************
                Footer
********************************************************************************/

#footer {
	color: #000;
    text-align: left;
    font-weight: normal;
   	background-image: url(images/wall_texture.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 3em;   
}

#footer a,
#footer a:visited,
#footer a:active {
	color: #000;
	}
#footer a:hover {
	color: red;
	}
