/* Print Styles for OuterBanksGuides.com 

Coded by:
Pete Schmeck
atari2600vcs@yahoo.com

*/

BODY 
{ 
  background: #fff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #000;
}

        A:link    { color: #000; text-decoration: underline; }
        A:visited { color: #000; text-decoration: underline; }
        A:hover   { color: #000; text-decoration: underline; }
        A:active  { color: #000; text-decoration: underline; }

h1 
{ 
  color: #000;
  font-size: 14px;
}

div#pageBody
{
  background: #fff;
  border: 0;
  width: 550px;
}

div#header
{
  background: #fff;
  border-bottom: 0;
  height: 60px;
  margin: 0;
  width: 350px;
}

span#siteLogoPrint
{
  border-bottom: 1px solid #000;
  display: block;
  font-size: 20px;
  font-weight: bold;
  width: 350px;
}

span#siteLogoPrint span.blurb
{
  font-size: 16px; 
  font-style: italic; 
  padding-left: 20px;
}

span#siteLogoPrint span.url
{
  font-size: 12px;
  font-style: normal; 
  padding-left: 20px;
}



/* Page -------------------------------------------------- */

div#bodyCopyMain p#heading
{
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

div#bodyCopyMain p#subHeading
{
  color: #000;
  font-size: 11px;
  font-weight: bold;
}




/* Body Copy -------------------------------------------------- */
div#bodyCopyMain, div#bodyCopyWedding, div#bodyCopyRestaurant, div#bodyCopyObx, div#bodyCopyRoanoke, div#bodyCopyDuck
{
  background: #fff;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  color: #000;
  font-size: 12pt;
  width: 500px;
}

p span.viewUrl
{
  display: inline;
}

ul#guideList a
{
  text-decoration: none;
}


ul.siteMapListRestaurant a, ul.siteMapListWedding a, ul.siteMapListObx a, ul.siteMapListDuck a, ul.siteMapListRoanoke a, ul.siteMapListDuck a
{
  color: #000;
}


/* 3 dog Ink logo -------------------------------------------------- */
div#tdiLogo, div#tdiLogoWedding, div#tdiLogoRestaurant, div#tdiLogoObx, div#tdiLogoRoanoke, div#tdiLogoDuck
{
  background: url(../images/3diLogo.gif) no-repeat;
  display: block;
  height: 67px;
  left: 400px;
  margin-left: 1px;
  position: absolute;
  top: 5px;
  width: 81px;
}


/* footer -------------------------------------------------- */
div#footer
{
  color: #000;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 500px;
}

div#footer a
{
  color: #000;
  text-decoration: none;
}





/* Non Displaying elements -------------------------------------------------- */
ul#leftNav, img#siteLogo, p#noPrint, div#rightSidebar, ul#guideList, img.noPrint, div#siteTiles, div#printerFriendly, ul#leftNavWedding, ul#leftNavRestaurant, div#printerFriendlyInverted, ul#leftNavObx, ul#leftNavRoanoke, ul#leftNavDuck, div.dotted, span.viewAd, div#footer, div#bodyCopyWedding p.return, span.viewAd, div.imageContainer, div.bannerAd, div#weather
{
  display: none;
}






/* AREA SPECIFIC print styles ------------------------------------------- */

h1.restaurant, h2.restaurant, h1.obx, h2.obx, h1.duck, h2.duck, h1.roanoke, h2.roanoke, h1.wedding, h2.wedding
{
  color: #000
  width: 400px;
}  

div#restaurantListing, div#obxListing, div#roanokeListing, div#weddingListing, div#duckListing
{
  background: #fff;
}

div#restaurantListing span.url, div#restaurantListing span.url a,  div#restaurantListing p.title, div#obxListing span.url, div#obxListing span.url a,  div#obxListing span.title, div#roanokeListing span.url, div#roanokeListing span.url a,  div#roanokeListing span.title, div#duckListing span.url a,  div#duckListing span.title, div#weddingListing span.url a,  div#weddingListing span.title
{
  color: #000;
}

div#restaurantListing div.dotted, div#obxListing div.dotted, div#roanokeListing div.dotted, div#weddingListing div.dotted, div#duckListing div.dotted
{
  border-bottom: 1px dashed #000;
  color: #000;
}

div.contentContainerWide, div.contentContainer
{
  width: 500px;
}