/*
	TRAVELVICE.COM HAS BEEN PLACED ON HIATUS AFTER 12 YEARS OF PUBLIC AVAILABILITY;
	THANKS FOR STOPPING BY!
                                                             - CRAIG@TRAVELVICE.COM
*/

/* STYLE RESETS, MISC
---------------------------------------------------------------------*/
*:focus { outline:none; }
input, a { outline:none; }
button::-moz-focus-inner, input::-moz-focus-inner { border:none; }
input { margin:0; }
textarea{ resize:none; }
ul { list-style-type:none; }
a { text-decoration:none; }
html, body, h1, h2, h3, h4, h5, h6, p, blockquote, div {
  margin: 0;
  padding: 0;
}
abbr, acronym {
	border-bottom-color: #555555;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor : help;
	font-style : normal;
}
img {
	border: 0;
	padding: 0;
}


/* PAGE FOUNDATION
---------------------------------------------------------------------*/

body {
	min-width: 976px;
	background-color: #FFF;
	border: 0;
	text-align: center;
}


/* PAGE CONTENT CONTAINER
---------------------------------------------------------------------*/
#content_container {
  position: relative;
  width : 976px;
  margin : 14px auto 0 auto;
  padding-bottom: 25px;
  font-family: Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans','Trebuchet MS','Liberation Sans',sans-serif;
  font-size: 14px;
  line-height: 1.55em;
  color: #444;
}


/* PARAGRAPHS
---------------------------------------------------------------------*/
#content_container > p {
  width: 660px;
  margin: 12px 0 12px 158px;
  text-align: left;
}
#content_container > p:first-of-type { margin-top:0; }
#content_container p a:link {
 color: #2C9AF3;
 border-bottom: 1px dotted #49A7F3;
}
#content_container p a:visited {
 color: #3171a4;
 border-bottom: 1px dotted #3171a4;
}
#content_container p a:hover {
  color: #1687E2;
  border-bottom: 1px solid #1687E2;
}
#content_container p a:active {
  position: relative;
  top: 1px; 
}

/* HIATUS HOMEPAGE
---------------------------------------------------------------------*/
#wacky-world { margin:13px 0 25px 0; }
#change-perspective { margin:30px 0 28px 0; }
#travelvice-logo { margin-top:35px; }
#marker {
margin-top: -10px;
margin-bottom: 5px
}
#content_container p:first-of-type  { margin-bottom:-7px; }
#content_container p:nth-of-type(2) { margin-top:0; }

