/*
File:			custom.css
Description:	Custom styles for Commodores Inn
*/

/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { background: #f1faff url('images/nautical_map.jpg');}
	
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 1.2em; background: #1c138a; border: 0.6em solid #1c138a;
	}

		.custom #page { background: #fff7e0; }
		
/*---:[ end Set 1 ]:---*/

/*---:[Make unstyled NAV bar solid and stretch across page]:---Z*/

.custom ul#tabs {background:#1c138a; border-width:0 0 0px 0px;
}

.custom ul#tabs {border-bottom:none; border-left:none; padding-left: 1.8em; }
	.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:#a6160d;
}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {color: #ffffff; letter-spacing: 2px;
	font-variant: small-caps;
}
		.custom ul#tabs li a:hover {text-decoration:underline;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}
	
/* This line sets up our clickable background image based on the site title's link */
.custom #header #logo a { display: block; height: 130px; width: 550px;  background: url(images/logo.jpg) no-repeat; outline: none; 
}

.custom #header {
	border-bottom: 0px;
}

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

.custom #page {padding:0em;
}
.custom #content_box { background: none ; }
.custom #footer {border: none;
	background-color: #1c138a;
	height: 120px;
}

.custom #footer p {font-size:1.2em;
line-height:1.2em;
}
#footer a:hover {color:#a6160d;
	text-decoration: underline;
}

#footer a {border-bottom:none;
color:#90b9e6;
}

.headline_area h1,h2 { display: none; } 

.post_box {padding-top:0;
}

#sidebars {
	border-style: solid;
	border-right-width: .2px;
	border-right-color: gray;
}

.format_text {font-size:1.4em;
line-height:1.2em;
}

.sidebar h3 {color:#a6160d; 
}


.format_text h3 {font-size: 1.3em;
	color: #a6160d;

}
li.widget {font-size: 1.3em; 
line-height: 1.385em;
	text-decoration: none;
	font-variant: small-caps;
	color: #1c138a;
}

li.widget p a {text-decoration:none;
	color: #1c138a;
}

li.widget p a:hover{
	text-decoration:underline;
	color: #1c138a;
}

