@charset "UTF-8";
/* CSS Document */

#room_content_sticky{
	float: left;
	width: 750px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

.property{
	font-size:12px;
}

#stickyrooms h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #C60;
	margin-top: 8px;
}	
#stickyrooms h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #C60;
	margin-top: 8px;
}	

#stickyrooms *{  
  margin:0;  
  padding:0;  
}  
#stickyrooms body{  
  font-family:arial,sans-serif;  
  font-size:100%;  
  margin:3em;  
  background:#666;  
  color:#fff;  
}  
#stickyrooms h2,p{
	font-size: 100%;
	font-weight: normal;
	color: #36C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}  
#stickyrooms ul,li{  
  list-style:none;  
}  
#stickyrooms ul{  
  overflow:hidden;  
  padding:3em;  
}  
#stickyrooms ul li a{
	text-decoration: none;
	color: #000;
	background: #FFF;
	display: block;
	height: 10em;
	width: 10em;
	padding: 1em;
}  
#stickyrooms ul li{  
  margin:1em;  
  float:left;  
}  

#stickyrooms ul li h2{  
  font-size:110%;  
  
  padding-bottom:10px;  
}  
#stickyrooms ul li p{  
  font-family:"Reenie Beanie",arial,sans-serif;  
  font-size:180%;  
}  

#stickyrooms ul li a{  
  text-decoration:none;  
  color:#000;  
  background:#fff;  
  display:block;  
  height:13em;  
  width:10em;  
  padding:1em;  
  margin-left:10px;
  /* Firefox */  
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);  
  /* Safari+Chrome */  
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);  
  /* Opera */  
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);  
}  

#stickyrooms ul li a{
	-webkit-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	border: thin solid #F60;
}  

#stickyrooms ul li:nth-child(even) a{  
  -o-transform:rotate(4deg);  
  -webkit-transform:rotate(4deg);  
  -moz-transform:rotate(4deg);  
  position:relative;  
  top:5px;  
}  
#stickyrooms ul li:nth-child(3n) a{  
  -o-transform:rotate(-3deg);  
  -webkit-transform:rotate(-3deg);  
  -moz-transform:rotate(-3deg);  
  position:relative;  
  top:-5px;  
}  
#stickyrooms ul li:nth-child(5n) a{  
  -o-transform:rotate(5deg);  
  -webkit-transform:rotate(5deg);  
  -moz-transform:rotate(5deg);  
  position:relative;  
  top:-10px;  
}  

#stickyrooms ul li a:hover,ul li a:focus{  
  -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);  
  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);  
  box-shadow:10px 10px 7px rgba(0,0,0,.7);  
  -webkit-transform: scale(1.25);  
  -moz-transform: scale(1.25);  
  -o-transform: scale(1.25);  
  position:relative;  
  z-index:5;  
}  


#stickyrooms ul li a{  
  text-decoration:none;  
  color:#000;  
  background:#fff;  
  display:block;  
  height:13em;  
  width:10em;  
  padding:1em;  
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);  
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);  
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);  
  -moz-transition:-moz-transform .15s linear;  
  -o-transition:-o-transform .15s linear;  
  -webkit-transition:-webkit-transform .15s linear;  
}  


#largesticky h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #C60;
	margin-top: 8px;
	margin-left: 90px;
}	
#largesticky h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #C60;
	margin-top: 8px;
	margin-left: 220px;
	

}	

#largesticky *{  
  margin:0;  
  padding:0;  
}  
#largesticky body{
	font-family: arial,sans-serif;
	font-size: 100%;
	background: #666;
	color: #fff;
	margin-top: 0em;
	margin-right: 3em;
	margin-bottom: 3em;
	margin-left: 3em;
}  
#largesticky h2,p{
	font-size: 100%;
	font-weight: normal;
	color: #36C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}  
#largesticky ul,li{  
  list-style:none;  
}  
#largesticky ul{
	overflow: hidden;
	padding-top: 1em;
	padding-right: 3em;
	padding-bottom: 3em;
	padding-left: 3em;
}  
#largesticky ul li a{
	text-decoration: none;
	color: #000;
	background: #FFF;
	display: block;
	height: 10em;
	width: 36em;
	padding: 1em;
}  
#largesticky ul li{  
  margin:1em;  
  float:left;  
}  

#largesticky ul li h2{  
  font-size:110%;  
  
  padding-bottom:10px;  
}  
#largesticky ul li p{  
  font-family:"Reenie Beanie",arial,sans-serif;  
  font-size:180%;  
}  

#largesticky ul li a{
	text-decoration: none;
	color: #000;
	background: #fff;
	display: block;
	height: 13em;
	width: 36em;
	border: thin solid #F60;
	margin-left: 250px;
	/* Firefox */  
	-moz-box-shadow: 5px 5px 7px rgba(33,33,33,1);
	/* Safari+Chrome */  
	-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	/* Opera */  
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 1em;
}  



#largesticky ul li:nth-child(even) a{  
  -o-transform:rotate(4deg);  
  -webkit-transform:rotate(4deg);  
  -moz-transform:rotate(4deg);  
  position:relative;  
  top:5px;  
}  
#largesticky ul li:nth-child(3n) a{  
  -o-transform:rotate(-3deg);  
  -webkit-transform:rotate(-3deg);  
  -moz-transform:rotate(-3deg);  
  position:relative;  
  top:-5px;  
}  
#largesticky ul li:nth-child(5n) a{  
  -o-transform:rotate(5deg);  
  -webkit-transform:rotate(5deg);  
  -moz-transform:rotate(5deg);  
  position:relative;  
  top:-10px;  
}  

#largesticky ul li a:hover,ul li a:focus{  
  -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);  
  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);  
  box-shadow:10px 10px 7px rgba(0,0,0,.7);  
  -webkit-transform: scale(1.25);  
  -moz-transform: scale(1.25);  
  -o-transform: scale(1.25);  
  position:relative;  
  z-index:5;  
}  


#largesticky ul li a{  
  text-decoration:none;  
  color:#000;  
  background:#fff;  
  display:block;  
  height:13em;  
  width:36em;  
  padding:1em;  
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);  
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);  
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);  
  -moz-transition:-moz-transform .15s linear;  
  -o-transition:-o-transform .15s linear;  
  -webkit-transition:-webkit-transform .15s linear;  
}  

#pushright{
	margin-left:40px;
	margin-right:40px;
}
#pushright p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height:30px;
	color: #03C;
}