/**************************************************************
 dosmildreams by Alberto Segovia
 File: dosmildreams_local_styles.css
 Description: Stylesheet for all files not hosted in Smugmug. 
 **************************************************************/

#asBoxPortfolioTop {display:none;}

.asBodyWrapper {
	}

.asTab_15 {padding-left: 15px;}
.asTab_30 {padding-left: 30px;}

/**************** Boxes ****************/
.asBoxes {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	}

/* padding of boxes in index.html*/
.asBoxBottom {
    padding: 5px 5px 10px 5px;
}
#asBox0Bottom {
	height:355px;
}

.as_inside_box_left {
	float: left;
	height: 100%;
	width: 30%;
    }
.as_inside_box_right {
	float: right;
	height: 100%;
	width: 70%;
	text-align: center;
    }
#as_box_slideshow {
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	}

/**************** Text styles ****************/
.asNiceTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #900;
	text-align: center;
	padding: 0px;
	}

/* in country all these styles are in "a" because the class is defined in a "span" */
.asName_Country a {
	color: #395f96;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	}

.asName_Country a:hover {
	color: #395f96;
	text-decoration: underline;
	}
	
/* in region all these styles are NOT in "a" because the class is defined in the link, in "a" already */
.asName_Region {
	color: #309;
	font-size: 14px;
	font-weight: bold;
	//padding-left: 15px;
	text-decoration: none;
	}
	
.asName_Region:hover {
	color: #309;
	text-decoration: underline;
	}

.asName_Place {
	color: #309;
	font-size: 12px;
	text-decoration: none;
	}
	
.asName_Place:hover {
	color: #309;
	text-decoration: underline;
	}

.asName_Text {
	color: #309;
	font-size: 12px;
	text-align: center;
	}

.asName_Text_Trips {
	color: #F00;
	font-size: 12px;
	border-color: #FC9;
	background-color: #FC9;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-width: 3px;
	text-decoration: none;
	}

.asName_Text_Trips:hover {
	color: #a09;
	text-decoration: underline;
	}
	
/* more styles */
.asName_Big {
	color: #395f96;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

.asName_Big a {
	color: #395f96;
	}

.asName_Medium {
	color: #309;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}
	
.asName_Medium a {
	color: #500;
	text-decoration: none;
	}
.asName_Medium a:hover {
	color: #a09;
	}

/**************** Tripadvisor and Google Ads ****************/
#ta_travelmap {
	#display:inline;
	}

#googlead1 {
	padding-top: 6px;
	height: 20px;
	text-align: center;	
	background-color: #500 !important;
	background-image: none !important;
	}

/**************** Old or currently not used ****************/
.asTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #565F96;
	font-weight: bold;
	}
#asInsideBoxSecond {
	width: 300px;
	height: auto;
	display:inline;
	}

