/*  
Theme Name: Destinations Link Hospitality
Theme URI: http://www.destinationslinkhospitality.com
Description: Layout of DLH.
Version: 1.6
Author: Blizzard Internet Marketing
Author URI: http://www.blizzardinternet.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7;
	color: #544331;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {

	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	}
#header {
width:760px;
height:90px;
background:url('images/header.jpg') no-repeat;
}
#header a {
width:250px;
height:90px;
display:block;
text-decoration:none;
float:left;
}
#header p {
float:right;
font-family:"Times New Roman", Times, serif;
font-size:13px;
font-weight:bold;
font-style:italic;
padding:0;
margin:0;
padding-top:10px;
padding-right:10px;
}
	
/* Navigation */
#navigation {
width:760px;
overflow:hidden;

}
#navigation ul{
list-style:none;
padding:0;
margin:0;
}
#navigation ul li {
padding:0;
margin:0;
height:38px;
float:left;
}
#navigation ul li a {
display:block;
width:100%;
height:100%;
text-decoration:none;
}
#nav_home {
background:url('images/nav2.gif') no-repeat;
width:66px;
}
#nav_home a:hover {
background:url('images/nav2.gif') no-repeat 0px -38px;
width:66px;
}
#nav_expertise {
background:url('images/nav2.gif') no-repeat -66px 0px;
width:86px;
}
#nav_expertise a:hover {
background:url('images/nav2.gif') no-repeat -66px -38px;
width:86px;
}
#nav_destinations {
background:url('images/nav2.gif') no-repeat -152px 0px;
width:111px;
}
#nav_destinations a:hover {
background:url('images/nav2.gif') no-repeat -152px -38px;
width:111px;
}
#nav_about {
background:url('images/nav2.gif') no-repeat -263px 0px;
width:94px;
}
#nav_about a:hover {
background:url('images/nav2.gif') no-repeat -263px -38px;
width:94px;
}
#nav_testimonials {
background:url('images/nav2.gif') no-repeat -357px 0px;
width:113px;
}
#nav_testimonials a:hover {
background:url('images/nav2.gif') no-repeat -357px -38px;
width:113px;
}
#nav_rfp {
background:url('images/nav2.gif') no-repeat -470px 0px;
width:102px;
}
#nav_rfp a:hover{
background:url('images/nav2.gif') no-repeat -470px -38px;
width:102px;
}
#nav_contact {
background:url('images/nav2.gif') no-repeat -572px 0px;
width:99px;
}
#nav_contact a:hover {
background:url('images/nav2.gif') no-repeat -572px -38px;
width:99px;
}
#nav_other {
background:url('images/nav2.gif') no-repeat -671px 0px;
width:89px;
}
#nav_other a:hover {
background:url('images/nav2.gif') no-repeat -671px -38px;
width:89px;
}
#container {
/*background:url('images/contentbghome.jpg') no-repeat;*/
width:760px;
clear:both;
}

#content {
background:inherit;
	font-size: 1.2em;
float:left;
margin:0;
padding:10px;
width:480px;

	}

.postmetadata {
	text-align: center;
	font-size: 0.8em;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}
	
.postmetadata {
	clear: both;
}
	
.alt {
	margin: 0;
	padding: 10px;	

	}

	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	
	border: none;
	text-align: center;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	clear:both;
	}

	#footer ul {
	list-style:none;
	padding:0;
	margin:0;
	
	}
	#footer ul li {
	float:left;
	padding:10px;
	/* text-transform:uppercase; */
	text-align: center;
	font-size: 10px;
	}
/* Begin Sidebar */
#sidebar {
	float:left;
	width: 259px;
	margin:0;
	padding:0;

	}

#sidebar form {
	margin: 0;
	}	
	
#sidebar ol, #sidebar ul, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	margin-left: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
	
#rfp {
	margin: 360px 0 0 0;
	text-align: center;
	font-size: 16px;
	font-weight:bold;
}
	

/*Font Style */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	}

h1, h2, h3 {

	}

h1 {
	font-size: 14px;
	font-weight: bold;
	}
	
h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
	font-weight:normal;
	
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}
	
#sidebar h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 20px auto 10px ;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0;
	}


/*Comments*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
	
/*Links*/
a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #06c;
	text-decoration: underline;
	}
	
a:visited {
	color: #06c;
	}
	
/* Begin Images */
p img {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}
	
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.nextandback {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
#content img {
border:1px solid #000000;
margin-bottom:10px;
}

/* Individual Page Themes: */

.Beach_Sunset {
min-height:800px;
_height:800px; 
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/contentbghome.jpg') no-repeat #F5F1E5;
}
.Beach_Sunset_side {
min-height:800px;
_height:800px; 
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/fadedtrees.jpg') no-repeat #F5F1E5;
}
.Beach_Sunset_footer {
background:#F5F1E5;
}
.Golfing {
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/golfbg2.jpg') no-repeat;
_height:507px;
min-height:507px;
}
.Golfing_side {
min-height:507px;
_height:507px; 
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/golfer.jpg') no-repeat;
}
.Golfing_footer {
background:#E2E4BF;
}



.Spa {
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/spabg.jpg') no-repeat;
_height:720px;
min-height:720px;
}
.Spa_side {
min-height:720px;
_height:720px; 
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/spapic.jpg') no-repeat;
}

.Spa_footer {
background:#FAF7F2;
}
.Spa_page {
background:#FAF7F2;
z-index:100;
}


.Rafting {
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/rafting2.jpg') no-repeat #E3E4DF ;
min-height:432px;
}
.Rafting_side {
min-height:432px;

background-image:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/raftingpic.jpg');
background-repeat:no-repeat;

}
.Rafting_footer {
background:#E3E4DF;
clear:both;
}

#Rafting_page {
background:#E3E4DF;

}


.Features {
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/oberland.jpg') no-repeat #c5c4bf;
min-height:432px;
}
.Features_side {
min-height:432px;

background-image:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/balloon.png');
background-repeat:no-repeat;

}
.Features_footer {
background:#c5c4bf;
clear:both;
}

#Features_page {
background:#c5c4bf;

}



.Mountain {
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/mountainbg.jpg') no-repeat;
_height:608px;
min-height:608px;
}
.Mountain_side {
min-height:608px;
_height:608px; 
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/mountainpic.jpg') no-repeat;
}
.Mountain_footer {
background:#ffffff;
clear:both;
}






.About_Us {
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/rafting_old.jpg') no-repeat;
_height:588px;
min-height:588px;
}
.About_Us_side {
min-height:588px;
_height:588px; 
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/aboutus.jpg') no-repeat;
}
.About_Us_footer {
background:#C0C0C0;
}


.Sunset_Chair_Beach {
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/sunsetbg.jpg') no-repeat;
_height:434px;
min-height:434px;
}
.Sunset_Chair_Beach_side {
min-height:434px;
_height:434px; 
background:url('http://www.destinationslinkhospitality.com/wp-content/themes/DLH/images/sunsetchair.jpg') no-repeat;
}
.toppara,.Sunset_Chair_Beach h2 {color:#ffffff}
