body {
	background: #DBDBDB url(images/drd/body-bg4.jpg) repeat-x;
	margin: 0px;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#888;
	font-size:11px;
}

h3 {
	font-size: 18px;
	color: #999;
	font-weight: normal;
	margin:18px 0 1px;
	
}

#header-wrap {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom:10px;
  width:100%;
  overflow:hidden;
  
}

body.main #header-wrap {
  margin-bottom:0;
 }
  
.header {
	padding-left: 25px;
	padding-top: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	white-space: nowrap;
}
.header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	font-size: 10px;
}
.header a:hover {
	color: #333;
	}
.header img {
	border: none;
}

.title {
	float: right;
	padding-right: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.title a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	width: 233px;
	height:53px;
	background: url(images/drd/DRD-logo.png) no-repeat;
	text-indent:-9999px;
	display:block;
	overflow:hidden;

}

.title a:hover {
	color: #333333;
}

/*----photo template photo----*/

.load {
	
	background: url("/templates/braeburn2/images/loading.gif") 50% 50% no-repeat;
	padding: 1px 0;
	position:relative;
	text-align:center;
	width:680px;
	height:510px;
	display:block;
}

#photo {
	text-align:center;
	width:680px;
	position:absolute;
	left:0;
	top:1px;
	z-index:1;
}

#photo-links-wrap {
  position:absolute;
  left:0;
  top:1px;
  width:680px;
  display:block;
  z-index:100;
  }

#photo-links {
  height:100%;
  overflow:hidden;
  margin:0 auto;
  }
  

#photo-links #gsc_prev_link, #photo-links #gsc_next_link{
	width: 44%;
	height: 99%;
	display: block;
	filter:alpha(opacity=0);
    opacity:0.0;
	cursor: pointer;
	cursor:hand;
	outline: none;
	-moz-outline:none;

}

#photo-links #gsc_next_link{
	float: right;
	margin-right:6px;
	background: url('/templates/braeburn2/images/next.gif') no-repeat right 50%;	
}

#photo-links #gsc_prev_link{
	float: left;
	margin-left:6px;
	background: url('/templates/braeburn2/images/prev.gif') no-repeat left 50%;	
}

#photo-links #gsc_prev_link:hover, #photo-links #gsc_next_link:hover{
	filter:alpha(opacity=60);
    opacity:0.6;
}



/*----browse template thumbnails----*/

.thumbs-wrap {
   height:100%;
   overflow:hidden;
   text-align:left;
   padding:1px 0 11px 0;
   margin-left:22px;
}


.thumbnails {
	opacity:1;
	filter:alpha(opacity=100);
	}
	
#trow {
	width: 100%;
}
#trow img {
	padding: 3px 3px 0 3px;
	border: none;
}
#trow img:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

body.browse a{
    color:#666;
}

body.browse a:hover{
    color:#333;
}

a.sc_th_page_nav{
	background:#EFEFEF;
	padding:0 3px 1px;
	border:1px solid #cbcbcb;
	}
	
a.sc_th_page_nav:hover{
	background:#cbcbcb;
	}
	
body.browse a.sc_th_page_nav_cur{
	background:#888;
	padding:0 3px 1px;
	color:#fff;
	border:1px solid #ccc;
	}
	
body.browse a.sc_th_page_nav_cur:hover{
    color:#fff;
}	


.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}

body.about .content {
   border:none;
   padding-top:none;
}

.content hr {
	width: 90%;
	height: 1px;
}

.below-photo {
   width:100%;
   overflow:hidden;
   background: url(http://www.drdtravels.com/templates/braeburn2/images/line.gif) bottom left repeat-x;
   padding-bottom:4px;
}

body.about .below-photo  {
  color:#666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.image-title {
	font-size: 18px;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	float:left;
	
}

.image-title a {
	text-decoration: none;
	font-weight: normal;
}

.content span {
	color: #888;
	text-align: justify;
}

.content p {
	font-size: 12px;
	line-height:17px;
	color: #888;
	text-align:left;
	margin:0;
}

.content img {
	border: none;
}


.content span br {
	clear:left;
}

.content a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.content a:hover {
	color: #333333;
}

#statistics {
	font-size: 10px;
	background: url(http://www.drdtravels.com/templates/braeburn2/images/line.gif) bottom left repeat-x;
	padding:10px 0;
	clear:both;
	width:100%;
	overflow:hidden;
}

#statistics p{
	font-size: 10px;
	}
	
#statistics img {
	float: left;
	margin-right:5px;
	border: none;
}	
	
body.about #statistics {
	font-size: 12px;
	padding-bottom:14px;
	}
		
	
body.about #statistics p{
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	
	}
	
.panels-show-hide {
	float: right;
	
}

#panels-nav {
	margin: 0;
	padding: 0;
	height:23px;
	overflow:hidden;
	}

#panels-nav li {
    list-style-type: none;
	margin: 0; 
	padding: 0 0 0 5px;
	height: 23px;
	float:left;
	overflow:hidden;
	}
	
	
#panels-nav a {
	display: block;
	overflow:hidden;
	padding: 23px 0 0 0;
	height: 0px !important; 
	height /**/:23px; /* for IE5/Win */
    -moz-outline-style: none; /* remove outline from image links */
    outline:none;
	}
		
#panels-nav a:hover {
	background-position: 0 -23px;
	}

#panels-nav a:active, #nav a.current{
	background-position: 0 -23px;
	}
	
#comments-form a  {
	width: 23px;
	background: url(images/addcomment-bg.gif) top left no-repeat;
	}	
		
#view-comments a  {
	width: 23px;
	background: url(images/comments-bg.gif) top left no-repeat;
	}

#descrip a  {
	width: 23px;
	background: url(images/close-bg.gif) top left no-repeat;
	}
	
.imgnavi {
	float: right;
	padding-top: 0;
	font-size:11px;
	font-weight:normal;
}	

.imgnavi a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 10px;
	font-weight:normal;

}
.imgnavi a:hover {
	color: #333;
	}
	
.below-photo .imgnavi a {
   font-size:12px;
}

#statistics .imgnavi img {
    float:none;
    margin:0;
	border: none;
}

#comments {
	background: url(http://www.drdtravels.com/templates/braeburn2/images/line.gif) bottom left repeat-x;
	padding-bottom:6px;
	clear:both;
}

#comments ul {
	padding-left: 0px;
	left: 0px;
	clip:  rect(auto auto auto 0px);
	margin-left: 0px;
}
#comments li {
	left: 0px;
	clip:  rect(auto auto auto 0px);
	list-style-position: inside;
	list-style-image:  url(images/comment.gif);
	background-color: #F4F4F4;
	padding: 7px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size:12px;
}

#comments a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#addcomment form {
   margin-top:12px;
   margin-left:120px;
   width:408px;
}

#addcomment label {
   font-size:12px;
   color:#888;
}

#addcomment textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	height:140px;
	overflow:visible;
	margin-bottom:3px;
}
#addcomment input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 3px;
	width:160px;
	color:#666666;
}

input#saveinfo {
    width:auto;
}

input.comment-button {
  width:105px;
  height:20px;
  margin-top:6px;
}
.imagenotes {
    padding:12px 0;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	clear:both;
}

body.about .imagenotes p{
   font-size:11px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#666;
}

.footer {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom:20px;
	white-space: nowrap;
}

.footer a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.footer a:hover {
	color: #333333;
}

.footer p {
	width: 90%;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}

/* TAG Cloud SUPPORT */
.tags00
{
	font-size: 8px !important;	color: #CCCCCC;
	text-decoration: none;

}

.tags01
{
	font-size: 10px !important;	color: #888;
	text-decoration: none;

}

.tags02
{
	font-size: 12px !important;	color: #888;
	text-decoration: none;

}

.tags03
{
	font-size: 14px !important;	color: #888;
	text-decoration: none;

}

.tags04
{
	font-size: 16px !important;	color: #999;
	text-decoration: none;

}

.tags05
{
	font-size: 18px !important;
	color: #999;
	text-decoration: none;
}

.tags06
{
	font-size: 20px !important;
	color: #999;
	text-decoration: none;
}

.tags07
{
	font-size: 22px !important;
	color: #999;
	text-decoration: none;
}

.tags08
{
	font-size: 24px !important;
	color: #999;
	text-decoration: none;
}

.tags09
{
	font-size: 26px !important;
	color: #999;
	text-decoration: none;
}

.tags10
{
	font-size: 28px !important;
	text-decoration: none;
	color: #999;
}

#cat_cloud {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	line-height:28px;
	padding-top:12px;
	text-align:center;
}

#cat_cloud a {
	color: #CCCCCC;
	text-decoration: none;
}

#cat_cloud a:hover {
	color: #666666;
	}
	
	
/*---about page----*/	
	
#about img {
	float: right;
	margin-left:10px;
	border: none;
}
#about span {
	float: right;
	font-size: 10px;
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
	width: 250px;
}

ul#links {
   display:block;
   margin:10px 0 10px;
   padding:0 0 0 24px;
}

#links li {
	list-style-type: none;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
	line-height:17px;
}

#links a {
	background-color: #edecec;
}
.um {
	background-image: url(images/um.png);
	background-repeat: repeat-x;
}


/*----forms-----*/

select {
   color:#669999;
   font-size:11px;
   margin-bottom:6px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*----browse by category-----*/

.cat_name {
    background: url(http://www.drdtravels.com/templates/braeburn2/images/line.gif) bottom left repeat-x;
	padding-bottom:6px;
	clear:both;
}

.cat_thumbs {
    background: url(http://www.drdtravels.com/templates/braeburn2/images/line.gif) bottom left repeat-x;
	padding-bottom:6px;
	clear:both;
}

ul#sctaglist, ul#taglist  {
  margin:2px 0 0;
  padding:0;
  list-style-type:none;
}

ul#sctaglist li, ul#taglist li {
  float:left;
  padding:0 2px 1px 2px;

}

ul#sctaglist li.first, ul#taglist .first {
 margin-right:-10px;

}

img#main {
    filter:alpha(opacity=0);
    opacity:0.0;
}

.weather p {
    text-align:center;
}

