@import url("css/menu.css");

body {
	font-family: Arial, Helvetica, sans-serif;
    background-color: #0C7EC2;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.main{
  background-color: #fff;
}
.head{
  background-color: #0C7EC2;
}
h1{
    color:#000066;
    font-size: 1.2em;
}

h2{
    color:#000066;
    font-size: 1.1em;
}
h3{
    color:#000066;
    font-size: 1em;
}

.trips{
  	margin:10px 0;
	padding: 15px;
	padding-left: 30px;
	background-color: #d0f0ff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.footer{text-align:center; margin:1em auto; font-size:10px;line-height:1em;}

/* Add my sidebar recent posts thumb edits here  */
ul.advanced-recent-posts { list-style:none; line-height:1.35em; margin:0 0 0 -15px;}
ul.advanced-recent-posts li { clear:both;width:100%;margin: 0 0 15px 0;padding:0;}
ul.advanced-recent-posts a { font-weight:bold; }
ul.advanced-recent-posts img { float:right; margin:0 10px 0 0; padding:2px;border:none; }
