﻿
*{
    padding:0px;
    margin:0px;
    border:0px;
}

.wrapper{
    margin:0 auto;
	width:1024px;
	text-align: left;
}

body{
    padding-top: 20px;
    background: #40606a;
    font-size: 15px;
    color: #555;
    letter-spacing: 1px;
    font-family: Georgia, serif;
    
    /*center*/
    text-align: center;
    min-width: 1024px;
    background: url(../images/bg.jpg);
}

h1{
    color: #fff;
    font-size: 50px;
    letter-spacing: 5px;
    text-shadow: #aaa 0em 0.1em 0.1em;
}

.h3Text{
    font-size: 20px;
}

a{
    color: #B00;
    text-decoration:none;
}


input{
    margin:3px;
    padding:3px;
    font-size:1.0em;
    cursor:pointer;
}

.line1 { background: url(../images/line1.png) no-repeat center bottom;
margin: 0px auto;
padding:0px;
height: 4px;
}

ul{
   list-style-type:none;  
}

.clr{
    clear:both;
}

textarea:focus, input:focus {
	border: 2px solid #900;
}

.redBoldNotice{
    color:#D00;
    font-weight:bold;
}

.leftContainer{
    float:left;
}

/*index page*/
#mainDiv{
    width:1024px;
    text-align:center; 
    background: #cbb382;
    padding:0 0 20px 0;
    background: url(../images/contentbg.jpg) repeat-y;
}


.divTitle{
    color: #fff;
    font-size: 25px;
    letter-spacing: 5px;
    position:relative;
    bottom:-10px;
}

.upButton{
    position: relative;
    top:10px;
    left:350px;
    cursor: pointer;
    display:block;
     opacity: .7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	filter: alpha(opacity=70);	
}

.upButton:hover{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);	
}

#mainTop{
    background:url(../images/maintop.jpg) no-repeat;
    height:82px;
    text-align:left;
    padding:20px 10px 0px 10px;
}

.titleText{
    font-family: Georgia;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5em;
    text-shadow: #aaa 0em 0.2em 0.2em;
}

#mainTop ul{    
    font-size: 16px;
    border-bottom:1px dotted #FFF;
    margin:0px;
    padding:0px;
}

#mainTop li{
    margin-left:20px;
    list-style-type:none;
    display:inline;
}

#mainTop a{
    display: inline-block;
    padding: 10px 0px;
    color:#FFF;
}


#mainTop a:hover{
    color:#B00;
}

.current{
    color:#B00;
}

.mainDivStyle{
    background:url(../images/mainDivBg.jpg) repeat-x;
    background-color: #dbcaa6;
    margin-bottom:20px;
    margin-left:20px;
    border:2px solid #c0b08b;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 15px; 
    -moz-border-radius-bottomright: 15px; 
    border-radius: 3px;
}


/*alphabeticalList Div*/
.rightSideDiv{
    float:right;
    width:220px;
    margin-right:20px;
    text-align:left;
    font-size:18px;
    color:#FFF;
}

#alphabeticalList li{
    font-size:14px;
    width:235px;
    border-bottom: 1px dotted #dbcaa6;
    text-transform: capitalize;
}
#alphabeticalList li a{
    padding: 5px 0px 5px 5px;
    width:230px;
    display: block;
}
#alphabeticalList li a:hover{
    width:230px;
    background: #dbcaa6;
}


/*google ads*/
.googleAds{
    margin:30px 10px;
    padding:2px;
    text-align:center;
}

.googleAdsFloat{
    float:right;
    margin:30px;
    padding:2px;
    text-align:center;
}

.googleAdsHorizontal{
    margin:20px;
    text-align:center;
}
/**/
.cityLabel{
    color:#555;
    font-size:12px;
}

#introDiv{
    width:1024px;
    text-align:center;
    position:relative;
    top:40px;
}

.indexFS{
    background:url(../images/mainDivBg.jpg) repeat-x;
    background-color: #dbcaa6;
    width:746px;
    margin-bottom:20px;
    margin-left:20px;
    padding-bottom:20px;
    border:2px solid #c0b08b;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 15px; 
    -moz-border-radius-bottomright: 15px; 
    border-radius: 3px;
    
    
}

#header{
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 1024px;
    height: 280px;
    margin:0px;
}

.introTextDiv{
    float:left;
    width:400px;
    padding: 20px 50px;
    text-align:left;
}

.introTextDiv a{
    color:#F00;
}


.closeIntro{
    text-align:right;
    z-index:999;
}

/*article control*/
#articleList{
    text-align:left;
    list-style-type: none;
    margin: 0px;
    padding: 15px;
    text-transform: capitalize;
}

#articleList li{
    border-top: 1px dotted #FFF;
}

#articleList li img{
     float:left;
    background:#e6e0d3;
    border:1px solid #bcbcbc;
    margin:5px;
    padding:5px;
}

#articleList .articleTitle{
    font-size:18px;
    color:#B00;
    text-transform:capitalize;
    letter-spacing: 5px;
    text-shadow: #aaa 0em 0.1em 0.1em;
}

.countryCityTitle{
    color:#FFF;
}

#articleList .articleSummary{
    width:500px;
    float:left;
    padding-left:10px;
    padding-top:5px;
    line-height:1.8em;
}


#articleList li a{
    color:#555;
    display:block;
    padding:10px;
}

#articleList li a:hover{
    background:url(../images/mainDivBg.jpg) repeat-x;
}

/*pager stuff*/

.pagerDiv{
    border-top:1px solid #c0b08b;
    border-bottom:1px solid #c0b08b;
    font-weight:bold;
    font-size:16px;
    background:url(../images/mainDivBg.jpg) repeat-x;
    background-position: 0px -60px;
    height:30px;
    padding:0px 20px;
    }
    
   .currentPage, .pagerDiv a{
    border-right:1px solid #c0b08b;
    padding:0px 10px;
    height:30px;
    display:inline-block;
    margin-right:-5px;
   }

.pagerDiv a:hover{
    background: #cbb383;
    color:#FFF;
    
}

.pageNavLink{
    margin:0px 10px;
    font-weight:bold;
    font-size:16px;
}
.pageNavLink:hover{
    color:#FFF;
}

.pagerLocation{
    color:#FFF;
}


/*editorial control*/
#editorial{
    padding-bottom:30px;
    margin-bottom:0px;
}

#editorialList{
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px;
}

#editorialList li{
    display:inline;
}

#editorialList li img{
    background:#e6e0d3;
    border:1px solid #bcbcbc;
    margin:5px;
    padding:5px;
}

#editorialList li img:hover{
    border:1px solid #c0b08b;
}

#editorialList a{
    display:inline-block;
    height:260px;
    width:197px;
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=70);
}

#editorialList a:hover{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);	
}




/*globe control*/
#mapDiv{
    margin:15px;
    border: 2px solid white;
}
#mapTextDiv{
    float:left;
    margin:15px 0px;
}

#countrySelectList{
    list-style-type:none;
    text-align:left;
}

#selectContinent{
    font-size:18px;
    text-decoration: underline;
}

#mapControl{
    margin:0px 15px 15px 15px;
    height:30px;
    width:710px;
    background: #777;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

#mapControl span{
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    text-shadow: #aaa 0em 0.1em 0.1em;
}

#mapTitle{
    text-align:right;
    margin:15px 15px 0px 15px;
    height:20px;
    width:710px;
    background: #777;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-top: 2px solid white;
}

#mapTitle span{
    cursor:pointer;
     color:white;
     font-size: 12px;
     padding:2px;
     font-weight:bold;
}

/*gmap stuff*/
.myLabelClass {
  border: 1px solid black;
  font-weight: bold;
  background-color: white;
  white-space: nowrap;
  filter: alpha(opacity:85);
  KHTMLOpacity: .85;
  MozOpacity: .85;
  opacity: .85;
  padding-right: 3px;
  padding-left: 3px;
  color:Red;  
  font-size:11px;
}

.myLabelClass:hover{
    background-color: red;
    color:White;
    z-index:9999;
}


/*article.aspx style*/
.articleTitle{
    color: #fff;
    font-size: 30px;
    letter-spacing: 5px;
    text-shadow: #aaa 0em 0.1em 0.1em;
    text-transform: capitalize;
}

.articleText{
    float:left;
    width:730px;
    text-align:left;
    padding:20px;
    font-size:18px;
    line-height:22px;
}

.articleText p{
    margin-top:5px;
}

.articleText a{
    color:#B00;
}

.articleText a:hover{
    color:#FFF;
    text-decoration:underline;
}

.articleText p + p {
  margin-top: 0 }
  
.articleText:first-letter {
	font-size: 2.5em;
	line-height: 0.8em;
	float: left;
	margin: 0 3px 3px 0;
	text-transform:  uppercase;
}

.articleText hr{
    margin:10px 0px;
}
.articlePhoto{
    color:#FFF;
	float:left;
    width:180px;
    text-align:center;
    padding:20px 0px;
}

.articlePhoto ul{
    list-style-type: none;
    text-align:center;
}

.articlePhoto li{
}

.articlePhoto img{
    background:#e6e0d3;
    border:1px solid #bcbcbc;
    margin-top:5px;
    padding:5px;
}

.articlePhoto img:hover{
    border: 1px solid #B00;
}

/*editorial.aspx*/
#editorialSelect{
    width:746px;
    text-align:center;
}

#editorialSelect ul{
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px;
}

#editorialSelect li{
    display:inline;
}

#editorialSelect img{
    margin-bottom:5px;
    border: 1px solid white;
    padding:1px;
    cursor:pointer;
}
#editorialPhoto{
    width:746px;
    text-align:center;
    padding:20px 0px;
    
}

#editorialPhoto img{
    padding: 1px;
    border: 1px solid #FFF;
    background:#e6e0d3;
    border:1px solid #bcbcbc;
    margin:0px 5px;
    padding:5px;
}

#editorialCaption{
    font-weight:bold;
}

/*gallery aspx*/
#gallery{
    padding-bottom:30px;
    margin-bottom:0px;
}

#galleryList{
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px;
}

#galleryList li{
    display:inline;
}

#galleryList li img{
    background:#e6e0d3;
    border:1px solid #bcbcbc;
    margin:5px;
    padding:5px;
}

#galleryList li img:hover{
    border:1px solid #c0b08b;
}

#galleryList a{
    display:inline-block;
    height:115px;
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=70);
}

#galleryList a:hover{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);	
}



/*footer style*/
#footer{
    background:url(../images/mainbottom.jpg) no-repeat;
    height:107px;
    text-align:center; 
    margin-bottom:10px;
    font-size:12px;
}

#footer ul{
    list-style-type: none;
    margin: 0px;
    padding: 10px 10px;
    border-top: 1px dotted #FFF;
    margin: 0px 10px;
}

#footer li{
    display:inline;
}

#footer fieldset{
    margin:10px 20px;
    padding:15px;
    background: #ada78a;
}
#footer a{
    text-decoration:none;
}
#footer a:hover{
    color:#FFF;
}
