/* Overall structure */
body {
    background-image: url('http://localhost/rhp/images/rhp_background.jpg');
    background-repeat: no-repeat; 
    background-position: center top; 
    background-size: auto auto; 
    position: relative; 
/*    font-family: arial, sans-serif; */
    position:relative;
    font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "sans-serif";
    font-size:100%;
    padding: 0px;
    margin: 5px auto 5px auto;
    width: 1024px;
    background-color: #000000; 
/*    background: #171717; */
    z-index: 0;
}

.content {
	float: left;
	padding: 0 0 20px 0px;
	margin: 0 0 0 0;
	width: 800px;
	}

#sidebar
{
        background-color: 333!important;
	padding: 10px 0 10px 0;
	margin-left: 834px;
	width: 190px;
        text-align: left;
	}

#sidebar form {
	margin: 0;
	}

	
/* general links behaviour */

a {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: white;
    text-decoration: none;
}

/* a:visited {
    color:#FFFFFF;
} */

/* general image properties */
img {
    border-color: white;
    border-width: 1px;
    border-style: solid;
}

img.index {
    float: left;
    border: 0px;
}

img.leftflow {
    float: left;
    margin: 0px 5px 5px 0px;
    
}

img.rightflow {
    float: right;
    margin: 0px 0px 5px 5px;
}

img.rightflowsmall {
    float: right;
    margin: 0px 0px 5px 5px;
    width: 50%;
    height: auto;
}

img.noflow {
    margin: 0 auto 0 auto;
}

img.middle {
    margin: 0px 0px 0px 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.middlerightcol {
    margin: 5px 0px 5px 0px;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* text stuff */

.title {
    font-family: "Avant Garde", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "Helvetica", "sans-serif";   
    font-size: 230%;
    font-weight: bolder;
    color: #000000;
    line-height: 87%;
    /* text-transform: lowercase; */
    letter-spacing: -1px;
}

.subtitle {
    font-family: "Avant Garde", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "Helvetica", "sans-serif";
    font-size: 210%;
    font-weight: bold;
    color: #004C51;
    text-transform: lowercase;
    line-height: 120%;
}

.smsubtitle {
    font-family: "Avant Garde", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "Helvetica", "sans-serif";
    font-size: 140%;
    font-weight: bolder;
    color: #004C51;
    text-transform: lowercase;
    line-height: 100%;
}

.smsubtitleb {
    font-family: "Avant Garde", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "Helvetica", "sans-serif";
    font-size: 110%;
    font-weight: bolder;
    color: #004C51;
    /*  text-transform: lowercase; */
    line-height: 100%;
}

.text {
    font-family: "Avant Garde", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "Helvetica", "sans-serif";
    font-size: 75%;
    line-height: 150%;
    color: #FFFFFF;
    letter-spacing: 0px;
}

.textcredits {
    font-family: "Avant Garde", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "Helvetica", "sans-serif";
    font-size: 75%;
    line-height: 100%;
    color: #FFFFFF;
    letter-spacing: 1px;
}

p.boldtext {
    font-family: "Avant Garde", "Lucida Grande", "Lucida Sans Unicode", "Arial", "Verdana", "Helvetica", "sans-serif";
    font-size: 75%;
    line-height: 150%;
    color: #333333;
    letter-spacing: 0px;
    font-weight: bold;
}

div.topbar {
    position:relative;
    width:900px;
    height:120px;
    padding: 0;
    border:0px;
    overflow:hidden;
    z-index:1;
    /* background-color:white; */
}

div.social_topbar {
    position:absolute;
    top: 0px;
    right: 0px;
    z-index:1;
    margin: 8px 8px 8px 5px;
}

div.indexlogo {
    position:relative;
    top: 42px;
    left: 35px;
    width:1024px;
    height:120px;
    padding: 0;
    border:0px;
    overflow:visible;
    z-index:3;
    /* background-color:white; */
}

div.sublinks {
    position:relative;
    width:1024px;
    text-align: center;
    color: white;
    font-size: 80%;
    margin: 3px 0px 0px 5px;
    padding: 0;
    border:0px;
    overflow:hidden;
    z-index:1;
    /* background-color:white; */
}

img.topbar {
    border:0px;
}

img.topbarmiddle {
    border:0px;
    text-align: center;
    margin:10px auto 7px auto;
    position:relative;
}

img.topbarright {
    border:0px;
    float: right;
    margin: 50px 0px 5px 5px;
}

/* Menu appearance stuff */

#menu {
    position: relative;
    width: 1024px;
    height: 26px;
    background: #000000;
    /* float: left; */
    margin:3px auto 3px auto;
    z-index: 100;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 256px;
    float: left;
}

#menu a, #menu h2 {
    font: bold 13px/19px "Avant Garde", arial, helvetica, sans-serif;
    letter-spacing: 1px;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #EDF4FF #A4ABBB #8990A0 #D5DDEE;
    margin: 0;
    padding: 3px 12px;
    cursor: pointer;
}

#menu h2 {
    color: white;
    background: #000000;
    /* opacity: 0.8; */
}

#menu a {
    color: white;
    background: #000000;
    text-decoration: none;
    /* opacity: 0.8; */
}

#menu a:hover {
    color: white;
    background: #666666;
    /* opacity: 0.8; */
} 

#menu h2:hover {
    color: white;
    background: #666666;
    /* opacity: 0.8; */
}

/* menu layout structure */

#menu li {position: relative;}

#menu ul ul {
    position: absolute;
    z-index: 500;
}

#menu ul ul ul {
    position: absolute;
    top: 0;
    z-index: 500;
    left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

div.bottomlinks {
    position:relative;
    width:1024px;
    margin:10px auto 7px auto;
    padding: 0;
    border:0px solid #aaa;
    text-align: center;
    color: white;
    font-size: 70%;
    z-index: 1;
}

div.bottombar {
    position:relative;
    width:1024px;
    height:20px;
    border:0px solid #aaa;
    overflow:hidden;
    text-align: center;
    font-size: 70%;
    color: white;
    z-index: 1;
}

/* The page background + Logo. */

div.background {
/*  background-image: url('/images/body-background.jpg'); */
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #000000;
/*  background-color: #777777; */
    background-position-x: 50%; 
    background-position-y: 0%;
}

/* The main box. */
div.main {
    position:relative;
    /* align: center; */
    width:1024px;
    margin: 0px auto 0px auto;
    padding: 20px;
    border:1px solid #333;
    background: #000000;
    overflow:hidden;
    outline-width: 2px;
    /* outline-style: initial; */
    outline-color: #777777;
}

.leftcolumn {
	float: left;
	padding: 30px 0 20px 20px;
	margin: 0px 0 0;
	width: 800px;
	}

.leftcolumnsmall {
	float: left;
	padding: 30px 15px 10px 20px;
	margin: 0px 0 0;
	width: 360px;
	}	
	
.rightcolumn {
	padding: 30px 0 20px 0;
	margin: 5px 0 0 5px;
	width: 200px;
	}

.rightcolumnlarge {
	float: left;
	padding: 30px 10px 10px 0px;
	width: 600px;
	}	
	
div.center {
    position:relative;
    text-align: center;
    /* align: center; */
    width:1024px;
    margin-left: auto;
    margin-right: auto;
}

div.photogsleft {
    position: relative;
    float: left;
    width: 600px;
    margin: 0px 20px 0 0;
    /*background-color: red;*/
}

div.photogsright {
    position: relative;
    float: right;
    width: 100px;
    margin: 0;
    /*background-color: green;*/
}


/* general text box - used on the index page */
div.textbox {
    position: absolute;
    float: right;
    height: 300px;
    width: 300px;
    top: 300px;
    left: 660px;    
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 10px;
    text-align: left;
    color: black;
    opacity:.90;
    z-index: 4;
    /* background-color: red; */
}

div.transbox
  {
  position: absolute;
  top: 166px;
  left: 658px;  
  width:270px;
  height:590px;
  margin:30px 50px;
  background-color:#ffffff;
  /* background: -webkit-gradient(linear,
                left top, right bottom, from(#ffffff), to(#000000)); */
  z-index: 5;
  /* border:1px solid black;*/
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  }

div.transbox p
  {
  margin:10px 10px;
  font-weight:bold;
  color: black;
  font-size: 80%;
  opacity: 0.9;
  }
  
/*------------------------------------*\
 
       IPHONE
 
\*------------------------------------*/

/*

@media screen and (max-device-width: 480px){
 
body{
  
  -webkit-text-size-adjust:none;
  
  font-family:Helvetica, Arial, Verdana, sans-serif;
  
  padding:5px;
 
}
 
 
div{
  
  clear:both!important;
  
  display:block!important;
  
  width:100%!important;
  
  float:none!important;
  
  margin:0!important;
  
  padding:0!important;
 
}
 
 
#menu,#menu ul{
  
  float:none!important;
  
  clear:both!important;
  
  margin:0 0 0px 0!important;
  
  display:block;
  
  padding:0;
  
  text-align:left!important;
  
  width:100%;

}
 
 
#menu{
  
  border:1px solid #ccc;
  
  padding:5px;
  
  -webkit-border-radius:5px;
 
}
 
 
#menu ul{
  
  margin:0!important;
 
  display:block;
}
 
 
#menu ul a{
  
  display:block;
 
  font: bold 48px/56px Helvetica, sans-serif;
}
 
 
img{
  
  max-width:100%!important;
  clear:both!important;
  display:block!important;
  height:auto;
  text-align:center!important;
 
}
 
 
img.leftflow {
  max-width:100%!important;
  
  height:auto;
}
 
img.rightflow {
  float: none;
  width:80%!important;
  clear:both!important;
  display:block!important;
  height:auto;
  padding:20px 20px 20px 20px;
}
 
img.rightflowsmall {
  float: none;
  width:80%!important;
  clear:both!important;
  display:block!important;
  height:auto;
  padding:20px 20px 20px 20px;
}
 
img.topbar {
    border:0px;
    max-width:480px!important;
 
    height:auto;
}
 
.text {
    font-family: Helvetica, sans-serif;
    font-size: 200%!important;
    line-height: 100%;
    color: #FFFFFF;
    letter-spacing: 0px;
}
 
.subtitle {
    font-family: Helvetica, sans-serif;
    font-size: 300%;
    font-weight: bold;
    color: #004C51;
    text-transform: lowercase;
    line-height: 100%;
    clear:both!important;
    display:block!important;
}
 
.smsubtitle {
    font-family: Helvetica, sans-serif;
    font-size: 270%;
    font-weight: bolder;
    color: #004C51;
    text-transform: lowercase;
    line-height: 100%;
    clear:both!important;
    display:block!important;
}
 
.smsubtitleb {
    font-family: Helvetica, sans-serif;
    font-size: 220%;
    font-weight: bolder;
    color: #004C51;
    text-transform: lowercase;
    line-height: 100%;
    clear:both!important;
    display:block!important;
}
 
div.bottomlinks {
    position:relative;
    max-width:100%!important;
 
    margin:10px auto 7px auto;
    padding: 0;
    border:0px solid #aaa;
    text-align: center;
    color: white;
    font-size: 150%;
    z-index: 1;
}
 
div.topbar {
    position:relative;
    max-width:200%!important;
 
    height:auto;
    padding: 2px;
    border:1px;
    overflow:hidden;
    z-index:1;
    background-color:white;
}
 
div.bottombar {
    position:relative;
    max-width:100%!important;
 
    height:auto;
    border:0px solid #aaa;
    overflow:hidden;
    text-align: center;
    font-size: 100%;
    color: white;
    z-index: 1;
}


}
*\

