/* 
Stylesheet for allyandbrian.com
Copyright 2004 Loud Dog Media
*/

body {
	margin:0;
	padding: 0;
	background: #fff url(images/bg.gif) center repeat-y;
	text-align: center;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 70%;
}

img	{
	display: block;
	border: 0;
	}

#container {
	margin: auto;
	width: 700px;
	text-align: left;
	background: url(images/side-bg.gif) right repeat-y;
	}
/*
a {
	color: #36c;
	text-decoration: none;
	border-bottom: 1px dotted #36c;
	padding: 0;
	}

a:visited {
	color: #6BB6E2;
	border-bottom: #6bb6e2;
	}

a:hover {
	border-bottom: solid;
	}
*/

a {
	color: #2F829D;
	text-decoration: none;
	font-weight: bold;
	border: none;
	padding: 0;
	}

a:visited {
	color: #999;
	}

a:hover {
	color: #2C778F;
	background-color: #CCEBF5;
	}

/********************************************/
/*     HEADER STUFF                         */
/********************************************/

#head {
	height: 96px;
	width: 670px;
	padding: 0 15px;
	background-color: #fff;
	}
	
#head #anb {
	float: left;
	background: #fff url(images/head_anb.gif) no-repeat;
	height: 41px;
	width: 200px;
	margin: 47px 0 10px;
	}

#head #pear {
	float: right;
	background: #fff url(images/head_pear.jpg) no-repeat;
	height: 65px;
	width: 73px;
	margin: 23px 0 10px;
	}

#head h1, #head p {
	visibility: hidden;
	font-size: 2px;
	margin: 0;
	padding: 0;
	}

#title {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	width: 100%;
	background: #fff url("images/title-general.jpg") no-repeat;
	height: 80px;
	}

body.home #title {
	background: #fff url("images/title-home.jpg") no-repeat;
	height: 190px;
	}

body.events #title {
	background: #fff url("images/title-events.jpg") no-repeat;
	}

body.airports #title {
	background: #fff url("images/title-airports.jpg") no-repeat;
	}

body.lodging #title {
	background: #fff url("images/title-lodging.jpg") no-repeat;
	}

body.fun #title {
	background: #fff url("images/title-fun.jpg") no-repeat;
	}

body.gifts #title {
	background: #fff url("images/title-gifts.jpg") no-repeat;
	}
	
body.stories #title {
	background: #fff url("images/title-stories.jpg") no-repeat;
	}

#title h1, #title p {
	visibility: hidden;
	font-size: 2px;
	margin: 0;
	padding: 0;
	}
	
/**********************************************/
/*       MAIN NAV                             */
/**********************************************/
#nav {
  	background: #fff url(images/menu-bg.gif) repeat-x;
	float:left;
	width:100%;
	border-bottom: 1px solid #999;
	}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-transform:lowercase;
	}
  
#nav li {
	float:left;
	margin:0;
	padding:0;
	background-image:none;
	line-height:normal;
	text-indent:0;
	}

#nav a {
	display:block;
	padding: 4px 10px 6px;
	text-decoration:none;
	white-space:nowrap;
	color: #444;
	border: none;
	font-weight: normal;
	}

/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */

* html #nav a {  
	width:1%;
	}

/*And this for IE Mac\*//*/
#nav a {
	float:left;
	}
/**/

#nav a:hover {
	color: red;
	background-color: transparent;
	}

body.home #home,
body.events #events,
body.airports #airports,
body.lodging #lodging,
body.fun #fun,
body.gifts #gifts,
body.stories #stories { 
	background: url(images/menu-on.gif) repeat-x; 
	border: solid #D9D8CA; 
	border-width: 0 1px;
	/*font-weight: bold;*/
	}

body.home #home a,
body.events #events a,
body.airports #airports a,
body.lodging #lodging a,
body.fun #fun a,
body.gifts #gifts a,
body.stories #stories a {
	color: #000;
	padding: 4px 9px 6px;
	}

body.home #home a:hover,
body.events #events a:hover,
body.airports #airports a:hover,
body.lodging #lodging a:hover,
body.fun #fun a:hover,
body.gifts #gifts a:hover,
body.stories #stories a:hover {
	color: #000;
	background-color: transparent;
	}

/**********************************************/
/*       SIDEBAR                              */
/**********************************************/

#sidebar {
	width: 186px;;
	float: right;
	}

#sidebar h1 {
	margin: 0 0 0 1px;
	padding: 16px 0 8px 8px;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #4A3711;
	font-weight: normal;
	background-color: #EEDDBA;
	}

#sidebar ul {
	margin: 10px 10px 20px;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	margin: 5px 0;
	padding: 0 10px;
	background: url(images/side-bullet.gif) 0 .5em no-repeat;
	}

#sidebar a {
	color: #4a3711;
	text-decoration: underline;
	font-weight: normal;
	border: none;
	}

#sidebar a:visited {
	color: #BBA859;
	border-bottom: none;
	}

#sidebar a:hover {
	color: #8A6820;
	border-bottom: none;
	background-color: transparent;
	}

/**********************************************/
/*       FOOTER                               */
/**********************************************/

#footer {
	clear: both;
	border-top: 1px solid #ddd;
	background-color: #fff;
	padding: 5px 20px 20px;
	}

#footer p {
	margin: 0;
	padding: 0;
	}

/**********************************************/
/*       BODY                                 */
/**********************************************/

#body {
	width: 400px;
	float: left;
	padding: 20px;
	}

#body h1 {
	margin: 5px 0 0;
	padding: 0;
	/*color: #C00;*/
	color: #CCC;
	font-size: 2em;
	height: 32px;
	}

#body h1 img {
	display: inline;
	}

#body h2 {
	font-size: 1.5em;
	color: #888;
	margin: 0 0 10px;
	padding: 0;
	}

#body p {
	margin: 0 0 10px 5px;
	padding: 0;
	line-height: 1.3em;
	font-size: 1.2em;
	}

#body div.posted {
	margin-left: 5px;
	}

#body div.posted, #body div.posted a {
	color: #666;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none;
	font-weight: normal;
	}

#body div.posted span.poster {
	font-weight: bold;
	}

#body img.pear {
	padding: 5px 5px 30px;
	}

#body div.info {
	margin: 0 0 10px 10px;
	}

#body div.info p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1em;
	}
