body {
	background: #FFFFFF url(images/headerBackground.jpg) repeat-x top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

input, textarea {
	width: 220px;
	background: #FFFFFF;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #6E6E6E;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

#header {
	width: 960px;
	height: 206px;
	margin: 0 auto;
	background: url(images/fbimages/OBAbaselogo.png) no-repeat top left;
}

@media print {
  #header {
	display: list-item;
	list-style-image: url(images/headerImage.jpg);
	list-style-position: inside;
	z-index:-1;
	width: 960px;
	height: 206px;
	margin: -15 auto auto 0;
  }
  #logo {
	display: none;
  }
}

/* Logo */

#logo {
	width: 250px;
	height: 166px;
	margin-left: 570px;
	padding-top: 10px;
}

#logo h1, #logo h2 {
	display:none;
}

/* Logo */

#headerad {
	position: absolute;
	width: 468px;
	height: 60px;
	margin-left: 30px;
	top: 40px;
}

/* Menu */

#menu {
	margin: 0 auto;
	padding-bottom: 30px;
}

#menu ul {
	margin: 0;
	padding: 30px 0 0 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 2px 0 2px;
}

#menu li.first a{
	float: left;
	background: #018C9D;
	padding: 5px 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

#menu a {
	float: left;
	background: #FFFFFF;
	padding: 5px 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

#menu a:hover {
	text-decoration: none;
	background: #018C9D;
	padding: 5px 7px;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 230px;
}

#search form {
	margin: 0;
	padding: 0;
	margin-top: 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
}

#search #s {
	width: 150px;
	background: #FFFFFF;
}

#search #x {
	margin: 0;
	margin-left: 5px;
	padding: 0;
	width: 60px;
	background: #018C9D;
	color: #FFFFFF;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 45px 35px 0 25px;
}

/* Content */

#content {
	margin-left:auto;
	margin-right:auto;
/*	float: right;
	width: 603px; */
}

img { 
	margin:0 0 5px 0;
	padding:4px;
	border:1px solid #018C9D;
	max-width: 100%;
}

#priceline {
	clear:right;
	float: right;
	margin-top: 50px;
	margin-left: 20px;
	padding-bottom: 10px;
	border: #018C9D 0px solid;
	text-align:center;
}

.post {
}

.post .title {
	padding-left: 20px;
	text-decoration: underline;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
	margin-top: -20px;
	padding: 0 20px;
}

.post .meta {
	height: 25px;
	margin-top: -20px;
	padding: 0 0 0 20px;
	background: #FFFFFF;
	line-height: normal;
	font-style:italic;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 20px;
}

#sidebar li h2 {
	height: 30px;
	margin-bottom: 15px;
	padding: 5px 0px 0px 20px;
	font-size: 18px;
	color: #6E6E6E;
}

#sidebar li p {
	padding: 0 20px;
}

/* Calendar */

#sidebar #calendar {
	padding: 0;
}

#calendar caption {
}

#calendar table {
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

#calendar thead th {
	border-bottom: 2px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}

#calendar tbody td {
	padding: 5px 0;
	border-bottom: 1px solid #F2F2F2;
}

#calendar tfoot td {
	border-top: 1px solid #F2F2F2;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 0px 45px;
	border-top: 5px solid #018C9D;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #000000;
}

#footer a {
	color: #000000;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

/* Links */

#links {
	margin: 0 auto;
	padding-bottom: 30px;
}

#links ul {
	margin: 0;
	padding: 0px 0 0 5px;
	list-style: none;
	line-height: normal;
}

#links li {
	float: left;
	padding: 0 2px 0 2px;
}

#links li.first a{
	float: left;
	background: #018C9D;
	padding: 5px 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

#links a {
	float: left;
	background: #FFFFFF;
	padding: 5px 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

#links a:hover {
	text-decoration: none;
	background: #018C9D;
	padding: 5px 7px;
	color: #FFFFFF;
}

#linkcat-1 h2 {
	display:none;
}

acronym, abbr, dfn { 
	cursor: help; 
	border-bottom: 1px dotted #018C9D;
	font-style: normal;
}

small.dfnclass, small.dfnclass dfn {
	font-size: 90%;
	border: none;
	border: 0;
	font-style: italic;
}

/* Comment Styles */

.nocomments { 
	color: #018C9D;
	font-style: italic; 
}

h3.comments { 
	padding: 0;
	margin: 40px auto 20px ; 
}

.commentlist { 
	width: 100%; 
	margin-left: 0px; 
}

.commentlist li, #commentform input, #commentform textarea { 
	font-size: 0.9em; 
}
	
.commentlist li { 
	font-weight: normal;
	line-height: 1.0em;
}

.commentlist cite, .commentlist cite a { 
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em; 
	color : #018C9D;
	text-decoration : none;
}

.commentlist cite a:hover, .commentlist cite a:focus, .commentlist cite a:active {
	color : #111;
}

.commentlist p { 
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none; 
}

.commentmetadata, .commentmetadata a { 
	font-weight: normal; 
	text-decoration : none;
}

#commentform p { 
	margin: 5px 0; 
}

.commentmetadata { 
	margin: 0;
	display: block; 
}

.navigation { 
	display: block;
	text-align: center;
}

.alignright { 
	float: right; 
}

.alignleft { 
	float: left; 
}

fieldset {
	margin : 0;
	padding : 0;
} 

legend {
	font-weight : bold;
	color : #666;
	margin-left : -5px;
}

label {
	font-weight : normal;
	font-size : 90%;
	padding-top : 20px;
	padding-left : 4px;
	margin-left : 8px;
}

input, textarea {
	font-family : 'Trebuchet MS', Tahoma, Arial, san-serif;
	color : #666;  
	background : #ccc; 
	border : 1px solid #999;
	padding : 4px;
}

#commentform textarea {
	font-size : 1.1em;
	margin-top : 8px;
	width : 95%;
	height : 10em;
	padding : 4px;
}

input:focus, textarea:focus, input.focus, textarea.focus, input:hover, textarea:hover, input.hover, textarea.hover {
	color : #000;
	background : #FFFFFF;
	border : 1px solid #333;
	cursor : text;
}

textarea:focus, textarea.focus, textarea:hover, textarea.hover {
	width : 97%;
	height : 6em;
	cursor : text;
}

#commentform textarea:focus, #commentform textarea.focus {
	height : 18em;
}

input.button {
	width : 52px;
	height : 2.1em;
	color : #333;
	font-weight : bold;
	border : 1px solid #999;
	background : #ccc;
	padding : 3px;
}

.button:hover, .button:focus {
	cursor : pointer;
	background : #018C9D;
	color : #FFFFFF;
	border : 1px solid #333;
}

input.button.hover, input.button.focus {
	cursor : pointer;
	background : #FFFFFF;
	color : #000;
	border : 1px solid #333;
}
