@charset "utf-8";

/*----------------------------------------
Colors used:

#FFC - background
#CC9 - header and footer
#b2b580
#FF6 - bright yellow
#C60 - dark orange

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

body {
  background:#FFF url(../images/backgroundGradient8.jpg) repeat-y top center;
  /*font-family: Arial, Helvetica, sans-serif;*/
}

hr {
	height: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #C60;
}

/*Depreceated:------------------------------------------------*/
#thick_line hr{
	border-top-width: 3px;
}

.hidden {
  display:none;
} /*this class is used to make a certain element visible only when CSS in unavailable*/

.clear_both {
	clear:both;
}

.thick_top{
	border-top: 3px solid #C60;
}
.thick_bottom{
	border-bottom: 3px solid #C60;
	padding-bottom: 15px;
}

#wrapper{
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	position:absolute;
	top: 0px;
	left: 0px;
	padding:0;
	margin:0 auto;
	background: url(../images/fiddle.png) no-repeat top left;
	background-position: -100px 160px;
}

#header-background{
	background: url(../images/topBarInstr9.jpg) no-repeat;
	background-position: center;
}

#header{
	/*background-color:#CC9; <---default top bar color */ 
	color:#FFF;
	height:100px;
	padding:0;
	/*background: url(../images/logo_100.png) 150px bottom no-repeat;*/ 
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-color: #b3b390;
}

#header-wrapper{
	margin:0 auto 0 700px;
}

#RSS {
	height:48px;
	right:16px;
	top:80px;
	position:absolute;
	z-index:10;
	font-size:0.7em;
	text-align:center;
	text-decoration: none;
	color:#c60;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
}

h1{
	float:left;
	font-size: 2em;
	padding: 30px 0 10px 0;
	text-indent:-9000px;/*image replacement - text moved away*/
	margin: 0;
}

h1 a:link,
h1 a:visited{
	color: #FFD;
	text-decoration:none;
}

#content-wrapper{
	width:960px;
	/*height:700px;*/
	padding:0;
	margin:0 auto;
}

#pre-image{
	height:20px;
	/*background-color:FFC;*/
}

#images {
	width:710px;
	height:360px;
	background-position: right center;
}
/*-------------------------------content-primary:-------------------------------------------------------------*/
#content-primary{
	float:left;
	/*background:#FFC;*/
	width:710px;
	font-size:0.75em;
	line-height: 1.8em;
}
.gallery #content-primary{
	float:left;
	/*background:#FFC;*/
	/*width:960px;*/
}


#content-primary h2{
	margin:10px 0 30px 0;
	font-size:2em;
	line-height: 1.2em;
	font-family:"Monotype Corsiva", Arial, sans-serif;

}

#content-primary h3{
	margin:10px 0 0 0;
	padding-top:10px;
	font-size:1.5em;
	line-height: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content-primary h4{
	float:right;
	margin:10px 0 0 0;
	font-size:1em;
	line-height: 1.4em;
}

#content-primary p{
	color:#000;
	padding:0 4px 1em 4px;
	margin:0.6em 0 0.6em 0;
}

.news .entry, .events .entry{
	border-bottom:0.05em solid #C60;
	padding:0 0 0 0;
	margin:10px 0 10px 0;
}

/*----Images in Contact_us:------------------------------------------*/
.contact #content-primary img {
	clear: both;
	height:200px;
	float:left;
	padding: 4px 6px 20px 0;
}
.contact hr {
	clear:both;
}
.contact .contact_person {
	clear:both;
}

#gallery_folder img{
	border:0;
	width: 214px;
}

#gallery_folder div
{
	background: #CC9;
	float:left;
	margin: 10px 10px 20px 0;
	border: solid #C60 2px;
	padding: 0px 0px 2px 0px;
	text-align:center;
}

#gallery_folder div a:link,
#gallery_folder div a:visited{
	color: #000;
}

/*----Images in About_us:------------------------------------------*/
.about_us #content-primary img {
	clear: both;
	height:200px;
	float:right;
	padding: 40px 6px 2px 10px;
	border:none;
}

/*------------------------------- end of: content-primary-------------------------------------------------------*/
/*-------------------------------content-secondary:-------------------------------------------------------------*/
#content-secondary{
	float:right;
	/*background:#FFC;*/
	width:230px;
	padding:74px 0 40px 10px;
}

.gallery #content-secondary{
	height:580px;
}

#content-secondary h2{
	font-family:"Times New Roman", Times, serif;
	margin:0 0 0.4em 0;
	color:#444;
	font-size: 1.3em;
	padding:0.6em 4px 0.5em 4px;
	border-bottom:0.05em solid #C60;
}
#content-secondary h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	color:#444;
	font-size: 1em;
	padding:0.4em 4px 0 4px;
}
#content-secondary h5{
	float:right;
	text-align:right;
	margin:0;
	color:#b2b580;
	font-size: 0.7em;
}
#content-secondary p{
	color:#000;
	font-size: 0.75em;
	line-height:1.6em;
	padding:0 4px 1em 4px;
	margin:0.6em 0 0.6em 0;
}

.entry a{
	color:#0099CC;
	text-align:right;
	text-decoration: none;
}

.thanks a{
	color:#0099CC;
	text-align:right;
	text-decoration: none;
}

#content-secondary a{
	color:#0099CC;
	text-align:right;
}

#newsletter{
	background-image: url(../images/envelope2.png);
	background-repeat: no-repeat;
	background-position: 100px 12px;
	border-bottom: 3px solid #C60;
	border-top: 3px solid #C60;
}

/*IE compatible GIF file:  */
* html #newsletter
{
	background:none;
	background-image: url(../images/envelope.gif);
	background-position: 100px 12px;
	background-repeat: no-repeat;
}
/* */

#messages{
		border-bottom: 1px solid #C60;
}

#messages form{
	background:url(../images/envelope_mail.png) no-repeat -5px 0px;
}

/*IE compatible GIF file:  */
* html #messages form
{
	background:none;
	background-image: url(../images/envelope_mail.gif);
	background-position: -5px 0px;
	background-repeat: no-repeat;
}
/* */

#newsletter p, #messages p{
	padding-bottom:0.3em;
	margin-bottom:0;
}

#newsletter h6, #messages h6{
	margin:0;
	padding:0;
	font-size:0.6em;
}

#newsletter form, #messages form{
	margin:0;
	padding:2px 0 10px 2px;
}

#email, #email2, #name, #subject, #message{
	font-family:"Courier New", Courier, monospace;
	font-size:0.75em;
	padding:1px 3px 0px 3px;
}

#submit, #submit2{
	border:1px solid #42432d;
	background-color:#b2b580;
	font-size:0.8em;
}
#submit2{
	margin:10px 0 0 170px;
}

#subject {
	padding-top:4px;
	width:170px;
	
}

#message{
	/*border:solid 0.05em #C60;*/  
	width: 170px;
	height:76px;
	/*background:#F0F0F0;*/
	padding:2px 3px 0 3px;
	margin:2px 0 2px 0;
	overflow:hidden;
}

#subject, #message, #name, #email2 {
	background:none;
	border:none;
}

#subject, #name, #email2{
	border-bottom: dashed 1px #CCCCCC;
}
/*---Image on news or events page:--*/
.entry .pic{
	width:220px;
	border: solid 2px #C60;
	margin-bottom: 10px;
	margin-right: 10px;
}

/*-------------------------------News in secondary content:---------------------------------------*/
#news p, #events p{
	border-bottom: 0.05em solid #C60;
}

.news-entry .pic{
	width:220px;
	border: solid 2px #C60;
	margin-bottom: 10px;
}

.news-entry	h2,
.news-entryh3,
.news-entry h4,
.news-entry h5,
.news-entry p,
.news-entry a{
}
/*-------------------------------------------------------------------------------------------------*/

/*------------------------------- end of: content-secondary -----------------------------------------------------------*/

/*------------------------------------------NAV ELEMENT:-------------------------------------------*/
			#nav,
			#nav-com {
				margin:0;
				padding:0;
				top:75px;
				height:40px;
				float:left;
			}
			#nav-com {
				margin-left: 20px;
			}
			
			#nav ul,
			#nav-com ul{
			  	margin:0;
				padding:0;
      			list-style:none;
			}
			
			#nav li{
			  float:left;
			  display:inline;
			  padding:0;
			  margin:0 0 0 10px;
			  background:url(../images/right_both3.gif) no-repeat right -120px;
			}
			
			#nav-com li{
			  float:left;
			  display:inline;
			  padding:0;
			  margin:0 0 0 10px;
			  background:url(../images/right_both3r.gif) no-repeat right -120px;
			  width: 85px;
			}
			
			#nav a:link,
			#nav a:visited {
				display:block;
				position:relative;
				left: -10px;
				margin-right:-10px;
				color:#000;
				background:#b2b580;
				padding:10px 20px 10px 10px;
				float:left;
				width:auto;
				text-decoration:none;
				text-transform:uppercase;
				font-size: 0.6em;
				line-height: 1em;
				font-weight: bold;
				background:url(../images/left_both3.gif) no-repeat left -120px;
			}
			
			#nav-com a:link,
			#nav-com a:visited {
				display:block;
				position:relative;
				left: -10px;
				margin-right:-10px;
				color:#FFF;

				text-transform:uppercase;
				background:#b2b580;
				padding:8px 2px 12px 28px;
				float:left;
				width:auto;
				text-decoration:none;
				font-size: 0.6em;
				line-height: 0.5em;
				font-weight: normal;
				background:url(../images/left_both3r.gif) no-repeat left -120px;
			}

			#nav a:hover{
			  color:#C60;
			  background-position:left -110px;
			  padding-top:20px;
			}
			
			#nav-com a:hover{
			  background-position:left -110px;
			  padding-top:18px;
			}
			
			#nav li:hover,
			#nav-com li:hover {
			background-position:right -110px;
			}
			
			.homepage #nav-home,
			.news #nav-news,
			.about_us #nav-about,
			.events #nav-events,
			.location #nav-location,
			.gallery #nav-gallery,
			.attractions #nav-attractions,
			.contact #nav-contact,
			.homepage #nav-home:hover,
			.news #nav-news:hover,
			.about_us #nav-about:hover,
			.events #nav-events:hover,
			.location #nav-location:hover,
			.gallery #nav-gallery:hover,
			.attractions #nav-attractions:hover,
			.contact #nav-contact:hover
				{
					background-position: right bottom;
				}

			/*Shows the page we are currently on:*/
			.homepage #nav-home a,
			.news #nav-news a,
			.about_us #nav-about a,
			.events #nav-events a,
			.location #nav-location a,
			.gallery #nav-gallery a,
			.attractions #nav-attractions a,
			.contact #nav-contact a
				{
					background-position: left bottom;
				}
			

			#nav-comhaltas {

			}
/*-------------------------------------------------------------------------------------------------*/
	/*---		#nav_gal {
							margin:4px;
							padding:0;
							top:75px;
							height:40px;
							float:left;
			}
			#nav_gal ul{
						  padding:0;
						  margin:0;
			}
			#nav_gal li{
						  display:inline;
						  padding:0;
						  margin:0;
			}
			#nav_gal a:link,
			#nav_gal a:visited {
				color:#000;
				padding:3px 15px 3px 10px;
				float:left;
				width:auto;
				border-right:1px solid #42432d;
				text-decoration:none;
				text-transform:uppercase;
				font-size: 1em;
				line-height: 1em;
			}
			#nav_gal a:hover{
			  background:#CC9;
			}
			
			#nav_gal li:first-child a {
			border-left:1px solid #42432d;
			}
	------*/
#teaser {
	clear:both;
}				
/*-------------------------------------------------------------------------------------------------*/
#footer{
	clear:both;
	height:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.75em;
	text-align:right;
		background: url(../images/topGradientBar.gif) #CC9 repeat-x 0px -40px;
	color:#333;
	padding: 6px 10px 6px 10px;
}

#footer a { text-decoration:none; font-weight: bold; color: #8d0000; }

/*----Swirl:--_-*/
div[id="swirl"] {
position:absolute;
bottom : 42px;
right : 0px;
height : 100px;
width : 100px;
margin : 0;
padding : 0;
background : url(../images/swirl3.png) no-repeat;
text-indent : -9999px;
z-index:30; }


/*----GOOGLE MAP STYLE:-----------------------------------------------------------------------------*/
#map {
	border-top: 3px solid #C60;
	border-left: 3px solid #C60;
	border-bottom: 3px solid #a05000;
	border-right: 3px solid #a05000;
}

