/*
* Copyright 2014, Brian Sauer
* This code is property of Brian Sauer, and liscensed under contract to Instant Access Tours.  All rights Reserved.
* Contact:  brianmsauer@gmail.com | briansauerwebdesign.co.nr
*/

/* ----------------------------------------------------
 * BASIC STUFF
 * --------------------------------------------------*/

body{
	
	background-color:#fdfdfd;
	background-image:url('../images/brillant.png');
    color:rgb(96,96,96);
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Dosis', sans-serif;
	text-align:center;
    color:#000;
}

h3{
	text-transform:uppercase;
}

.container{
	padding: 8px 10px;
}

.icon{
	vertical-align:middle;
}

/* ----------------------------------------------------
 * NAVIGATION
 * --------------------------------------------------*/

.navbox{
	/*background-image:url('../images/borderback.png');*/
	background-position:left center;
	background-repeat:repeat-y;
}

ul.nav{
	
	height:100%;
	float:right;
}

ul.nav li{
	list-style-type:none;
	list-style-image:none;
	display:inline-block;
	margin:0;
	/*border:1px solid black;*/
	line-height:135px;
	padding:0 10px 0 10px;
}

ul.nav li a.active{
    /*
    color:#000;
    font-weight:bold;
    */
    color:rgb(100,100,100);
}


ul.nav li a{
	font-family: 'Dosis', sans-serif;
	display:block;
	font-size:20px;
	text-transform:uppercase;
	text-decoration:none;
	
}

ul.nav li a:hover{
	text-decoration:underline;
    color:#000;
}

/* ----------------------------------------------------
 * TEXT
 * --------------------------------------------------*/

p{
	line-height:33px;
}

.intro-row{
    height:450px;
    background-image:url('../images/smalltown.png');
    background-position:center center;
    background-repeat:no-repeat;
}

.intro-text{
    width:70%;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    font-weight:bold;
    font-size:30px;
    color:#fafafa;
    font-family:georgia;
    
    text-shadow: 3px 3px 2px #000, -1px -1px 1px #555, 1px 1px 1px #555, -1px 1px 1px #555, 1px -1px 1px #555;
    filter:DropShadow(Color=#555555, OffX=1, OffY=1);
    
    text-align:center;
}

.intro-text h1{
	font-family:Vollkorn,georgia;color:inherit;
	
}

.intro-text p{
    line-height:1.5;
}

.title{
	display:block;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family: 'Dosis', sans-serif;
}

/* ----------------------------------------------------
 * FOOTER
 * --------------------------------------------------*/

.footer{
	background-color:rgb(32,32,32);
	color:#dfdfdf;
	text-align:center;
	width:100%;
	min-height:100px;
	padding-top:80px;
	margin:0;
}
.footer a,.footer a:visited{
	color:#fff;
}

/* ----------------------------------------------------
 * MORE INFO
 * --------------------------------------------------*/


dl{
    line-height:2;
    margin:0;
    padding:0;
}
dd{
    text-indent:30px;
    font-weight:bold;
}
dt{
    
}

table.more-info{

    margin-left:auto;
    margin-right:auto;
    width:100%;
    table-layout:fixed;
}

table.more-info td.left{
    padding-right:10px;
    text-align:right;
}
table.more-info td.right{
    padding-left:10px;
    text-align:left;
}

/* ----------------------------------------------------
 * PAGERS
 * --------------------------------------------------*/
/* pager styles from http://cssdeck.com/labs/css-pagination-styles */
.page {
	width:95%;
	text-align:center;
	font-family: 'Dosis', sans-serif;
	height:40px;
	line-height:40px;

    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}



/* ----------------------------------------------------
 * TOUR SITES
 * --------------------------------------------------*/
.tour-sites address{
	font-variant:small-caps;
}
.tour-sites img{
	float:left;
	vertical-align:middle;
}
.tour-sites .title-addr{
	float:left;
	padding:10px;
}
.tour-sites .go{
	float:right;
}
.tour-sites h4{
	text-align:left;
}

/* ----------------------------------------------------
 * GALLERY
 * --------------------------------------------------*/

.gallery img{
	width:100%;
	height:auto;
	margin-top:10px;
}

