body{
    font-family:MuseoSans, Verdana;
    margin:0;
    padding:0;
}
h1{
    font-size:18px;
}
h2{
    font-size:16px;
    clear:both;
}

h3{
    font-size:14px;
    clear:both;
}
#headWr{
    height:120px;
    background:#C6EAEF;
    
   /*  background-image: linear-gradient(bottom, rgb(27,64,89) 11%, rgb(54,90,116) 56%);
background-image: -o-linear-gradient(bottom, rgb(27,64,89) 11%, rgb(54,90,116) 56%);
background-image: -moz-linear-gradient(bottom, rgb(27,64,89) 11%, rgb(54,90,116) 56%);
background-image: -webkit-linear-gradient(bottom, rgb(27,64,89) 11%, rgb(54,90,116) 56%);
background-image: -ms-linear-gradient(bottom, rgb(27,64,89) 11%, rgb(54,90,116) 56%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.11, rgb(27,64,89)),
	color-stop(0.56, rgb(54,90,116))
);*/
/*#FCEE88*/;
}

.hostelscoreTooltip{
    font-style: italic;
    cursor:help;
    font-weight:bold;
}

.hightlightHeader{
    color:#129EB1;
}

.smallHeader{
    font-size:0.5em;
}

#headSubWr{
   width:1000px;
    margin: 0 auto;
    position:relative;
}

#logoWr a{
    font-size:50px;
    position:absolute;
    top:10px;;
    left:0px;
    color:rgb(27,64,89);
    text-decoration:none;
   
}
#logoWr a img{
    height:100px;
    
   
}

#contentWr{
    width:1000px;
    margin: 0 auto;
}

.hsReviewWr{
    margin-top:10px;
    border-bottom: 1px solid #eee;
    padding-bottom:10px;
    clear:both;
}

.hsReviewMeta{
    color:#129EB1;
    font-weight:bold;
}

.hsReviewRight{
    margin-left:150px;
}
.hsReviewLeftMeta{
    float:left;
    width:130px;
}

.hsReviewGeneralRating{
    color: #BCCD06;
    font-size:40px;
    text-shadow: 1px 1px 1px #99C7E5;
}


.hsReviewDetails{
    float:right;
  
    width:130px;
}

.hsReviewText{
    margin-right:150px;
}

.hsReviewClearer{
    clear:both;
}

a{
    color: #129EB1;
    font-style: italic;
    text-decoration:none;
}

.paginationLink{
    display:inline-block;
    padding:4px;
}
.paginationLink.active{
   font-weight:bold;
}

.hsReviewNavi{
    text-align:right;
}

.hsReviewBadge{
    float:right;
    width:240px;
    border:1px solid #D7EFFF;
    padding:10px;
    border-radius:3px;
    
}

.hsReviewBadgeMaster{
    color: #129EB1;
    font-size: 40px;
    text-shadow: 1px 1px 1px #99C7E5;
    text-align:center;
    padding-bottom:10px;
    border-bottom: 1px solid #eee;
    margin-bottom:10px;
}
.hsReviewBadgeSubWr .value{
    float:right;
}

.hsReviewBadgeSubWr > div{
    padding:2px 0;
}

.hsReviewBadgeExplanation{
    color: #666;
    font-size: 10px;
    text-align:center;
    padding-top:5px;
    border-top: 1px solid #eee;
    margin-top:5px;
}

.hsReviewPro{
    padding-left:30px;
    min-height:30px;
    padding-top:5px;
    background:url('/images/plus.png') no-repeat;
}
.hsReviewCon{
    padding-left:30px;
    min-height:30px;
     padding-top:5px;
    background:url('/images/minus.png') no-repeat;
}

.hostelList li{
    list-style-type:none;
    display:block;
    width:210px;
   
    margin:10px;
    border: 1px solid #D7EFFF;
    border-radius:3px;
    float:left;
    height:70px;
}
.hostelList li a{
     
    display:block;
    width:180px;
   padding:15px;
    height:40px;
}

.codeView{
    font-family: Courier, New Courier;
    padding:4px;
    border:1px dashed #ddd;
    margin:5px 0;
}
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2013 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris Font Foundry
 * License URL: http://www.fontspring.com/fflicense/exljbris
 *
 *
 */

@font-face {
    font-family: 'MuseoSans';
    src: url('MuseoSans_500-webfont.eot');
    src: url('MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('MuseoSans_500-webfont.woff') format('woff'),
         url('MuseoSans_500-webfont.ttf') format('truetype'),
         url('MuseoSans_500-webfont.svg#museo_sans_500regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

