/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
	margin: 			0;
	padding: 		0;
	background:		#e6e6e6 url(http://www.boracay-budgettravel-tips.com/image-files/page-bg_940x34.jpg)repeat-y center top;
	font:				90%/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: 			#000;
	text-align: 	center; /* Trick IE5 into centering the page in the browser window. */
}

h1, h2, h3, h4, h5, h6 {
	background-color: 	transparent;
	color: 					#1d487e;
	clear: 					both;
}

h1 {
	font-size:				1.75em;
	font-weight: 			bolder;
	color:					#f00;
	/*background-color:		#d3e4fb;*/
	text-align:				center;
	border-bottom:			0 solid #8f8fb3;
	margin:					0 10px;
	/*margin-right:			-10px;
	margin-top:				20px;*/
	padding: 				15px;
	padding-top: 			0;
	/*border-bottom: 		2px SOLID #999999;*/
}

h2 {
	font-size:				1.1em;
	color:					white;
	background-color:		#4273B0;
	margin: 					10px 20px;
	padding: 				5px 20px;
}

h3 {
	font-size:				1.1em;
	color:					white;
	text-align:				center;
	background-color:		#4273B0;
	margin: 					10px 20px;
/*	margin-left:			-10px;
	margin-right:			-10px;*/
	padding: 				5px 20px;
}
p {
	padding: 				5px 20px 0;
}

blockquote {
	margin: 					12px 56px;
	color: 					#006;
	font-size: 				100%;
	line-height: 			20px;
	font-family:			'Courier New', Courier, monospace;
}

code {
	color: 					navy;
}

img {
	border: 					0 solid #ddd;
}

a:link img {
	border: 					0;
}


/* -- General Link Styling -- */

a:link {
	color: 					blue; 
	text-decoration: 		underline;
}

a:visited {
	color: 					purple;
	text-decoration: 		underline;
}

a:hover {
	color: 					red;
	text-decoration: 		underline;
}

.crumbs {
	font-size: 					90%;
	color: 						#fff;
	background-color:			#006;
	text-align: 				left;
	margin:						0;
	padding: 					1px;
}

.crumbs a {
	text-decoration: 			underline;
	color: 						#00f;
}

.crumbs a:hover {
	text-decoration: 			underline;
	color:						#f00;
}

.dropCap,
.dropcap {
	float: 					left;
	position: 				relative;
	font:			 			278%/1.75 Signboard, Verdana, Arial, sans-serif;
	font-weight: 			bold;
	color: 					#952c29;
	margin: 					-20px 5px -20px 0;
	padding: 				0;
	}

.redText {
	color: 					red;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
	width: 						880px; /* Set a fixed width for the web page. */
	margin:						0 auto; /* Center the page in the bowser window. */
	background:					#e6e6e6 url(http://www.boracay-budgettravel-tips.com/image-files/bg-3col_880x30-sky.jpg) repeat-y left top;
	border:						2px solid #8f8fb3; 
	text-align: 				left; /* Reset text alignment to left (initially set to center above). */
}

#Header {
	position:					relative;
	height:						185px;
	border-bottom: 			1px solid #8f8fb3;
	background-color: 		transparent;
	background:					#000066 url(http://www.boracay-budgettravel-tips.com/image-files/boracay-paradise_880x160.jpg) no-repeat top right;
	border-bottom:				1px #000 solid;
}

#Header .Liner {
	padding:						0;
}

#Header .Top {
	position: absolute;
	top: 1px;
	right: 1px;
}

#Header .Main {
	position:					relative;
	height:						80px;
	margin: 						0;
	padding: 					0;
}

#Header .Bottom {
	position: absolute;
	top: 158px;
	left: -2px;
}

#Header .Flag {
	position: 					absolute;
	top:							0px;
	left:							310px;
	margin: 						0;
	padding: 					0;
}

#Header .dteToday {
	position: 					absolute;
	top:							100px;
	left:							20px;
	color:						#fff; //white
	margin: 						0;
	padding:						0;
}

#ContentWrapper {
	float: 						left; /* Float center column to make side column wrap around it.*/
	width:						100%;
}

#ContentColumn {
	float: 						left; /* Float center column to make side column wrap around it.*/
	width:						100%;
/*
	margin:			 			5px 180px 0 220px;
	border-left: 				1px dashed #999999;
	border-right: 				1px dashed #999999;*/
	*/
}

#Sidebar {
	float:						left;
	width:						220px;
	margin-left:				-880px; /* Left column:180 + Center column:520 (498+10+10+1+1) */
	margin-top: 				5px;
}

#Adverts {
	float:						right;
	width:						180px;
	margin-left:				-181px;
	margin-top: 				5px;
}

#Sidebar h2,
#Adverts h2 {
	font-size:					90%;
	margin-left: 				-10px;
	margin-right: 				-10px;
	padding: 					5px;
}

#Sidebar h4,
#Adverts h4 {
	color:						red;
	font-size:					90%;
	margin-left: 				0;
	margin-right: 				0;
	padding: 					5px;
}

/* -- Footer -- */
#Footer {
	clear: 						both;
	width:						100%;
	padding:						10px 0 0 0;
	border-top:					1px solid #8f8fb3;
	background-color:			#006;
	text-align:					center;
	font-size:					85%;
}

#Footer li {
	display:						inline;
	color:						#fff;
}
#Footer li a:link {
	text-decoration:			none;
	background-color:			#952c29;
	color:						#fff;
	padding:						5px;
}
#Footer li a:hover {
	text-decoration: 			underline;
	color:						#00f;
	background-color:			#fff;
	padding:						5px;
}
#Footer .Main {
	position:					relative;
	width:						100%;
	height:						50px;
	text-align:					center;
	margin:						0;
	padding:						0.6em 0;
}
#Footer .Main a:link, 
#Footer .Main a:visited {
	text-decoration:			none;
	color:						#ff0;
	background-color:			#006;
	padding:						5px;
}
#Footer .Main a:hover {
	text-decoration: 			underline;
	color:						#00f;
	background-color:			#fff;
	padding:						5px;
}
#Footer .Main p {
	font-size:					0.8em;
	text-align:					center;
	color:						#fff;
	padding:						0.6em 0;
	margin:						0 auto;
}
#Footer .Main h6 {
	text-align:					center;
	color:						#fff;
	padding:						0.6em 0;
	margin:						0 auto;
}
#Footer .Branding {
	height:						100px;
	padding: 					5px;
}
#Footer .site-powered-by {
	margin: 						0;
	padding: 					5px;
	background-color:			#006;
}
#Footer .menuBar3 {
	position:	 				relative;
	height:						25px;
	background-color:			#006;
	text-align: 				center;
	padding: 					5px 10px;
	margin: 						0 auto;
	margin-bottom:				5px;
	border-top:					2px solid #ffc; //light yellow
}
#Footer .menuBar3 li {
	display:						inline;
}
#Footer .menuBar3 li a:link,
#Footer .menuBar3 li a:visited {
	text-decoration:			none;
	color:						#fff;
	background-color:			#952c29;
	padding:						5px 10px;
}
#Footer .menuBar3 li a:visited {
	color:						#ddd;
}
#Footer .menuBar3 li a:hover {
	text-decoration: 			underline;
	color:						#00f;
	background-color:			#fff;
	padding:						5px 10px;
}

#Footer .Liner {
	margin:						0;
	padding:						0;
	color:						#b0e0e6;
}

#Footer .ExtraNav {
	margin: 10px auto;
}

.Liner {
	padding:						10px;
}


/* ------ Section 3 - Page Structure Details ------ */


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
width: 100%;
/*font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;*/
background-color: transparent;
}

/* -- Nav Headers -- */

.Navigation h3 {
font-size: 110%;
color: #fff;
	border-bottom: 1px solid #fff;
	margin: 12px -10px;
	padding: 2px 8px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
color: white;
/*background-color: #256290;*/
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link, .Navigation a:visited {
color: white;
padding: 3px 4px;
text-decoration: none;
}

.Navigation a:hover {
color: blue;
padding: 3px 4px;
background-color: #fff;
text-decoration: underline;
}

/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav {
/*font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;*/
}

.ExtraNav ul {
  list-style: none;
  margin: 0;
  padding:  0;
}

.ExtraNav ul li {
display: inline;
}

.ExtraNav li a:link,
.ExtraNav a:visited {
	text-decoration:			none;
	color:						#fff;
	background-color:			#952c29;
	padding:						5px 10px;
}

.ExtraNav a:hover {
	text-decoration: 			underline;
	color:						#952c29;
	background-color:			#fff;
	padding:						5px 10px;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 15px;
right: 5px;
}

#Header .ExtraNav ul { 
margin: 0;
}



/* ------ Section 6 - Boxes ------ */

.CalloutBox {
	font-family: 'Comic Sans MS', 'Trebuchet MS', Verdana, Arial, sans-serif;
	background-color: #ffa500;
	width: 80%;
border: 1px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 4px;
color: 000080;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
	margin:				 -10px -5px 10px;
	padding: 				5px 20px;
}

.ReminderBox {          
	float:				right; /* adding float enables text to flow around it */
	font-family:		'Comic Sans MS', 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #000066;	
	background-color: #d3e4fb;
	width:				30%;
	border:				1px solid #8f8fb3;
	margin:				0 0 12px 18px;
}

.ReminderBox h4 {
	color: #d3e4fb;
	background-color: #000066;
margin: 0;
padding: 2px;
text-align: center;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft,
.AdSenseBoxRight,
.AdSenseBoxCenter468,
.AdSenseBoxAdverts,
.AdSenseBoxRightColumn {
/*padding: 5px;*/
background-color: #abc4e3;
border: 0px;
}

.AdSenseBoxLeft {
margin: 0 10px 10px 0;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxAdverts {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxLeftColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #fff;
width: 90%;
border-top: 1px solid #8f8fb3;
border-bottom: 1px solid #8f8fb3;
margin: 0 auto 12px auto;
padding: 4px;
}

/* -- RSS Box -- */

#RSSbox {
	width: 148px;
	background-color: #abc4e3;
	border: 1px solid #8f8fb3;
	margin: 8px auto 10px; /* 3px; */
	padding: 2px 2px 10px 2px;
	font-size: 100%;
	font-weight: bold;
	color: #1d487e;
	line-height: 120%;
	text-align: center;
}



/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
	font-size: 80%;
	font-weight: bold;
	color: 000000;
	display: block;
	line-height: 150%;
	margin-bottom:10px;
	text-align: center;

}

/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.imgCenter,
.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

